0f1b7b300c82f88466a2a14ec83606613e73131f
[gnulib.git] / ChangeLog
1 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2
3         New module 'cond'.
4         * modules/cond: New file.
5         * lib/glthread/cond.h: New file.
6         * lib/glthread/cond.c: New file.
7         * m4/cond.m4: New file.
8         * MODULES.html.sh (Multithreading): Add cond.
9
10 2008-08-16  Eric Blake  <ebb9@byu.net>
11
12         c-stack: fix regression on Irix 5.3 from 2008-06-21
13         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
14         sa_sigaction...
15         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
16         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
17         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
18         * modules/signal (Makefile.am): Use the value.
19         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
20         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
21         * doc/posix-headers/signal.texi (signal.h): Document this
22         portability issue.
23         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
24         Reported by Tom G. Christensen.
25
26 2008-08-17  Bruno Haible  <bruno@clisp.org>
27
28         New module 'threadlib'.
29         * modules/threadlib: New file.
30         * lib/glthread/threadlib.c: New file, extracted from
31         lib/glthread/lock.c.
32         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
33         functions.
34         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
35         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
36         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
37         macros.
38         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
39         (gl_DISABLE_THREADS): Remove macro.
40         * modules/lock (Files): Remove build-aux/config.rpath.
41         (Depends-on): Remove havelib. Add threadlib.
42         (configure.ac-early): Remove section.
43         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
44         * modules/tls (Depends-on): Remove lock. Add threadlib.
45         (Link): New section, copied from threadlib.
46         * MODULES.html.sh (Multithreading): Add threadlib.
47
48 2008-08-14  Bruno Haible  <bruno@clisp.org>
49
50         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
51         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
52         glthread_rwlock_unlock, glthread_rwlock_destroy,
53         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
54         glthread_recursive_lock_destroy): Define as macros always.
55         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
56         glthread_lock_lock.
57         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
58         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
59         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
60         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
61         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
62         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
63         (glthread_recursive_lock_lock_func): Renamed from
64         glthread_recursive_lock_lock.
65         (glthread_recursive_lock_unlock_func): Renamed from
66         glthread_recursive_lock_unlock.
67         (glthread_recursive_lock_destroy_func): Renamed from
68         glthread_recursive_lock_destroy.
69
70 2008-08-14  Bruno Haible  <bruno@clisp.org>
71
72         * lib/glthread/lock.h: Renamed from lib/lock.h.
73         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
74         * lib/glthread/tls.h: Renamed from lib/tls.h.
75         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
76         * lib/fstrcmp.c: Update includes.
77         * lib/strsignal.c: Update includes.
78         * modules/lock (Files, Makefile.am): Update.
79         (Include): Change to "glthread/lock.h".
80         * modules/tls (Files, Makefile.am): Update.
81         (Include): Change to "glthread/tls.h".
82         * tests/test-lock.c: Update includes.
83         * tests/test-tls.c: Update includes.
84         * NEWS: Mention the renamed header files.
85
86 2008-08-11  Jim Meyering  <meyering@redhat.com>
87
88         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
89
90 2008-08-11  Eric Blake  <ebb9@byu.net>
91
92         test-c-stack: avoid C99-ism
93         * tests/test-c-stack.c (main): Fix whitespace, move declaration
94         before statement.
95         Reported by Alain Guibert.
96
97 2008-08-10  Jim Meyering  <meyering@redhat.com>
98
99         ensure that return value of uinttostr et al are not ignored
100         * lib/inttostr.h (__GNUC_PREREQ): Define.
101         (__attribute_warn_unused_result__): Define.
102         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
103
104 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
105
106         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
107         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
108
109 2008-08-07  Jim Meyering  <meyering@redhat.com>
110
111         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
112
113         * modules/mkstemp (License): Relicense under LGPLv2+.
114         * modules/tempname (License): Likewise.
115
116 2008-08-06  Bruno Haible  <bruno@clisp.org>
117
118         * lib/poll.c (poll): Further micro-optimization.
119
120 2008-08-06  Jim Meyering  <meyering@redhat.com>
121
122         inet_pton.c: use locale-independent tolower
123         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
124         (inet_pton6): Use c_tolower rather than tolower.
125         * modules/inet_pton (Depends-on): Add c-ctype.
126
127 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
128
129         * lib/poll.c (poll): Avoid division when timeout is 0, cache
130         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
131
132 2008-08-06  Jim Meyering  <meyering@redhat.com>
133
134         * modules/inet_pton (License): Relicense under LGPLv2+.
135
136 2008-08-03  Bruno Haible  <bruno@clisp.org>
137
138         Additional non-aborting API for lock and tls.
139         * lib/lock.h: Include <errno.h>.
140         (glthread_lock_init): New macro/function.
141         (gl_lock_init): Define as wrapper around glthread_lock_init.
142         (glthread_lock_lock): New macro/function.
143         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
144         (glthread_lock_unlock): New macro/function.
145         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
146         (glthread_lock_destroy): New macro/function.
147         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
148         (glthread_rwlock_init): New macro/function.
149         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
150         (glthread_rwlock_rdlock): New macro/function.
151         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
152         (glthread_rwlock_wrlock): New macro/function.
153         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
154         (glthread_rwlock_unlock): New macro/function.
155         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
156         (glthread_rwlock_destroy): New macro/function.
157         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
158         (glthread_recursive_lock_init): New macro/function.
159         (gl_recursive_lock_init): Define as wrapper around
160         glthread_recursive_lock_init.
161         (glthread_recursive_lock_lock): New macro/function.
162         (gl_recursive_lock_lock): Define as wrapper around
163         glthread_recursive_lock_lock.
164         (glthread_recursive_lock_unlock): New macro/function.
165         (gl_recursive_lock_unlock): Define as wrapper around
166         glthread_recursive_lock_unlock.
167         (glthread_recursive_lock_destroy): New macro/function.
168         (gl_recursive_lock_destroy): Define as wrapper around
169         glthread_recursive_lock_destroy.
170         (glthread_once): New macro/function.
171         (gl_once): Define as wrapper around glthread_once.
172         Update function declarations.
173         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
174         glthread_rwlock_init. Return error code.
175         (glthread_rwlock_rdlock_multithreaded): Renamed from
176         glthread_rwlock_rdlock. Return error code.
177         (glthread_rwlock_wrlock_multithreaded): Renamed from
178         glthread_rwlock_wrlock. Return error code.
179         (glthread_rwlock_unlock_multithreaded): Renamed from
180         glthread_rwlock_unlock. Return error code.
181         (glthread_rwlock_destroy_multithreaded): Renamed from
182         glthread_rwlock_destroy. Return error code.
183         (glthread_recursive_lock_init_multithreaded): Renamed from
184         glthread_recursive_lock_init. Return error code.
185         (glthread_recursive_lock_lock_multithreaded): Renamed from
186         glthread_recursive_lock_lock. Return error code.
187         (glthread_recursive_lock_unlock_multithreaded): Renamed from
188         glthread_recursive_lock_unlock. Return error code.
189         (glthread_recursive_lock_destroy_multithreaded): Renamed from
190         glthread_recursive_lock_destroy. Return error code.
191         (glthread_once_call): Make static.
192         (glthread_once_multithreaded): Renamed from glthread_once.
193         * lib/tls.h: Include <errno.h>.
194         (glthread_tls_key_init): New macro/function.
195         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
196         (glthread_tls_set): New macro/function.
197         (gl_tls_set): Define as wrapper around glthread_tls_set.
198         (glthread_tls_key_destroy): New macro/function.
199         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
200         Update function declarations.
201         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
202         glthread_tls_get.
203         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
204
205 2008-08-04  Eric Blake  <ebb9@byu.net>
206
207         gnumakefile: use space, not TAB, outside of targets
208         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
209
210 2008-08-02  Jim Meyering  <meyering@redhat.com>
211
212         getdate.y: avoid locale-dependent date parsing failure
213         In Turkish locales, getdate would fail to recognize keywords
214         containing a lowercase "i".  The solution is not to rely on
215         locale-sensitive case-conversion.
216         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
217         (lookup_word): Use c_toupper in place of toupper.
218         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
219         Reported by Vefa Bicakci <bicave@superonline.com> in
220         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
221         * modules/getdate (Depends-on): Add c-ctype.
222
223 2008-08-02  Bruno Haible  <bruno@clisp.org>
224
225         * gnulib-tool (func_import): When updating or creating a .gitignore
226         file, prepend each added line with a slash, and ignore leading slashes
227         from the existing lines.
228         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
229
230 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
231
232         Portability fix for GNU make 3.79.1.
233         * top/GNUmakefile: Avoid 'else COND', which older GNU make
234         versions do not understand.
235
236 2008-08-01  Bruno Haible  <bruno@clisp.org>
237
238         Work around bug of HP-UX 10.20 cc with -0.0 literal.
239         * tests/test-isnanf.h (zero): New variable.
240         (main): Avoid literal -0.0f.
241         * tests/test-isnand.h (zero): New variable.
242         (main): Avoid literal -0.0.
243         * tests/test-isnanl.h (zero): New variable.
244         (main): Avoid literal -0.0L.
245         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
246         (test_float, test_double, test_long_double): Avoid literals -0.0f,
247         -0.0, -0.0L.
248         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
249         (test_signbitd): Avoid literal -0.0.
250         (test_signbitl): Avoid literal -0.0L.
251         * tests/test-ceilf1.c (zero): New variable.
252         (main): Avoid literal -0.0f.
253         * tests/test-ceill.c (zero): New variable.
254         (main): Avoid literal -0.0L.
255         * tests/test-floorf1.c (zero): New variable.
256         (main): Avoid literal -0.0f.
257         * tests/test-floorl.c (zero): New variable.
258         (main): Avoid literal -0.0L.
259         * tests/test-roundf1.c (zero): New variable.
260         (main): Avoid literal -0.0f.
261         * tests/test-round1.c (zero): New variable.
262         (main): Avoid literal -0.0.
263         * tests/test-roundl.c (zero): New variable.
264         (main): Avoid literal -0.0L.
265         * tests/test-truncf1.c (zero): New variable.
266         (main): Avoid literal -0.0f.
267         * tests/test-trunc1.c (zero): New variable.
268         (main): Avoid literal -0.0.
269         * tests/test-truncl.c (zero): New variable.
270         (main): Avoid literal -0.0L.
271         * tests/test-frexp.c (zero): New variable.
272         (main): Avoid literal -0.0.
273         * tests/test-frexpl.c (zero): New variable.
274         (main): Avoid literal -0.0L.
275         * tests/test-ldexpl.c (zero): New variable.
276         (main): Avoid literal -0.0L.
277         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
278         (zerod, zerol): New variables.
279         (test_function): Avoid literals -0.0, -0.0L.
280         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
281         (zerod, zerol): New variables.
282         (test_function): Avoid literals -0.0, -0.0L.
283         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
284         (zerod, zerol): New variables.
285         (test_function): Avoid literals -0.0, -0.0L.
286         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
287         (zerod, zerol): New variables.
288         (test_function): Avoid literals -0.0, -0.0L.
289         * tests/test-strtod.c (zero): New variable.
290         (main): Avoid literal -0.0.
291         Reported by Jonathan C. Patschke <jp@centtech.com>.
292
293 2008-07-31  Jim Meyering  <meyering@redhat.com>
294
295         sha256.h: correct definition of SHA224_DIGEST_SIZE
296         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
297         Reported by Paulie Pena IV <paulie4@gmail.com>.
298         Define as 224 / 8, rather than as a literal.
299         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
300         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
301         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
302
303 2008-07-31  Bruno Haible  <bruno@clisp.org>
304
305         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
306         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
307         Reported by Jonathan Patschke <jp@centtech.com>.
308
309 2008-07-31  Bruno Haible  <bruno@clisp.org>
310
311         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
312         Reported by Paolo Bonzini <bonzini@gnu.org>.
313
314 2008-07-30  Eric Blake  <ebb9@byu.net>
315
316         test-strtod: allow compilation without -lm
317         * tests/test-strtod.c (main): Avoid link dependence on fabs.
318         Reported by Dennis Clarke <blastwave@gmail.com>.
319
320 2008-07-28  Jim Meyering  <meyering@redhat.com>
321
322         bootstrap: work also when there are no .po files in po/
323         * build-aux/bootstrap (update_po_files): Complete the change
324         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
325
326 2008-07-27  Jim Meyering  <meyering@redhat.com>
327
328         * users.txt: Add zile.
329
330 2008-07-26  Ben Pfaff  <blp@gnu.org>
331
332         Add missing dependencies on new m4/exponent[fdl].m4 files.
333         * modules/isnanf-nolibm: Add m4/exponentf.m4.
334         * modules/isnand-nolibm: Add m4/exponentd.m4.
335         * modules/isnanl-nolibm: Add m4/exponentl.m4.
336         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
337         m4/isnan[fdl].m4, because the macros actually used moved.
338         Reported by Jim Meyering.
339
340 2008-07-14  Ben Pfaff  <blp@gnu.org>
341
342         Add isinf module.
343         * lib/isinf.c: New file.
344         * lib/math.in.h: Define isinf macro if we have decided to replace
345         it.
346         * m4/isinf.m4: New file.
347         * m4/math_h.m4: Initialize and substitute variables for isinf
348         module.
349         * modules/isinf: New file.
350         * modules/isinf-tests: New file.
351         * modules/math: Add substitutions for new module.
352         * tests/test-isinf.c: New file.
353         * doc/posix-functions/isinf.texi: Mention new module.
354         * MODULES.html.sh: Mention new module.
355
356 2008-07-14  Ben Pfaff  <blp@gnu.org>
357
358         Factor out some macros for use by additional modules.
359         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
360         exponentf.m4.
361         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
362         exponentd.m4.
363         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
364         file exponentl.m4.
365         * m4/exponentf.m4: New file.
366         * m4/exponentd.m4: New file.
367         * m4/exponentl.m4: New file.
368         * modules/isnanf: Use new file m4/exponentf.m4.
369         * modules/isnand: Use new file m4/exponentd.m4.
370         * modules/isnanl: Use new file m4/exponentl.m4.
371
372 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
373
374         mktime.c: normalize tp->tm_isdst value to -1/0/1.
375         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
376         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
377         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
378
379         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
380         readlink on platforms without PATH_MAX.
381
382 2008-07-21  Eric Blake  <ebb9@byu.net>
383
384         Warn, not fail, on stale version.
385         * top/GNUmakefile (_curr-ver): Tone down previous patch.
386
387         Don't allow installation with stale devel version number.
388         * top/GNUmakefile (_is-install-target): New macro.
389         (_curr-ver): Forbid installation with stale version number.
390
391 2008-07-20  Bruno Haible  <bruno@clisp.org>
392
393         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
394         TESTS_ENVIRONMENT.
395         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
396
397 2008-07-20  Bruno Haible  <bruno@clisp.org>
398
399         * lib/c-stack.h (c_stack_action): Add documentation.
400         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
401
402 2008-07-20  Bruno Haible  <bruno@clisp.org>
403
404         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
405         * modules/readlink (License): Likewise.
406
407 2008-07-17  Eric Blake  <ebb9@byu.net>
408
409         * modules/c-stack (Link): Fix typo.
410
411         Make c-stack use libsigsegv, when available.
412         * modules/c-stack (Depends-on): Add libsigsegv.
413         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
414         needed.
415         * lib/c-stack.c (SIGSTKSZ): Define fallback.
416         (segv_handler, overflow_handler, c_stack_action)
417         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
418         implementation when libsigsegv is available, but only when using
419         the library is necessary.
420         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
421         comment, explaining why XSI check fails on Linux.
422         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
423         * tests/test-c-stack2.sh: Tweak skip message.
424         * NEWS: Document new link-time requirements.
425
426 2008-07-16  Eric Blake  <ebb9@byu.net>
427
428         c-stack: Expose false positives when not using libsigsegv.
429         * modules/c-stack-tests (Files): Expand test.
430         * tests/test-c-stack.c (main): Add means to conditionally trigger
431         non-overflow SIGSEGV.
432         * tests/test-c-stack2.sh: New file.
433
434 2008-07-14  Bruno Haible  <bruno@clisp.org>
435
436         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
437         Reported by Eric Blake.
438
439 2008-07-14  Sam Steingold  <sds@gnu.org>
440             Bruno Haible  <bruno@clisp.org>
441
442         New module libsigsegv.
443         * modules/libsigsegv: New file.
444         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
445         modifications.
446         * MODULES.html.sh (Signal handling): New section.
447
448 2008-07-14  Bruno Haible  <bruno@clisp.org>
449
450         * modules/unictype/ctype-* (Description): Add the word "function".
451         Improves the resulting doc in MODULES.html.
452
453 2008-07-12  Ben Pfaff  <blp@gnu.org>
454
455         Add longlong module.
456         * modules/longlong: New file.
457
458 2008-07-12  Bruno Haible  <bruno@clisp.org>
459
460         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
461         to empty.
462
463 2008-07-10  Ben Pfaff  <blp@gnu.org>
464
465         Add isnan module.
466         * doc/posix-functions/isnan.texi: Mention new module.
467         * lib/math.in.h: Define isnan macro if we have decided to replace
468         it.
469         * m4/isnan.m4: New file.
470         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
471         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
472         also.
473         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
474         redundancy.
475         * m4/math_h.m4: Initialize and substitute variables for isnan
476         module.
477         * modules/isnan: New file.
478         * modules/isnan-tests: New file.
479         * modules/math: Add substitutions for new module.
480         * tests/test-isnan.c: New file.
481         * MODULES.html.sh: Mention new module.
482
483 2008-07-10  Ben Pfaff  <blp@gnu.org>
484
485         Add isnanf module.
486         * lib/isnanf.m4: New file.
487         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
488         (gl_HAVE_ISNANF_IN_LIBM): New macro.
489         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
490         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
491         * modules/isnanf: New file.
492         * modules/isnanf-tests: New file.
493         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
494         files.
495         * tests/test-isnanf-nolibm.c: factored most of its contents into
496         new file tests/test-isnanf.h.
497         * tests/test-isnanf.h: New file.
498         * tests/test-isnanf.c: New file.
499         * MODULES.html.sh: Mention new module.
500         * doc/glibc-functions/isnanf.texi: Mention new module.
501
502 2008-07-10  Ben Pfaff  <blp@gnu.org>
503
504         Add isnand module.
505         * lib/isnand.h: New file.
506         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
507         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
508         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
509         functionality also.
510         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
511         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
512         (gl_HAVE_ISNAND_IN_LIBM): New macro.
513         * modules/isnand: New file.
514         * modules/isnand-tests: New file.
515         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
516         files.
517         * tests/test-isnand-nolibm.c: factored most of its contents into
518         new file tests/test-isnand.h.
519         * tests/test-isnand.h: New file.
520         * tests/test-isnand.c: New file.
521         * MODULES.html.sh: Mention new module.
522
523 2008-07-10  Ben Pfaff  <blp@gnu.org>
524
525         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
526         * lib/isnand.h: Rename lib/isnand-nolibm.h.
527         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
528         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
529         * modules/isnanf-nolibm: Update references to renamed files.
530         * modules/isnand-nolibm: Likewise.
531         * modules/isnanf-nolibm-tests: Likewise.
532         * modules/isnand-nolibm-tests: Likewise.
533         * lib/frexp.c: Likewise.
534         * lib/isfinite.c: Likewise.
535         * lib/signbitd.c: Likewise.
536         * lib/signbitf.c: Likewise.
537         * lib/vasnprintf.c: Likewise.
538         * tests/test-ceilf1.c: Likewise.
539         * tests/test-ceilf2.c: Likewise.
540         * tests/test-floorf1.c: Likewise.
541         * tests/test-floorf2.c: Likewise.
542         * tests/test-frexp.c: Likewise.
543         * tests/test-round1.c: Likewise.
544         * tests/test-round2.c: Likewise.
545         * tests/test-roundf1.c: Likewise.
546         * tests/test-strtod.c: Likewise.
547         * tests/test-trunc1.c: Likewise.
548         * tests/test-trunc2.c: Likewise.
549         * tests/test-truncf1.c: Likewise.
550         * tests/test-truncf2.c: Likewise.
551         * NEWS: Mention the renamed header files.
552
553 2008-07-11  Jim Meyering  <meyering@redhat.com>
554
555         vc-list-files: make the last-resort awk code more portable
556         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
557         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
558         does not support it.
559
560 2008-07-10  Eric Blake  <ebb9@byu.net>
561
562         Work with tar's bootstrap.
563         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
564         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
565         an m4 comment.
566
567 2008-07-09  Jim Meyering  <meyering@redhat.com>
568
569         posix-shell.m4: fix typo that made this test malfunction
570         * m4/posix-shell.m4: Remove capitalization in variable name.
571
572 2008-07-08  Bruno Haible  <bruno@clisp.org>
573
574         * m4/onceonly.m4: Update comments.
575         Reported by Ben Pfaff <blp@cs.stanford.edu>.
576
577 2008-07-04  Jim Meyering  <meyering@redhat.com>
578
579         * users.txt: Add vc-dwim.
580         (bison, coreutils): Use the gitweb URL.
581
582 2008-07-03  Jim Meyering  <meyering@redhat.com>
583
584         * users.txt: Add libffcall.  From Sam Steingold.
585
586 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
587
588         getdate.y: do not ignore TZ with relative day, month or year offset
589         * lib/getdate.y (get_date): Move the tz-handling block to follow the
590         relative-date-handling, since otherwise, the latter would clobber the
591         sole output (an updated Start value) of the tz-handling block.
592         * tests/test-getdate.c: Tests for the fix
593
594 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
595
596         Recognize 'foo_LIBRARIES += libgnu.a'.
597         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
598         makefile snippet has already specified an installation location,
599         also using '+='.
600
601 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
602
603         getdate.y: factor out common actions
604         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
605         Use them in place of open-coded actions.
606
607 2008-07-01  Simon Josefsson  <simon@josefsson.org>
608
609         Add self-test for getdate module.
610         * modules/getdate-tests: New file.
611         * tests/test-getdate.c: New file.
612
613 2008-06-29  Bruno Haible  <bruno@clisp.org>
614
615         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
616         .gitignore.
617         Reported by Sylvain Beucler <beuc@beuc.net>.
618
619 2008-06-29  Bruno Haible  <bruno@clisp.org>
620
621         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
622         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
623
624 2008-06-29  Bruno Haible  <bruno@clisp.org>
625
626         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
627         EXTRA_DIST.
628         Reported by Sylvain Beucler <beuc@beuc.net>.
629
630 2008-06-26  Jim Meyering  <meyering@redhat.com>
631
632         make several modules depend on the "open" module
633         This provides slightly increased consistency when opening-for-write
634         the name of a non-directory spelled with a trailing slash.
635         * modules/chdir-safer: Likewise.
636         * modules/chown: Likewise.
637         * modules/clean-temp: Likewise.
638         * modules/copy-file: Likewise.
639         * modules/fchdir: Likewise.
640         * modules/fcntl-safer: Likewise.
641         * modules/pipe: Likewise.
642         * modules/utime: Likewise.
643         Prompted by Eric Blake and Bruno Haible.
644
645 2008-06-24  Andreas Schwab  <schwab@suse.de>
646
647         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
648         literals can be used as initializers for global variables.
649
650 2008-06-23  Eric Blake  <ebb9@byu.net>
651
652         Make gnulib-cache.m4 easier to diff.
653         * gnulib-tool (func_import): Allow newlines when reading cached
654         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
655
656 2008-06-23  Bruno Haible  <bruno@clisp.org>
657
658         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
659         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
660         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
661         m4/signalblocking.m4.
662         (gl_PREREQ_SIGACTION): Don't invoke it.
663         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
664         gl_PREREQ_SIG_HANDLER_H.
665         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
666         Don't check for sigaction here.
667
668 2008-06-23  Bruno Haible  <bruno@clisp.org>
669
670         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
671         (install_handlers): Don't set the SA_RESETHAND flag.
672
673 2008-06-23  Bruno Haible  <bruno@clisp.org>
674
675         * m4/sigaction.m4: Comment fixes.
676         * lib/signal.in.h: Likewise.
677
678 2008-06-23  Eric Blake  <ebb9@byu.net>
679
680         Fix typo.
681         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
682
683         Avoid SA_ namespace.
684         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
685         Reported by Ralf Wildenhues.
686
687         Avoid test failure due to SA_RESTORER.
688         * tests/test-sigaction.c (SA_MASK): New macro.
689         (main): Avoid failing due to extension flags being set.
690         Reported by Jim Meyering.
691
692         Revert use of sig-handler.h in sigprocmask.c.
693         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
694         it requires the existence of struct sigaction.
695         * lib/sigprocmask.c (handler_t): Restore typedef.
696         (rpl_signal, old_handlers): Use local type.
697
698 2008-06-22  Bruno Haible  <bruno@clisp.org>
699
700         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
701         conditionally.
702         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
703
704 2008-06-22  Bruno Haible  <bruno@clisp.org>
705
706         * doc/posix-functions/siginterrupt.texi: Move note.
707
708         * lib/signal.in.h (SA_RESTART): New macro.
709         * lib/sigaction.c: Update comment.
710
711         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
712
713         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
714         (gl_PREREQ_SIGPROCMASK): Invoke it.
715         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
716
717         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
718
719         * lib/sigprocmask.c: Update a comment.
720
721 2008-06-21  Eric Blake  <ebb9@byu.net>
722
723         Use sigaction module rather than signal().
724         * modules/c-stack (Depends-on): Add sigaction.
725         * modules/fatal-signal (Depends-on): Likewise.
726         * modules/nanosleep (Depends-on): Likewise.
727         * modules/sigprocmask (Files): Add sig-handler.h.
728         * modules/sigaction (Files): Likewise.
729         * lib/sig-handler.h (get_handler): New file, suggested by Paul
730         Eggert.
731         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
732         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
733         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
734         (init_fatal_signals): Likewise.
735         * lib/nanosleep.c (rpl_nanosleep): Likewise.
736         (siginterrupt): Delete fallback.
737         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
738         instead.
739         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
740         siginterrupt.
741
742         New module sigaction, for mingw.
743         * modules/sigaction: New module...
744         * modules/sigaction-tests: ...and its test.
745         * m4/sigaction.m4: New file.
746         * lib/sigaction.c: Likewise.
747         * tests/test-sigaction.c: Likewise.
748         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
749         * modules/signal (Makefile.am): Likewise.
750         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
751         needed.
752         * doc/posix-headers/signal.texi (signal.h): Mention provided
753         types.
754         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
755         that sigaction is preferable.
756         * doc/posix-functions/sigaction.texi (sigaction): Mention new
757         module.
758         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
759         sigaction.
760
761         Improve robustness of sigprocmask by overriding signal.
762         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
763         is in use.
764         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
765         (SIGKILL, SIGSTOP): Provide fallbacks.
766         (rpl_signal): Implement.
767         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
768         signal can be called inside handlers.
769
770         Fix nanosleep module on mingw.
771         * modules/nanosleep (Depends-on): Add sys_select.
772         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
773
774         Fix licensing of sigprocmask.
775         * modules/raise (License): Relicense as LGPL.
776
777 2008-06-21  Bruno Haible  <bruno@clisp.org>
778
779         * lib/propername.c (proper_name_utf8): Don't use the transliterated
780         result if it contains question marks.
781         Reported by Michael Geng <linux@michaelgeng.de>.
782
783 2008-06-19  Bruno Haible  <bruno@clisp.org>
784
785         Fix CVS-ism.
786         * doc/gnulib.texi: Include updated-stamp.texi.
787         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
788         (updated-stamp.texi): New rule.
789         (gnulib.info): Depend on it.
790         * doc/.gitignore: Add updated-stamp.texi.
791         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
792
793 2008-06-19  Bruno Haible  <bruno@clisp.org>
794
795         * doc/Makefile (gnulib.info): Update and simplify dependencies.
796         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
797
798 2008-06-19  Eric Blake  <ebb9@byu.net>
799
800         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
801         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
802         Reported by Stepan Kasal.
803
804 2008-06-18  Bruno Haible  <bruno@clisp.org>
805
806         * lib/fatal-signal.c (init_fatal_signals): Add comment.
807         Reported by Eric Blake.
808
809 2008-06-18  Eric Blake  <ebb9@byu.net>
810
811         Work around cygwin 1.5.25 strsignal bug.
812         * tests/test-strsignal.c: Allow for const char *.
813         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
814
815 2008-06-18  Simon Josefsson  <simon@josefsson.org>
816
817         * users.txt: Update URL to article and add author/date
818         information.
819
820 2008-06-17  Bruno Haible  <bruno@clisp.org>
821
822         New macro gl_DISABLE_THREADS.
823         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
824         if the user did not pass --enable-threads or --disable-threads option.
825         (gl_DISABLE_THREADS): New macro.
826         Reported by Eric Blake <ebb9@byu.net>.
827
828 2008-06-17  Bruno Haible  <bruno@clisp.org>
829
830         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
831         when the macro ignores it.
832         Based on a patch by Eric Blake <ebb9@byu.net>.
833
834 2008-06-17  Bruno Haible  <bruno@clisp.org>
835
836         * modules/tls (License): Change to LGPLv2+.
837         Reported by Eric Blake.
838
839 2008-06-17  Eric Blake  <ebb9@byu.net>
840
841         Simplify c-stack prerequisites.
842         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
843         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
844         no longer requires <ucontext.h> to exist.  Optimize setrlimit
845         check.
846         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
847         <sys/resource.h>.
848
849         Move c-stack test into testsuite.
850         * modules/c-stack-tests: New file.
851         * lib/c-stack.c [DEBUG]: Move test program...
852         * tests/test-c-stack.c: ...into this new file.  Skip rather than
853         fail test if sigaltstack is lacking.
854         * tests/test-c-stack.sh: New driver file.
855
856 2008-06-16  Eric Blake  <ebb9@byu.net>
857
858         Use raise module consistently.
859         * modules/fatal-signal (Depends-on): Add raise.
860         * modules/sigprocmask (Depends-on): Likewise.
861         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
862         * lib/sigprocmask.c (sigprocmask): Likewise.
863         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
864         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
865
866         Fix compliance bug in sigpending.
867         * lib/sigprocmask.c (sigpending): Return pending array via
868         parameter, not return value.
869
870 2008-06-14  Eric Blake  <ebb9@byu.net>
871
872         Improve obstack-printf test code.
873         * tests/test-obstack-printf.c (test_function): Fix comment, and
874         simplify usage of obstack_* in macros.  Add a test for coverage.
875         Reported by Bruno Haible.
876
877 2008-06-14  Bruno Haible  <bruno@clisp.org>
878
879         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
880         array size as a constant, not as a const variable.
881         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
882         AC_USE_SYSTEM_EXTENSIONS.
883         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
884         Test whether the obstack_printf function actually exists.
885         * modules/obstack-printf (Depends-on): Add extensions.
886         (Include): Remove obstack.h.
887         * modules/obstack-printf-posix (Depends-on): Add extensions.
888         (Include): Remove obstack.h.
889
890 2008-06-13  Eric Blake  <ebb9@byu.net>
891
892         Add obstack-printf and obstack-printf-posix modules.
893         * modules/obstack-printf: New file.
894         * modules/obstack-printf-posix: Likewise.
895         * MODULES.html.sh (Misc): Mention them.
896         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
897         Likewise.
898         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
899         Likewise.
900         * modules/stdio (Makefile.am): Accomodate new modules.
901         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
902         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
903         Declare.
904         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
905         functions.
906         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
907         (gl_REPLACE_OBSTACK_PRINTF): New macros
908         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
909         * tests/test-obstack-printf.c: New file.
910         * modules/obstack-printf-tests: Likewise.
911         * modules/obstack-printf-posix-tests: Likewise.
912
913 2008-06-11  Bruno Haible  <bruno@clisp.org>
914
915         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
916         * lib/open.c: Include errno.h.
917         (open): Fail when attempting to write to a file that has a trailing
918         slash.
919         * tests/test-open.c (main): Test against trailing slash bug.
920         * doc/posix-functions/open.texi: Mention the trailing slash bug.
921
922 2008-06-10  Bruno Haible  <bruno@clisp.org>
923
924         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
925         for $? to work inside the trap command, with various /bin/sh-s.
926         * tests/test-vc-list-files-cvs.sh: Likewise.
927
928 2008-06-10  Bruno Haible  <bruno@clisp.org>
929
930         * lib/acl-internal.h: Don't include gettext.h here.
931         * lib/set-mode-acl.c: Include gettext.h here.
932         * lib/copy-acl.c: Likewise.
933
934 2008-06-10  Bruno Haible  <bruno@clisp.org>
935
936         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
937         * lib/wait-process.c (wait_subprocess): Likewise.
938         * lib/execute.h (execute): Add termsigp argument.
939         * lib/execute.c (execute): Likewise.
940         * lib/csharpcomp.c (compile_csharp_using_pnet,
941         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
942         * lib/csharpexec.c (execute_csharp_using_pnet,
943         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
944         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
945         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
946         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
947         is_jikes_present): Update.
948         * lib/javaexec.c (execute_java_class): Update.
949         * lib/javaversion.c (execute_and_read_line): Update.
950         * NEWS: Document the changes.
951         Reported by Eric Blake.
952
953 2008-06-10  Eric Blake  <ebb9@byu.net>
954
955         Add missing include.
956         * tests/test-strstr.c (includes): Add <signal.h>.
957         * tests/test-strcasestr.c (includes): Likewise.
958         * tests/test-memmem.c (includes): Likewise.
959
960 2008-06-10  Bruno Haible  <bruno@clisp.org>
961
962         * lib/wait-process.c (wait_subprocess): Add an assertion.
963
964 2008-06-10  Bruno Haible  <bruno@clisp.org>
965
966         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
967
968 2008-06-10  Bruno Haible  <bruno@clisp.org>
969
970         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
971         using alarm().
972         * tests/test-strcasestr.c (main): Likewise.
973         * tests/test-strstr.c (main): Likewise.
974
975 2008-06-09  Bruno Haible  <bruno@clisp.org>
976
977         Work around the Solaris 10 ACE ACLs ABI change.
978         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
979         declare if ACL_NO_TRIVIAL is present.
980         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
981         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
982         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
983         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
984         define if ACL_NO_TRIVIAL is present.
985         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
986         and use the current ABI.
987         (file_has_acl): Use same #if condition as elsewhere.
988         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
989         in use, and use the current ABI.
990         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
991         Reported by Jim Meyering.
992
993 2008-06-09  Eric Blake  <ebb9@byu.net>
994
995         Work around environments that (stupidly) ignore SIGALRM.
996         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
997         before using alarm().
998         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
999         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1000         Reported by Ian Beckwith <ianb@erislabs.net>.
1001
1002         Produce autobuild blurb earlier in log.
1003         * modules/autobuild (configure.ac-early): Move AB_INIT here.
1004
1005 2008-06-09  Jim Meyering  <meyering@redhat.com>
1006         and OndÅ™ej Vašík  <ovasik@redhat.com>
1007
1008         utimens.c: correct kernel bug work-around
1009         OndÅ™ej Vašík found that the invalid return value of 280 indicates
1010         failure, not success, and the kernel bug we're trying to work
1011         around affects not just the utimensat call, but also the fallback
1012         futimens call.
1013         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
1014         not success.
1015         [HAVE_FUTIMENS]: Use the same work-around, here.
1016
1017 2008-06-09  Jim Meyering  <meyering@redhat.com>
1018
1019         add more guards around definition of ACE_-related code
1020         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
1021         ALLOW and ACE_OWNER are also defined.
1022
1023 2008-06-08  Bruno Haible  <bruno@clisp.org>
1024
1025         * lib/acl-internal.h: Add me as co-author.
1026         * lib/file-has-acl.c: Likewise.
1027         * lib/set-mode-acl.c: Likewise.
1028         * lib/copy-acl.c: Likewise.
1029
1030 2008-06-08  Bruno Haible  <bruno@clisp.org>
1031
1032         Add support for AIX ACLs.
1033         * lib/acl-internal.h (acl_nontrivial): New declaration.
1034         * lib/file-has-acl.c (acl_nontrivial): New function.
1035         (file_has_acl): Add implementation using AIX 4 ACL API.
1036         * lib/set-mode-acl.c (qset_acl): Likewise.
1037         * lib/copy-acl.c (qcopy_acl): Likewise.
1038
1039 2008-06-08  Bruno Haible  <bruno@clisp.org>
1040
1041         Add support for HP-UX ACLs.
1042         * lib/acl-internal.h (acl_nontrivial): New declaration.
1043         * lib/file-has-acl.c (acl_nontrivial): New function.
1044         (file_has_acl): Add implementation using HP-UX 11 ACL API.
1045         * lib/set-mode-acl.c (qset_acl): Likewise.
1046         * lib/copy-acl.c (qcopy_acl): Likewise.
1047
1048 2008-06-08  Bruno Haible  <bruno@clisp.org>
1049
1050         Add support for Cygwin ACLs.
1051         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
1052         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
1053         the chmod_or_fchmod call.
1054         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
1055
1056 2008-06-08  Bruno Haible  <bruno@clisp.org>
1057
1058         Fix bug with setuid modes in Solaris 10+ code.
1059         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
1060         succeeded, when the mode contains some special bits.
1061
1062 2008-06-08  Bruno Haible  <bruno@clisp.org>
1063
1064         Add support for Solaris 7..10 ACLs.
1065         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
1066         declarations.
1067         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
1068         functions.
1069         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
1070         * lib/set-mode-acl.c (qset_acl): Likewise.
1071         * lib/copy-acl.c (qcopy_acl): Likewise.
1072
1073 2008-06-08  Bruno Haible  <bruno@clisp.org>
1074
1075         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
1076         declaration.
1077         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
1078         (acl_access_nontrivial): Remove MacOS X case.
1079         (file_has_acl): Use acl_extended_nontrivial.
1080         * lib/copy-acl.c (qcopy_acl): Likewise.
1081
1082 2008-06-08  Bruno Haible  <bruno@clisp.org>
1083
1084         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
1085
1086 2008-06-08  Jim Meyering  <meyering@redhat.com>
1087
1088         * modules/acl (Maintainer): Add Bruno Haible.
1089
1090 2008-06-07  Bruno Haible  <bruno@clisp.org>
1091
1092         Improve support for Tru64 ACLs.
1093         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
1094         ACL on OSF/1.
1095
1096 2008-06-07  Bruno Haible  <bruno@clisp.org>
1097
1098         Add support for MacOS X ACLs.
1099         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
1100         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
1101         * lib/set-mode-acl.c (qset_acl): Likewise.
1102         * lib/copy-acl.c (qcopy_acl): Likewise.
1103
1104 2008-06-07  Bruno Haible  <bruno@clisp.org>
1105
1106         Fix memory leak introduced on 2008-05-22.
1107         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
1108         use.
1109
1110 2008-06-07  Bruno Haible  <bruno@clisp.org>
1111
1112         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
1113         to construct an empty ACL.
1114
1115 2008-06-07  Bruno Haible  <bruno@clisp.org>
1116
1117         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
1118         precisely.
1119         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
1120
1121 2008-06-07  Bruno Haible  <bruno@clisp.org>
1122
1123         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
1124         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
1125
1126 2008-06-07  Bruno Haible  <bruno@clisp.org>
1127
1128         * doc/posix-functions/_setjmp.texi: Explain the use of this function
1129         regardless of POSIX.
1130         * doc/posix-functions/_longjmp.texi: Likewise.
1131         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
1132         SystemV platform in this case.
1133
1134 2008-06-06  Eric Blake  <ebb9@byu.net>
1135
1136         Document abort() bugs.
1137         * doc/posix-functions/abort.texi (abort): Mention anomalies.
1138
1139         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
1140         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
1141         sigsetjmp.
1142         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
1143         siglongjmp, but only as a macro.
1144         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
1145         is obsolete.
1146         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
1147
1148         Tweak documentation to cover cygwin argz bugs.
1149         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
1150         argz bug fix; no code change needed since no cygwin releases
1151         occurred between the last fix and the bug being tested.
1152         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
1153         module and recently fixed cygwin bugs.
1154         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
1155         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
1156         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
1157         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
1158         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
1159         Likewise.
1160         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
1161         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
1162         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
1163         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
1164         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
1165         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
1166         Likewise.
1167
1168         Avoid gcc warning on cygwin.
1169         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
1170         !ACL_NO_TRIVIAL]: Avoid unused variable.
1171
1172 2008-06-05  Eric Blake  <ebb9@byu.net>
1173
1174         Be tolerant of UNKNOWN version in gnulib-tool test dir.
1175         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
1176         git-version-gen fails to come up with a version.
1177         Reported by Simon Josefsson.
1178
1179 2008-06-05  Jim Meyering  <meyering@redhat.com>
1180             Paul Eggert  <eggert@cs.ucla.edu>
1181
1182         utimens.c: work around a probable Linux kernel bug
1183         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
1184         appears to be a kernel bug that causes utimensat to return 280
1185         instead of 0, indicating success.
1186
1187 2008-06-04  Bruno Haible  <bruno@clisp.org>
1188
1189         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
1190         2008-06-01 commit.
1191
1192 2008-06-04  Bruno Haible  <bruno@clisp.org>
1193
1194         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
1195         * lib/file-has-acl.c (acl_access_nontrivial): New function.
1196         (file_has_acl): Use it. Save errno afterwards.
1197         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
1198
1199 2008-06-03  Bruno Haible  <bruno@clisp.org>
1200
1201         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
1202         draft code. Simplify #ifs.
1203         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
1204         Put Solaris code after POSIX-draft code. Fix comments regarding
1205         Solaris 10, HP-UX. Mention Cygwin.
1206         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
1207
1208 2008-06-03  Eric Blake  <ebb9@byu.net>
1209
1210         Provide fallback for older kernels.
1211         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
1212         Provide runtime fallback if kernel lacks support.
1213         Reported by Mike Frysinger.
1214
1215 2008-06-02  Bruno Haible  <bruno@clisp.org>
1216
1217         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
1218         it exists.
1219
1220 2008-06-02  Bruno Haible  <bruno@clisp.org>
1221
1222         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
1223         * lib/copy-acl.c (qcopy_acl): Update comment.
1224
1225 2008-06-02  Bruno Haible  <bruno@clisp.org>
1226
1227         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
1228         like ACL APIs.
1229
1230 2008-06-02  Bruno Haible  <bruno@clisp.org>
1231
1232         * tests/test-file-has-acl.sh: Use different code for Cygwin.
1233         * tests/test-set-mode-acl.sh: Likewise.
1234         * tests/test-copy-acl.sh: Likewise.
1235         * tests/test-copy-file.sh: Likewise.
1236
1237 2008-06-02  Bruno Haible  <bruno@clisp.org>
1238
1239         * tests/test-file-has-acl.sh: Remove unused code.
1240
1241 2008-06-01  Bruno Haible  <bruno@clisp.org>
1242
1243         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
1244         (copy_acl): Just a wrapper around qcopy_acl that emits the error
1245         messages.
1246         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
1247
1248 2008-06-01  Bruno Haible  <bruno@clisp.org>
1249
1250         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
1251         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
1252         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
1253         APIs.
1254         * modules/acl-tests (configure.ac): Remove tests now contained in
1255         m4/acl.m4.
1256
1257 2008-06-02  Jim Meyering  <meyering@redhat.com>
1258
1259         announce-gen: use a better key-server host name
1260         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
1261         it may be more consistently reliable.  Suggested by Werner Koch
1262         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
1263
1264 2008-06-01  Bruno Haible  <bruno@clisp.org>
1265
1266         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
1267         Reported by Voroskoi Andras <voroskoi@gmail.com>.
1268
1269 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
1270
1271         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
1272
1273 2008-06-01  Bruno Haible  <bruno@clisp.org>
1274
1275         New ACL tests.
1276         * tests/test-file-has-acl.sh: New file.
1277         * tests/test-file-has-acl.c: New file.
1278         * tests/test-set-mode-acl.sh: New file.
1279         * tests/test-set-mode-acl.c: New file.
1280         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
1281         * tests/test-copy-acl.c: New file.
1282         * modules/acl-tests: New file, based on modules/copy-file-tests.
1283         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
1284         (Depends-on): Add acl-tests.
1285         (configure.ac): Remove checks.
1286         (Makefile.am): Don't create test-sameacls program here any more.
1287
1288 2008-06-01  Bruno Haible  <bruno@clisp.org>
1289
1290         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
1291         * tests/test-sameacls.c: Include progname.h.
1292         (main): Invoke set_program_name. Portability fixes for MacOS X,
1293         Solaris, HP-UX.
1294
1295 2008-06-01  Bruno Haible  <bruno@clisp.org>
1296
1297         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
1298         function.
1299         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
1300
1301 2008-06-01  Bruno Haible  <bruno@clisp.org>
1302
1303         * modules/rpmatch (Depends-on): Add strdup.
1304
1305 2008-06-01  Bruno Haible  <bruno@clisp.org>
1306
1307         * lib/pipe.c: Include unistd-safer.h.
1308         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
1309         * modules/pipe (Depends-on): Add unistd-safer.
1310
1311 2008-05-30  Simon Josefsson  <simon@josefsson.org>
1312
1313         * modules/autobuild (configure.ac): Call AB_INIT.
1314
1315 2008-05-30  Simon Josefsson  <simon@josefsson.org>
1316
1317         * tests/test-getaddrinfo.c: Don't print debug messages by default.
1318         Suggested by Bruno Haible <bruno@clisp.org>.
1319
1320 2008-05-30  Simon Josefsson  <simon@josefsson.org>
1321
1322         * tests/test-base64.c: Cast size_t to unsigned long when invoking
1323         printf.  Use %lu instead of %d.  Reported by Bruno Haible
1324         <bruno@clisp.org>.
1325
1326 2008-05-29  Eric Blake  <ebb9@byu.net>
1327
1328         Prefer new POSIX 200x interfaces over futimesat.
1329         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
1330         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
1331         when available.
1332         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
1333
1334 2008-05-28  Bruno Haible  <bruno@clisp.org>
1335
1336         * modules/stpcpy (License): Change to LGPLv2+.
1337         Requested by David Lutterkort <dlutter@redhat.com>.
1338
1339 2008-05-27  Bruno Haible  <bruno@clisp.org>
1340
1341         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
1342         current mingw.
1343         Reported by Jose E. Marchesi <jemarch@gnu.org>.
1344
1345 2008-05-27  Bruno Haible  <bruno@clisp.org>
1346
1347         * modules/iconv_open (Link): New section, from module 'iconv'.
1348         * modules/striconv (Link): Likewise.
1349         * modules/striconveh (Link): Likewise.
1350         * modules/xstriconv (Link): Likewise.
1351         * modules/unicodeio (Link): Likewise.
1352         * modules/propername (Link): Likewise.
1353         Reported by Jim Meyering.
1354
1355 2008-05-26  Jim Meyering  <meyering@redhat.com>
1356
1357         sha256: do not artificially restrict buffer length to be < 2^32
1358         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
1359         uint32_t to size_t.
1360         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
1361         to match.
1362
1363         avoid unaligned access errors, e.g., on sparc
1364         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
1365         direct access through a possibly-unaligned uint64* pointer.
1366         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
1367         direct access through a possibly-unaligned uint32* pointer.
1368         Prompted by this patch from Tom "spot" Callaway:
1369         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
1370
1371         sha512.c: fix typo in comment
1372         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
1373
1374 2008-05-25  Bruno Haible  <bruno@clisp.org>
1375
1376         * lib/set-mode-acl.c: Renamed from lib/acl.c.
1377         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
1378         (Makefile.am): Update lib_SOURCES.
1379
1380 2008-05-25  Bruno Haible  <bruno@clisp.org>
1381
1382         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
1383
1384 2008-05-25  Jim Meyering  <meyering@redhat.com>
1385
1386         useless-if-before-free: freed expr may have white-space differences
1387         * build-aux/useless-if-before-free: Recognize cases in which the
1388         freed expression differs from the tested one in embedded white
1389         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
1390         $1 was used, so we can't make any regexp shy.  Improved tests now
1391         detect this.
1392
1393         useless-if-before-free: accept white space in the expression.
1394         * build-aux/useless-if-before-free: For now, any white space
1395         in the expression must be identical in the free argument.
1396
1397         useless-if-before-free: efficiency tweak
1398         * build-aux/useless-if-before-free: Make the expression-matching
1399         regexp "shy".
1400         Make the *outer* regexp shy, not the expr-matching one.
1401
1402         update code-in-comment to accept cast of free arg
1403         * build-aux/useless-if-before-free: Update regexp.
1404
1405 2008-05-25  Bruno Haible  <bruno@clisp.org>
1406
1407         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
1408         * modules/copy-file-tests (Files, Makefile.am): Update.
1409         * tests/test-copy-file.c (func_test_copy): Update.
1410
1411 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
1412
1413         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
1414
1415 2008-05-23  Bruno Haible  <bruno@clisp.org>
1416
1417         Improve support for ACLs on OSF/1.
1418         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
1419         Remove fallback for unknown flavors of ACLs.
1420
1421 2008-05-22  Bruno Haible  <bruno@clisp.org>
1422
1423         Add support for ACLs on OSF/1.
1424         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
1425         replacements.
1426         (acl_free_text): New macro fallback.
1427         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
1428         acl_free.
1429         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
1430         acl_free_text function. Require AC_C_INLINE.
1431
1432 2008-05-22  Bruno Haible  <bruno@clisp.org>
1433
1434         Make copy_acl work on MacOS X 10.5.
1435         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
1436         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
1437         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
1438         If MODE_INSIDE_ACL, don't assume that every system has the same text
1439         representation for ACLs as FreeBSD.
1440         * lib/copy-acl.c (copy_acl): Add support for platforms with
1441         !MODE_INSIDE_ACL.
1442         * lib/file-has-acl.c (file_has_acl): Likewise.
1443         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
1444         FreeBSD, MacOS X, or IRIX, respectively.
1445
1446 2008-05-22  Bruno Haible  <bruno@clisp.org>
1447
1448         * lib/acl.h: Don't include <sys/acl.h>.
1449         (GETACLCNT): Move fallback to lib/acl-internal.h.
1450         * lib/acl-internal.h: Include <sys/acl.h> here.
1451         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
1452
1453 2008-05-22  Bruno Haible  <bruno@clisp.org>
1454
1455         Split off copy_acl function to separate file.
1456         * lib/copy-acl.c: New file, extracted from lib/acl.c.
1457         * lib/acl.c (copy_acl): Moved function to separate file.
1458         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
1459         * modules/acl (Files): Add lib/copy-acl.c.
1460         (Makefiles.am): Augment lib_SOURCES.
1461
1462 2008-05-22  Bruno Haible  <bruno@clisp.org>
1463
1464         * modules/copy-file-tests: New file.
1465         * tests/test-copy-file.sh: New file.
1466         * tests/test-copy-file.c: New file.
1467         * tests/test-copy-file-sameacls.c: New file.
1468
1469 2008-05-22  Eric Blake  <ebb9@byu.net>
1470
1471         Avoid gcc warning.
1472         * tests/test-memcmp.c (main): Pass NULL indirectly.
1473
1474 2008-05-21  Bruno Haible  <bruno@clisp.org>
1475
1476         Add reference doc about ACLs.
1477         * doc/acl-resources.txt: New file.
1478         * doc/acl-cygwin.txt: New file.
1479
1480 2008-05-21  Bruno Haible  <bruno@clisp.org>
1481
1482         Avoid one more warning from gcc.
1483         * lib/vasnprintf.c (IF_LINT): Update comments.
1484         (VASNPRINTF): Use it also for the 'prefix' array initializer.
1485
1486 2008-05-21  Jim Meyering  <meyering@redhat.com>
1487
1488         avoid a warning from gcc
1489         * lib/vasnprintf.c (IF_LINT): Define.
1490         (scale10_round_decimal_long_double):
1491         Use it to avoid a "may be used uninitialized" warning.
1492         (scale10_round_decimal_double): Likewise.
1493
1494 2008-05-21  Simon Josefsson  <simon@josefsson.org>
1495
1496         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
1497         declared.
1498
1499 2008-05-20  Bruno Haible  <bruno@clisp.org>
1500
1501         * tests/test-memcmp.c (main): Test also the sign of the result. Test
1502         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
1503
1504 2008-05-20  Simon Josefsson  <simon@josefsson.org>
1505
1506         * modules/memcmp-tests: New file.
1507         * tests/test-memcmp.c: New file.
1508
1509 2008-05-19  Bruno Haible  <bruno@clisp.org>
1510
1511         * modules/propername (Notice, configure.ac): Put quoted "..." into
1512         --keyword option.
1513         * lib/propername.h: Update comments accordingly.
1514         Reported by Eric Blake.
1515
1516 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
1517
1518         * modules/getpass-gnu (Depends-on): Add fseeko.
1519
1520 2008-05-19  Simon Josefsson  <simon@josefsson.org>
1521
1522         * modules/base64-tests: New file.
1523
1524 2008-05-19  Bo Borgerson <gigabo@gmail.com>
1525
1526         * lib/base64.c (base64_decode_ctx): If a decode context structure
1527         was passed in use it to ignore newlines.  If a context structure
1528         was _not_ passed in, continue to treat newlines as garbage (this
1529         is the historical behavior).  Formerly base64_decode.
1530         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
1531         takes a decode context structure.
1532         * lib/base64.h (base64_decode): Macro for four-argument calls.
1533         (base64_decode_alloc): Likewise.
1534         * lib/base64.c (base64_decode_ctx): If a decode context structure
1535         was passed in use it to ignore newlines.  If a context structure
1536         was _not_ passed in, continue to treat newlines as garbage (this
1537         is the historical behavior).  Formerly base64_decode.
1538         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
1539         takes a decode context structure.
1540         * lib/base64.h (base64_decode): Macro for four-argument calls.
1541         (base64_decode_alloc): Likewise.
1542
1543 2008-05-19  Jim Meyering  <meyering@redhat.com>
1544
1545         avoid a warning from gcc
1546         * lib/trim.c (IF_LINT): Define.
1547         (trim2): Use it to avoid a "may be used uninitialized" warning.
1548
1549         Fix doc typo.
1550         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
1551
1552 2008-05-19  Bruno Haible  <bruno@clisp.org>
1553
1554         * doc/glibc-functions/getpass.texi: Document limits of other
1555         implementations.
1556
1557 2008-05-19  Simon Josefsson  <simon@josefsson.org>
1558             Bruno Haible <bruno@clisp.org>
1559
1560         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
1561
1562 2008-05-18  Bruno Haible  <bruno@clisp.org>
1563
1564         * modules/propername: New file, from GNU gettext.
1565         * lib/propername.h: New file, from GNU gettext.
1566         * lib/propername.c: New file, from GNU gettext.
1567         * MODULES.html.sh (Internationalization functions): Add propername.
1568
1569 2008-05-16  Jim Meyering  <meyering@redhat.com>
1570             Bruno Haible  <bruno@clisp.org>
1571
1572         Avoid some warnings from "gcc -Wshadow".
1573         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
1574
1575 2008-05-15  Eric Blake  <ebb9@byu.net>
1576
1577         Extend previous patch to cygwin 1.7.0.
1578         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
1579         fast implementation in cygwin >= 1.7.0.
1580         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1581         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1582
1583 2008-05-15  Bruno Haible  <bruno@clisp.org>
1584
1585         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
1586         implementation in glibc >= 2.9.
1587         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1588         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1589
1590 2008-05-15  Bruno Haible  <bruno@clisp.org>
1591
1592         * MODULES.html.sh (Internationalization functions): Remove linebreak.
1593         (Unicode string functions): Add unilbrk/*.
1594         Reported by Karl Berry.
1595
1596 2008-05-15  Eric Blake  <ebb9@byu.net>
1597
1598         Fix violation of <stdbool.h> replacement in regex.
1599         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
1600         * lib/regexec.c (re_search_internal): Likewise.
1601         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
1602
1603 2008-05-15  Jim Meyering  <meyering@redhat.com>
1604
1605         avoid distracting test output when git or cvs is not found
1606         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
1607         * tests/test-vc-list-files-git.sh: Likewise.
1608
1609 2008-05-15  Eric Blake  <ebb9@byu.net>
1610
1611         Glibc finally accepted the memmem speedup code, bugzilla #5514.
1612         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
1613         glibc version.
1614         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
1615         * doc/posix-functions/strstr.texi (strstr): Likewise.
1616         * lib/str-two-way.h (MAX): Sychronize with glibc.
1617
1618 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
1619
1620         * lib/regcomp.c (optimize_utf8): Add a note on why we test
1621         opr.ctx_type.
1622         (calc_first): Initialize constraint field.
1623         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1624         Fix grammar.
1625         (duplicate_node): Merge constraint field for all node types.
1626         (calc_eclosure_iter): Look at constraint field for all node types.
1627         * lib/regex_internal.c (create_cd_newstate): Don't look at
1628         opr.ctx_type.
1629
1630 2008-05-14  Bruno Haible  <bruno@clisp.org>
1631
1632         Help GCC to do better code generation.
1633         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
1634         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
1635         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
1636         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
1637         Declare with attribute 'malloc' if supported.
1638
1639 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
1640
1641         use "echo STR|wc -c" rather than unportable "expr length STR"
1642         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
1643         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
1644
1645 2008-05-14  Jim Meyering  <meyering@redhat.com>
1646
1647         use dd ibs=$n count=1 ... rather than less-portable head -c$n
1648         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
1649         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
1650         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
1651         via Collin Lasse.
1652
1653 2008-05-14  Eric Blake  <ebb9@byu.net>
1654
1655         Avoid quadratic growth in gl_LIBSOURCES.
1656         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
1657         Suggested by Bruno Haible.
1658
1659         Test xmemdup0.
1660         * modules/xmemdup0-tests: New file.
1661         * tests/test-xmemdup0.c: Likewise.
1662
1663 2008-05-13  Eric Blake  <ebb9@byu.net>
1664
1665         Split xmemdup0 into its own module.
1666         * modules/xmemdup0: New file.
1667         * lib/xmemdup0.h: Likewise.
1668         * lib/xmemdup0.c: Likewise.
1669         * MODULES.html.sh (Memory management functions): Add xmemdup0.
1670         * lib/xalloc.h (xmemdup0): Remove.
1671         * lib/xmalloc.c (xmemdup0): Likewise.
1672
1673 2008-05-13  Eric Blake  <ebb9@byu.net>
1674             Bruno Haible  <bruno@clisp.org>
1675
1676         Reduce number of forks required during autoconf.
1677         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
1678         and gl_LIBSOURCES_DIR.
1679         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
1680         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
1681         m4_syscmd per file.
1682         <m4_foreach_w>: Move...
1683         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
1684
1685 2008-05-13  Eric Blake  <ebb9@byu.net>
1686
1687         * gnulib-tool: Fix various comment typos.
1688
1689 2008-05-12  Bruno Haible  <bruno@clisp.org>
1690
1691         Tailor the linebreaking algorithm.
1692         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
1693
1694 2008-05-12  Bruno Haible  <bruno@clisp.org>
1695
1696         Update to Unicode 5.0.0.
1697         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
1698         LBP_JV, LBP_JT. Redistribute values.
1699         (unilbrk_table): Change size.
1700         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
1701         Unicode TR#14 rev. 22.
1702         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
1703         LBP_JV, LBP_JT. Redistribute values.
1704         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
1705         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
1706         Update.
1707         * lib/unilbrk/lbrkprop1.h: Regenerated.
1708         * lib/unilbrk/lbrkprop2.h: Regenerated.
1709         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
1710         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
1711         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
1712         Likewise.
1713         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
1714         Likewise.
1715         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
1716         result.
1717         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
1718         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
1719         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
1720         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
1721         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
1722         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
1723
1724 2008-05-11  Bruno Haible  <bruno@clisp.org>
1725
1726         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
1727
1728 2008-05-11  Bruno Haible  <bruno@clisp.org>
1729
1730         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
1731         * modules/unilbrk/gen-lbrk: New file.
1732
1733 2008-05-11  Bruno Haible  <bruno@clisp.org>
1734
1735         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
1736         * m4/sha512.m4 (gl_SHA512): Likewise.
1737
1738 2008-05-11  Jim Meyering  <meyering@redhat.com>
1739
1740         New modules: crypto/sha256, crypto/sha512 (from coreutils)
1741         * modules/crypto/sha256: New file.
1742         * modules/crypto/sha512: Likewise.
1743         * lib/sha256.c: Likewise.
1744         * lib/sha256.h: Likewise.
1745         * lib/sha512.c: Likewise.
1746         * lib/sha512.h: Likewise.
1747         * lib/u64.h: Likewise.
1748         * m4/sha256.m4: Likewise.
1749         * m4/sha512.m4: Likewise.
1750         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
1751
1752 2008-05-10  Bruno Haible  <bruno@clisp.org>
1753
1754         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
1755         (Input/Output <stdio.h>): Add xprintf.
1756         (Signal handling <signal.h>): Add strsignal.
1757         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
1758         (Core language properties): Add func.
1759         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
1760         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
1761         strings.
1762         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
1763         (Input/output): New section.
1764         (File system functions): Add openat-die, stat-macros.
1765         (Networking functions): Add sockets.
1766         (Unicode string functions): Add unictype/*.
1767         (Support for building libraries and executables): Add gperf.
1768         (Support for building documentation): Add agpl-3.0.
1769         (Misc): Add nocrash.
1770
1771 2008-05-10  Bruno Haible  <bruno@clisp.org>
1772
1773         * modules/unictype/gen-ctype: New file.
1774
1775 2008-05-10  Jim Meyering  <meyering@redhat.com>
1776
1777         Make chdir-safer.c more efficient on a system with no symlinks.
1778         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
1779         also if ELOOP is zero.  Suggested by Bruno Haible.
1780
1781         Make chdir-safer.c slightly safer.
1782         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
1783         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
1784
1785         Avoid compile failure on systems without ELOOP (like mingw).
1786         * lib/chdir-safer.c (ELOOP): Define if not already defined.
1787         Reported by Bruno Haible.
1788
1789 2008-05-10  Bruno Haible  <bruno@clisp.org>
1790
1791         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
1792         (is_utf8_encoding): Use a case-insensitive comparison.
1793         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
1794         streq.
1795
1796 2008-05-10  Bruno Haible  <bruno@clisp.org>
1797
1798         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
1799         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
1800         * lib/unilbrk/ulc-common.h (iconv_string_length,
1801         iconv_string_keeping_offsets): Remove declarations.
1802         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
1803         Don't include <iconv.h>, streq.h, xsize.h.
1804         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
1805         conversion.
1806         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
1807         <iconv.h>, streq.h, xsize.h.
1808         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
1809         conversion.
1810         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
1811         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
1812         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
1813         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
1814
1815 2008-05-10  Bruno Haible  <bruno@clisp.org>
1816
1817         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
1818         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
1819
1820         * modules/unilbrk/u32-width-linebreaks-tests: New file.
1821         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
1822
1823         * modules/unilbrk/u16-width-linebreaks-tests: New file.
1824         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
1825
1826         * modules/unilbrk/u8-width-linebreaks-tests: New file.
1827         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
1828
1829         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
1830         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
1831
1832         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
1833         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
1834
1835         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
1836         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
1837
1838         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
1839         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
1840
1841 2008-05-10  Bruno Haible  <bruno@clisp.org>
1842
1843         Split up 'linebreak' module.
1844         * lib/unilbrk.h: New file, based on lib/linebreak.h.
1845         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
1846         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
1847         modifications.
1848         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
1849         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
1850         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
1851         lib/linebreak.c.
1852         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
1853         lib/linebreak.c.
1854         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
1855         lib/linebreak.c.
1856         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
1857         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
1858         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
1859         lib/linebreak.c.
1860         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
1861         lib/linebreak.c.
1862         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
1863         lib/linebreak.c.
1864         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
1865         lib/linebreak.c.
1866         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
1867         lib/linebreak.c.
1868         * modules/unilbrk/base: New file.
1869         * modules/unilbrk/tables: New file.
1870         * modules/unilbrk/u8-possible-linebreaks: New file.
1871         * modules/unilbrk/u16-possible-linebreaks: New file.
1872         * modules/unilbrk/u32-possible-linebreaks: New file.
1873         * modules/unilbrk/ulc-common: New file.
1874         * modules/unilbrk/ulc-possible-linebreaks: New file.
1875         * modules/unilbrk/u8-width-linebreaks: New file.
1876         * modules/unilbrk/u16-width-linebreaks: New file.
1877         * modules/unilbrk/u32-width-linebreaks: New file.
1878         * modules/unilbrk/ulc-width-linebreaks: New file.
1879         * lib/linebreak.h: Remove file.
1880         * lib/linebreak.c: Remove file.
1881         * m4/linebreak.m4: Remove file.
1882         * modules/linebreak: Remove file.
1883         * NEWS: Mention the changes.
1884
1885 2008-05-09  Eric Blake  <ebb9@byu.net>
1886
1887         Add xmemdup0.
1888         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
1889         implementation.
1890         * lib/xmalloc.c (xmemdup0): New C implementation.
1891
1892 2008-05-08  Bruno Haible  <bruno@clisp.org>
1893
1894         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
1895
1896 2008-05-07  Eric Blake  <ebb9@byu.net>
1897
1898         Support cross-compilation of <wctype.h>.
1899         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
1900         AC_CACHE_CHECK.
1901
1902 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
1903
1904         * build-aux/vc-list-files: Add support for bzr.
1905
1906 2008-05-03  Jim Meyering  <meyering@redhat.com>
1907
1908         avoid failed assertion with tight malloc
1909         * tests/test-getndelim2.c: Correct an off-by-one assertion.
1910
1911 2008-05-03  Simon Josefsson  <simon@josefsson.org>
1912
1913         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
1914         are needed from arpa/inet.h.
1915         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
1916         Reported by Bruno Haible.
1917
1918 2008-05-02  Jim Meyering  <meyering@redhat.com>
1919
1920         avoid compilation error on FreeBSD 6
1921         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
1922
1923 2008-05-01  Jim Meyering  <meyering@redhat.com>
1924
1925         useless-if-before-free: correct --help's exit status description
1926         * build-aux/useless-if-before-free (usage): Like grep, exit 0
1927         for one or more matches, etc.  Reported by Bruno Haible.
1928
1929         vc-list-files: make the stand-alone gnulib test work
1930         * modules/vc-list-files-tests (configure.ac):
1931         Define and AC_SUBST abs_aux_dir.
1932         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
1933         $(abs_top_srcdir) to each script and having each of them
1934         duplicate the work of setting PATH, set PATH here, using
1935         the new variable, abs_aux_dir instead.
1936         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
1937         * tests/test-vc-list-files-git.sh: Likewise.
1938         Reported by Bruno Haible.
1939
1940 2008-05-01  Bruno Haible  <bruno@clisp.org>
1941
1942         * lib/getndelim2.c (getndelim2): Fix newsize computation during
1943         reallocation. Rename 'done' to 'found_delimiter'.
1944
1945 2008-05-01  Jim Meyering  <meyering@redhat.com>
1946
1947         vc-list-files: accommodate /bin/sh like the one from Solaris 10
1948         * build-aux/vc-list-files: Use `...`, not $(...).
1949
1950 2008-04-30  Jim Meyering  <meyering@redhat.com>
1951
1952         add tests for vc-list-files
1953         * modules/vc-list-files-tests: New module.
1954         * tests/test-vc-list-files-cvs.sh: New file.
1955         * tests/test-vc-list-files-git.sh: New file.
1956
1957         avoid a warning from gcc
1958         * lib/getndelim2.c (IF_LINT): Define.
1959         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
1960
1961         vc-list-files: work properly with build-aux/cvsu, too
1962         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
1963         to all cvs-based clauses.
1964
1965         vc-list-files: work properly in the CVS+awk case, too
1966         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
1967
1968         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
1969         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
1970         take more than one file argument, so .  Add quotes, just in case $dir
1971         ever contains a shell meta-character.  Prompted by Soren Hansen in
1972         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
1973
1974 2008-04-29  Eric Blake  <ebb9@byu.net>
1975
1976         Optimize getndelim2 to use block operations when possible.
1977         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
1978         freadseek, and memchr2.
1979         * lib/getndelim2.c (getndelim2): Use them for block reads.
1980
1981 2008-04-29  Bruno Haible  <bruno@clisp.org>
1982
1983         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
1984         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1985         * modules/inet_ntop (Depends-on): Add extensions.
1986         * modules/inet_pton (Depends-on): Likewise.
1987         Reported by Simon Josefsson.
1988
1989 2008-04-29  Jim Meyering  <meyering@redhat.com>
1990
1991         When the is more than one match in a block, match all of them.
1992         * build-aux/useless-if-before-free: Iterate through each block
1993         until there are no more matches.
1994
1995         Fix broken useless-if-before-free script.
1996         * build-aux/useless-if-before-free: Fix typo: missing "?" after
1997         the expression to match cast of argument to free-like function.
1998
1999 2008-04-29  Eric Blake  <ebb9@byu.net>
2000
2001         Use new header.
2002         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
2003
2004 2008-04-29  Jim Meyering  <meyering@redhat.com>
2005
2006         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
2007         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
2008         by gnulib to exist and to declare e.g., inet_ntop.
2009         Don't include "inet_ntop.h", now removed.
2010
2011         * m4/arpa_inet_h.m4: Remove trailing blanks.
2012
2013 2008-04-29  Eric Blake  <ebb9@byu.net>
2014
2015         Silence valgrind on safe reads beyond potential array bounds.
2016         * lib/rawmemchr.valgrind: New file.
2017         * lib/strchrnul.valgrind: Likewise.
2018         * modules/rawmemchr (Files): Distribute new file.
2019         * modules/strchrnul (Files): Likewise.
2020         Suggested by Bruno Haible.
2021
2022 2008-04-29  Bruno Haible  <bruno@clisp.org>
2023
2024         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
2025         (inet_ntop, inet_pton): Change portability warning's wording.
2026         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
2027         Invoke gl_CHECK_NEXT_HEADERS.
2028         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
2029         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
2030         set ARPA_INET_H.
2031         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2032         * modules/arpa_inet (Description): No longer only for systems that
2033         lack it.
2034         (Depends-on): Add include_next.
2035         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
2036         HAVE_ARPA_INET_H.
2037
2038 2008-04-29  Jim Meyering  <meyering@redhat.com>
2039
2040         * modules/mkdir (License): Re-license as LGPLv2+.
2041
2042 2008-04-29  Bruno Haible  <bruno@clisp.org>
2043
2044         * modules/rawmemchr (Maintainer): Set to Eric.
2045         * modules/strchrnul (Maintainer): Likewise.
2046
2047 2008-04-29  Simon Josefsson  <simon@josefsson.org>
2048
2049         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
2050         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
2051
2052         * modules/arpa_inet (arpa/inet.h): Use them.
2053
2054 2008-04-28  Eric Blake  <ebb9@byu.net>
2055
2056         Test getndelim2.
2057         * modules/getndelim2-tests: New file.
2058         * tests/test-getndelim2.c: Likewise.
2059         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
2060         stream.
2061         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
2062
2063         * MODULES.html.sh: Document new module.
2064
2065 2008-04-20  Bruno Haible  <bruno@clisp.org>
2066
2067         * lib/c-stack.c (die): Use raise.
2068         * modules/c-stack (Depends-on): Add raise.
2069
2070 2008-04-28  Bruno Haible  <bruno@clisp.org>
2071
2072         Expect rpmatch to be declared.
2073         * lib/yesno.c (rpmatch): Remove declaration.
2074
2075         Declare rpmatch.
2076         * lib/stdlib.in.h (rpmatch): New declaration.
2077         * lib/rpmatch.c: Include <stdlib.h> first.
2078         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
2079         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
2080         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
2081         HAVE_RPMATCH.
2082         * modules/rpmatch (Depends-on): Add stdlib, extensions.
2083         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2084         (Include): Set to <stdlib.h>.
2085         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
2086         HAVE_RPMATCH.
2087         * NEWS: Document the change.
2088
2089 2008-04-28  Bruno Haible  <bruno@clisp.org>
2090
2091         Change rpmatch to use nl_langinfo when appropriate.
2092         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
2093         (N_): New macro.
2094         (localized_pattern): New function/macro.
2095         (try): Remove match, nomatch arguments. Copy the pattern into safe
2096         memory before caching it.
2097         (rpmatch): Use localized_pattern. Add translator comments.
2098         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
2099         Suggested by Eric Blake.
2100         * modules/rpmatch (Depends-on): Add stdbool.
2101
2102 2008-04-28  Eric Blake  <ebb9@byu.net>
2103
2104         Add rawmemchr module, matching glibc.
2105         * modules/string (Makefile.am): New indicator.
2106         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
2107         * lib/string.in.h (rawmemchr): Declare when appropriate.
2108         * modules/rawmemchr: New file.
2109         * m4/rawmemchr.m4: Likewise.
2110         * lib/rawmemchr.c: Likewise.
2111         * modules/rawmemchr-tests: Likewise.
2112         * tests/test-rawmemchr.c: Likewise.
2113         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
2114         module.
2115         * modules/strchrnul (Depends-on): Add rawmemchr.
2116         * lib/strchrnul.c (strchrnul): Optimize a corner case.
2117
2118         Whitespace cleanup.
2119         * tests/test-strchrnul.c: Reindent.
2120         * lib/strchrnul.c: Likewise.
2121
2122         Optimize and test strchrnul.
2123         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
2124         * modules/strchrnul-tests: New file.
2125         * tests/test-strchrnul.c: Likewise.
2126
2127         Remove intprops dependency.
2128         * modules/memchr (Depends-on): Remove intprops.
2129         * modules/memrchr (Depends-on): Likewise.
2130         * modules/memchr2 (Depends-on): Likewise.
2131         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
2132         * lib/memrchr.c (__memrchr): Likewise.
2133         * lib/memrchr2.c (memchr2): Likewise.
2134         Reported by Simon Josefsson.
2135
2136 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2137
2138         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
2139         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2140
2141 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2142
2143         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
2144
2145         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
2146
2147         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
2148
2149         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
2150         declarations.
2151         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
2152
2153         * m4/inet_pton.m4: Don't check for header files.
2154
2155         * m4/inet_ntop.m4: Don't check for header files.
2156
2157 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2158
2159         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
2160         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
2161         trigger for cygwin).
2162         Reported by Bruno Haible  <bruno@clisp.org>.
2163
2164 2008-04-28  Bruno Haible  <bruno@clisp.org>
2165
2166         * doc/posix-functions/strdup.texi: Mention mingw problem.
2167
2168 2008-04-27  Bruno Haible  <bruno@clisp.org>
2169
2170         * modules/stat-time-tests (Depends-on): Add sleep.
2171         * tests/test-stat-time.c (force_unlink): New function.
2172         (cleanup): Use it.
2173         (test_mtime): Remove the ctime related tests.
2174         (test_ctime): New function, containing the ctime related tests.
2175         (main): Call test_ctime, except on native Windows platforms.
2176
2177 2008-04-27  Bruno Haible  <bruno@clisp.org>
2178
2179         * lib/rpmatch.c (rpmatch): Add some comments.
2180         Reported by James Youngman <jay@gnu.org>.
2181
2182 2008-04-27  Bruno Haible  <bruno@clisp.org>
2183
2184         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
2185         quiet NaNs.
2186
2187 2008-04-27  Bruno Haible  <bruno@clisp.org>
2188
2189         Make test-yesno.sh work on mingw.
2190         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
2191         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
2192         (main): Set stdin to binary mode.
2193         * modules/yesno-tests (Depends-on): Add binary-io.
2194
2195 2008-04-27  Bruno Haible  <bruno@clisp.org>
2196
2197         Fix 'isfinite' on x86, x86_64, ia64 platforms.
2198         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
2199         argument that lie outside the IEEE 854 domain.
2200         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
2201         (gl_ISFINITE): Use it.
2202         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
2203
2204 2008-04-27  Bruno Haible  <bruno@clisp.org>
2205
2206         Allow local renaming in config.h.
2207         * lib/memrchr.c (memrchr): Don't undefine outside libc.
2208
2209 2008-04-27  Bruno Haible  <bruno@clisp.org>
2210
2211         * lib/memchr.c (__memchr): Change type of 'i'.
2212         * lib/memchr2.c (memchr2): Likewise.
2213
2214 2008-04-26  Eric Blake  <ebb9@byu.net>
2215         and Bruno Haible  <bruno@clisp.org>
2216
2217         Optimize and test memrchr.
2218         * modules/memrchr (Depends-on): Add intprops.
2219         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
2220         * modules/memrchr-tests: New file.
2221         * tests/test-memrchr.c: New file.
2222
2223 2008-04-26  Bruno Haible  <bruno@clisp.org>
2224
2225         Add tentative support for DragonFly BSD.
2226         * lib/stdio-impl.h: Add macros for DragonFly BSD.
2227         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
2228         fp.
2229         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
2230         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
2231         * lib/fpurge.c (fpurge): Likewise.
2232         * lib/freadable.c (freaadable): Likewise.
2233         * lib/freadahead.c (freadahead): Likewise.
2234         * lib/freading.c (freading): Likewise.
2235         * lib/freadptr.c (freadptr): Likewise.
2236         * lib/freadseek.c (freadptrinc): Likewise.
2237         * lib/fseeko.c (fseeko): Likewise.
2238         * lib/fseterr.c (fseterr): Likewise.
2239         * lib/fwritable.c (fwritable): Likewise.
2240         * lib/fwriting.c (fwriting): Likewise.
2241
2242 2008-04-26  Bruno Haible  <bruno@clisp.org>
2243
2244         * lib/stdio-impl.h: New file.
2245         * lib/fbufmode.c: Include stdio-impl.h.
2246         (fbufmode): Use fp_, remove redundant #defines.
2247         * lib/fflush.c: Include stdio-impl.h.
2248         (clear_ungetc_buffer): Remove redundant #defines.
2249         * lib/fpurge.c: Include stdio-impl.h.
2250         (fpurge): Remove redundant #defines.
2251         * lib/freadable.c: Include stdio-impl.h.
2252         (freadable): Remove redundant #defines.
2253         * lib/freadahead.c: Include stdio-impl.h.
2254         (freadahead): Remove redundant #defines.
2255         * lib/freading.c: Include stdio-impl.h.
2256         (freading): Remove redundant #defines.
2257         * lib/freadptr.c: Include stdio-impl.h.
2258         (freadptr): Remove redundant #defines.
2259         * lib/freadseek.c: Include stdio-impl.h.
2260         (freadptrinc): Remove redundant #defines.
2261         * lib/fseeko.c: Include stdio-impl.h.
2262         (rpl_fseeko): Remove redundant #defines.
2263         * lib/fseterr.c: Include stdio-impl.h.
2264         (fseterr): Remove redundant #defines.
2265         * lib/fwritable.c: Include stdio-impl.h.
2266         (fwritable: Remove redundant #defines.
2267         * lib/fwriting.c: Include stdio-impl.h.
2268         (fwriting): Remove redundant #defines.
2269         * modules/fbufmode (Files): Add lib/stdio-impl.h.
2270         * modules/fflush (Files): Likewise.
2271         * modules/fpurge (Files): Likewise.
2272         * modules/freadable (Files): Likewise.
2273         * modules/freadahead (Files): Likewise.
2274         * modules/freading (Files): Likewise.
2275         * modules/freadptr (Files): Likewise.
2276         * modules/freadseek (Files): Likewise.
2277         * modules/fseeko (Files): Likewise.
2278         * modules/fseterr (Files): Likewise.
2279         * modules/fwritable (Files): Likewise.
2280         * modules/fwriting (Files): Likewise.
2281
2282 2008-04-26  Bruno Haible  <bruno@clisp.org>
2283
2284         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
2285         restore_seek_optimization, update_fpos_cache): New functions, extracted
2286         from rpl_fflush.
2287         (rpl_fflush): Use them.
2288         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
2289         (gl_REPLACE_FFLUSH): Use it.
2290
2291 2008-04-26  Bruno Haible  <bruno@clisp.org>
2292
2293         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
2294         on Solaris.
2295         * tests/test-xstrtoimax.sh: Likewise.
2296         * tests/test-xstrtoumax.sh: Likewise.
2297         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2298
2299 2008-04-26  Bruno Haible  <bruno@clisp.org>
2300
2301         * modules/memchr-tests: New file.
2302         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
2303
2304 2008-04-26  Eric Blake  <ebb9@byu.net>
2305             Bruno Haible  <bruno@clisp.org>
2306
2307         * lib/memchr.c: Include intprops.h.
2308         (__memchr): Optimize parallel detection of matching bytes. Rename local
2309         variables. Add explanatory comments.
2310
2311 2008-04-26  Bruno Haible  <bruno@clisp.org>
2312
2313         Fix module 'memchr', broken since 2000-10-28.
2314         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
2315
2316 2008-04-26  Bruno Haible  <bruno@clisp.org>
2317
2318         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
2319         comments.
2320
2321 2008-04-25  Eric Blake  <ebb9@byu.net>
2322
2323         Use native fstatat on cygwin 1.7.0.
2324         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
2325         first.
2326
2327 2008-04-23  Eric Blake  <ebb9@byu.net>
2328
2329         Improve memchr2 performance.
2330         * lib/memchr2.c (memchr2): Further optimize parallel detection of
2331         NUL bytes.
2332         * modules/memchr2 (Depends-on): Use intprops.h.
2333
2334 2008-04-23  Simon Josefsson  <simon@josefsson.org>
2335
2336         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
2337         an inline function instead of a CPP macro.  Patch by Ben Pfaff
2338         <blp@cs.stanford.edu>.
2339
2340 2008-04-23  Simon Josefsson  <simon@josefsson.org>
2341
2342         * lib/arpa_inet.in.h: New file.
2343
2344         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
2345         (Makefile.am): Sed in substitute header file.
2346
2347         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
2348         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
2349
2350         * modules/inet_ntop (configure.ac): Use
2351         gl_ARPA_INET_MODULE_INDICATOR.
2352
2353         * modules/inet_pton (configure.ac): Use
2354         gl_ARPA_INET_MODULE_INDICATOR.
2355
2356 2008-04-22  Jim Meyering  <meyering@redhat.com>
2357
2358         * modules/verify (License): Re-license as LGPLv2+.
2359
2360 2008-04-22  Simon Josefsson  <simon@josefsson.org>
2361
2362         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
2363         parameter to void* as per POSIX standard (MinGW uses char*).
2364
2365 2008-04-21  Bruno Haible  <bruno@clisp.org>
2366
2367         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
2368         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
2369         Define to replacements if REPLACE_ISWCNTRL is 1.
2370         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
2371         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
2372         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
2373         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
2374         what it fixes.
2375         * doc/posix-functions/iswalpha.texi: Likewise.
2376         * doc/posix-functions/iswblank.texi: Likewise.
2377         * doc/posix-functions/iswcntrl.texi: Likewise.
2378         * doc/posix-functions/iswdigit.texi: Likewise.
2379         * doc/posix-functions/iswgraph.texi: Likewise.
2380         * doc/posix-functions/iswlower.texi: Likewise.
2381         * doc/posix-functions/iswprint.texi: Likewise.
2382         * doc/posix-functions/iswpunct.texi: Likewise.
2383         * doc/posix-functions/iswspace.texi: Likewise.
2384         * doc/posix-functions/iswupper.texi: Likewise.
2385         * doc/posix-functions/iswxdigit.texi: Likewise.
2386         Reported by Alain Guibert.
2387
2388 2008-04-21  Bruno Haible  <bruno@clisp.org>
2389
2390         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
2391         Patch by Alain Guibert.
2392
2393 2008-04-21  Bruno Haible  <bruno@clisp.org>
2394
2395         Fix test failures on mingw.
2396         * tests/test-xstrtol.c (print_no_progname): New function.
2397         (main): Install it in error_print_progname hook.
2398         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
2399         * tests/test-xstrtoimax.sh: Likewise.
2400         * tests/test-xstrtoumax.sh: Likewise.
2401
2402 2008-04-21  Bruno Haible  <bruno@clisp.org>
2403
2404         Fix test failure on mingw.
2405         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
2406
2407 2008-04-21  Bruno Haible  <bruno@clisp.org>
2408
2409         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
2410         Actually assign a value.
2411
2412 2008-04-20  Bruno Haible  <bruno@clisp.org>
2413
2414         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
2415         take 2.
2416         * lib/canonicalize.c (canonicalize_file_name): Elide if the
2417         'canonicalize-lgpl' module is also used.
2418         * lib/canonicalize-lgpl.c: Undo last change.
2419         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
2420
2421 2008-04-20  Bruno Haible  <bruno@clisp.org>
2422
2423         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
2424         config.h. Provide _mkdir based fallback for mingw.
2425         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
2426         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
2427         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
2428         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
2429         rather than defining mkdir in config.h.
2430         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
2431         (gl_SYS_STAT_H_DEFAULTS): New macro.
2432         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
2433         HAVE_IO_H any more.
2434         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
2435         HAVE_DECL_MKDIR and HAVE_IO_H.
2436
2437 2008-04-20  Bruno Haible  <bruno@clisp.org>
2438
2439         * lib/isapipe.c: Port to native Windows platforms.
2440
2441 2008-04-20  Bruno Haible  <bruno@clisp.org>
2442
2443         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
2444
2445 2008-04-21  Eric Blake  <ebb9@byu.net>
2446
2447         Work around preprocessors that don't handle UINTMAX_MAX.
2448         * lib/memchr2.c (memchr2): Avoid embedded #if.
2449         Reported by Alain Guibert, fix suggested by Bruno Haible.
2450
2451 2008-04-21  Simon Josefsson  <simon@josefsson.org>
2452
2453         * doc/posix-functions/strftime.texi (strftime): Explain better
2454         Windows incompatibility.  Suggested by Micah Cowan
2455         <micah@cowan.name>.
2456
2457 2008-04-20  Bruno Haible  <bruno@clisp.org>
2458
2459         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
2460         unistr/u8-mblen.
2461
2462 2008-04-20  Bruno Haible  <bruno@clisp.org>
2463
2464         Fix test failure on platforms with non-GNU iconv.
2465         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
2466         (U_TO_U8): Use it, rather than u16_to_u8.
2467         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
2468         units at the end of the input string.
2469         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
2470
2471 2008-04-20  Bruno Haible  <bruno@clisp.org>
2472
2473         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
2474         when the resulting length is 0.
2475         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
2476
2477 2008-04-20  Bruno Haible  <bruno@clisp.org>
2478
2479         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
2480         works.
2481         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
2482
2483 2008-04-20  Bruno Haible  <bruno@clisp.org>
2484
2485         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
2486         * modules/tsearch-tests (configure.ac): Test for initstate function.
2487
2488 2008-04-20  Bruno Haible  <bruno@clisp.org>
2489
2490         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
2491         for nlink_t if missing.
2492         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
2493
2494 2008-04-19  Bruno Haible  <bruno@clisp.org>
2495
2496         Work around snprintf bug on Linux libc5.
2497         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
2498         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2499         gl_SNPRINTF_SIZE1.
2500         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2501         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
2502         that test failed.
2503         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
2504         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
2505         * modules/snprintf (Files): Add m4/printf.m4.
2506         * modules/vsnprintf (Files): Likewise.
2507         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
2508         * doc/posix-functions/vsnprintf.texi: Likewise.
2509
2510 2008-04-19  Bruno Haible  <bruno@clisp.org>
2511
2512         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
2513         from 0.0058 to less than 10^-7.
2514
2515 2008-04-19  Bruno Haible  <bruno@clisp.org>
2516
2517         Fix rounding when a precision is given.
2518         * lib/vasnprintf.c (is_borderline): New function.
2519         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
2520         9...9x.
2521         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
2522         %e, %g.
2523         * tests/test-vasprintf-posix.c (test_function): Likewise.
2524         * tests/test-snprintf-posix.h (test_function): Likewise.
2525         * tests/test-sprintf-posix.h (test_function): Likewise.
2526         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
2527         * tests/test-printf-posix.h (test_function): Likewise.
2528         * tests/test-printf-posix.output: Update.
2529         Reported by John Darrington <john@darrington.wattle.id.au> via
2530         Ben Pfaff <blp@cs.stanford.edu>.
2531
2532 2008-04-18  Simon Josefsson  <simon@josefsson.org>
2533
2534         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
2535         Suggested by Bruno Haible <bruno@clisp.org>.
2536
2537 2008-04-17  Bruno Haible  <bruno@clisp.org>
2538
2539         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
2540         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
2541         implementation.
2542         Patch by Bruce Merry <bmerry@gmail.com>.
2543
2544 2008-04-17  Simon Josefsson  <simon@josefsson.org>
2545
2546         * doc/posix-functions/strftime.texi (strftime): Mention that %e
2547         doesn't work under Windows.
2548
2549 2008-04-16  Bruno Haible  <bruno@clisp.org>
2550
2551         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
2552         New macros.
2553         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
2554         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
2555         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
2556         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
2557         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
2558         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
2559         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
2560         macros.
2561         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
2562         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
2563         Northern Sotho, Uighur.
2564
2565 2008-04-16  Bruno Haible  <bruno@clisp.org>
2566
2567         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
2568         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
2569         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
2570         Reported by Daniel Bergström <daniel@octocode.com>.
2571
2572 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
2573             Bruno Haible  <bruno@clisp.org>
2574
2575         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
2576         function.
2577         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
2578         New functions, mostly extracted from gl_locale_name_default.
2579         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
2580
2581 2008-04-16  Eric Blake  <ebb9@byu.net>
2582
2583         Adjust strtod detection to catch glibc 2.7 bug.
2584         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
2585         Reported by John Gatewood Ham.
2586
2587 2008-04-16  Bruno Haible  <bruno@clisp.org>
2588
2589         Add tentative support for Linux libc5.
2590         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
2591         * lib/fpurge.c (fpurge): Likewise.
2592         * lib/freadable.c (freadable): Likewise.
2593         * lib/freadahead.c (freadahead): Likewise.
2594         * lib/freading.c (freading): Likewise.
2595         * lib/freadptr.c (freadptr): Likewise.
2596         * lib/freadseek.c (freadptrinc): Likewise.
2597         * lib/fseeko.c (rpl_fseeko): Likewise.
2598         * lib/fseterr.c (fseterr): Likewise.
2599         * lib/fwritable.c (fwritable): Likewise.
2600         * lib/fwriting.c (fwriting): Likewise.
2601         Reported by Alain Guibert <alguibert+bts@free.fr>.
2602
2603 2008-04-15  Bruno Haible  <bruno@clisp.org>
2604
2605         * modules/mathl (configure.ac): Define module indicator.
2606
2607 2008-04-15  Bruno Haible  <bruno@clisp.org>
2608
2609         * lib/logl.c (logl): Remove unused variables.
2610
2611 2008-04-15  Bruno Haible  <bruno@clisp.org>
2612
2613         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
2614         fails.
2615
2616 2008-04-15  Bruno Haible  <bruno@clisp.org>
2617
2618         * lib/trim.c (trim2): Fix argument of isspace() macro.
2619
2620 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
2621
2622         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
2623         to 0.
2624         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
2625
2626 2008-04-14  Bruno Haible  <bruno@clisp.org>
2627
2628         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
2629         AC_LANG_PROGRAM argument.
2630         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
2631         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
2632         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
2633         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2634         * m4/math_h.m4 (gl_MATH_H): Likewise.
2635         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
2636         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2637         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
2638         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
2639         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
2640         * m4/regex.m4 (gl_REGEX): Likewise.
2641         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
2642         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
2643         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2644         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
2645         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2646         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2647         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2648         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2649
2650 2008-04-14  Jim Meyering  <meyering@redhat.com>
2651
2652         test-strtod: fix typos: s/abs/fabs/
2653         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
2654
2655 2008-04-13  Bruno Haible  <bruno@clisp.org>
2656
2657         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
2658         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
2659         module is also used and while not building the reloc-wrapper.
2660
2661 2008-04-13  Bruno Haible  <bruno@clisp.org>
2662
2663         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
2664
2665 2008-04-13  Bruno Haible  <bruno@clisp.org>
2666
2667         Fix AIX compilation failure introduced on 2008-04-02.
2668         * tests/test-frexp.c (exp): Undefine before redefining.
2669         * tests/test-frexpl.c (exp): Likewise.
2670
2671 2008-04-13  Bruno Haible  <bruno@clisp.org>
2672
2673         Work around a HP-UX stdio bug.
2674         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
2675         * tests/test-ftello.c (main): Likewise.
2676         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
2677         * doc/posix-functions/ftello.texi: Likewise.
2678
2679 2008-04-13  Bruno Haible  <bruno@clisp.org>
2680
2681         Make test-signbit pass on HP-UX/hppa.
2682         * tests/test-signbit.c (minus_zerol): New variable.
2683         (test_signbitl): Use it.
2684
2685 2008-04-13  Bruno Haible  <bruno@clisp.org>
2686
2687         Make truncl work on OSF/1 4.0.
2688         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
2689         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
2690         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
2691         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
2692         HAVE_DECL_TRUNCL.
2693         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
2694         HAVE_DECL_TRUNCL.
2695         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
2696
2697 2008-04-13  Bruno Haible  <bruno@clisp.org>
2698
2699         * lib/unictype.h: Remove trailing comma from enumeration definitions.
2700
2701 2008-04-13  Bruno Haible  <bruno@clisp.org>
2702
2703         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
2704         expression, so as to avoid HP-UX 11 cc compiler bug.
2705
2706 2008-04-13  Bruno Haible  <bruno@clisp.org>
2707
2708         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
2709
2710 2008-04-13  Bruno Haible  <bruno@clisp.org>
2711
2712         * lib/git-merge-changelog.c: Remove empty declaration outside of
2713         functions.
2714
2715 2008-04-13  Bruno Haible  <bruno@clisp.org>
2716
2717         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
2718
2719 2008-04-13  Bruno Haible  <bruno@clisp.org>
2720
2721         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
2722         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
2723         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
2724         also if it exists but lacks definitions of the SHUT_* macros.
2725         * modules/sys_socket (Description): Update.
2726         Reported by Elbert Pol <e.pol@chello.nl>.
2727
2728 2008-04-13  Bruno Haible  <bruno@clisp.org>
2729
2730         * lib/localcharset.c (OS2): Don't redefine if already defined.
2731         Reported by Elbert Pol <e.pol@chello.nl>.
2732
2733 2008-04-13  Bruno Haible  <bruno@clisp.org>
2734
2735         * lib/binary-io.h [__EMX__]: Include <io.h>.
2736         Reported by Elbert Pol <e.pol@chello.nl>.
2737
2738 2008-04-12  Bruno Haible  <bruno@clisp.org>
2739
2740         * lib/fpucw.h: Enable the definitions also for x86_64.
2741         Needed for NetBSD/x86_64.
2742         Reported by Thomas Klausner <tk@giga.or.at>.
2743
2744 2008-04-12  Bruno Haible  <bruno@clisp.org>
2745
2746         * tests/test-strtod.c: Include isnand.h.
2747         (main): Use isnand instead of isnan.
2748         Reported by Jim Meyering.
2749
2750 2008-04-12  Bruno Haible  <bruno@clisp.org>
2751
2752         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
2753         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2754
2755 2008-04-12  Jim Meyering  <meyering@redhat.com>
2756
2757         * m4/math_h.m4 (gl_MATH_H): Fix typos.
2758
2759 2008-04-12  Bruno Haible  <bruno@clisp.org>
2760
2761         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
2762         Reported by Elbert Pol <e.pol@chello.nl>.
2763
2764 2008-04-12  Eric Blake  <ebb9@byu.net>
2765
2766         Work around Solaris 10 math.h bug.
2767         * m4/math_h.m4 (gl_MATH_H): Check for bug.
2768         (gl_MATH_H_DEFAULTS): Set up default.
2769         * modules/math (Makefile.am): Replace new indicators.
2770         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
2771         * tests/test-math.c (main): Test this.
2772         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
2773         * doc/posix-headers/math.texi (math.h): Mention bug.
2774         Reported by Nelson H. F. Beebe and Jim Meyering.
2775
2776 2008-04-11  Bruno Haible  <bruno@clisp.org>
2777
2778         Adapt to future versions of Apple GCC.
2779         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
2780         Reported by Peter O'Gorman <peter@pogma.com>.
2781
2782 2008-04-11  Bruno Haible  <bruno@clisp.org>
2783
2784         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
2785
2786 2008-04-11  Bruno Haible  <bruno@clisp.org>
2787
2788         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
2789
2790         * modules/getaddrinfo-tests (Makefile.am): Define
2791         test_getaddrinfo_LDADD.
2792
2793 2008-04-11  Bruno Haible  <bruno@clisp.org>
2794
2795         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
2796         (init): Fix syntax error.
2797         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
2798         is declared.
2799
2800 2008-04-11  Bruno Haible  <bruno@clisp.org>
2801
2802         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
2803         * modules/glob (Depends-on): Add stdbool.
2804
2805 2008-04-11  Bruno Haible  <bruno@clisp.org>
2806
2807         * lib/trim.c: Include <string.h>.
2808
2809 2008-04-11  Eric Blake  <ebb9@byu.net>
2810
2811         Avoid compile failure on OS/2.
2812         * lib/regex_internal.h (internal_function): Disable optimization
2813         on OS/2 (__EMX__), where it caused compiler error.
2814         Reported by Elbert Pol.
2815
2816 2008-04-11  Bruno Haible  <bruno@clisp.org>
2817
2818         Flush the standard error stream before aborting. Needed on mingw.
2819         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
2820         * tests/test-array_list.c (ASSERT): Likewise.
2821         * tests/test-array_oset.c (ASSERT): Likewise.
2822         * tests/test-avltree_list.c (ASSERT): Likewise.
2823         * tests/test-avltree_oset.c (ASSERT): Likewise.
2824         * tests/test-avltreehash_list.c (ASSERT): Likewise.
2825         * tests/test-binary-io.c (ASSERT): Likewise.
2826         * tests/test-byteswap.c (ASSERT): Likewise.
2827         * tests/test-c-ctype.c (ASSERT): Likewise.
2828         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
2829         * tests/test-c-strcasestr.c (ASSERT): Likewise.
2830         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
2831         * tests/test-c-strstr.c (ASSERT): Likewise.
2832         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
2833         * tests/test-canonicalize.c (ASSERT): Likewise.
2834         * tests/test-carray_list.c (ASSERT): Likewise.
2835         * tests/test-ceilf1.c (ASSERT): Likewise.
2836         * tests/test-ceilf2.c (ASSERT): Likewise.
2837         * tests/test-ceill.c (ASSERT): Likewise.
2838         * tests/test-count-one-bits.c (ASSERT): Likewise.
2839         * tests/test-fbufmode.c (ASSERT): Likewise.
2840         * tests/test-fflush2.c (ASSERT): Likewise.
2841         * tests/test-floorf1.c (ASSERT): Likewise.
2842         * tests/test-floorf2.c (ASSERT): Likewise.
2843         * tests/test-floorl.c (ASSERT): Likewise.
2844         * tests/test-fopen.c (ASSERT): Likewise.
2845         * tests/test-fpending.c (ASSERT): Likewise.
2846         * tests/test-fprintf-posix.c (ASSERT): Likewise.
2847         * tests/test-fpurge.c (ASSERT): Likewise.
2848         * tests/test-freadable.c (ASSERT): Likewise.
2849         * tests/test-freadahead.c (ASSERT): Likewise.
2850         * tests/test-freading.c (ASSERT): Likewise.
2851         * tests/test-freadptr.c (ASSERT): Likewise.
2852         * tests/test-freadptr2.c (ASSERT): Likewise.
2853         * tests/test-freadseek.c (ASSERT): Likewise.
2854         * tests/test-freopen.c (ASSERT): Likewise.
2855         * tests/test-frexp.c (ASSERT): Likewise.
2856         * tests/test-frexpl.c (ASSERT): Likewise.
2857         * tests/test-fseek.c (ASSERT): Likewise.
2858         * tests/test-fseeko.c (ASSERT): Likewise.
2859         * tests/test-fstrcmp.c (ASSERT): Likewise.
2860         * tests/test-ftell.c (ASSERT): Likewise.
2861         * tests/test-ftello.c (ASSERT): Likewise.
2862         * tests/test-func.c (ASSERT): Likewise.
2863         * tests/test-fwritable.c (ASSERT): Likewise.
2864         * tests/test-fwriting.c (ASSERT): Likewise.
2865         * tests/test-getdelim.c (ASSERT): Likewise.
2866         * tests/test-getline.c (ASSERT): Likewise.
2867         * tests/test-i-ring.c (ASSERT): Likewise.
2868         * tests/test-iconv-utf.c (ASSERT): Likewise.
2869         * tests/test-iconv.c (ASSERT): Likewise.
2870         * tests/test-isfinite.c (ASSERT): Likewise.
2871         * tests/test-isnand.c (ASSERT): Likewise.
2872         * tests/test-isnanf.c (ASSERT): Likewise.
2873         * tests/test-isnanl.h (ASSERT): Likewise.
2874         * tests/test-ldexpl.c (ASSERT): Likewise.
2875         * tests/test-linked_list.c (ASSERT): Likewise.
2876         * tests/test-linkedhash_list.c (ASSERT): Likewise.
2877         * tests/test-localename.c (ASSERT): Likewise.
2878         * tests/test-lseek.c (ASSERT): Likewise.
2879         * tests/test-mbscasecmp.c (ASSERT): Likewise.
2880         * tests/test-mbscasestr1.c (ASSERT): Likewise.
2881         * tests/test-mbscasestr2.c (ASSERT): Likewise.
2882         * tests/test-mbscasestr3.c (ASSERT): Likewise.
2883         * tests/test-mbscasestr4.c (ASSERT): Likewise.
2884         * tests/test-mbschr.c (ASSERT): Likewise.
2885         * tests/test-mbscspn.c (ASSERT): Likewise.
2886         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
2887         * tests/test-mbspbrk.c (ASSERT): Likewise.
2888         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
2889         * tests/test-mbsrchr.c (ASSERT): Likewise.
2890         * tests/test-mbsspn.c (ASSERT): Likewise.
2891         * tests/test-mbsstr1.c (ASSERT): Likewise.
2892         * tests/test-mbsstr2.c (ASSERT): Likewise.
2893         * tests/test-mbsstr3.c (ASSERT): Likewise.
2894         * tests/test-memchr2.c (ASSERT): Likewise.
2895         * tests/test-memmem.c (ASSERT): Likewise.
2896         * tests/test-open.c (ASSERT): Likewise.
2897         * tests/test-printf-frexp.c (ASSERT): Likewise.
2898         * tests/test-printf-frexpl.c (ASSERT): Likewise.
2899         * tests/test-printf-posix.c (ASSERT): Likewise.
2900         * tests/test-quotearg.c (ASSERT): Likewise.
2901         * tests/test-rbtree_list.c (ASSERT): Likewise.
2902         * tests/test-rbtree_oset.c (ASSERT): Likewise.
2903         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
2904         * tests/test-round1.c (ASSERT): Likewise.
2905         * tests/test-roundf1.c (ASSERT): Likewise.
2906         * tests/test-roundl.c (ASSERT): Likewise.
2907         * tests/test-signbit.c (ASSERT): Likewise.
2908         * tests/test-sleep.c (ASSERT): Likewise.
2909         * tests/test-snprintf-posix.c (ASSERT): Likewise.
2910         * tests/test-snprintf.c (ASSERT): Likewise.
2911         * tests/test-sprintf-posix.c (ASSERT): Likewise.
2912         * tests/test-stat-time.c (ASSERT): Likewise.
2913         * tests/test-strcasestr.c (ASSERT): Likewise.
2914         * tests/test-strerror.c (ASSERT): Likewise.
2915         * tests/test-striconv.c (ASSERT): Likewise.
2916         * tests/test-striconveh.c (ASSERT): Likewise.
2917         * tests/test-striconveha.c (ASSERT): Likewise.
2918         * tests/test-strsignal.c (ASSERT): Likewise.
2919         * tests/test-strstr.c (ASSERT): Likewise.
2920         * tests/test-strtod.c (ASSERT): Likewise.
2921         * tests/test-trunc1.c (ASSERT): Likewise.
2922         * tests/test-trunc2.c (ASSERT): Likewise.
2923         * tests/test-truncf1.c (ASSERT): Likewise.
2924         * tests/test-truncf2.c (ASSERT): Likewise.
2925         * tests/test-truncl.c (ASSERT): Likewise.
2926         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
2927         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
2928         * tests/test-vasnprintf.c (ASSERT): Likewise.
2929         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
2930         * tests/test-vasprintf.c (ASSERT): Likewise.
2931         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
2932         * tests/test-vprintf-posix.c (ASSERT): Likewise.
2933         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
2934         * tests/test-vsnprintf.c (ASSERT): Likewise.
2935         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
2936         * tests/test-wcwidth.c (ASSERT): Likewise.
2937         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
2938         * tests/test-xprintf-posix.c (ASSERT): Likewise.
2939         * tests/test-xvasprintf.c (ASSERT): Likewise.
2940         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
2941         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
2942         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
2943         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
2944         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
2945         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
2946         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
2947         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
2948         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
2949         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
2950         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
2951         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
2952         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
2953         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
2954         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
2955         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
2956         * tests/unictype/test-block_list.c (ASSERT): Likewise.
2957         * tests/unictype/test-block_of.c (ASSERT): Likewise.
2958         * tests/unictype/test-block_test.c (ASSERT): Likewise.
2959         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
2960         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
2961         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
2962         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
2963         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
2964         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
2965         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
2966         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
2967         * tests/unictype/test-combining.c (ASSERT): Likewise.
2968         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
2969         * tests/unictype/test-digit.c (ASSERT): Likewise.
2970         * tests/unictype/test-mirror.c (ASSERT): Likewise.
2971         * tests/unictype/test-numeric.c (ASSERT): Likewise.
2972         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
2973         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
2974         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
2975         * tests/unictype/test-scripts.c (ASSERT): Likewise.
2976         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
2977         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
2978         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
2979         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
2980         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
2981         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
2982         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
2983         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
2984         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
2985         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
2986         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
2987         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
2988         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
2989         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
2990         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
2991         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
2992         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
2993         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
2994         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
2995         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
2996         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
2997         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
2998         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
2999         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
3000         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
3001         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
3002         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
3003         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
3004         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
3005         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
3006         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
3007         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
3008         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
3009         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
3010         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
3011         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
3012         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
3013         Reported by Eric Blake.
3014
3015 2008-04-11  Bruno Haible  <bruno@clisp.org>
3016
3017         * lib/wchar.in.h: Tweak comment.
3018
3019 2008-04-11  Bruno Haible  <bruno@clisp.org>
3020
3021         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
3022         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
3023         gl_COMMON.
3024         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
3025
3026 2008-04-11  Bruno Haible  <bruno@clisp.org>
3027
3028         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
3029
3030 2008-04-11  Simon Josefsson  <simon@josefsson.org>
3031
3032         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
3033         of attempting to use non-existing /dev/*random.  Based on patch
3034         from Adam Strzelecki <ono@java.pl> in
3035         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
3036
3037 2008-04-08  Bruno Haible  <bruno@clisp.org>
3038
3039         Add tentative support for emx+gcc.
3040         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
3041         * lib/fpurge.c (fpurge): Likewise.
3042         * lib/freadable.c (freadable): Likewise.
3043         * lib/freadahead.c (freadahead): Likewise.
3044         * lib/freading.c (freading): Likewise.
3045         * lib/freadptr.c (freadptr): Likewise.
3046         * lib/freadseek.c (freadptrinc): Likewise.
3047         * lib/fseeko.c (rpl_fseeko): Likewise.
3048         * lib/fseterr.c (fseterr): Likewise.
3049         * lib/fwritable.c (fwritable): Likewise.
3050         * lib/fwriting.c (fwriting): Likewise.
3051         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
3052
3053 2008-04-09  Eric Blake  <ebb9@byu.net>
3054
3055         Avoid some autoconf warnings.
3056         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
3057         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
3058         * m4/afs.m4 (gl_AFS): Likewise.
3059         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
3060         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
3061         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3062         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
3063         (gl_INTEGER_TYPE_SUFFIX): Likewise.
3064         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
3065         (AC_CHECK_DECLS_ONCE): Likewise.
3066         Rename file...
3067         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
3068         gnulib-tool requires autoconf 2.59 or better.
3069         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
3070
3071 2008-04-08  Eric Blake  <ebb9@byu.net>
3072
3073         Use 'git describe --match' if present (added in git 1.5.5).
3074         * build-aux/git-version-gen: Limit result to tags that match 'v*'
3075         if possible.
3076
3077 2008-04-08  Bruno Haible  <bruno@clisp.org>
3078
3079         Add tentative support for OpenServer.
3080         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
3081         _ptr, _cnt.
3082         * lib/fpurge.c (fpurge): Likewise.
3083         * lib/freadable.c (freadable): Likewise.
3084         * lib/freadahead.c (freadahead): Likewise.
3085         * lib/freading.c (freading): Likewise.
3086         * lib/freadptr.c (freadptr): Likewise.
3087         * lib/freadseek.c (freadptrinc): Likewise.
3088         * lib/fseeko.c (rpl_fseeko): Likewise.
3089         * lib/fseterr.c (fseterr): Likewise.
3090         * lib/fwritable.c (fwritable): Likewise.
3091         * lib/fwriting.c (fwriting): Likewise.
3092         Reported by Roger Cornelius <rac@tenzing.org> and
3093         Brian K. White <brian@aljex.com>.
3094
3095 2008-04-06  Jim Meyering  <meyering@redhat.com>
3096
3097         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
3098
3099 2008-04-06  Bruno Haible  <bruno@clisp.org>
3100
3101         Avoid possible error with non-ASCII bytes in UTF-8 locales.
3102         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
3103         * tests/test-printf-posix.sh: Likewise.
3104         * tests/test-vfprintf-posix.sh: Likewise.
3105         * tests/test-vprintf-posix.sh: Likewise.
3106         * tests/test-xprintf-posix.sh: Likewise.
3107
3108 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3109
3110         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
3111         hide error from 'ls', needed on OS/2.
3112         Report by Elbert Pol <elbert.pol@gmail.com>.
3113
3114 2008-04-04  Eric Blake  <ebb9@byu.net>
3115
3116         Make test-fseeko.c failures meaningful.
3117         * tests/test-fseeko.c: Print line number on failure.
3118         * tests/test-fseek.c: Likewise.
3119         Reported by Nelson H. F. Beebe.
3120
3121         Improve strtod bug detection check.
3122         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
3123         required for Solaris 10.
3124         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
3125
3126 2008-04-04  Bruno Haible  <bruno@clisp.org>
3127
3128         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
3129         by m4/setenv.m4.
3130
3131 2008-04-03  Eric Blake  <ebb9@byu.net>
3132
3133         Ensure sane .version contents.
3134         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
3135         version string.
3136         * build-aux/git-version-gen: Improve documentation.
3137
3138         Make GNU make output nicer.
3139         * top/GNUmakefile [!_have-Makefile]: Add dependency on
3140         MAKECMDGOALS to enforce message for all command line targets.  Set
3141         srcdir for use in maint.mk.
3142
3143         Another maintainer tweak.
3144         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
3145         a target that regenerates version.
3146
3147 2008-04-03  Jim Meyering  <meyering@redhat.com>
3148
3149         vc-list-files: don't cause coreutils "make po-check" failure
3150         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
3151
3152 2008-04-03  Eric Blake  <ebb9@byu.net>
3153
3154         Allow VPATH usage of vc-list-files.
3155         * build-aux/vc-list-files (scriptversion): Add timestamp.
3156         (options): Add --help, --version, -C.
3157         (CVS): Support installed cvsu.
3158
3159 2008-04-02  Bruno Haible  <bruno@clisp.org>
3160
3161         Avoid some "statement with no effect" warnings from gcc.
3162         * tests/test-wctype.c (main): Explicitly ignore unused values.
3163         Reported by Jim Meyering.
3164
3165 2008-04-02  Jim Meyering  <meyering@redhat.com>
3166
3167         Avoid some warnings from "gcc -Wshadow".
3168         * tests/test-frexp.c (exp): Define to a different identifier.
3169         * tests/test-frexpl.c (exp): Likewise.
3170
3171 2008-04-03  Jim Meyering  <meyering@redhat.com>
3172
3173         bootstrap: remove dangling *.[ch] symlinks from lib
3174         * build-aux/bootstrap [dangling symlink removal]: Move find's
3175         -depth option to precede all others, to avoid a warning.
3176         Remove *.[ch] files too, and from "$source_base" (usually lib/).
3177
3178 2008-04-02  Bruno Haible  <bruno@clisp.org>
3179
3180         Avoid some warnings from "gcc -Wshadow".
3181         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
3182         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
3183         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
3184         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
3185         Reported by Jim Meyering.
3186
3187 2008-04-01  Bruno Haible  <bruno@clisp.org>
3188
3189         Fix test to work on IRIX 6.5 with cc.
3190         * tests/test-math.c (numeric_equal): New function.
3191         (main): Use it.
3192
3193 2008-04-01  Bruno Haible  <bruno@clisp.org>
3194
3195         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
3196
3197 2008-04-01  Bruno Haible  <bruno@clisp.org>
3198
3199         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
3200         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3201         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
3202         (Depends-on): Remove math.
3203
3204         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
3205         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3206         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
3207         (Depends-on): Remove math.
3208
3209         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
3210         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3211         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
3212         (Depends-on): Remove math.
3213         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
3214         (Depends-on): Remove math.
3215
3216         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
3217         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3218         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
3219         (Depends-on): Remove math.
3220         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
3221         (Depends-on): Remove math.
3222
3223         * tests/test-round1.c: Include nan.h.
3224         (main): Use NaNd instead of NAN.
3225         * modules/round-tests (Files): Add tests/nan.h.
3226
3227         * tests/test-trunc1.c: Include nan.h.
3228         (main): Use NaNd instead of NAN.
3229         * modules/trunc-tests (Files): Add tests/nan.h.
3230
3231         * tests/test-roundf1.c: Include nan.h.
3232         (main): Use NaNf instead of NAN.
3233         * modules/roundf-tests (Files): Add tests/nan.h.
3234
3235         * tests/test-truncf1.c: Include nan.h.
3236         (main): Use NaNf instead of NAN.
3237         * modules/truncf-tests (Files): Add tests/nan.h.
3238
3239         * tests/test-ceilf1.c: Include nan.h.
3240         (main): Use NaNf instead of NAN.
3241         * modules/ceilf-tests (Files): Add tests/nan.h.
3242
3243         * tests/test-floorf1.c: Include nan.h.
3244         (main): Use NaNf instead of NAN.
3245         * modules/floorf-tests (Files): Add tests/nan.h.
3246
3247         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
3248         (main): Use NaNf instead of NAN.
3249         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
3250
3251         * tests/test-isnand.c: Include nan.h instead of <math.h>.
3252         (main): Use NaNd instead of NAN.
3253         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
3254
3255         * tests/test-frexp.c: Include nan.h.
3256         (main): Use NaNd instead of NAN.
3257         * modules/frexp-tests (Files): Add tests/nan.h.
3258
3259         * lib/isnan.c: Don't include <math.h>.
3260         (FUNC): Don't use NAN macro.
3261         * modules/isnand-nolibm (Depends-on): Remove math.
3262         * modules/isnanf-nolibm (Depends-on): Remove math.
3263         * modules/isnanl (Depends-on): Remove math.
3264         * modules/isnanl-nolibm (Depends-on): Remove math.
3265
3266         * tests/nan.h: New file.
3267
3268 2008-04-01  Eric Blake  <ebb9@byu.net>
3269
3270         Fix typos.
3271         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
3272         values to be the right type.
3273
3274         For now, cater to gnulib strtod inaccuracies.
3275         * tests/test-strtod.c (main): Allow 1-ulp error on expected
3276         fractional results.  While not as nice from a QoI perspective, it
3277         is a quicker patch than correctly implementing decimal to binary
3278         rounding.
3279
3280 2008-03-31  Eric Blake  <ebb9@byu.net>
3281
3282         Guarantee a definition of NAN.
3283         * lib/math.in.h (NAN): Define if missing.
3284         * tests/test-math.c (main): Test it.
3285         * doc/posix-headers/math.texi (math.h): Document this.
3286         * lib/isnan.c (rpl_isnand): Use it.
3287         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
3288         * tests/test-floorf1.c (NaN): Likewise.
3289         * tests/test-frexp.c (NaN): Likewise.
3290         * tests/test-isnand.c (NaN): Likewise.
3291         * tests/test-isnanf.c (NaN): Likewise.
3292         * tests/test-round1.c (NaN): Likewise.
3293         * tests/test-roundf1.c (NaN): Likewise.
3294         * tests/test-snprintf-posix.h (NaN): Likewise.
3295         * tests/test-sprintf-posix.h (NaN): Likewise.
3296         * tests/test-trunc1.c (NaN): Likewise.
3297         * tests/test-truncf1.c (NaN): Likewise.
3298         * tests/test-vasnprintf-posix.c (NaN): Likewise.
3299         * tests/test-vasprintf-posix.c (NaN): Likewise.
3300         * modules/isnand-nolibm (Depends-on): Add math.
3301         * modules/isnanf-nolibm (Depends-on): Likewise.
3302         * modules/isnanl (Depends-on): Likewise.
3303         * modules/isnanl-nolibm (Depends-on): Likewise.
3304         * modules/snprintf-posix-tests (Depends-on): Likewise.
3305         * modules/sprintf-posix-tests (Depends-on): Likewise.
3306         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
3307         * modules/vsprintf-posix-tests (Depends-on): Likewise.
3308         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
3309         * modules/vasprintf-posix-tests (Depends-on): Likewise.
3310
3311 2008-03-31  Bruno Haible  <bruno@clisp.org>
3312
3313         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
3314         * doc/posix-functions/strtod.texi: Likewise.
3315
3316 2008-03-31  Bruno Haible  <bruno@clisp.org>
3317
3318         * tests/test-strtod.c (main): Don't use C99 syntax.
3319
3320 2008-03-31  Bruno Haible  <bruno@clisp.org>
3321
3322         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
3323         Reported by Eric Blake.
3324
3325 2008-03-31  Jim Meyering  <meyering@redhat.com>
3326
3327         Don't compare actual signbit return values.
3328         * tests/test-strtod.c (main): Rather, compare only their
3329         zero/non-zero nature.
3330
3331 2008-03-31  Eric Blake  <ebb9@byu.net>
3332
3333         More strtod documentation.
3334         * doc/posix-functions/strtod.texi (strtod): Interpret more test
3335         failures as distinct bugs.
3336
3337 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3338
3339         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
3340         Problem reported by Erik Benada in
3341         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
3342
3343 2008-03-30  Bruno Haible  <bruno@clisp.org>
3344
3345         * tests/test-strtod.c: Add comments about which assertion fails on which
3346         platform.
3347         * doc/posix-functions/strtod.texi: Add info about many more platforms.
3348
3349 2008-03-30  Eric Blake  <ebb9@byu.net>
3350
3351         Test signbit behavior on zeros.
3352         * tests/test-signbit.c (test_signbitf): Add tests for zero.
3353         (test_signbitd, test_signbitl): Likewise.
3354
3355         More strtod touchups.
3356         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
3357         sign of negative underflow, for now.  Use .5, not .1.
3358         * doc/posix-functions/strtod.texi (strtod): Mention these
3359         limitations.
3360         Reported by Jim Meyering.
3361
3362 2008-03-30  Bruno Haible  <bruno@clisp.org>
3363
3364         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
3365         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
3366
3367 2008-03-30  Bruno Haible  <bruno@clisp.org>
3368
3369         Avoid failure when attempting to return empty iconv results on some
3370         platforms.
3371         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
3372         allocation, don't report ENOMEM when the resulting string is empty.
3373
3374 2008-03-30  Bruno Haible  <bruno@clisp.org>
3375
3376         Fix buffer overrun.
3377         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
3378         Don't consider the width for tmp_length. Check count against tmp_length
3379         before doing the padding. Ensure enough allocation during padding.
3380
3381 2008-03-30  Eric Blake  <ebb9@byu.net>
3382
3383         strtod touchups.
3384         * lib/strtod.c (strtod): Avoid compiler warnings.
3385         Reported by Jim Meyering.
3386
3387 2008-03-30  Bruno Haible  <bruno@clisp.org>
3388
3389         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
3390         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
3391         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
3392         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
3393         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
3394         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
3395         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
3396         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
3397
3398         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
3399         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
3400         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
3401         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
3402         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
3403         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
3404         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
3405         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
3406
3407         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
3408         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
3409         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
3410         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
3411         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
3412         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
3413         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
3414         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
3415
3416         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
3417         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
3418
3419         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
3420         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
3421
3422         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
3423         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
3424
3425         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
3426         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
3427         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
3428
3429         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
3430         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
3431         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
3432
3433         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
3434         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
3435         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
3436
3437         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
3438         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
3439         * modules/vasprintf (Depends-on): Add EOVERFLOW.
3440
3441         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
3442         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
3443         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
3444         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
3445         (Depends-on): Add EOVERFLOW.
3446         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
3447         (Depends-on): Add EOVERFLOW.
3448         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
3449         (Depends-on): Add EOVERFLOW.
3450         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
3451         (Depends-on): Add EOVERFLOW.
3452         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
3453         (Depends-on): Add EOVERFLOW.
3454         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
3455         (Depends-on): Add EOVERFLOW.
3456         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
3457         (Depends-on): Add EOVERFLOW.
3458         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
3459         (Depends-on): Add EOVERFLOW.
3460
3461         * lib/sprintf.c (EOVERFLOW): Remove fallback.
3462         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
3463         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
3464
3465         * lib/snprintf.c (EOVERFLOW): Remove fallback.
3466         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
3467         * modules/snprintf (Depends-on): Add EOVERFLOW.
3468
3469         * lib/poll.c (EOVERFLOW): Remove fallback.
3470         * modules/poll (Depends-on): Add EOVERFLOW.
3471
3472         * lib/getugroups.c (EOVERFLOW): Remove fallback.
3473         * modules/getugroups (Depends-on): Add EOVERFLOW.
3474
3475         * lib/getdelim.c (EOVERFLOW): Remove fallback.
3476         * modules/getdelim (Depends-on): Add EOVERFLOW.
3477
3478         * lib/ftell.c (EOVERFLOW): Remove fallback.
3479         * modules/ftell (Depends-on): Add EOVERFLOW.
3480
3481         * lib/fprintf.c (EOVERFLOW): Remove fallback.
3482         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
3483         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
3484
3485         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
3486
3487         * modules/EOVERFLOW-tests: New file.
3488         * tests/test-EOVERFLOW.c: New file.
3489
3490         * modules/EOVERFLOW: New file.
3491         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
3492
3493 2008-03-30  Bruno Haible  <bruno@clisp.org>
3494
3495         Fix bug introduced on 2007-06-10.
3496         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
3497         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
3498
3499 2008-03-30  Bruno Haible  <bruno@clisp.org>
3500
3501         Improve freadseek's efficiency after ungetc.
3502         * lib/freadseek.c: Include freadahead.h.
3503         (freadptrinc): New function, extracted from freadseek.
3504         (freadseek): Use it in a loop. Use freadahead to determine the number
3505         of loop iterations.
3506         * modules/freadseek (Depends-on): Add freadahead.
3507         (configure.ac): Require AC_C_INLINE.
3508
3509 2008-03-30  Bruno Haible  <bruno@clisp.org>
3510
3511         * lib/freadseek.c (freadseek): Don't ignore the return value of
3512         freadptr.
3513
3514 2008-03-29  Eric Blake  <ebb9@byu.net>
3515
3516         Add hex float support.
3517         * modules/strtod (Depends-on): Add c-ctype.
3518         (Link): Mention POW_LIB.
3519         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
3520         whitespace between 'e' and exponent.
3521         * tests/test-strtod.c (main): Enable hex float tests.
3522         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
3523         now provides.
3524
3525         Document various strtod bugs, with some fixes.
3526         * doc/posix-functions/strtod.texi (strtod): Document bugs with
3527         "-0x", "inf", "nan", and hex constants.
3528         * doc/posix-functions/atof.texi (atof): Likewise.
3529         * modules/stdlib (Makefile.am): Support strtod.
3530         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
3531         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
3532         detect additional strtod bugs.
3533         * lib/stdlib.in.h (rpl_strtod): Add declarations.
3534         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
3535         bool where appropriate.  Parse 'inf' and 'nan'.
3536         * tests/test-strtod.c: New file.
3537         * modules/strtod (Depends-on): Add stdbool, stdlib.
3538         (configure.ac): Turn on module indicator.
3539         * modules/strtod-tests: New module.
3540
3541 2008-03-29  Eric Blake  <ebb9@byu.net>
3542
3543         Fix ftell on mingw.
3544         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
3545         * modules/ftell-tests (Depends-on): Add binary-io.
3546         * modules/ftello-tests (Depends-on): Likewise.
3547         * tests/test-ftell.c (main): Enhance test to cover behavior after
3548         ungetc.  Enforce binary mode.
3549         * tests/test-ftello.c (main): Likewise.
3550
3551         Pass test-freadseek on cygwin.
3552         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
3553         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
3554         ungetc buffer.
3555
3556         * tests/test-fflush2.c (main): Fix typo.
3557
3558 2008-03-29  Bruno Haible  <bruno@clisp.org>
3559
3560         * tests/test-fflush2.c (main): Temporarily disable the contents of
3561         this test.
3562         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
3563         Reported by Eric Blake.
3564
3565 2008-03-28  Simon Josefsson  <simon@josefsson.org>
3566
3567         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
3568         (GC_SHA224_DIGEST_SIZE): Add.
3569
3570         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
3571         (gc_hash_digest_length): Likewise.
3572         (gc_hash_buffer): Likewise.
3573
3574 2008-03-25  Bruno Haible  <bruno@clisp.org>
3575
3576         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
3577         detail which gettext release to use.
3578         Reported by Simon Josefsson.
3579
3580 2008-03-26  Jim Meyering  <meyering@redhat.com>
3581
3582         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
3583         * modules/gnumakefile (clean-GNUmakefile): Also, use
3584         test ... && ... || : syntax rather than if-then ... fi.
3585
3586         gnumakefile: Don't double-quote-expand $(VPATH) value.
3587         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
3588
3589 2008-03-24  Eric Blake  <ebb9@byu.net>
3590
3591         Alter GNUmakefile to install into top directory.
3592         * modules/maintainer-makefile: Split, and add dependency...
3593         * modules/gnumakefile: to this new module.
3594         * build-aux/GNUmakefile: Move...
3595         * top/GNUmakefile: ...here.
3596         * build-aux/maint.mk: Move...
3597         * top/maint.mk: ...here.
3598         * MODULES.html.sh (Support for maintaining...): Document new
3599         module.
3600
3601 2008-03-23  Bruno Haible  <bruno@clisp.org>
3602
3603         * gnulib-tool: New options --vc-files, --no-vc-files.
3604         (func_usage): Document them.
3605         (vc_files): New variable.
3606         (func_import): Consider vc_files.
3607         (func_create_testdir): Set vc_files to empty.
3608         Suggested by Jim Meyering and Karl Berry.
3609
3610 2008-03-23  Bruno Haible  <bruno@clisp.org>
3611
3612         Fix regex compilation error on HP-UX 11.
3613         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
3614         * modules/regex (Files): Add m4/mbstate_t.m4.
3615         Reported by Ton Voon <ton.voon@altinity.com>.
3616
3617 2008-03-23  Bruno Haible  <bruno@clisp.org>
3618
3619         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
3620
3621 2008-03-23  Eric Blake  <ebb9@byu.net>
3622             Bruno Haible  <bruno@clisp.org>
3623
3624         Install files from top/ in the destination directory.
3625         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
3626         augmentation also for the files from top/.
3627         (func_import, func_create_testdir): Rewrite file names:
3628         top/filename -> filename.
3629
3630 2008-03-23  Bruno Haible  <bruno@clisp.org>
3631
3632         Tweak "gnulib --version" output.
3633         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
3634
3635 2008-03-23  Bruno Haible  <bruno@clisp.org>
3636
3637         Tweak "gnulib --version" output.
3638         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
3639         rather than contents of ChangeLog, when possible.
3640
3641 2008-03-21  Eric Blake  <ebb9@byu.net>
3642
3643         More --version tweaks.
3644         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
3645         date of last ChangeLog entry.
3646
3647 2008-03-21  Jim Meyering  <meyering@redhat.com>
3648
3649         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
3650
3651 2008-03-20  Eric Blake  <ebb9@byu.net>
3652
3653         VPATH fix.
3654         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
3655
3656 2008-03-20  Simon Josefsson  <simon@josefsson.org>
3657
3658         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
3659         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
3660
3661 2008-03-20  Eric Blake  <ebb9@byu.net>
3662
3663         Sync GNUmakefile with coreutils.
3664         * build-aux/GNUmakefile (have-Makefile): Rename...
3665         (_have-Makefile): ...to this, for namespace consideration.
3666         (GNUmakefile.cfg): Include, if present.
3667         (_autoreconf): Define a default.
3668         (_is-dist-target): New rule for rebuilds to pick up intra-release
3669         version.
3670         (maint-cfg.mk): Rename...
3671         (cfg.mk): ...to this.
3672
3673 2008-03-18  Jim Meyering  <meyering@redhat.com>
3674
3675         New script and module: mktempd
3676         * MODULES.html.sh (maint+release support): Add mktempd.
3677         * build-aux/mktempd: New file.
3678         * modules/mktempd: New file.
3679
3680 2008-03-15  Jim Meyering  <meyering@redhat.com>
3681
3682         Undo last change.
3683         * lib/sha1.c, lib/md5.c: 63 != ~63.
3684         Reported by Andreas Schwab.
3685
3686         sha1.c, md5.c: Hoist a redundant expression.
3687         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
3688         "ctx->buflen" only once, before calling *_process_block.
3689         * lib/md5.c (md5_process_bytes): Likewise.
3690
3691 2008-03-14  Eric Blake  <ebb9@byu.net>
3692
3693         Bump copyright year in files generated by gnulib-tool.
3694         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
3695         gnulib-tool, rather than hard-coding it.
3696
3697         Fix 'gnulib-tool --version' output to work with git.
3698         * gnulib-tool (func_gnulib_dir): New function, extracted from...
3699         (startup): ...here.
3700         (func_version): Use it to invoke git-version-gen, rather than
3701         relying on CVS keyword expansion.  Modernize wording.
3702         (cvsdatestamp, last_checkin_date, version): Kill unused
3703         variables.
3704
3705 2008-03-12  Jim Meyering  <meyering@redhat.com>
3706
3707         Recognize optional cast of the argument to free.
3708         * build-aux/useless-if-before-free: Update regexps.
3709
3710         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
3711
3712 2008-03-11  Bruno Haible  <bruno@clisp.org>
3713
3714         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
3715         by a single package.
3716         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
3717         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
3718         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
3719         Reported by Sam Steingold <sds@gnu.org>.
3720
3721 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3722
3723         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
3724         repositories.
3725
3726 2008-03-11  Bruno Haible  <bruno@clisp.org>
3727
3728         Avoid conflicts between local macro definitions.
3729         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3730         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
3731
3732 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
3733             Bruno Haible  <bruno@clisp.org>
3734
3735         Make va_copy work with some version of xlc on AIX 5.1.
3736         * lib/stdarg.in.h: New file.
3737         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
3738         On AIX, use a <stdarg.h> file substitute.
3739         * modules/stdarg (Files): Add lib/stdarg.in.h.
3740         (Depends-on): Add include_next.
3741         (Makefile.am): Build a stdarg.h substitute if requested.
3742         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
3743
3744 2008-03-10  Bruno Haible  <bruno@clisp.org>
3745
3746         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
3747         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3748         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
3749
3750 2008-03-10  Bruno Haible  <bruno@clisp.org>
3751
3752         * modules/stdlib (Depends-on): Add include_next, remove
3753         absolute-header.
3754
3755 2008-03-09  Bruno Haible  <bruno@clisp.org>
3756
3757         * lib/freadahead.h (freadahead): Document more precisely.
3758         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
3759         the sum of both buffer sizes.
3760         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
3761         * NEWS: Document the change.
3762
3763 2008-03-09  Bruno Haible  <bruno@clisp.org>
3764
3765         Extend freadptr to return also the buffer size.
3766         * lib/freadptr.h (freadptr): Add sizep argument.
3767         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
3768         (freadptr): Add sizep argument. Determine buffer size like freadahead
3769         does.
3770         * tests/test-freadptr.c: Don't include freadahead.h.
3771         (main): Adapt for new calling convention of freadptr.
3772         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
3773         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
3774         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
3775         tests/test-freadptr2.sh.
3776         (Depends): Remove freadahead.
3777         (TESTS): Add test-freadptr2.sh.
3778         (check_PROGRAMS): Add test-freadptr2.
3779
3780 2008-03-09  Bruno Haible  <bruno@clisp.org>
3781
3782         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
3783         Report and solution by Simon Josefsson.
3784
3785 2008-03-06  Bruno Haible  <bruno@clisp.org>
3786
3787         Make fflush after ungetc work on BSD platforms.
3788         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
3789         * tests/test-fflush2.c: New file.
3790         * tests/test-fflush2.sh: New file.
3791         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
3792         tests/test-fflush2.c.
3793         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
3794         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
3795
3796 2008-03-06  Eric Blake  <ebb9@byu.net>
3797
3798         Likewise for ftello.
3799         * modules/ftello (Dependencies): Add extensions.
3800         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
3801
3802 2008-03-06  Bruno Haible  <bruno@clisp.org>
3803
3804         * modules/fseeko (Dependencies): Add extensions.
3805         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
3806         Needed on glibc systems.
3807
3808 2008-03-06  Bruno Haible  <bruno@clisp.org>
3809
3810         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
3811         email address.
3812         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3813
3814 2008-03-06  Bruno Haible  <bruno@clisp.org>
3815
3816         * users.txt: Add libgnupdf.
3817
3818 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
3819
3820         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
3821         (Header File Substitutes, Function Substitutes,
3822         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
3823         (Build robot for gnulib): Fix typo.
3824
3825 2008-03-06  Bruno Haible  <bruno@clisp.org>
3826
3827         * doc/gnulib-tool.texi (VCS Issues): Small updates.
3828         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3829
3830 2008-03-06  Bruno Haible  <bruno@clisp.org>
3831
3832         * doc/func.texi: New file, extracted from doc/gnulib.texi.
3833         * doc/gnulib.texi: Include it.
3834
3835 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3836
3837         * modules/func (License): Change license to unlimited; there was
3838         no LGPL parts in the module anyway.
3839
3840 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3841
3842         * modules/__func__: Renamed to modules/func.
3843         * modules/__func__-tests: Renamed to modules/func-tests.
3844         * tests/test-__func__.c: Renamed to tests/test-func.c.
3845         * m4/__func__.m4: Renamed to m4/func.m4.
3846         * doc/gnulib.texi (__func__): Section renamed to func.
3847         Suggested by Eric Blake <ebb9@byu.net>.
3848
3849 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3850
3851         * doc/gnulib.texi (__func__): Use C99 terminology when talking
3852         about __func__.  Make example self-contained.  Suggested by Eric
3853         Blake <ebb9@byu.net>.
3854
3855         * tests/test-__func__.c (main): Avoid extraneous () around __func.
3856         Suggested by Eric Blake <ebb9@byu.net>.
3857
3858 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3859
3860         * modules/__func__: New file.
3861         * modules/__func__-tests: New file.
3862         * tests/test-__func__.c: New file.
3863         * m4/__func__.m4: New file.
3864         * doc/gnulib.texi (__func__): Document __func__ module.
3865
3866 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3867
3868         * modules/byteswap (License): Re-license as LGPLv2+.
3869
3870 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3871
3872         * doc/Makefile: Add pdf target.
3873
3874 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3875
3876         * modules/inline (License): Use 'unlimited', since there are only
3877         *.m4 files in this module.
3878
3879 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3880             Bruno Haible  <bruno@clisp.org>
3881
3882         Add support for HP C 7.1 on OpenVMS 8.3.
3883         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
3884
3885 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3886
3887         Update VMS specifics.
3888         * lib/getopt.c [VMS]: Remove include of unixlib.h.
3889
3890 2008-03-02  Jim Meyering  <meyering@redhat.com>
3891
3892         Remove the last dependency on the "free" module.
3893         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
3894         Reported by Bob Proulx.
3895
3896         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
3897
3898         Remove useless "if" tests before free.  Deprecate "free" module.
3899         * doc/posix-functions/free.texi: Mention that this
3900         module is no longer useful.
3901         * modules/free (Notice): Say this module is obsolete.
3902         * modules/readutmp (Depends-on): Remove free.
3903         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
3904         * lib/putenv.c (putenv): Likewise.
3905         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
3906         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
3907         * tests/test-c-strcasestr.c (main): Likewise.
3908         * tests/test-c-strstr.c (main): Likewise.
3909         * tests/test-mbscasestr1.c (main): Likewise.
3910         * tests/test-mbscasestr2.c (main): Likewise.
3911         * tests/test-mbsstr1.c (main): Likewise.
3912         * tests/test-mbsstr2.c (main): Likewise.
3913         * tests/test-memmem.c (main): Likewise.
3914         * tests/test-strcasestr.c (main): Likewise.
3915         * tests/test-striconv.c (main): Likewise.
3916         * tests/test-striconveh.c (main): Likewise.
3917         * tests/test-striconveha.c (main): Likewise.
3918         * tests/test-strstr.c (main): Likewise.
3919
3920         * build-aux/git-version-gen: Adjust a comment and the Usage string.
3921
3922         bootstrap: sync from coreutils again
3923         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
3924
3925 2008-03-01  Jim Meyering  <meyering@redhat.com>
3926
3927         bootstrap: sync from coreutils
3928         * build-aux/bootstrap (update_po_files): Copy a .po file into place
3929         also when the target doesn't exist.
3930
3931 2008-03-01  Eric Blake  <ebb9@byu.net>
3932
3933         Fix bugs in last patch.
3934         * lib/memchr2.c (memchr2): Fix typo.
3935         * tests/test-memchr2.c: Test previous bug, and don't use GNU
3936         extension.
3937         Reported by Bruce Korb.
3938
3939         New module 'memchr2'.
3940         * modules/memchr2: New file.
3941         * modules/memchr2-tests: Likewise.
3942         * lib/memchr2.h: Likewise.
3943         * lib/memchr2.c: Likewise, based on memchr.c.
3944         * tests/test-memchr2.c: New test.
3945         * MODULES.html.sh (String handling): Add memchr2.
3946
3947 2008-02-29  Bruno Haible  <bruno@clisp.org>
3948
3949         * modules/freadseek-tests: New file.
3950         * tests/test-freadseek.sh: New file.
3951         * tests/test-freadseek.c: New file.
3952
3953         New module 'freadseek'.
3954         * modules/freadseek: New file.
3955         * lib/freadseek.h: New file.
3956         * lib/freadseek.c: New file.
3957         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
3958
3959 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3960
3961         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
3962         wydawca.
3963
3964         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
3965         program_invocation_name and program_invocation_short_name are
3966         present.
3967
3968 2008-02-28  Bruno Haible  <bruno@clisp.org>
3969
3970         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
3971         * tests/test-freadptr.sh: Also test non-seekable stdin.
3972
3973 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
3974
3975         * build-aux/bootstrap (source_base, m4_base)
3976         (doc_base, tests_base): New variables.
3977         (gnulib_tool_options): Do not hardcode base directories, use
3978         the above variables instead.
3979
3980 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
3981
3982         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
3983
3984 2008-02-28  Bruno Haible  <bruno@clisp.org>
3985
3986         * modules/freadptr-tests: New file.
3987         * tests/test-freadptr.sh: New file.
3988         * tests/test-freadptr.c: New file.
3989
3990         New module 'freadptr'.
3991         * modules/freadptr: New file.
3992         * lib/freadptr.h: New file.
3993         * lib/freadptr.c: New file.
3994         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
3995
3996 2008-02-26  Karl Berry  <karl@freefriends.org>
3997
3998         Sync from Libtool:
3999         * libltdl/argz.c (argz_add, argz_count): New functions.
4000         * libltdl/argz.in.h: Declare them.
4001         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
4002
4003 2008-02-22  Bruno Haible  <bruno@clisp.org>
4004
4005         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
4006         is a pointer type.  Needed for HP-UX 10.
4007         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
4008         * doc/posix-functions/gmtime_r.texi: Likewise.
4009         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
4010
4011 2008-02-24  Bruno Haible  <bruno@clisp.org>
4012
4013         * modules/environ-tests: New file.
4014         * tests/test-environ.c: New file.
4015
4016         New module 'environ'.
4017         * modules/environ: New file.
4018         * lib/unistd.in.h (environ): New declaration.
4019         * m4/environ.m4: New file.
4020         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
4021         after use.
4022         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
4023         HAVE_DECL_ENVIRON.
4024         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
4025         HAVE_DECL_ENVIRON.
4026         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
4027         wrong claim that 'environ' is missing on some systems.
4028         * modules/execute (Depends-on): Add environ.
4029         * lib/execute.c (environ): Remove fallback declaration.
4030         * modules/pipe (Depends-on): Add environ.
4031         * lib/pipe.c (environ): Remove fallback declaration.
4032         * modules/setenv (Depends-on): Add environ.
4033         * lib/setenv.c (environ): Remove fallback declaration.
4034         * modules/unsetenv (Depends-on): Add environ.
4035         * lib/unsetenv.c (environ): Remove fallback declaration.
4036         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
4037         m4/environ.m4.
4038         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
4039         (gl_PREREQ_UNSETENV): Likewise.
4040
4041 2008-02-24  Bruno Haible  <bruno@clisp.org>
4042
4043         * doc/posix-functions/environ.texi: Document the MacOS X problem.
4044
4045 2008-02-20  Bob Proulx  <bob@proulx.com>
4046
4047         Enable use of older two part flavor 'git describe'.
4048         * build-aux/git-version-gen: If using the older two part flavor of
4049         git version then recreate the third part now present in the
4050         newer three part flavor of git describe.
4051
4052 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
4053
4054         * lib/fts.c (fts_build): Typo correction to comment.
4055
4056 2008-02-17  Bruno Haible  <bruno@clisp.org>
4057
4058         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
4059         generating no-op conflicts.
4060
4061 2008-02-17  Bruno Haible  <bruno@clisp.org>
4062
4063         Speed up by 10%.
4064         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
4065         result_entries, rather than an index-based loop.
4066
4067 2008-02-17  Bruno Haible  <bruno@clisp.org>
4068
4069         Speed up by 25%.
4070         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
4071         'hashcode_cached'.
4072         (entry_create): New function.
4073         (entry_hashcode): Use the cached hashcode if possible.
4074         (read_changelog_file, try_split_merged_entry): Use entry_create.
4075
4076 2008-02-17  Bruno Haible  <bruno@clisp.org>
4077
4078         Speed up from O(n^2) to O(n) for long ChangeLog files.
4079         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
4080         (read_changelog_file): Change implementation of entries_reversed list
4081         to rbtreehash.
4082         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
4083
4084 2008-02-17  Bruno Haible  <bruno@clisp.org>
4085
4086         New option --split-merged-entry.
4087         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
4088         (find_paragraph_end, try_split_merged_entry): New functions.
4089         (long_options): Add option --split-merged-entry.
4090         (usage): Document option --split-merged-entry.
4091         (main): Implement option --split-merged-entry.
4092         Reported by Eric Blake.
4093
4094 2008-02-17  Bruno Haible  <bruno@clisp.org>
4095
4096         * lib/git-merge-changelog.c: Include c-strstr.h.
4097         (main): Support the "git pull --rebase" situation.
4098         * modules/git-merge-changelog (Depends-on): Add c-strstr.
4099         Reported by Eric Blake.
4100
4101 2008-02-16  Eric Blake  <ebb9@byu.net>
4102
4103         Avoid doubling \ in common case of "c-maybe" quoting style.
4104         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
4105         eliding outer quotes.
4106         * lib/quotearg.h: Document this.
4107         * tests/test-quotearg.c (result_strings, inputs, results_g)
4108         (flag_results, locale_results): Test it by adding a new string to
4109         each test group.
4110         (compare_strings): Test new string.
4111
4112 2008-02-13  Eric Blake  <ebb9@byu.net>
4113
4114         Avoid trigraph quoting in default output.
4115         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
4116         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
4117         unless explicitly requested.
4118         * tests/test-quotearg.c (flag_results, main): Add additional tests.
4119
4120 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
4121
4122         Don't rely on signed integer overflowing to negative value.
4123         * lib/getugroups.c (getugroups): Include <limits.h>.
4124         Instead, compare against INT_MAX, and increment only if the test passes.
4125
4126 2008-02-13  Jim Meyering  <meyering@redhat.com>
4127         and Eric Blake  <ebb9@byu.net>
4128
4129         Avoid shadowing warning and compile errors on Linux.
4130         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
4131         forwarding macros on Linux.
4132         (dcgettext): Define a stub, for Linux.
4133         (results_g, main): Avoid warnings.
4134
4135 2008-02-12  Eric Blake  <ebb9@byu.net>
4136
4137         Silence warning in last patch.
4138         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
4139
4140         Quotearg part 4: add tests, fix c-maybe colon quoting.
4141         * lib/quotearg.h: Improve documentation.
4142         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
4143         escapes when adding outer quotes.  When quoting trigraphs, use
4144         valid C notation.  When quoting NUL, omit extra characters if next
4145         character is not digit.  Alter prototype.
4146         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
4147         callers.
4148         * modules/quotearg-tests: New module.
4149         * tests/test-quotearg.c: New test.
4150
4151 2008-02-07  Eric Blake  <ebb9@byu.net>
4152
4153         Quotearg part 3: add flag to control outer quote elision.
4154         * lib/quotearg.h (c_maybe_quoting_style): New style.
4155         (enum quoting_flags): Better documentation of flags.
4156         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
4157         c-maybe style.
4158         (quotearg_buffer_restyled): Handle new flag to elide outer
4159         quotes.
4160
4161         Quotearg part 2: add flag that can control NUL elision.
4162         * lib/quotearg.h (set_quoting_flags): New prototype.
4163         * lib/quotearg.c (struct quoting_options): Add flag field.
4164         (set_quoting_flags): New function.
4165         (quotearg_buffer_restyled): Add flags parameter.
4166         (quotearg_alloc_mem): Set the flag if length cannot be returned.
4167         (quotearg_n_options): Set the flag, since length cannot be
4168         returned.
4169         (quoting_options_from_style): Default flags correctly.
4170
4171         Quotearg part 1: more wrappers, restore quotearg_char state.
4172         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
4173         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
4174         (quotearg_colon_mem): New wrappers.
4175         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
4176         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
4177         functions.
4178         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
4179         (quotearg_colon_mem): New functions.
4180
4181 2008-02-11  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
4184         library in the current directory: it does not work with parallel make.
4185         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4186
4187 2008-02-11  Bruno Haible  <bruno@clisp.org>
4188
4189         * .gitattributes: New file.
4190
4191 2008-02-11  Jim Meyering  <meyering@redhat.com>
4192
4193         useless-if-before-free: Fix reversed exit values.
4194         * build-aux/useless-if-before-free: Use correct values
4195         for EXIT_MATCH and EXIT_NO_MATCH.
4196
4197         * build-aux/useless-if-before-free: Close stdout carefully.
4198
4199 2008-02-10  Bruno Haible  <bruno@clisp.org>
4200
4201         New module 'git-merge-changelog'.
4202         * modules/git-merge-changelog: New file.
4203         * lib/git-merge-changelog.c: New file.
4204
4205 2008-02-10  Jim Meyering  <meyering@redhat.com>
4206
4207         useless-if-before-free: New option: --list (-l).
4208
4209         useless-if-before-free: Don't exit immediately upon open failure.
4210         * build-aux/useless-if-before-free: Exit 2 for errors.
4211         Upon failure to open a file, don't exit immediately.
4212         Rather, just warn and continue with any remaining files.
4213
4214 2008-02-10  Bruno Haible  <bruno@clisp.org>
4215
4216         New abstract list operation 'node_set_value'.
4217         * lib/gl_list.h (gl_list_node_set_value): New function.
4218         (struct gl_list_implementation): New field node_set_value.
4219         * lib/gl_list.c (gl_list_node_set_value): New function.
4220         * lib/gl_array_list.c (gl_array_node_set_value): New function.
4221         (gl_array_list_implementation): Update.
4222         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
4223         (gl_carray_list_implementation): Update.
4224         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
4225         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4226         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4227         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
4228         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4229         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4230         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4231         Update.
4232         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4233         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
4234         (gl_sublist_list_implementation): Update.
4235
4236 2008-02-10  Bruno Haible  <bruno@clisp.org>
4237
4238         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
4239         Needed when ELEMENT is #defined to 'some_type *'.
4240
4241 2008-02-10  Jim Meyering  <meyering@redhat.com>
4242
4243         New script and module: useless-if-before-free
4244         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
4245         * build-aux/useless-if-before-free: New file.
4246         * modules/useless-if-before-free: New file.
4247
4248         * build-aux/gitlog-to-changelog: Use committer date, not author date.
4249
4250         xstrtol_error: Fix typo.
4251         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
4252         s/exit_failure/exit_status/.
4253
4254 2008-02-09  Jim Meyering  <meyering@redhat.com>
4255
4256         New script and module: gitlog-to-changelog
4257         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
4258         * modules/gitlog-to-changelog: New file.
4259         * build-aux/gitlog-to-changelog: New file.
4260
4261 2008-02-08  Jim Meyering  <meyering@redhat.com>
4262
4263         Avoid two "parameter unused" warnings.
4264         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
4265         Mark "st" as used.
4266
4267         Use "git COMMAND", not "git-COMMAND".
4268         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
4269         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
4270         * build-aux/git-version-gen: Use "git status", not "git-status".
4271
4272 2008-02-07  Bruno Haible  <bruno@clisp.org>
4273
4274         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
4275         Avoids a crash on Windows Vista.
4276         Reported by Adam Strzelecki <ono@java.pl> via
4277         Simon Josefsson <simon@josefsson.org>.
4278
4279 2008-02-06  Bruno Haible  <bruno@clisp.org>
4280
4281         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
4282         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
4283         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
4284         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
4285         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4286         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4287         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
4288         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
4289         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4290         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4291         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4292         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4293         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4294         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4295         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4296         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
4297         left-adjust flag.
4298         * tests/test-snprintf-posix.h (test_function): Likewise.
4299         * tests/test-sprintf-posix.h (test_function): Likewise.
4300         * tests/test-vasprintf-posix.c (test_function): Likewise.
4301         * doc/posix-functions/fprintf.texi: Update.
4302         * doc/posix-functions/printf.texi: Update.
4303         * doc/posix-functions/snprintf.texi: Update.
4304         * doc/posix-functions/sprintf.texi: Update.
4305         * doc/posix-functions/vfprintf.texi: Update.
4306         * doc/posix-functions/vprintf.texi: Update.
4307         * doc/posix-functions/vsnprintf.texi: Update.
4308         * doc/posix-functions/vsprintf.texi: Update.
4309         Reported by Peter Fales <psfales@alcatel-lucent.com>.
4310
4311 2008-02-06  Bruno Haible  <bruno@clisp.org>
4312
4313         Fix bug introduced on 2008-01-26.
4314         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
4315
4316 2008-02-06  Bruno Haible  <bruno@clisp.org>
4317
4318         Fix bug introduced on 2007-06-10.
4319         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
4320         !NEED_PRINTF_FLAG_ZERO.
4321
4322 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
4323
4324         getloadavg: use libperfstat on AIX5
4325         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
4326
4327 2008-02-03  Bruno Haible  <bruno@clisp.org>
4328
4329         * lib/diffseq.h: Add comments about required #includes.
4330         Reported by Michael Biggs <gnulib@doubleplum.net>.
4331
4332 2008-02-01  Bruno Haible  <bruno@clisp.org>
4333
4334         * users.txt: Add gnuit.
4335
4336 2008-01-31  Bruno Haible  <bruno@clisp.org>
4337
4338         * lib/md4.c (set_uint32): Mark as inline.
4339         * lib/md5.c (set_uint32): Likewise.
4340         * lib/sha1.c (set_uint32): Likewise.
4341         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
4342         * m4/md5.m4 (gl_MD5): Likewise.
4343         * m4/sha1.m4 (gl_SHA1): Likewise.
4344
4345 2008-01-31  Jim Meyering  <meyering@redhat.com>
4346
4347         Use "sizeof VAR", rather than a literal "4".
4348         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
4349         * lib/md4.c (md4_read_ctx): Likewise.
4350         * lib/sha1.c (sha1_read_ctx): Likewise.
4351
4352 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4353
4354         * tests/test-sha1.c: New file, based on test-md5.c.
4355
4356         * modules/crypto/sha1-tests: New file.
4357
4358 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4359
4360         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
4361
4362 2008-01-31  Jim Meyering  <meyering@redhat.com>
4363
4364         Prefer "sizeof v" over the equivalent "4".
4365         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
4366         * lib/md5.c (set_uint32): Likewise.
4367         * lib/sha1.c (set_uint32): Likewise.
4368
4369 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4370
4371         * lib/sha1.c (set_uint32): Mark function as static.
4372
4373 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4374
4375         md2: clarify comments to say that alignment is not required.
4376         * lib/md2.h: Remove warning about alignment in comment.
4377         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
4378         never been required.
4379
4380 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4381
4382         md4: adapt alignment constraint fix from sha1.
4383         * lib/md4.c (set_uint32): New function, from sha1.c
4384         (md4_read_ctx): Use it.
4385         (md4_finish_ctx): Doc fix.
4386         * lib/md4.h: Doc fix.
4387
4388 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4389
4390         md5: adapt alignment constraint fix from sha1.
4391         * lib/md5.c (set_uint32): New function, from sha1.c
4392         (md5_read_ctx): Use it.
4393         (md5_finish_ctx): Doc fix.
4394         * lib/md5.h: Doc fix.
4395
4396 2008-01-30  Peter Palfrader  <weasel@debian.org>
4397
4398         sha1: remove the result buffer alignment constraint
4399         * lib/sha1.c (set_uint32): New function.
4400         (sha1_read_ctx): Rewrite to remove the result buffer alignment
4401         constraint.
4402         (sha1_finish_ctx): Remove comment warning about alignment constraint.
4403         * lib/sha1.h: Likewise.
4404
4405 2008-01-30  Andreas Schwab  <schwab@suse.de>
4406             Bruno Haible  <bruno@clisp.org>
4407
4408         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
4409         correct definition of LDBL_MIN_EXP.
4410
4411 2008-01-30  Karl Berry  <karl@gnu.org>
4412
4413         * config/srclist-update: try to preserve x bit on updates.
4414         * config/srclistvars.sh: update for karl.
4415
4416 2008-01-29  Jim Meyering  <meyering@redhat.com>
4417
4418         vasnprintf.c: Avoid warning about unused label
4419         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
4420         "overflow" label definition and associated code with the
4421         same cpp condition that guards the sole use of that label.
4422
4423 2008-01-26  Bruno Haible  <bruno@clisp.org>
4424
4425         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
4426         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
4427         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
4428         * lib/isnanl-nolibm.h (isnanl): Likewise.
4429         Reported by Paul Eggert <eggert@cs.ucla.edu>.
4430
4431 2008-01-26  Bruno Haible  <bruno@clisp.org>
4432
4433         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
4434         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
4435
4436 2008-01-26  Bruno Haible  <bruno@clisp.org>
4437
4438         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
4439         GCC >= 4.0 built-in.
4440         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
4441
4442 2008-01-26  Bruno Haible  <bruno@clisp.org>
4443
4444         Rename isnan, applicable to 'double' only, to isnand.
4445         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
4446         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
4447         (configure.ac): Update.
4448         (Include): Replace "isnan.h" with "isnand.h".
4449         * m4/isnand.m4: Renamed from m4/isnan.m4.
4450         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
4451         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
4452         instead of isnan.c.
4453         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
4454         instead of HAVE_ISNAN_IN_LIBC.
4455         (isnand): Renamed from isnan.
4456         * lib/isnand.c: New file.
4457         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
4458         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
4459         (Makefile.am): Update.
4460         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
4461         Include isnand.h instead of isnan.h.
4462         (main): Test isnand instead of isnan.
4463         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
4464         isnan-nolibm.
4465         * modules/frexp (Depends-on): Likewise.
4466         * modules/frexp-tests (Depends-on): Likewise.
4467         * modules/frexp-nolibm (Depends-on): Likewise.
4468         * modules/frexp-nolibm-tests (Depends-on): Likewise.
4469         * modules/isfinite (Depends-on): Likewise.
4470         * modules/round-tests (Depends-on): Likewise.
4471         * modules/signbit (Depends-on): Likewise.
4472         * modules/signbit-tests (Depends-on): Likewise.
4473         * modules/snprintf-posix (Depends-on): Likewise.
4474         * modules/sprintf-posix (Depends-on): Likewise.
4475         * modules/trunc-tests (Depends-on): Likewise.
4476         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4477         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4478         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4479         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4480         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4481         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4482         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4483         * modules/vasnprintf-posix (Depends-on): Likewise.
4484         * modules/vasprintf-posix (Depends-on): Likewise.
4485         * modules/vfprintf-posix (Depends-on): Likewise.
4486         * modules/vsnprintf-posix (Depends-on): Likewise.
4487         * modules/vsprintf-posix (Depends-on): Likewise.
4488         * lib/frexp.c: Include isnand.h instead of isnan.h.
4489         (ISNAN): Set to isnand instead of isnan.
4490         * lib/isfinite.c: Include isnand.h instead of isnan.h.
4491         (gl_isfinited): Use isnand instead of isnan.
4492         * lib/signbitd.c: Include isnand.h instead of isnan.h.
4493         (gl_signbitd): Use isnand instead of isnan.
4494         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
4495         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
4496         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
4497         (main): Use isnand instead of isnan.
4498         * tests/test-round1.c: Include isnand.h.
4499         (main): Use isnand instead of isnan.
4500         * tests/test-round2.c: Include isnand.h instead of isnan.h.
4501         (ISNAN): Set to isnand instead of isnan.
4502         * tests/test-trunc1.c: Include isnand.h.
4503         (main): Use isnand instead of isnan.
4504         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
4505         (equal): Use isnand instead of isnan.
4506         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
4507         isnand-nolibm.
4508         * NEWS: Mention the change.
4509
4510 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4511             Bruno Haible  <bruno@clisp.org>
4512
4513         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
4514         the GCC builtins for signbits are present and set
4515         REPLACE_SIGNBIT_USING_GCC if so.
4516         * lib/math.in.h (signbit): Define using GCC builtins if
4517         REPLACE_SIGNBIT_USING_GCC is set.
4518         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
4519         REPLACE_SIGNBIT_USING_GCC.
4520         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
4521
4522 2008-01-25  Jim Meyering  <meyering@redhat.com>
4523
4524         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
4525         * lib/poll.c: Include <config.h>, not "config.h".
4526         * tests/test-getaddrinfo.c: Likewise.
4527
4528 2008-01-25  Simon Josefsson  <simon@josefsson.org>
4529
4530         * modules/sockets-tests: New file.
4531
4532 2008-01-24  Simon Josefsson  <simon@josefsson.org>
4533
4534         * modules/sockets: New module, can be used to call WSA_Startup and
4535         WSA_Cleanup when needed.
4536
4537         * lib/sockets.h, lib/sockets.c: New files.
4538
4539         * m4/sockets.m4: New file.
4540
4541         * tests/test-sockets.c: New file.
4542
4543 2008-01-19  Bruno Haible  <bruno@clisp.org>
4544
4545         * doc/posix-headers: Renamed from doc/headers.
4546         * doc/posix-functions: Renamed from doc/functions.
4547         * doc/gnulib.texi: Update.
4548
4549 2008-01-19  Bruno Haible  <bruno@clisp.org>
4550
4551         * doc/glibc-functions/strcasestr.texi: Include contents of
4552         doc/functions/strcasestr.texi, fixing the list of platforms.
4553         * doc/functions/strcasestr.texi: Remove file.
4554
4555 2008-01-19  Bruno Haible  <bruno@clisp.org>
4556
4557         * doc/glibc-functions/memmem.texi: Include contents of
4558         doc/functions/memmem.texi.
4559         * doc/functions/memmem.texi: Remove file.
4560
4561 2008-01-18  Bruno Haible  <bruno@clisp.org>
4562
4563         * doc/glibc-functions/*.texi: New files.
4564         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
4565         to use the new files.
4566
4567 2008-01-17  Bruno Haible  <bruno@clisp.org>
4568
4569         * tests/test-gethostname.c (main): Fix printf statement.
4570
4571 2008-01-17  Simon Josefsson  <simon@josefsson.org>
4572
4573         * modules/gethostname-tests: New file.
4574
4575         * tests/test-gethostname.c: New file.
4576
4577 2008-01-17  Simon Josefsson  <simon@josefsson.org>
4578
4579         * lib/gethostname.c: Include string.h unconditionally, strncpy is
4580         used by the UNAME case.  Reported by Bruno Haible
4581         <bruno@clisp.org>.
4582
4583 2008-01-17  Eric Blake  <ebb9@byu.net>
4584
4585         Convert c-strcasestr to be more efficient.
4586         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
4587         (Depends-on): Add c-strcase, remove malloca, strnlen.
4588         * tests/test-c-strcasestr.c (main): Enhance test.
4589         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
4590
4591 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4592
4593         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
4594         Use it in creating po/Makevars.
4595
4596 2008-01-15  Simon Josefsson  <simon@josefsson.org>
4597
4598         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
4599         Applications that requires it should initialize libgcrypt
4600         manually.
4601
4602 2008-01-16  Simon Josefsson  <simon@josefsson.org>
4603
4604         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
4605
4606 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
4607
4608         Fix problem with getdate on mingw32 reported by Simon Josefsson
4609         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
4610         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
4611         tzname", when deciding whether to declare tzname.
4612         * lib/strftime.c (tzname): Likewise.
4613
4614 2008-01-15  Bruno Haible  <bruno@clisp.org>
4615
4616         Work around a MacOS X 10.5 bug in frexpl().
4617         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
4618         * doc/functions/frexpl.texi: Document the bug.
4619         Reported by Elias Pipping <pipping@gentoo.org>.
4620
4621 2008-01-14  Eric Blake  <ebb9@byu.net>
4622
4623         Touch up previous patch.
4624         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
4625         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
4626
4627         Convert strcasestr module to use Two-Way algorithm.
4628         * modules/strcasestr-simple: New module, based on the old
4629         strcasestr, but with Two-Way rather than KMP.
4630         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
4631         * lib/string.in.h (rpl_strcasestr): Declare.
4632         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
4633         performance.
4634         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
4635         * modules/string (Makefile.am): Support strcasestr.
4636         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
4637         * modules/strcasestr-tests (Depends-on): Check for alarm.
4638         * tests/test-strcasestr.c: Augment test.
4639         * lib/str-two-way.h: Clean up stray macro.
4640         * NEWS: Document new module.
4641         * MODULES.html.sh (string handling): Likewise.
4642         * doc/functions/strcasestr.texi: New file.
4643         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
4644         here, since it is not a POSIX function.
4645
4646 2008-01-14  Colin Watson  <cjwatson@debian.org>
4647             Bruno Haible  <bruno@clisp.org>
4648
4649         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
4650         works fine; if not, set REPLACE_STRSIGNAL.
4651         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
4652         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4653         REPLACE_STRSIGNAL.
4654         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
4655         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
4656         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
4657
4658 2008-01-14  Bruno Haible  <bruno@clisp.org>
4659
4660         * modules/strsignal (Include): Change to <string.h>.
4661
4662 2008-01-14  Colin Watson  <cjwatson@debian.org>
4663
4664         * modules/argp (Notice): Add a notice recommending to change
4665         XGETTEXT_OPTIONS.
4666         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
4667
4668 2008-01-13  Colin Watson  <cjwatson@debian.org>
4669
4670         * modules/strsignal-tests: New file.
4671         * tests/test-strsignal.c: New file.
4672
4673         * lib/strsignal.c: New file, from glibc with modifications.
4674         * lib/siglist.h: New file, from glibc with modifications.
4675         * lib/string.in.h (strsignal): New declaration.
4676         * m4/strsignal.m4: New file.
4677         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4678         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
4679         * modules/strsignal: New file.
4680         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
4681         HAVE_DECL_STRSIGNAL.
4682
4683 2008-01-13  Bruno Haible  <bruno@clisp.org>
4684
4685         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
4686         locale encoding is not ASCII. Needed for OpenBSD 4.0.
4687         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
4688         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4689
4690 2008-01-13  Bruno Haible  <bruno@clisp.org>
4691
4692         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
4693         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
4694         * lib/argp.h (__attribute__): Likewise.
4695         * lib/c-stack.c (__attribute__): Likewise.
4696         * lib/error.h (__attribute__): Likewise.
4697         * lib/fts.c (__attribute__): Likewise.
4698         * lib/openat.h (__attribute__): Likewise.
4699         * lib/stdio.in.h (__attribute__): Likewise.
4700         * lib/string.in.h (__attribute__): Likewise.
4701         * lib/utimens.c (__attribute__): Likewise.
4702         * lib/vasnprintf.h (__attribute__): Likewise.
4703         * lib/xalloc.h (__attribute__): Likewise.
4704         * lib/xprintf.h (__attribute__): Likewise.
4705         * lib/xstrtol.h (__attribute__): Likewise.
4706         * lib/xvasprintf.h (__attribute__): Likewise.
4707
4708 2008-01-12  Bruno Haible  <bruno@clisp.org>
4709
4710         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
4711         * doc/glibc-headers/a.out.texi: New file.
4712         * doc/glibc-headers/aliases.texi: New file.
4713         * doc/glibc-headers/alloca.texi: New file.
4714         * doc/glibc-headers/ar.texi: New file.
4715         * doc/glibc-headers/argp.texi: New file.
4716         * doc/glibc-headers/argz.texi: New file.
4717         * doc/glibc-headers/byteswap.texi: New file.
4718         * doc/glibc-headers/crypt.texi: New file.
4719         * doc/glibc-headers/endian.texi: New file.
4720         * doc/glibc-headers/envz.texi: New file.
4721         * doc/glibc-headers/err.texi: New file.
4722         * doc/glibc-headers/error.texi: New file.
4723         * doc/glibc-headers/execinfo.texi: New file.
4724         * doc/glibc-headers/fpu_control.texi: New file.
4725         * doc/glibc-headers/fstab.texi: New file.
4726         * doc/glibc-headers/fts.texi: New file.
4727         * doc/glibc-headers/getopt.texi: New file.
4728         * doc/glibc-headers/ieee754.texi: New file.
4729         * doc/glibc-headers/ifaddrs.texi: New file.
4730         * doc/glibc-headers/libintl.texi: New file.
4731         * doc/glibc-headers/mcheck.texi: New file.
4732         * doc/glibc-headers/mntent.texi: New file.
4733         * doc/glibc-headers/obstack.texi: New file.
4734         * doc/glibc-headers/paths.texi: New file.
4735         * doc/glibc-headers/printf.texi: New file.
4736         * doc/glibc-headers/pty.texi: New file.
4737         * doc/glibc-headers/resolv.texi: New file.
4738         * doc/glibc-headers/shadow.texi: New file.
4739         * doc/glibc-headers/sysexits.texi: New file.
4740         * doc/glibc-headers/ttyent.texi: New file.
4741
4742 2008-01-12  Jim Meyering  <meyering@redhat.com>
4743
4744         announce-gen: emit Gnulib's git-based version string.
4745         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
4746         New option --gnulib-version=V, where V is expected to be
4747         the output of running git describe in the gnulib directory.
4748         (get_tool_versions): Request feedback on xdelta.  I suspect it's
4749         not useful, and plan to stop publishing an xdelta file with each
4750         coreutils release.
4751
4752         * build-aux/announce-gen: Also check for lzma-compressed files.
4753
4754 2008-01-11  Bruno Haible  <bruno@clisp.org>
4755
4756         * tests/test-memmem.c (main): Increase maximum allowed time.
4757         * tests/test-strstr.c (main): Likewise.
4758
4759 2008-01-11  Bruno Haible  <bruno@clisp.org>
4760
4761         * doc/functions/memmem.texi: Add more precisions about platforms.
4762         * doc/functions/strstr.texi: Likewise.
4763
4764 2008-01-10  Eric Blake  <ebb9@byu.net>
4765
4766         * m4/strstr.m4: Delete cruft from copy-n-paste.
4767         Reported by Bruno Haible.
4768
4769 2008-01-10  Bruno Haible  <bruno@clisp.org>
4770
4771         Make c-strstr rely on strstr.
4772         * lib/c-strstr.c: Don't include str-kmp.h.
4773         (c_strstr): Define in terms of strstr.
4774         * modules/c-strstr (Files): Remove lib/str-kmp.h.
4775         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
4776
4777 2008-01-10  Bruno Haible  <bruno@clisp.org>
4778
4779         * doc/gnulib.texi (String Functions in C Locale): New section.
4780         * doc/c-ctype.texi: New file.
4781         * doc/c-strcase.texi: New file.
4782         * doc/c-strcaseeq.texi: New file.
4783         * doc/c-strcasestr.texi: New file.
4784         * doc/c-strstr.texi: New file.
4785         * doc/c-strtod.texi: New file.
4786         * doc/c-strtold.texi: New file.
4787
4788 2008-01-10  Eric Blake  <ebb9@byu.net>
4789
4790         * lib/relocatable.h: Fix a comment.
4791
4792 2008-01-10  Eric Blake  <ebb9@byu.net>
4793
4794         Share two-way algorithm.
4795         * lib/str-two-way.h: New file, merged from...
4796         * lib/memmem.c: ...here...
4797         * lib/strstr.c: ...and here.
4798         * modules/memmem (Files): Use it.
4799         * modules/strstr (Files): Likewise.
4800
4801         Avoid quadratic strstr implementations.
4802         * lib/strstr.c: New file.
4803         * m4/strstr.m4: Likewise.
4804         * modules/strstr: Likewise.
4805         * modules/strstr-tests: Likewise.
4806         * tests/test-strstr.c: Likewise.
4807         * lib/string.in.h (rpl_strstr): Declare.
4808         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
4809         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
4810         * modules/string (Makefile.am): Likewise.
4811         * MODULES.html.sh (string handling): Mention new module.
4812         * doc/functions/strstr.texi (strstr): Document the bug.
4813
4814 2008-01-10  Bruno Haible  <bruno@clisp.org>
4815
4816         * lib/relocatable.h (relocate): State whether result is freshly
4817         allocated or not.
4818         * lib/relocatable.c (relocate): Return a freshly allocated string
4819         instead of a pointer to a privately held string.
4820         Reported by Sylvain Beucler <beuc@gnu.org>.
4821
4822 2008-01-10  Colin Watson  <cjwatson@debian.org>
4823
4824         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
4825         s/S_ISNLK/S_ISLNK/.
4826
4827 2008-01-09  Bruno Haible  <bruno@clisp.org>
4828
4829         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
4830         and other files.
4831         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
4832         if it's only a guess.
4833         * modules/memmem: Simplify by depending on memmem-simple.
4834
4835 2008-01-09  Bruno Haible  <bruno@clisp.org>
4836
4837         Work around OpenBSD 4.0 tdelete() bug.
4838         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
4839         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
4840         macros and don't redefine the enum values.
4841         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
4842         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
4843         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
4844
4845 2008-01-09  Bruno Haible  <bruno@clisp.org>
4846
4847         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
4848         (main): Don't perform the tests if setlocale did not install a UTF-8
4849         locale. Needed on OpenBSD 4.0.
4850         * modules/wcwidth-tests (Depends-on): Add localcharset.
4851
4852 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4853
4854         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
4855         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
4856         * NEWS: announce this.
4857         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
4858
4859 2008-01-09  Simon Josefsson  <simon@josefsson.org>
4860         and Eric Blake  <ebb9@byu.net>
4861
4862         Add memmem-simple module.
4863         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
4864         (gl_FUNC_MEMMEM): Separate performance from presence checks.
4865         * modules/memmem-simple: New file.
4866         * modules/memmem (Description): Tweak.
4867         * MODULES.html.sh (string handling): Mention new module.
4868         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
4869         addressed by memmem-simple.
4870         * NEWS: Document the difference.
4871
4872 2008-01-09  Eric Blake  <ebb9@byu.net>
4873
4874         Give gcc some memmem optimization hints.
4875         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
4876         (strcasestr): Declare as pure.
4877         * modules/memmem (Maintainer): Claim my implementation.
4878
4879 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4880
4881         Support AIX 6.1 and higher.
4882         * build-aux/config.libpath: Likewise.
4883         * build-aux/config.rpath: Likewise.
4884
4885 2008-01-08  Jim Meyering  <meyering@redhat.com>
4886             Bruno Haible  <bruno@clisp.org>
4887
4888         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
4889         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
4890         Reported by Peter Fales in
4891         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
4892
4893 2008-01-08  Bruno Haible  <bruno@clisp.org>
4894
4895         * modules/unictype/category-of (Depends-on): Add
4896         unictype/category-none.
4897         * modules/unictype/category-and-tests (Depends-on): Add
4898         unictype/category-{L,N,Lu,Nd}.
4899         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
4900         * modules/unictype/category-or-tests (Depends-on): Add
4901         unictype/category-{L,N}.
4902         * modules/unictype/category-name-tests (Depends-on): Add
4903         unictype/category-{Z,Nl}.
4904         Reported by Simon Josefsson.
4905
4906 2008-01-08  Bruno Haible  <bruno@clisp.org>
4907
4908         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
4909         convention better.
4910         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
4911         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
4912         Reported by Peter Miller <millerp@canb.auug.org.au>.
4913
4914 2008-01-08  Eric Blake  <ebb9@byu.net>
4915
4916         Rewrite memmem to guarantee linear complexity without malloc.
4917         * lib/memmem.c (memmem): Use Two-Way rather than
4918         Knuth-Morris-Pratt, to allow O(1) space usage.
4919         (critical_factorization, two_way_short_needle)
4920         (two_way_long_needle): New functions.
4921         (knuth_morris_pratt): Delete.
4922         * modules/memmem (Depends-on): No longer need malloca or stdbool.
4923         Add stdint.
4924         * tests/test-memmem.c (main): Add tests for periodic needle and
4925         sublinear performance.
4926         * doc/functions/memmem.texi (memmem): Document other deficiencies
4927         in cygwin and older glibc.
4928
4929 2008-01-08  Bruno Haible  <bruno@clisp.org>
4930
4931         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
4932         augmentation.
4933
4934 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
4935
4936         Add a configure time option: --disable-acl.
4937         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
4938         AC_ARG_ENABLE(acl).
4939
4940 2008-01-06  Simon Josefsson  <simon@josefsson.org>
4941
4942         * tests/test-localename.c: Don't include obsolete "setenv.h".
4943
4944         * modules/localename-tests (Depends-on): Need unsetenv.
4945
4946 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4947
4948         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
4949
4950 2008-01-06  Colin Watson  <cjwatson@debian.org>
4951
4952         * users.txt: Add man-db.
4953
4954 2008-01-07  Bruno Haible  <bruno@clisp.org>
4955
4956         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
4957         previous section name.
4958
4959 2008-01-07  Bruno Haible  <bruno@clisp.org>
4960
4961         * lib/progname.c (set_program_name): Don't strip off a leading
4962         "lt-" prefix outside a .libs directory.
4963         Suggested by Paul Eggert.
4964
4965 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
4966             Bruno Haible  <bruno@clisp.org>
4967
4968         Improve memory cleanup in 'relocatable' module.
4969         * lib/relocatable.h (compute_curr_prefix): Change return type to
4970         'char *'.
4971         * lib/relocatable.c (compute_curr_prefix): Change return type to
4972         'char *'. Free curr_installdir after use.
4973         (relocate): Free curr_prefix_better after use.
4974         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
4975
4976 2008-01-01  Bruno Haible  <bruno@clisp.org>
4977
4978         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
4979         failure on older glibc systems.
4980         Reported by Peter Fales <psfales@alcatel-lucent.com>.
4981
4982 2008-01-05  Eric Blake  <ebb9@byu.net>
4983
4984         Avoid quadratic system memmem.
4985         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
4986         Reported by Ralf Wildenhues.
4987
4988         Fix memmem test for mingw.
4989         * modules/memmem-tests (configure.ac): Check for alarm.
4990         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
4991         it.
4992         * doc/functions/memmem.texi: New file.
4993         * doc/gnulib.texi (Function Substitutes): Add memmem.
4994         Reported by Bruno Haible.
4995
4996 2008-01-04  Bruno Haible  <bruno@clisp.org>
4997
4998         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
4999         Require gl_HEADER_STRINGS_H_DEFAULTS, not
5000         gl_HEADER_STRING_H_DEFAULTS.
5001
5002 2008-01-04  Eric Blake  <ebb9@byu.net>
5003
5004         Shorten duration of memmem test.
5005         * tests/test-memmem.c (main): Use alarm to declare failure if test
5006         is taking too long.
5007         Reported by Ralf Wildenhues.
5008
5009 2007-12-21  Simon Josefsson  <simon@josefsson.org>
5010
5011         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
5012         string, needed by strerror.
5013
5014 2008-01-03  Colin Watson  <cjwatson@debian.org>
5015             Bruno Haible  <bruno@clisp.org>
5016
5017         * doc/gnulib-tool.texi (Localization): New section.
5018
5019 2008-01-02  Bruno Haible  <bruno@clisp.org>
5020
5021         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
5022         variables to 'unsigned char *' type.
5023         Reported by Paul Eggert.
5024
5025 2008-01-02  Jim Meyering  <jim@meyering.net>
5026
5027         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
5028
5029 2007-12-31  Jim Meyering  <jim@meyering.net>
5030
5031         Avoid use of private FTS type name.
5032         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
5033
5034 2007-12-30  Karl Berry  <karl@gnu.org>
5035
5036         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
5037         work around defect in Texinfo and/or the standalone Info browser.
5038
5039 2007-12-30  Bruno Haible  <bruno@clisp.org>
5040
5041         Unify 5 copies of the KMP code.
5042         * lib/str-kmp.h: New file.
5043         * lib/c-strcasestr.c: Include str-kmp.h.
5044         (knuth_morris_pratt): Remove function.
5045         (c_strcasestr): Update.
5046         * lib/c-strstr.c: Include str-kmp.h.
5047         (knuth_morris_pratt): Remove function.
5048         (c_strcasestr): Update.
5049         * lib/mbscasestr.c: Include str-kmp.h.
5050         (knuth_morris_pratt_unibyte): Remove function.
5051         * lib/mbsstr.c: Include str-kmp.h.
5052         (knuth_morris_pratt_unibyte): Remove function.
5053         * lib/strcasestr.c: Include str-kmp.h.
5054         (knuth_morris_pratt): Remove function.
5055         (strcasestr): Update.
5056         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
5057         * modules/c-strstr (Files): Likewise.
5058         * modules/mbscasestr (Files): Likewise.
5059         * modules/mbsstr (Files): Likewise.
5060         * modules/strcasestr (Files): Likewise.
5061         Suggested by Paul Eggert.
5062
5063 2007-12-30  Bruno Haible  <bruno@clisp.org>
5064
5065         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
5066         defined.
5067
5068 2007-12-30  Bruno Haible  <bruno@clisp.org>
5069
5070         * lib/xmalloca.h: Include xalloc.h.
5071         (xnmalloca): New macro.
5072
5073 2007-12-30  Bruno Haible  <bruno@clisp.org>
5074
5075         * lib/malloca.h (nmalloca): New macro.
5076         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
5077         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
5078         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
5079         knuth_morris_pratt_multibyte): Likewise.
5080         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
5081         knuth_morris_pratt_multibyte): Likewise.
5082         * lib/memmem.c (knuth_morris_pratt): Likewise.
5083         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
5084
5085 2007-12-25  Bruno Haible  <bruno@clisp.org>
5086
5087         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
5088         * lib/glob.c: Don't include openat.h.
5089         (link_exists2_p): Add back the code that deals with the
5090         !GLOB_ALTDIRFUNC case.
5091         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
5092         let it do the filename concatenation.
5093         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
5094         * modules/glob (Depends-on): Remove openat.
5095
5096 2007-12-31  Bruno Haible  <bruno@clisp.org>
5097
5098         * modules/dirfd (License): Change to LGPLv2+.
5099         Approved by Jim Meyering.
5100
5101 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5102
5103         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
5104         when multiplying M by sizeof (size_t).
5105
5106 2007-12-10  Martin Lambers  <marlam@marlam.de>
5107
5108         Override getpagesize on mingw.
5109         * lib/getpagesize.c: New file.
5110         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
5111         * modules/getpagesize (Files): Add lib/getpagesize.c.
5112         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
5113         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5114         REPLACE_GETPAGESIZE.
5115         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
5116
5117 2007-12-25  Bruno Haible  <bruno@clisp.org>
5118
5119         * modules/localcharset (Notice): New field.
5120         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
5121         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
5122
5123 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5124             Bruno Haible  <bruno@clisp.org>
5125
5126         Avoid using the syntax symbol() in formatted documentation.
5127         * MODULES.html.sh (func_module): When replacing symbol() with a
5128         hyperlink, remove the parentheses. Show an error if some remain.
5129         Recognize and render the '...' syntax.
5130         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
5131         Rework. Add paragraph about GCC's inlining.
5132         * doc/alloca.texi: Likewise.
5133         * doc/error.texi: Remove parentheses from symbol reference.
5134         * doc/gnulib-intro.texi: Likewise.
5135         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
5136         * modules/fnmatch (Description): Reword to say "the ... function".
5137         * modules/full-read (Description): Likewise.
5138         * modules/full-write (Description): Likewise.
5139         * modules/safe-read (Description): Likewise.
5140         * modules/safe-write (Description): Likewise.
5141         * modules/strchrnul (Description): Likewise.
5142         * modules/trim (Description): Likewise.
5143         * modules/error (Description): Remove parentheses from symbol
5144         references.
5145         * modules/verror (Description): Likewise.
5146         Reported by Karl Berry.
5147
5148 2007-12-25  Bruno Haible  <bruno@clisp.org>
5149
5150         Fixup after 2007-10-16 commit.
5151         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
5152
5153 2007-12-24  Bruno Haible  <bruno@clisp.org>
5154
5155         Make --enable-relocatable work with DESTDIR.
5156         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
5157         to compute installdir from destprog.
5158         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
5159         also set the RELOC_DESTDIR variable.
5160         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
5161
5162 2007-12-24  Bruno Haible  <bruno@clisp.org>
5163
5164         Fix link error due to xalloc_die().
5165         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
5166         of xreadlink.
5167         * lib/relocwrapper.c: Update comments.
5168         * build-aux/install-reloc: Remove xreadlink.c from file list.
5169         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
5170         xreadlink.c.
5171         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
5172
5173 2007-12-24  Bruno Haible  <bruno@clisp.org>
5174
5175         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
5176         * lib/setenv.h: Remove file.
5177         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
5178         lib/setenv.h.
5179         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
5180         (Depends-on): Add stdlib.
5181         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
5182         gl_FUNC_UNSETENV.
5183         (Include): Replace setenv.h with <stdlib.h>.
5184         * modules/unsetenv: New file.
5185         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
5186         * lib/unsetenv.c: Include <stdlib.h> first.
5187         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
5188         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
5189         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
5190         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
5191         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
5192         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
5193         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
5194         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
5195         * doc/functions/unsetenv.texi: Update.
5196         * modules/xsetenv (Depends-on): Add unsetenv.
5197         * modules/getdate (Depends-on): Likewise.
5198         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
5199         * lib/xsetenv.c: Don't include setenv.h.
5200         * lib/getdate.y: Likewise.
5201         * lib/relocwrapper.c: Likewise.
5202         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
5203         (Depends-on): Add stdlib.
5204         * NEWS: Mention the changes.
5205         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
5206
5207 2007-12-23  Bruno Haible  <bruno@clisp.org>
5208
5209         * lib/memmem.c (memmem): Use lowercase variable names. Tab
5210         indentation.
5211
5212 2007-12-23  Bruno Haible  <bruno@clisp.org>
5213
5214         * lib/c-strcasestr.c: Add more comments.
5215         * lib/c-strstr.c: Likewise.
5216         * lib/mbscasestr.c: Likewise.
5217         * lib/mbsstr.c: Likewise.
5218         * lib/strcasestr.c: Likewise.
5219         * lib/memmem.c: Likewise.
5220
5221 2007-12-23  Bruno Haible  <bruno@clisp.org>
5222
5223         * tests/test-memmem.c: Include <string.h> first.
5224
5225 2007-12-22  Bruno Haible  <bruno@clisp.org>
5226
5227         * gnulib-tool (func_create_testdir): Change $auxdir while generating
5228         the contents of $testsbase.
5229         Reported by Ralf Wildenhues.
5230
5231 2007-12-22  Bruno Haible  <bruno@clisp.org>
5232
5233         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
5234         two variables local_ldadd_before, local_ldadd_last.
5235
5236 2007-12-20  Eric Blake  <ebb9@byu.net>
5237
5238         Work around circular library issue when cross-compiling.
5239         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
5240         that progname.o does not need to pull in rpl_memcmp.
5241
5242 2007-12-19  Eric Blake  <ebb9@byu.net>
5243
5244         Fix memmem to avoid O(n^2) worst-case complexity.
5245         * lib/memmem.c (knuth_morris_pratt): New function.
5246         (memmem): Use it if first few naive iterations fail.
5247         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
5248         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
5249         * modules/memchr (License): Likewise.
5250         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
5251         malloca.
5252         * tests/test-memmem.c: Rewrite, borrowing ideas from
5253         test-mbsstr1.c; the old version wouldn't even compile!
5254         * modules/memmem-tests: New file.
5255         * lib/string.in.h (rpl_memmem): Add declaration.
5256         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
5257         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
5258         REPLACE_MEMMEM.
5259
5260 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5261
5262         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
5263         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
5264         before any system include files, and undef after them all.  This
5265         should fix a problem on VMS reported by John E. Malmberg in
5266         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
5267
5268 2007-12-17  Eric Blake  <ebb9@byu.net>
5269
5270         Revert addition of verify, for BSD/OS.
5271         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
5272         can't handle large files, for the sake of obsolete platforms.
5273         * modules/fseeko (Depends-on): Remove verify.
5274         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
5275         * doc/functions/ftello.texi (ftello): Likewise.
5276         * doc/functions/fgetpos.texi (fgetpos): Likewise.
5277         Reported by Larry Jones.
5278
5279 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
5280
5281         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
5282         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
5283
5284 2007-12-17  Jim Meyering  <meyering@redhat.com>
5285
5286         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
5287         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
5288         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
5289         * modules/getcwd (Depends-on): Add openat.
5290         Reported by Petr Salinger.
5291
5292 2007-12-17  Bruno Haible  <bruno@clisp.org>
5293
5294         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
5295         avoid a segmentation fault of the configure test on x86_64 systems.
5296
5297 2007-12-15  Jim Meyering  <meyering@redhat.com>
5298
5299         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
5300
5301 2007-12-13  Eric Blake  <ebb9@byu.net>
5302
5303         Another fseek test.
5304         * tests/test-fseek.c (main): Also test ungetc handling.
5305         * tests/test-fseeko.c (main): Likewise.
5306         * modules/fseeko (Depends-on): Add verify.
5307         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
5308         large.
5309         Reported by Larry Jones.
5310
5311         Fix fseeko on mingw.
5312         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
5313         seek.
5314
5315         Beef up fseek tests.
5316         * tests/test-fseek.c (main): Also test eof handling.
5317         * tests/test-fseeko.c (main): Likewise.
5318         Reported by Larry Jones.
5319
5320 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
5321
5322         Fix fseeko on BSD-based platforms.
5323         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
5324         successful seek.
5325
5326 2007-12-12  Eric Blake  <ebb9@byu.net>
5327
5328         Allow circular dependency of separate libtests.a
5329         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
5330         when use_libtests.
5331
5332 2007-12-11  Eric Blake  <ebb9@byu.net>
5333
5334         Fix bug with -0.0L in previous patch.
5335         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
5336         * tests/test-isnan.c (main): Also test on zeroes.
5337         * tests/test-isnanf.c (main): Likewise.
5338         * tests/test-isnanl.h (main): Likewise.
5339
5340         Detect pseudo-denormals on x86 even when cross-compiling.
5341         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
5342         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
5343         invalid bit patterns that happen to satisfy ==.
5344
5345         Avoid link failures with separate libtests.a.
5346         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
5347         last, to satisfy circular dependencies.
5348
5349 2007-12-11  Eric Blake  <ebb9@byu.net>
5350         and Bruno Haible  <bruno@clisp.org>
5351
5352         Fix OpenBSD 4.0 <float.h> handling of long double.
5353         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
5354         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
5355         * doc/headers/float.texi (float.h): Document OpenBSD bug.
5356
5357 2007-12-11  Jim Meyering  <meyering@redhat.com>
5358
5359         * users.txt: Add libvirt.
5360
5361         Support versions of autoconf prior to 2.59c.
5362         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
5363         if it is not already defined.
5364
5365 2007-12-09  Bruno Haible  <bruno@clisp.org>
5366
5367         Let 'gnulib-tool --import' collect sources needed for the tests in
5368         tests/ rather than in lib/.
5369         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
5370         argument. If true, add rules to generate libtests.a, and put libtests.a
5371         into $(LDADD). Consider source files in subdirectories and set
5372         uses_subdirs.
5373         (func_emit_initmacro_start, func_emit_initmacro_end,
5374         func_emit_initmacro_done): Pass all arguments explicitly.
5375         (func_import): Determine two module lists main_modules,
5376         testsrelated_modules. Determine use_libtests. Determine two variables
5377         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
5378         instead of just sed_transform_lib_file. Determine two variables
5379         main_files and testsrelated_files. Compute 'files' as the union of
5380         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
5381         func_add_or_update. In the generated gnulib-comp.m4, collect the
5382         object files for tests/ in different variables than those for lib/.
5383         Substitute LIBTESTS_LIBDEPS.
5384         (func_create_testdir): Combine the uses_subdirs results from
5385         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
5386
5387 2007-12-09  Bruno Haible  <bruno@clisp.org>
5388
5389         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
5390         the build-aux directory.
5391
5392 2007-12-09  Bruno Haible  <bruno@clisp.org>
5393
5394         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
5395         introduced on 2006-09-09.
5396
5397 2007-12-07  Jim Meyering  <meyering@redhat.com>
5398
5399         Let these macros work also with autoconf-2.59.
5400         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
5401         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
5402         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
5403
5404 2007-12-06  Jim Meyering  <meyering@redhat.com>
5405
5406         Avoid a configure-time syntax error in gl_FUNC_ACL.
5407         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
5408         function in each branch, before testing the cache variable.
5409
5410 2007-12-04  Eric Blake  <ebb9@byu.net>
5411
5412         Make scripts executable.
5413         * build-aux/config.guess: Add execute permissions.
5414         * build-aux/config.sub: Likewise.
5415         * build-aux/gendocs.sh: Likewise.
5416
5417         Fix frexp on mingw.
5418         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
5419         cross-compiling.
5420         * doc/functions/frexp.texi (frexp): Document the bug.
5421
5422         Make cygwin fseeko check more reliable.
5423         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
5424         version numbers, rather than unrelated feature check.
5425         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
5426         * doc/functions/ftello.texi (ftello): Likewise.
5427         Reported by Bruno Haible.
5428
5429         * m4/strerror.m4: Bump version number.
5430
5431 2007-12-03  Bruno Haible  <bruno@clisp.org>
5432
5433         * doc/functions/mprotect.texi: Mention the mingw problem.
5434
5435 2007-12-03  Eric Blake  <ebb9@byu.net>
5436
5437         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
5438         REPLACE_STRERROR is initialized before this macro.
5439
5440 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5441
5442         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
5443         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
5444         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
5445         put -lsec in even for programs other than 'ls'.  This fixes a problem
5446         for gettext reported by Bruno Haible in
5447         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
5448         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
5449         Add support for Solaris 10.  This isn't efficient, but should get the
5450         job done for now.
5451
5452 2007-12-03  James Youngman  <jay@gnu.org>
5453
5454         * doc/regexprops-generic.texi: change "an close-group" to "a
5455         close-group" and "illegal" to "not allowed".
5456
5457 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5458
5459         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
5460         pr_byname.h. Needed for the rare case when the maintainer has done
5461         "make maintainer-clean" in the source directory and then attempts a
5462         build outside the source directory.
5463         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
5464         scripts_byname.h.
5465
5466 2007-12-02  Martin Lambers <marlam@marlam.de>
5467             Bruno Haible  <bruno@clisp.org>
5468
5469         * lib/getpagesize.h: Remove file.
5470         * lib/unistd.in.h: Include declaration of getpagesize here.
5471         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
5472         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
5473         HAVE_SYS_PARAM_H.
5474         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
5475         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
5476         * modules/getpagesize (Files): Remove lib/getpagesize.h.
5477         (Depends-on): Add unistd.
5478         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5479         (Include): Use <unistd.h> instead of getpagesize.h.
5480         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
5481         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
5482         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
5483         gl_GETPAGESIZE invocation, already handled by module dependency.
5484         * lib/pagealign_alloc.c: Don't include getpagesize.h.
5485
5486 2007-12-02  Bruno Haible  <bruno@clisp.org>
5487
5488         * modules/strings-tests: New file.
5489         * tests/test-strings.c: New file.
5490
5491         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
5492         * lib/strings.in.h: New file.
5493         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
5494         * m4/strings_h.m4: New file.
5495         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
5496         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
5497         * modules/strings: New file.
5498         * modules/string (Makefile.am): Update.
5499         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
5500         Reported by Karl Berry.
5501
5502 2007-12-01  Eric Blake  <ebb9@byu.net>
5503
5504         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
5505         accomodate fix in cygwin 1.5.25.
5506
5507 2007-12-01  Jim Meyering  <meyering@redhat.com>
5508
5509         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
5510         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
5511         that would inhibit utf8-optimization of a regexp containing line-
5512         or buffer-anchors, e.g., `^', `$'.
5513
5514 2007-11-30  Bruno Haible  <bruno@clisp.org>
5515
5516         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
5517         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
5518         glthread_recursive_lock_init.
5519         * lib/lock.c (glthread_recursive_lock_init)
5520         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
5521         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5522
5523 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5524
5525         New function qset_acl, like set_acl but with syscall semantics.
5526         * lib/acl.h (qset_acl): New decl.
5527         * lib/acl.c (qset_acl): New function.
5528         (set_acl): Use new function.  Use more-consistent diagnostics.
5529
5530 2007-11-28  Jim Meyering  <meyering@redhat.com>
5531
5532         * modules/physmem (License): Change from GPL to LGPLv2+.
5533
5534 2007-11-26  Bruno Haible  <bruno@clisp.org>
5535
5536         * lib/vasnprintf.c (decode_long_double): Don't abort if the
5537         'long double' type has excess precision.
5538         Reported by Jim Meyering in
5539         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
5540
5541 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5542
5543         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
5544         Sync from <http://gnu.org/licenses>.
5545         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
5546         with license text from same location.
5547         * doc/maintain.texi, doc/standards.texi:  Sync from
5548         <http://savannah.gnu.org/projects/gnustandards>.
5549
5550 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
5551         and Jim Meyering  <meyering@redhat.com>
5552
5553         Adjust getdate' grammar to accept a slightly more regular language.
5554         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
5555         Before, the former was rejected.
5556         * lib/getdate.y (digits_to_date_time): New function, factored
5557         out of ...
5558         (number): ...here.  Just call digits_to_date_time.
5559         (hybrid): New non-terminal to handle an <unsigned number,
5560         signed relative offset> sequence consistently.
5561
5562 2007-11-18  Jim Meyering  <meyering@redhat.com>
5563
5564         Pull my changes from coreutils:
5565         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
5566         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
5567         use of $gnulib_tool_option_extras, so that it's separated from the
5568         preceding argument.
5569
5570         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
5571         * build-aux/bootstrap (cp_mark_as_generated): Create any required
5572         parent destination directories before copying a file into place.
5573
5574 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5575
5576         bootstrap: work also with 4-argument variant of AC_INIT
5577         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
5578
5579 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5580
5581         Port test-getaddrinfo to Solaris.
5582         Problem reported by Bruno Haible in
5583         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
5584         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
5585         explanation of setting 'hints'.
5586         Don't reject an implementation merely because it returns EAI_SERVICE.
5587         (EAI_SERVICE): Define to 0 if not defined.
5588
5589 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5590
5591         The license of gnu-make and posix-shell is now "GPLed build tool".
5592         * modules/gnu-make (License): Likewise.
5593         * modules/posix-shell (License): Likewise.
5594
5595         New module posix-shell, for determining a POSIX shell
5596         or perhaps something that is close enough to a POSIX shell.
5597         * m4/posix-shell.m4: New file.
5598         * modules/posix-shell: New file.
5599
5600         * MODULES.html.sh: Mention new module.
5601
5602         New module gnu-make, for determining whether we're using GNU Make.
5603         * m4/gnu-make.m4: New file.
5604         * modules/gnu-make: New file.
5605         * MODULES.html.sh: Mention new module.
5606
5607 2007-11-14  Jim Meyering  <meyering@redhat.com>
5608
5609         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
5610         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
5611         use this macro to create a function _definition_.
5612         Remove useless "#undef ARGMATCH_DIE".
5613
5614 2007-11-14  Bruno Haible  <bruno@clisp.org>
5615
5616         * lib/config.charset: Update for OpenBSD 4.1.
5617         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
5618
5619 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
5620
5621         Document 64-bit #if problems in stdint.texi.
5622         * doc/headers/stdint.texi (stdint.h): Mention problems with
5623         64-bit-#if, and how to work around them.
5624
5625         Don't insist on 'long long int' support in the preprocessor.  It
5626         breaks too many things.  For example, PRIdMAX still uses a 'long
5627         long int' format with the latest Sun compiler, even though
5628         HAVE_LONG_LONG_INT isn't defined due to that compiler's
5629         preprocessor problem.  This causes the latest coreutils to dump
5630         core on Solaris 10 sparc with the Sun C compiler.
5631         Instead, fix the 2007-10-16 problem in a different way, by evaluating
5632         the troublesome expressions at configure-time, not at #if-time.
5633         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
5634         preprocessor.
5635         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
5636         compile-time C checks, done at 'configure'-time.
5637         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
5638         * modules/inttypes (Makefile): Substitute the new symbols that
5639         gl_INTTYPES_H now generates.
5640         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
5641
5642 2007-11-12  Bruno Haible  <bruno@clisp.org>
5643
5644         Tests for Unicode character classification functions.
5645
5646         * modules/unictype/bidicategory-byname-tests: New file.
5647         * modules/unictype/bidicategory-name-tests: New file.
5648         * modules/unictype/bidicategory-of-tests: New file.
5649         * modules/unictype/bidicategory-test-tests: New file.
5650         * modules/unictype/block-list-tests: New file.
5651         * modules/unictype/block-of-tests: New file.
5652         * modules/unictype/block-test-tests: New file.
5653         * modules/unictype/category-C-tests: New file.
5654         * modules/unictype/category-Cc-tests: New file.
5655         * modules/unictype/category-Cf-tests: New file.
5656         * modules/unictype/category-Cn-tests: New file.
5657         * modules/unictype/category-Co-tests: New file.
5658         * modules/unictype/category-Cs-tests: New file.
5659         * modules/unictype/category-L-tests: New file.
5660         * modules/unictype/category-Ll-tests: New file.
5661         * modules/unictype/category-Lm-tests: New file.
5662         * modules/unictype/category-Lo-tests: New file.
5663         * modules/unictype/category-Lt-tests: New file.
5664         * modules/unictype/category-Lu-tests: New file.
5665         * modules/unictype/category-M-tests: New file.
5666         * modules/unictype/category-Mc-tests: New file.
5667         * modules/unictype/category-Me-tests: New file.
5668         * modules/unictype/category-Mn-tests: New file.
5669         * modules/unictype/category-N-tests: New file.
5670         * modules/unictype/category-Nd-tests: New file.
5671         * modules/unictype/category-Nl-tests: New file.
5672         * modules/unictype/category-No-tests: New file.
5673         * modules/unictype/category-P-tests: New file.
5674         * modules/unictype/category-Pc-tests: New file.
5675         * modules/unictype/category-Pd-tests: New file.
5676         * modules/unictype/category-Pe-tests: New file.
5677         * modules/unictype/category-Pf-tests: New file.
5678         * modules/unictype/category-Pi-tests: New file.
5679         * modules/unictype/category-Po-tests: New file.
5680         * modules/unictype/category-Ps-tests: New file.
5681         * modules/unictype/category-S-tests: New file.
5682         * modules/unictype/category-Sc-tests: New file.
5683         * modules/unictype/category-Sk-tests: New file.
5684         * modules/unictype/category-Sm-tests: New file.
5685         * modules/unictype/category-So-tests: New file.
5686         * modules/unictype/category-Z-tests: New file.
5687         * modules/unictype/category-Zl-tests: New file.
5688         * modules/unictype/category-Zp-tests: New file.
5689         * modules/unictype/category-Zs-tests: New file.
5690         * modules/unictype/category-and-not-tests: New file.
5691         * modules/unictype/category-and-tests: New file.
5692         * modules/unictype/category-byname-tests: New file.
5693         * modules/unictype/category-name-tests: New file.
5694         * modules/unictype/category-none-tests: New file.
5695         * modules/unictype/category-of-tests: New file.
5696         * modules/unictype/category-or-tests: New file.
5697         * modules/unictype/category-test-withtable-tests: New file.
5698         * modules/unictype/combining-class-tests: New file.
5699         * modules/unictype/ctype-alnum-tests: New file.
5700         * modules/unictype/ctype-alpha-tests: New file.
5701         * modules/unictype/ctype-blank-tests: New file.
5702         * modules/unictype/ctype-cntrl-tests: New file.
5703         * modules/unictype/ctype-digit-tests: New file.
5704         * modules/unictype/ctype-graph-tests: New file.
5705         * modules/unictype/ctype-lower-tests: New file.
5706         * modules/unictype/ctype-print-tests: New file.
5707         * modules/unictype/ctype-punct-tests: New file.
5708         * modules/unictype/ctype-space-tests: New file.
5709         * modules/unictype/ctype-upper-tests: New file.
5710         * modules/unictype/ctype-xdigit-tests: New file.
5711         * modules/unictype/decimal-digit-tests: New file.
5712         * modules/unictype/digit-tests: New file.
5713         * modules/unictype/mirror-tests: New file.
5714         * modules/unictype/numeric-tests: New file.
5715         * modules/unictype/property-alphabetic-tests: New file.
5716         * modules/unictype/property-ascii-hex-digit-tests: New file.
5717         * modules/unictype/property-bidi-arabic-digit-tests: New file.
5718         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
5719         * modules/unictype/property-bidi-block-separator-tests: New file.
5720         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
5721         * modules/unictype/property-bidi-common-separator-tests: New file.
5722         * modules/unictype/property-bidi-control-tests: New file.
5723         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
5724         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
5725         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
5726         * modules/unictype/property-bidi-european-digit-tests: New file.
5727         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
5728         * modules/unictype/property-bidi-left-to-right-tests: New file.
5729         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
5730         * modules/unictype/property-bidi-other-neutral-tests: New file.
5731         * modules/unictype/property-bidi-pdf-tests: New file.
5732         * modules/unictype/property-bidi-segment-separator-tests: New file.
5733         * modules/unictype/property-bidi-whitespace-tests: New file.
5734         * modules/unictype/property-byname-tests: New file.
5735         * modules/unictype/property-combining-tests: New file.
5736         * modules/unictype/property-composite-tests: New file.
5737         * modules/unictype/property-currency-symbol-tests: New file.
5738         * modules/unictype/property-dash-tests: New file.
5739         * modules/unictype/property-decimal-digit-tests: New file.
5740         * modules/unictype/property-default-ignorable-code-point-tests: New file.
5741         * modules/unictype/property-deprecated-tests: New file.
5742         * modules/unictype/property-diacritic-tests: New file.
5743         * modules/unictype/property-extender-tests: New file.
5744         * modules/unictype/property-format-control-tests: New file.
5745         * modules/unictype/property-grapheme-base-tests: New file.
5746         * modules/unictype/property-grapheme-extend-tests: New file.
5747         * modules/unictype/property-grapheme-link-tests: New file.
5748         * modules/unictype/property-hex-digit-tests: New file.
5749         * modules/unictype/property-hyphen-tests: New file.
5750         * modules/unictype/property-id-continue-tests: New file.
5751         * modules/unictype/property-id-start-tests: New file.
5752         * modules/unictype/property-ideographic-tests: New file.
5753         * modules/unictype/property-ids-binary-operator-tests: New file.
5754         * modules/unictype/property-ids-trinary-operator-tests: New file.
5755         * modules/unictype/property-ignorable-control-tests: New file.
5756         * modules/unictype/property-iso-control-tests: New file.
5757         * modules/unictype/property-join-control-tests: New file.
5758         * modules/unictype/property-left-of-pair-tests: New file.
5759         * modules/unictype/property-line-separator-tests: New file.
5760         * modules/unictype/property-logical-order-exception-tests: New file.
5761         * modules/unictype/property-lowercase-tests: New file.
5762         * modules/unictype/property-math-tests: New file.
5763         * modules/unictype/property-non-break-tests: New file.
5764         * modules/unictype/property-not-a-character-tests: New file.
5765         * modules/unictype/property-numeric-tests: New file.
5766         * modules/unictype/property-other-alphabetic-tests: New file.
5767         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
5768         * modules/unictype/property-other-grapheme-extend-tests: New file.
5769         * modules/unictype/property-other-id-continue-tests: New file.
5770         * modules/unictype/property-other-id-start-tests: New file.
5771         * modules/unictype/property-other-lowercase-tests: New file.
5772         * modules/unictype/property-other-math-tests: New file.
5773         * modules/unictype/property-other-uppercase-tests: New file.
5774         * modules/unictype/property-paired-punctuation-tests: New file.
5775         * modules/unictype/property-paragraph-separator-tests: New file.
5776         * modules/unictype/property-pattern-syntax-tests: New file.
5777         * modules/unictype/property-pattern-white-space-tests: New file.
5778         * modules/unictype/property-private-use-tests: New file.
5779         * modules/unictype/property-punctuation-tests: New file.
5780         * modules/unictype/property-quotation-mark-tests: New file.
5781         * modules/unictype/property-radical-tests: New file.
5782         * modules/unictype/property-sentence-terminal-tests: New file.
5783         * modules/unictype/property-soft-dotted-tests: New file.
5784         * modules/unictype/property-space-tests: New file.
5785         * modules/unictype/property-terminal-punctuation-tests: New file.
5786         * modules/unictype/property-test-tests: New file.
5787         * modules/unictype/property-titlecase-tests: New file.
5788         * modules/unictype/property-unassigned-code-value-tests: New file.
5789         * modules/unictype/property-unified-ideograph-tests: New file.
5790         * modules/unictype/property-uppercase-tests: New file.
5791         * modules/unictype/property-variation-selector-tests: New file.
5792         * modules/unictype/property-white-space-tests: New file.
5793         * modules/unictype/property-xid-continue-tests: New file.
5794         * modules/unictype/property-xid-start-tests: New file.
5795         * modules/unictype/property-zero-width-tests: New file.
5796         * modules/unictype/scripts-tests: New file.
5797         * modules/unictype/syntax-c-ident-tests: New file.
5798         * modules/unictype/syntax-c-whitespace-tests: New file.
5799         * modules/unictype/syntax-java-ident-tests: New file.
5800         * modules/unictype/syntax-java-whitespace-tests: New file.
5801         * tests/unictype/test-bidi_byname.c: New file.
5802         * tests/unictype/test-bidi_name.c: New file.
5803         * tests/unictype/test-bidi_of.c: New file.
5804         * tests/unictype/test-bidi_test.c: New file.
5805         * tests/unictype/test-block_list.c: New file.
5806         * tests/unictype/test-block_of.c: New file.
5807         * tests/unictype/test-block_test.c: New file.
5808         * tests/unictype/test-categ_and.c: New file.
5809         * tests/unictype/test-categ_and_not.c: New file.
5810         * tests/unictype/test-categ_byname.c: New file.
5811         * tests/unictype/test-categ_name.c: New file.
5812         * tests/unictype/test-categ_none.c: New file.
5813         * tests/unictype/test-categ_of.c: New file.
5814         * tests/unictype/test-categ_or.c: New file.
5815         * tests/unictype/test-categ_test_withtable.c: New file.
5816         * tests/unictype/test-combining.c: New file.
5817         * tests/unictype/test-decdigit.c: New file.
5818         * tests/unictype/test-digit.c: New file.
5819         * tests/unictype/test-mirror.c: New file.
5820         * tests/unictype/test-numeric.c: New file.
5821         * tests/unictype/test-pr_byname.c: New file.
5822         * tests/unictype/test-pr_test.c: New file.
5823         * tests/unictype/test-predicate-part1.h: New file.
5824         * tests/unictype/test-predicate-part2.h: New file.
5825         * tests/unictype/test-scripts.c: New file.
5826         * tests/unictype/test-sy_c_ident.c: New file.
5827         * tests/unictype/test-sy_java_ident.c: New file.
5828
5829         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
5830         for Unicode 5.0.0.
5831         * tests/unictype/test-categ_Cc.c: Likewise.
5832         * tests/unictype/test-categ_Cf.c: Likewise.
5833         * tests/unictype/test-categ_Cn.c: Likewise.
5834         * tests/unictype/test-categ_Co.c: Likewise.
5835         * tests/unictype/test-categ_Cs.c: Likewise.
5836         * tests/unictype/test-categ_L.c: Likewise.
5837         * tests/unictype/test-categ_Ll.c: Likewise.
5838         * tests/unictype/test-categ_Lm.c: Likewise.
5839         * tests/unictype/test-categ_Lo.c: Likewise.
5840         * tests/unictype/test-categ_Lt.c: Likewise.
5841         * tests/unictype/test-categ_Lu.c: Likewise.
5842         * tests/unictype/test-categ_M.c: Likewise.
5843         * tests/unictype/test-categ_Mc.c: Likewise.
5844         * tests/unictype/test-categ_Me.c: Likewise.
5845         * tests/unictype/test-categ_Mn.c: Likewise.
5846         * tests/unictype/test-categ_N.c: Likewise.
5847         * tests/unictype/test-categ_Nd.c: Likewise.
5848         * tests/unictype/test-categ_Nl.c: Likewise.
5849         * tests/unictype/test-categ_No.c: Likewise.
5850         * tests/unictype/test-categ_P.c: Likewise.
5851         * tests/unictype/test-categ_Pc.c: Likewise.
5852         * tests/unictype/test-categ_Pd.c: Likewise.
5853         * tests/unictype/test-categ_Pe.c: Likewise.
5854         * tests/unictype/test-categ_Pf.c: Likewise.
5855         * tests/unictype/test-categ_Pi.c: Likewise.
5856         * tests/unictype/test-categ_Po.c: Likewise.
5857         * tests/unictype/test-categ_Ps.c: Likewise.
5858         * tests/unictype/test-categ_S.c: Likewise.
5859         * tests/unictype/test-categ_Sc.c: Likewise.
5860         * tests/unictype/test-categ_Sk.c: Likewise.
5861         * tests/unictype/test-categ_Sm.c: Likewise.
5862         * tests/unictype/test-categ_So.c: Likewise.
5863         * tests/unictype/test-categ_Z.c: Likewise.
5864         * tests/unictype/test-categ_Zl.c: Likewise.
5865         * tests/unictype/test-categ_Zp.c: Likewise.
5866         * tests/unictype/test-categ_Zs.c: Likewise.
5867         * tests/unictype/test-ctype_alnum.c: Likewise.
5868         * tests/unictype/test-ctype_alpha.c: Likewise.
5869         * tests/unictype/test-ctype_blank.c: Likewise.
5870         * tests/unictype/test-ctype_cntrl.c: Likewise.
5871         * tests/unictype/test-ctype_digit.c: Likewise.
5872         * tests/unictype/test-ctype_graph.c: Likewise.
5873         * tests/unictype/test-ctype_lower.c: Likewise.
5874         * tests/unictype/test-ctype_print.c: Likewise.
5875         * tests/unictype/test-ctype_punct.c: Likewise.
5876         * tests/unictype/test-ctype_space.c: Likewise.
5877         * tests/unictype/test-ctype_upper.c: Likewise.
5878         * tests/unictype/test-ctype_xdigit.c: Likewise.
5879         * tests/unictype/test-decdigit.h: Likewise.
5880         * tests/unictype/test-digit.h: Likewise.
5881         * tests/unictype/test-numeric.h: Likewise.
5882         * tests/unictype/test-pr_alphabetic.c: Likewise.
5883         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
5884         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
5885         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
5886         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
5887         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
5888         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
5889         * tests/unictype/test-pr_bidi_control.c: Likewise.
5890         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
5891         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
5892         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
5893         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
5894         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
5895         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
5896         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
5897         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
5898         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
5899         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
5900         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
5901         * tests/unictype/test-pr_combining.c: Likewise.
5902         * tests/unictype/test-pr_composite.c: Likewise.
5903         * tests/unictype/test-pr_currency_symbol.c: Likewise.
5904         * tests/unictype/test-pr_dash.c: Likewise.
5905         * tests/unictype/test-pr_decimal_digit.c: Likewise.
5906         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
5907         * tests/unictype/test-pr_deprecated.c: Likewise.
5908         * tests/unictype/test-pr_diacritic.c: Likewise.
5909         * tests/unictype/test-pr_extender.c: Likewise.
5910         * tests/unictype/test-pr_format_control.c: Likewise.
5911         * tests/unictype/test-pr_grapheme_base.c: Likewise.
5912         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
5913         * tests/unictype/test-pr_grapheme_link.c: Likewise.
5914         * tests/unictype/test-pr_hex_digit.c: Likewise.
5915         * tests/unictype/test-pr_hyphen.c: Likewise.
5916         * tests/unictype/test-pr_id_continue.c: Likewise.
5917         * tests/unictype/test-pr_id_start.c: Likewise.
5918         * tests/unictype/test-pr_ideographic.c: Likewise.
5919         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
5920         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
5921         * tests/unictype/test-pr_ignorable_control.c: Likewise.
5922         * tests/unictype/test-pr_iso_control.c: Likewise.
5923         * tests/unictype/test-pr_join_control.c: Likewise.
5924         * tests/unictype/test-pr_left_of_pair.c: Likewise.
5925         * tests/unictype/test-pr_line_separator.c: Likewise.
5926         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
5927         * tests/unictype/test-pr_lowercase.c: Likewise.
5928         * tests/unictype/test-pr_math.c: Likewise.
5929         * tests/unictype/test-pr_non_break.c: Likewise.
5930         * tests/unictype/test-pr_not_a_character.c: Likewise.
5931         * tests/unictype/test-pr_numeric.c: Likewise.
5932         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
5933         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
5934         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
5935         * tests/unictype/test-pr_other_id_continue.c: Likewise.
5936         * tests/unictype/test-pr_other_id_start.c: Likewise.
5937         * tests/unictype/test-pr_other_lowercase.c: Likewise.
5938         * tests/unictype/test-pr_other_math.c: Likewise.
5939         * tests/unictype/test-pr_other_uppercase.c: Likewise.
5940         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
5941         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
5942         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
5943         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
5944         * tests/unictype/test-pr_private_use.c: Likewise.
5945         * tests/unictype/test-pr_punctuation.c: Likewise.
5946         * tests/unictype/test-pr_quotation_mark.c: Likewise.
5947         * tests/unictype/test-pr_radical.c: Likewise.
5948         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
5949         * tests/unictype/test-pr_soft_dotted.c: Likewise.
5950         * tests/unictype/test-pr_space.c: Likewise.
5951         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
5952         * tests/unictype/test-pr_titlecase.c: Likewise.
5953         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
5954         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
5955         * tests/unictype/test-pr_uppercase.c: Likewise.
5956         * tests/unictype/test-pr_variation_selector.c: Likewise.
5957         * tests/unictype/test-pr_white_space.c: Likewise.
5958         * tests/unictype/test-pr_xid_continue.c: Likewise.
5959         * tests/unictype/test-pr_xid_start.c: Likewise.
5960         * tests/unictype/test-pr_zero_width.c: Likewise.
5961         * tests/unictype/test-sy_c_whitespace.c: Likewise.
5962         * tests/unictype/test-sy_java_whitespace.c: Likewise.
5963
5964 2007-11-12  Bruno Haible  <bruno@clisp.org>
5965
5966         Unicode character classification functions.
5967         * lib/unictype.h: New file.
5968         * modules/unictype/base: New file.
5969         * modules/unictype/category-L: New file.
5970         * modules/unictype/category-Lu: New file.
5971         * modules/unictype/category-Ll: New file.
5972         * modules/unictype/category-Lt: New file.
5973         * modules/unictype/category-Lm: New file.
5974         * modules/unictype/category-Lo: New file.
5975         * modules/unictype/category-M: New file.
5976         * modules/unictype/category-Mn: New file.
5977         * modules/unictype/category-Mc: New file.
5978         * modules/unictype/category-Me: New file.
5979         * modules/unictype/category-N: New file.
5980         * modules/unictype/category-Nd: New file.
5981         * modules/unictype/category-Nl: New file.
5982         * modules/unictype/category-No: New file.
5983         * modules/unictype/category-P: New file.
5984         * modules/unictype/category-Pc: New file.
5985         * modules/unictype/category-Pd: New file.
5986         * modules/unictype/category-Ps: New file.
5987         * modules/unictype/category-Pe: New file.
5988         * modules/unictype/category-Pi: New file.
5989         * modules/unictype/category-Pf: New file.
5990         * modules/unictype/category-Po: New file.
5991         * modules/unictype/category-S: New file.
5992         * modules/unictype/category-Sm: New file.
5993         * modules/unictype/category-Sc: New file.
5994         * modules/unictype/category-Sk: New file.
5995         * modules/unictype/category-So: New file.
5996         * modules/unictype/category-Z: New file.
5997         * modules/unictype/category-Zs: New file.
5998         * modules/unictype/category-Zl: New file.
5999         * modules/unictype/category-Zp: New file.
6000         * modules/unictype/category-C: New file.
6001         * modules/unictype/category-Cc: New file.
6002         * modules/unictype/category-Cf: New file.
6003         * modules/unictype/category-Cs: New file.
6004         * modules/unictype/category-Co: New file.
6005         * modules/unictype/category-Cn: New file.
6006         * modules/unictype/category-or: New file.
6007         * modules/unictype/category-of: New file.
6008         * modules/unictype/category-test: New file.
6009         * modules/unictype/category-test-withtable: New file.
6010         * modules/unictype/category-byname: New file.
6011         * modules/unictype/category-none: New file.
6012         * modules/unictype/category-and: New file.
6013         * modules/unictype/category-and-not: New file.
6014         * modules/unictype/category-name: New file.
6015         * modules/unictype/combining-class: New file.
6016         * modules/unictype/category-all: New file.
6017         * modules/unictype/bidicategory-all: New file.
6018         * modules/unictype/bidicategory-byname: New file.
6019         * modules/unictype/bidicategory-name: New file.
6020         * modules/unictype/bidicategory-of: New file.
6021         * modules/unictype/bidicategory-test: New file.
6022         * modules/unictype/decimal-digit: New file.
6023         * modules/unictype/digit: New file.
6024         * modules/unictype/numeric: New file.
6025         * modules/unictype/mirror: New file.
6026         * modules/unictype/property-white-space: New file.
6027         * modules/unictype/property-alphabetic: New file.
6028         * modules/unictype/property-other-alphabetic: New file.
6029         * modules/unictype/property-not-a-character: New file.
6030         * modules/unictype/property-default-ignorable-code-point: New file.
6031         * modules/unictype/property-other-default-ignorable-code-point: New
6032         file.
6033         * modules/unictype/property-deprecated: New file.
6034         * modules/unictype/property-logical-order-exception: New file.
6035         * modules/unictype/property-variation-selector: New file.
6036         * modules/unictype/property-private-use: New file.
6037         * modules/unictype/property-unassigned-code-value: New file.
6038         * modules/unictype/property-uppercase: New file.
6039         * modules/unictype/property-other-uppercase: New file.
6040         * modules/unictype/property-lowercase: New file.
6041         * modules/unictype/property-other-lowercase: New file.
6042         * modules/unictype/property-titlecase: New file.
6043         * modules/unictype/property-soft-dotted: New file.
6044         * modules/unictype/property-id-start: New file.
6045         * modules/unictype/property-other-id-start: New file.
6046         * modules/unictype/property-id-continue: New file.
6047         * modules/unictype/property-other-id-continue: New file.
6048         * modules/unictype/property-xid-start: New file.
6049         * modules/unictype/property-xid-continue: New file.
6050         * modules/unictype/property-pattern-white-space: New file.
6051         * modules/unictype/property-pattern-syntax: New file.
6052         * modules/unictype/property-join-control: New file.
6053         * modules/unictype/property-grapheme-base: New file.
6054         * modules/unictype/property-grapheme-extend: New file.
6055         * modules/unictype/property-other-grapheme-extend: New file.
6056         * modules/unictype/property-grapheme-link: New file.
6057         * modules/unictype/property-bidi-control: New file.
6058         * modules/unictype/property-bidi-left-to-right: New file.
6059         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
6060         * modules/unictype/property-bidi-arabic-right-to-left: New file.
6061         * modules/unictype/property-bidi-european-digit: New file.
6062         * modules/unictype/property-bidi-eur-num-separator: New file.
6063         * modules/unictype/property-bidi-eur-num-terminator: New file.
6064         * modules/unictype/property-bidi-arabic-digit: New file.
6065         * modules/unictype/property-bidi-common-separator: New file.
6066         * modules/unictype/property-bidi-block-separator: New file.
6067         * modules/unictype/property-bidi-segment-separator: New file.
6068         * modules/unictype/property-bidi-whitespace: New file.
6069         * modules/unictype/property-bidi-non-spacing-mark: New file.
6070         * modules/unictype/property-bidi-boundary-neutral: New file.
6071         * modules/unictype/property-bidi-pdf: New file.
6072         * modules/unictype/property-bidi-embedding-or-override: New file.
6073         * modules/unictype/property-bidi-other-neutral: New file.
6074         * modules/unictype/property-hex-digit: New file.
6075         * modules/unictype/property-ascii-hex-digit: New file.
6076         * modules/unictype/property-ideographic: New file.
6077         * modules/unictype/property-unified-ideograph: New file.
6078         * modules/unictype/property-radical: New file.
6079         * modules/unictype/property-ids-binary-operator: New file.
6080         * modules/unictype/property-ids-trinary-operator: New file.
6081         * modules/unictype/property-zero-width: New file.
6082         * modules/unictype/property-space: New file.
6083         * modules/unictype/property-non-break: New file.
6084         * modules/unictype/property-iso-control: New file.
6085         * modules/unictype/property-format-control: New file.
6086         * modules/unictype/property-dash: New file.
6087         * modules/unictype/property-hyphen: New file.
6088         * modules/unictype/property-punctuation: New file.
6089         * modules/unictype/property-line-separator: New file.
6090         * modules/unictype/property-paragraph-separator: New file.
6091         * modules/unictype/property-quotation-mark: New file.
6092         * modules/unictype/property-sentence-terminal: New file.
6093         * modules/unictype/property-terminal-punctuation: New file.
6094         * modules/unictype/property-currency-symbol: New file.
6095         * modules/unictype/property-math: New file.
6096         * modules/unictype/property-other-math: New file.
6097         * modules/unictype/property-paired-punctuation: New file.
6098         * modules/unictype/property-left-of-pair: New file.
6099         * modules/unictype/property-combining: New file.
6100         * modules/unictype/property-composite: New file.
6101         * modules/unictype/property-decimal-digit: New file.
6102         * modules/unictype/property-numeric: New file.
6103         * modules/unictype/property-diacritic: New file.
6104         * modules/unictype/property-extender: New file.
6105         * modules/unictype/property-ignorable-control: New file.
6106         * modules/unictype/property-test: New file.
6107         * modules/unictype/property-byname: New file.
6108         * modules/unictype/property-all: New file.
6109         * modules/unictype/scripts: New file.
6110         * modules/unictype/scripts-all: New file.
6111         * modules/unictype/block-of: New file.
6112         * modules/unictype/block-test: New file.
6113         * modules/unictype/block-list: New file.
6114         * modules/unictype/block-all: New file.
6115         * modules/unictype/syntax-c-whitespace: New file.
6116         * modules/unictype/syntax-java-whitespace: New file.
6117         * modules/unictype/syntax-c-ident: New file.
6118         * modules/unictype/syntax-java-ident: New file.
6119         * modules/unictype/ctype-alnum: New file.
6120         * modules/unictype/ctype-alpha: New file.
6121         * modules/unictype/ctype-cntrl: New file.
6122         * modules/unictype/ctype-digit: New file.
6123         * modules/unictype/ctype-graph: New file.
6124         * modules/unictype/ctype-lower: New file.
6125         * modules/unictype/ctype-print: New file.
6126         * modules/unictype/ctype-punct: New file.
6127         * modules/unictype/ctype-space: New file.
6128         * modules/unictype/ctype-upper: New file.
6129         * modules/unictype/ctype-xdigit: New file.
6130         * modules/unictype/ctype-blank: New file.
6131         * lib/unictype/bidi_byname.c: New file.
6132         * lib/unictype/bidi_name.c: New file.
6133         * lib/unictype/bidi_of.c: New file.
6134         * lib/unictype/bidi_test.c: New file.
6135         * lib/unictype/bitmap.h: New file.
6136         * lib/unictype/block_test.c: New file.
6137         * lib/unictype/blocks.c: New file.
6138         * lib/unictype/categ_C.c: New file.
6139         * lib/unictype/categ_Cc.c: New file.
6140         * lib/unictype/categ_Cf.c: New file.
6141         * lib/unictype/categ_Cn.c: New file.
6142         * lib/unictype/categ_Co.c: New file.
6143         * lib/unictype/categ_Cs.c: New file.
6144         * lib/unictype/categ_L.c: New file.
6145         * lib/unictype/categ_Ll.c: New file.
6146         * lib/unictype/categ_Lm.c: New file.
6147         * lib/unictype/categ_Lo.c: New file.
6148         * lib/unictype/categ_Lt.c: New file.
6149         * lib/unictype/categ_Lu.c: New file.
6150         * lib/unictype/categ_M.c: New file.
6151         * lib/unictype/categ_Mc.c: New file.
6152         * lib/unictype/categ_Me.c: New file.
6153         * lib/unictype/categ_Mn.c: New file.
6154         * lib/unictype/categ_N.c: New file.
6155         * lib/unictype/categ_Nd.c: New file.
6156         * lib/unictype/categ_Nl.c: New file.
6157         * lib/unictype/categ_No.c: New file.
6158         * lib/unictype/categ_P.c: New file.
6159         * lib/unictype/categ_Pc.c: New file.
6160         * lib/unictype/categ_Pd.c: New file.
6161         * lib/unictype/categ_Pe.c: New file.
6162         * lib/unictype/categ_Pf.c: New file.
6163         * lib/unictype/categ_Pi.c: New file.
6164         * lib/unictype/categ_Po.c: New file.
6165         * lib/unictype/categ_Ps.c: New file.
6166         * lib/unictype/categ_S.c: New file.
6167         * lib/unictype/categ_Sc.c: New file.
6168         * lib/unictype/categ_Sk.c: New file.
6169         * lib/unictype/categ_Sm.c: New file.
6170         * lib/unictype/categ_So.c: New file.
6171         * lib/unictype/categ_Z.c: New file.
6172         * lib/unictype/categ_Zl.c: New file.
6173         * lib/unictype/categ_Zp.c: New file.
6174         * lib/unictype/categ_Zs.c: New file.
6175         * lib/unictype/categ_and.c: New file.
6176         * lib/unictype/categ_and_not.c: New file.
6177         * lib/unictype/categ_byname.c: New file.
6178         * lib/unictype/categ_name.c: New file.
6179         * lib/unictype/categ_none.c: New file.
6180         * lib/unictype/categ_of.c: New file.
6181         * lib/unictype/categ_or.c: New file.
6182         * lib/unictype/categ_test.c: New file.
6183         * lib/unictype/combining.c: New file.
6184         * lib/unictype/ctype_alnum.c: New file.
6185         * lib/unictype/ctype_alpha.c: New file.
6186         * lib/unictype/ctype_blank.c: New file.
6187         * lib/unictype/ctype_cntrl.c: New file.
6188         * lib/unictype/ctype_digit.c: New file.
6189         * lib/unictype/ctype_graph.c: New file.
6190         * lib/unictype/ctype_lower.c: New file.
6191         * lib/unictype/ctype_print.c: New file.
6192         * lib/unictype/ctype_punct.c: New file.
6193         * lib/unictype/ctype_space.c: New file.
6194         * lib/unictype/ctype_upper.c: New file.
6195         * lib/unictype/ctype_xdigit.c: New file.
6196         * lib/unictype/decdigit.c: New file.
6197         * lib/unictype/digit.c: New file.
6198         * lib/unictype/identsyntaxmap.h: New file.
6199         * lib/unictype/mirror.c: New file.
6200         * lib/unictype/numeric.c: New file.
6201         * lib/unictype/pr_alphabetic.c: New file.
6202         * lib/unictype/pr_ascii_hex_digit.c: New file.
6203         * lib/unictype/pr_bidi_arabic_digit.c: New file.
6204         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
6205         * lib/unictype/pr_bidi_block_separator.c: New file.
6206         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
6207         * lib/unictype/pr_bidi_common_separator.c: New file.
6208         * lib/unictype/pr_bidi_control.c: New file.
6209         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
6210         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
6211         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
6212         * lib/unictype/pr_bidi_european_digit.c: New file.
6213         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
6214         * lib/unictype/pr_bidi_left_to_right.c: New file.
6215         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
6216         * lib/unictype/pr_bidi_other_neutral.c: New file.
6217         * lib/unictype/pr_bidi_pdf.c: New file.
6218         * lib/unictype/pr_bidi_segment_separator.c: New file.
6219         * lib/unictype/pr_bidi_whitespace.c: New file.
6220         * lib/unictype/pr_byname.c: New file.
6221         * lib/unictype/pr_byname.gperf: New file.
6222         * lib/unictype/pr_combining.c: New file.
6223         * lib/unictype/pr_composite.c: New file.
6224         * lib/unictype/pr_currency_symbol.c: New file.
6225         * lib/unictype/pr_dash.c: New file.
6226         * lib/unictype/pr_decimal_digit.c: New file.
6227         * lib/unictype/pr_default_ignorable_code_point.c: New file.
6228         * lib/unictype/pr_deprecated.c: New file.
6229         * lib/unictype/pr_diacritic.c: New file.
6230         * lib/unictype/pr_extender.c: New file.
6231         * lib/unictype/pr_format_control.c: New file.
6232         * lib/unictype/pr_grapheme_base.c: New file.
6233         * lib/unictype/pr_grapheme_extend.c: New file.
6234         * lib/unictype/pr_grapheme_link.c: New file.
6235         * lib/unictype/pr_hex_digit.c: New file.
6236         * lib/unictype/pr_hyphen.c: New file.
6237         * lib/unictype/pr_id_continue.c: New file.
6238         * lib/unictype/pr_id_start.c: New file.
6239         * lib/unictype/pr_ideographic.c: New file.
6240         * lib/unictype/pr_ids_binary_operator.c: New file.
6241         * lib/unictype/pr_ids_trinary_operator.c: New file.
6242         * lib/unictype/pr_ignorable_control.c: New file.
6243         * lib/unictype/pr_iso_control.c: New file.
6244         * lib/unictype/pr_join_control.c: New file.
6245         * lib/unictype/pr_left_of_pair.c: New file.
6246         * lib/unictype/pr_line_separator.c: New file.
6247         * lib/unictype/pr_logical_order_exception.c: New file.
6248         * lib/unictype/pr_lowercase.c: New file.
6249         * lib/unictype/pr_math.c: New file.
6250         * lib/unictype/pr_non_break.c: New file.
6251         * lib/unictype/pr_not_a_character.c: New file.
6252         * lib/unictype/pr_numeric.c: New file.
6253         * lib/unictype/pr_other_alphabetic.c: New file.
6254         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
6255         * lib/unictype/pr_other_grapheme_extend.c: New file.
6256         * lib/unictype/pr_other_id_continue.c: New file.
6257         * lib/unictype/pr_other_id_start.c: New file.
6258         * lib/unictype/pr_other_lowercase.c: New file.
6259         * lib/unictype/pr_other_math.c: New file.
6260         * lib/unictype/pr_other_uppercase.c: New file.
6261         * lib/unictype/pr_paired_punctuation.c: New file.
6262         * lib/unictype/pr_paragraph_separator.c: New file.
6263         * lib/unictype/pr_pattern_syntax.c: New file.
6264         * lib/unictype/pr_pattern_white_space.c: New file.
6265         * lib/unictype/pr_private_use.c: New file.
6266         * lib/unictype/pr_punctuation.c: New file.
6267         * lib/unictype/pr_quotation_mark.c: New file.
6268         * lib/unictype/pr_radical.c: New file.
6269         * lib/unictype/pr_sentence_terminal.c: New file.
6270         * lib/unictype/pr_soft_dotted.c: New file.
6271         * lib/unictype/pr_space.c: New file.
6272         * lib/unictype/pr_terminal_punctuation.c: New file.
6273         * lib/unictype/pr_test.c: New file.
6274         * lib/unictype/pr_titlecase.c: New file.
6275         * lib/unictype/pr_unassigned_code_value.c: New file.
6276         * lib/unictype/pr_unified_ideograph.c: New file.
6277         * lib/unictype/pr_uppercase.c: New file.
6278         * lib/unictype/pr_variation_selector.c: New file.
6279         * lib/unictype/pr_white_space.c: New file.
6280         * lib/unictype/pr_xid_continue.c: New file.
6281         * lib/unictype/pr_xid_start.c: New file.
6282         * lib/unictype/pr_zero_width.c: New file.
6283         * lib/unictype/scripts.c: New file.
6284         * lib/unictype/sy_c_ident.c: New file.
6285         * lib/unictype/sy_c_whitespace.c: New file.
6286         * lib/unictype/sy_java_ident.c: New file.
6287         * lib/unictype/sy_java_whitespace.c: New file.
6288
6289         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
6290         Unicode 5.0.0.
6291         * lib/unictype/blocks.h: Likewise.
6292         * lib/unictype/categ_C.h: Likewise.
6293         * lib/unictype/categ_Cc.h: Likewise.
6294         * lib/unictype/categ_Cf.h: Likewise.
6295         * lib/unictype/categ_Cn.h: Likewise.
6296         * lib/unictype/categ_Co.h: Likewise.
6297         * lib/unictype/categ_Cs.h: Likewise.
6298         * lib/unictype/categ_L.h: Likewise.
6299         * lib/unictype/categ_Ll.h: Likewise.
6300         * lib/unictype/categ_Lm.h: Likewise.
6301         * lib/unictype/categ_Lo.h: Likewise.
6302         * lib/unictype/categ_Lt.h: Likewise.
6303         * lib/unictype/categ_Lu.h: Likewise.
6304         * lib/unictype/categ_M.h: Likewise.
6305         * lib/unictype/categ_Mc.h: Likewise.
6306         * lib/unictype/categ_Me.h: Likewise.
6307         * lib/unictype/categ_Mn.h: Likewise.
6308         * lib/unictype/categ_N.h: Likewise.
6309         * lib/unictype/categ_Nd.h: Likewise.
6310         * lib/unictype/categ_Nl.h: Likewise.
6311         * lib/unictype/categ_No.h: Likewise.
6312         * lib/unictype/categ_P.h: Likewise.
6313         * lib/unictype/categ_Pc.h: Likewise.
6314         * lib/unictype/categ_Pd.h: Likewise.
6315         * lib/unictype/categ_Pe.h: Likewise.
6316         * lib/unictype/categ_Pf.h: Likewise.
6317         * lib/unictype/categ_Pi.h: Likewise.
6318         * lib/unictype/categ_Po.h: Likewise.
6319         * lib/unictype/categ_Ps.h: Likewise.
6320         * lib/unictype/categ_S.h: Likewise.
6321         * lib/unictype/categ_Sc.h: Likewise.
6322         * lib/unictype/categ_Sk.h: Likewise.
6323         * lib/unictype/categ_Sm.h: Likewise.
6324         * lib/unictype/categ_So.h: Likewise.
6325         * lib/unictype/categ_Z.h: Likewise.
6326         * lib/unictype/categ_Zl.h: Likewise.
6327         * lib/unictype/categ_Zp.h: Likewise.
6328         * lib/unictype/categ_Zs.h: Likewise.
6329         * lib/unictype/categ_of.h: Likewise.
6330         * lib/unictype/combining.h: Likewise.
6331         * lib/unictype/ctype_alnum.h: Likewise.
6332         * lib/unictype/ctype_alpha.h: Likewise.
6333         * lib/unictype/ctype_blank.h: Likewise.
6334         * lib/unictype/ctype_cntrl.h: Likewise.
6335         * lib/unictype/ctype_digit.h: Likewise.
6336         * lib/unictype/ctype_graph.h: Likewise.
6337         * lib/unictype/ctype_lower.h: Likewise.
6338         * lib/unictype/ctype_print.h: Likewise.
6339         * lib/unictype/ctype_punct.h: Likewise.
6340         * lib/unictype/ctype_space.h: Likewise.
6341         * lib/unictype/ctype_upper.h: Likewise.
6342         * lib/unictype/ctype_xdigit.h: Likewise.
6343         * lib/unictype/decdigit.h: Likewise.
6344         * lib/unictype/digit.h: Likewise.
6345         * lib/unictype/mirror.h: Likewise.
6346         * lib/unictype/numeric.h: Likewise.
6347         * lib/unictype/pr_alphabetic.h: Likewise.
6348         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
6349         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
6350         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
6351         * lib/unictype/pr_bidi_block_separator.h: Likewise.
6352         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
6353         * lib/unictype/pr_bidi_common_separator.h: Likewise.
6354         * lib/unictype/pr_bidi_control.h: Likewise.
6355         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
6356         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
6357         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
6358         * lib/unictype/pr_bidi_european_digit.h: Likewise.
6359         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
6360         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
6361         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
6362         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
6363         * lib/unictype/pr_bidi_pdf.h: Likewise.
6364         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
6365         * lib/unictype/pr_bidi_whitespace.h: Likewise.
6366         * lib/unictype/pr_combining.h: Likewise.
6367         * lib/unictype/pr_composite.h: Likewise.
6368         * lib/unictype/pr_currency_symbol.h: Likewise.
6369         * lib/unictype/pr_dash.h: Likewise.
6370         * lib/unictype/pr_decimal_digit.h: Likewise.
6371         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
6372         * lib/unictype/pr_deprecated.h: Likewise.
6373         * lib/unictype/pr_diacritic.h: Likewise.
6374         * lib/unictype/pr_extender.h: Likewise.
6375         * lib/unictype/pr_format_control.h: Likewise.
6376         * lib/unictype/pr_grapheme_base.h: Likewise.
6377         * lib/unictype/pr_grapheme_extend.h: Likewise.
6378         * lib/unictype/pr_grapheme_link.h: Likewise.
6379         * lib/unictype/pr_hex_digit.h: Likewise.
6380         * lib/unictype/pr_hyphen.h: Likewise.
6381         * lib/unictype/pr_id_continue.h: Likewise.
6382         * lib/unictype/pr_id_start.h: Likewise.
6383         * lib/unictype/pr_ideographic.h: Likewise.
6384         * lib/unictype/pr_ids_binary_operator.h: Likewise.
6385         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
6386         * lib/unictype/pr_ignorable_control.h: Likewise.
6387         * lib/unictype/pr_iso_control.h: Likewise.
6388         * lib/unictype/pr_join_control.h: Likewise.
6389         * lib/unictype/pr_left_of_pair.h: Likewise.
6390         * lib/unictype/pr_line_separator.h: Likewise.
6391         * lib/unictype/pr_logical_order_exception.h: Likewise.
6392         * lib/unictype/pr_lowercase.h: Likewise.
6393         * lib/unictype/pr_math.h: Likewise.
6394         * lib/unictype/pr_non_break.h: Likewise.
6395         * lib/unictype/pr_not_a_character.h: Likewise.
6396         * lib/unictype/pr_numeric.h: Likewise.
6397         * lib/unictype/pr_other_alphabetic.h: Likewise.
6398         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
6399         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
6400         * lib/unictype/pr_other_id_continue.h: Likewise.
6401         * lib/unictype/pr_other_id_start.h: Likewise.
6402         * lib/unictype/pr_other_lowercase.h: Likewise.
6403         * lib/unictype/pr_other_math.h: Likewise.
6404         * lib/unictype/pr_other_uppercase.h: Likewise.
6405         * lib/unictype/pr_paired_punctuation.h: Likewise.
6406         * lib/unictype/pr_paragraph_separator.h: Likewise.
6407         * lib/unictype/pr_pattern_syntax.h: Likewise.
6408         * lib/unictype/pr_pattern_white_space.h: Likewise.
6409         * lib/unictype/pr_private_use.h: Likewise.
6410         * lib/unictype/pr_punctuation.h: Likewise.
6411         * lib/unictype/pr_quotation_mark.h: Likewise.
6412         * lib/unictype/pr_radical.h: Likewise.
6413         * lib/unictype/pr_sentence_terminal.h: Likewise.
6414         * lib/unictype/pr_soft_dotted.h: Likewise.
6415         * lib/unictype/pr_space.h: Likewise.
6416         * lib/unictype/pr_terminal_punctuation.h: Likewise.
6417         * lib/unictype/pr_titlecase.h: Likewise.
6418         * lib/unictype/pr_unassigned_code_value.h: Likewise.
6419         * lib/unictype/pr_unified_ideograph.h: Likewise.
6420         * lib/unictype/pr_uppercase.h: Likewise.
6421         * lib/unictype/pr_variation_selector.h: Likewise.
6422         * lib/unictype/pr_white_space.h: Likewise.
6423         * lib/unictype/pr_xid_continue.h: Likewise.
6424         * lib/unictype/pr_xid_start.h: Likewise.
6425         * lib/unictype/pr_zero_width.h: Likewise.
6426         * lib/unictype/scripts.h: Likewise.
6427         * lib/unictype/scripts_byname.gperf: Likewise.
6428         * lib/unictype/sy_c_ident.h: Likewise.
6429         * lib/unictype/sy_c_whitespace.h: Likewise.
6430         * lib/unictype/sy_java_ident.h: Likewise.
6431         * lib/unictype/sy_java_whitespace.h: Likewise.
6432
6433         * lib/unictype/Makefile: New file.
6434         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
6435         glibc.
6436         * lib/unictype/3level.h: New file, copied from glibc.
6437         * lib/unictype/3levelbit.h: New file.
6438
6439 2007-11-11  Bruno Haible  <bruno@clisp.org>
6440
6441         * modules/gperf: New file.
6442         * modules/iconv_open (Depends-on): Add it.
6443         (Makefile.am): Remove the GPERF definition.
6444
6445 2007-11-11  Bruno Haible  <bruno@clisp.org>
6446
6447         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
6448         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
6449
6450 2007-11-11  Bruno Haible  <bruno@clisp.org>
6451
6452         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
6453         (usage): Remove function.
6454
6455 2007-11-11  Bruno Haible  <bruno@clisp.org>
6456
6457         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
6458         gl_FUNC_CEILF_LIBS.
6459         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
6460         gl_FUNC_CEIL_LIBS.
6461         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
6462         gl_FUNC_CEILL_LIBS.
6463         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
6464         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
6465         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
6466
6467 2007-11-11  Bruno Haible  <bruno@clisp.org>
6468
6469         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
6470         roundf were declared but do not exist on functions.
6471         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
6472         roundl were declared but do not exist on functions.
6473         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
6474         HAVE_FLOORL_AND_CEILL, respectively.
6475         Needed for Sun C on Solaris 10.
6476
6477 2007-11-11  Bruno Haible  <bruno@clisp.org>
6478
6479         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
6480         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
6481         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
6482         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
6483         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
6484         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
6485         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
6486         HAVE_DECL_ROUNDF.
6487         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
6488         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
6489         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
6490         of HAVE_DECL_ROUND*.
6491         * modules/math (Makefile.am): Update.
6492
6493 2007-11-10  Bruno Haible  <bruno@clisp.org>
6494
6495         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
6496         ptrdiff_t as m4/intl.m4.
6497
6498 2007-11-10  Jim Meyering  <meyering@redhat.com>
6499
6500         Avoid link failure for the argmatch test.
6501         * tests/test-argmatch.c (usage): Define function to avoid a link
6502         failure: argmatch_die requires a usage function.
6503
6504 2007-11-09  Bruno Haible  <bruno@clisp.org>
6505
6506         * doc/functions/snprintf.texi: Mention BeOS deficiency.
6507         * doc/functions/vsnprintf.texi: Likewise.
6508         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
6509         with a size argument < 2.
6510
6511 2007-11-09  Bruno Haible  <bruno@clisp.org>
6512
6513         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
6514         buffer. Fixes an inefficiency introduced on 2007-11-03.
6515
6516 2007-11-09  Bruno Haible  <bruno@clisp.org>
6517
6518         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
6519         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
6520
6521 2007-11-08  Jim Meyering  <meyering@redhat.com>
6522
6523         Change cache variable name prefix "jm_" to "gl_" everywhere.
6524         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
6525         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
6526         * m4/uptime.m4: s/gl_/jm_/
6527
6528 2007-11-07  Bruno Haible  <bruno@clisp.org>
6529
6530         Update to GNU gettext 0.17.
6531         * m4/intl.m4: Update to GNU gettext 0.17.
6532         * m4/po.m4: Likewise.
6533         * modules/gettext (Files): Remove m4/ulonglong.m4.
6534         (configure.ac): Require gettext infrastructure from version 0.17.
6535
6536 2007-11-06  Bruno Haible  <bruno@clisp.org>
6537
6538         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
6539         symbolic values are not defined in a public header.
6540         * lib/freadable.c (freadable) [QNX]: Likewise.
6541         * lib/freadahead.c (freadahead) [QNX]: Likewise.
6542         * lib/freading.c (freading) [QNX]: Likewise.
6543         * lib/fseterr.c (fseterr) [QNX]: Likewise.
6544         * lib/fwritable.c (fwritable) [QNX]: Likewise.
6545         * lib/fwriting.c (fwriting) [QNX]: Likewise.
6546         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
6547         Reported by Alain Magloire.
6548
6549         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
6550
6551 2007-11-05  Bruno Haible  <bruno@clisp.org>
6552
6553         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
6554         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
6555         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
6556         Reported by Eric Blake.
6557
6558 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6559             Bruno Haible  <bruno@clisp.org>
6560
6561         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
6562         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
6563         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
6564         (malloc): Undefine also before including <stdlib.h>.
6565         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
6566         Needed on OSF/1 4.0.
6567
6568 2007-11-05  Jim Meyering  <meyering@redhat.com>
6569
6570         git-version-gen: sync from coreutils.
6571         * build-aux/git-version-gen: Add comments.
6572         Change the first '-' to '.' in the snapshot version string,
6573         e.g., 6.9-377-08144 -> 6.9.377-08144
6574         Remove first parameter.
6575         Don't declare a version "-dirty" merely because a time
6576         stamp has changed.
6577
6578 2007-11-04  Bruno Haible  <bruno@clisp.org>
6579
6580         * lib/lock.h: Protect all macro definitions containing an 'if'
6581         statement through a "do { ... } while (0)".
6582         * lib/tls.h: Likewise.
6583
6584 2007-11-04  Bruno Haible  <bruno@clisp.org>
6585
6586         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
6587
6588 2007-11-04  Bruno Haible  <bruno@clisp.org>
6589
6590         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
6591         * modules/fprintf-posix (Depends-on): Add nocrash.
6592         * modules/snprintf-posix (Depends-on): Likewise.
6593         * modules/sprintf-posix (Depends-on): Likewise.
6594         * modules/vasnprintf-posix (Depends-on): Likewise.
6595         * modules/vasprintf-posix (Depends-on): Likewise.
6596         * modules/vfprintf-posix (Depends-on): Likewise.
6597         * modules/vsnprintf-posix (Depends-on): Likewise.
6598         * modules/vsprintf-posix (Depends-on): Likewise.
6599         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6600         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6601         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6602         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6603         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6604         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6605         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6606
6607 2007-11-04  Bruno Haible  <bruno@clisp.org>
6608
6609         * modules/nocrash: New file.
6610         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
6611         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
6612
6613 2007-11-04  Bruno Haible  <bruno@clisp.org>
6614
6615         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
6616         precision handling.
6617         * tests/test-vasprintf-posix.c (test_function): Likewise.
6618         * tests/test-snprintf-posix.h (test_function): Likewise.
6619         * tests/test-sprintf-posix.h (test_function): Likewise.
6620
6621         Fix *printf behaviour for large precisions on mingw and BeOS.
6622         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
6623         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
6624         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
6625         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6626         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6627         gl_PRINTF_PRECISION and test its result. Invoke
6628         gl_PREREQ_VASNPRINTF_PRECISION.
6629         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6630         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6631         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6632         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6633         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6634         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6635         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6636         * doc/functions/fprintf.texi: Update.
6637         * doc/functions/printf.texi: Update.
6638         * doc/functions/snprintf.texi: Update.
6639         * doc/functions/sprintf.texi: Update.
6640         * doc/functions/vfprintf.texi: Update.
6641         * doc/functions/vprintf.texi: Update.
6642         * doc/functions/vsnprintf.texi: Update.
6643         * doc/functions/vsprintf.texi: Update.
6644
6645 2007-11-04  Bruno Haible  <bruno@clisp.org>
6646
6647         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
6648
6649 2007-11-04  Bruno Haible  <bruno@clisp.org>
6650
6651         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
6652         Reported by Sylvain Beucler <beuc@gnu.org>.
6653
6654 2007-11-03  Bruno Haible  <bruno@clisp.org>
6655
6656         * tests/test-fprintf-posix2.sh: New file.
6657         * tests/test-fprintf-posix2.c: New file.
6658         * modules/fprintf-posix-tests (Files): Add them.
6659         (TESTS): Add test-fprintf-posix2.sh.
6660         (configure.ac): Check for getrlimit and setrlimit.
6661         (check_PROGRAMS): Add test-fprintf-posix2.
6662
6663         * tests/test-printf-posix2.sh: New file.
6664         * tests/test-printf-posix2.c: New file.
6665         * modules/printf-posix-tests (Files): Add them.
6666         (TESTS): Add test-printf-posix2.sh.
6667         (configure.ac): Check for getrlimit and setrlimit.
6668         (check_PROGRAMS): Add test-printf-posix2.
6669
6670         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
6671         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
6672         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
6673         (decode_double): New function, copied from decode_long_double.
6674         (scale10_round_decimal_decoded): New function, extracted from
6675         scale10_round_decimal_long_double.
6676         (scale10_round_decimal_long_double): Use it.
6677         (scale10_round_decimal_double): New function.
6678         (floorlog10): New function.
6679         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
6680         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
6681         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6682         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6683         gl_PRINTF_ENOMEM and test its result. Invoke
6684         gl_PREREQ_VASNPRINTF_ENOMEM.
6685         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6686         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6687         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6688         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6689         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6690         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6691         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6692         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
6693         * modules/snprintf-posix (Depends-on): Likewise.
6694         * modules/sprintf-posix (Depends-on): Likewise.
6695         * modules/vasnprintf-posix (Depends-on): Likewise.
6696         * modules/vasprintf-posix (Depends-on): Likewise.
6697         * modules/vfprintf-posix (Depends-on): Likewise.
6698         * modules/vsnprintf-posix (Depends-on): Likewise.
6699         * modules/vsprintf-posix (Depends-on): Likewise.
6700         * doc/functions/fprintf.texi: Update.
6701         * doc/functions/printf.texi: Update.
6702         * doc/functions/snprintf.texi: Update.
6703         * doc/functions/sprintf.texi: Update.
6704         * doc/functions/vfprintf.texi: Update.
6705         * doc/functions/vprintf.texi: Update.
6706         * doc/functions/vsnprintf.texi: Update.
6707         * doc/functions/vsprintf.texi: Update.
6708
6709 2007-11-03  Bruno Haible  <bruno@clisp.org>
6710
6711         * modules/frexp-nolibm-tests: New file.
6712
6713         * modules/frexp-nolibm: New file.
6714         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
6715
6716 2007-11-03  Bruno Haible  <bruno@clisp.org>
6717
6718         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
6719         value is C99 compliant.
6720         Needed for OSF/1 5.1.
6721
6722 2007-11-03  Bruno Haible  <bruno@clisp.org>
6723
6724         Fix out-of-memory handling of vasnprintf.
6725         * lib/printf-parse.c: Include <errno.h>.
6726         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
6727         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
6728         is already set.
6729
6730 2007-11-02  Eric Blake  <ebb9@byu.net>
6731
6732         Fix tests on cygwin.
6733         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
6734
6735 2007-11-01  Bruno Haible  <bruno@clisp.org>
6736
6737         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
6738         warning.
6739         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
6740         needed for POSIX compatibility.
6741
6742 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
6743
6744         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
6745         for compatibility with GNU.
6746
6747 2007-11-01  Bruno Haible  <bruno@clisp.org>
6748
6749         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
6750         (putenv): Renamed from rpl_putenv. Change argument type from
6751         'const char *' to 'char *'.
6752         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
6753         of defining putenv in config.h, just set REPLACE_PUTENV.
6754         * modules/putenv (Depends-on): Add stdlib.
6755         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6756         (Include): Use <stdlib.h>.
6757         * lib/stdlib.in.h (putenv): New declaration.
6758         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
6759         REPLACE_PUTENV.
6760         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
6761         REPLACE_PUTENV.
6762         Needed for MacOS X 10.5.0.
6763         Reported by Peter O'Gorman <peter@pogma.com>.
6764
6765 2007-11-01  Jim Meyering  <meyering@redhat.com>
6766
6767         Treat an empty date string exactly like "0".
6768         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
6769         if the remaining date string (to be parsed) is empty, use "0".
6770         Reported by Mischa Molhoek and discussed in this thread:
6771         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
6772
6773 2007-10-31  Bruno Haible  <bruno@clisp.org>
6774
6775         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
6776         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
6777         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
6778         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
6779         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
6780         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
6781
6782 2007-10-31  Bruno Haible  <bruno@clisp.org>
6783
6784         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
6785         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
6786         (AC_TYPE_LONG_LONG_INT): Use it.
6787         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
6788         it as well.
6789         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
6790         to m4/longlong.m4.
6791         * modules/stdint (Files): Remove m4/ulonglong.m4.
6792         * modules/strtoull (Files): Use m4/longlong.m4 instead of
6793         m4/ulonglong.m4.
6794         * modules/strtoumax (Files): Likewise.
6795
6796 2007-10-30  Bruno Haible  <bruno@clisp.org>
6797
6798         * modules/xvasprintf-posix: New file.
6799         Suggested by Eric Blake.
6800
6801 2007-10-30  Bruno Haible  <bruno@clisp.org>
6802
6803         * modules/xprintf-posix-tests: New file.
6804         * tests/test-xprintf-posix.sh: New file.
6805         * tests/test-xprintf-posix.c: New file.
6806         * tests/test-xfprintf-posix.c: New file.
6807
6808         * modules/xprintf-posix: New file.
6809
6810 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6811
6812         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
6813         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
6814         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
6815
6816 2007-10-29  Bruno Haible  <bruno@clisp.org>
6817
6818         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
6819         contain the special marker '_cv_'.
6820         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
6821         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
6822         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
6823         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
6824         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
6825         Reported by Ralf Wildenhues.
6826
6827 2007-10-29  Bruno Haible  <bruno@clisp.org>
6828
6829         * gnulib-tool (func_import): When --lgpl is not specified, set
6830         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
6831         GPLv3.
6832         Reported by Simon Josefsson.
6833
6834 2007-10-28  Bruno Haible  <bruno@clisp.org>
6835
6836         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
6837         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
6838         HAVE_DECL_ISFINITE.
6839         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6840         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
6841         HAVE_DECL_ISFINITE.
6842
6843 2007-10-28  Bruno Haible  <bruno@clisp.org>
6844
6845         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
6846         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
6847
6848 2007-10-28  Bruno Haible  <bruno@clisp.org>
6849
6850         Fix link errors with Sun C 5.0 on Solaris 10.
6851         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
6852         function is declared but not present in the compiler's libm.
6853         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
6854         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
6855         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
6856         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
6857         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
6858         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
6859         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
6860         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6861         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
6862         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
6863         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
6864         HAVE_DECL_FLOORL.
6865
6866 2007-10-28  Bruno Haible  <bruno@clisp.org>
6867
6868         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
6869         gl_FUNC_FLOORL. Cache the result.
6870         (gl_FUNC_FLOORL): Use it.
6871         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
6872         gl_FUNC_CEILL. Cache the result.
6873         (gl_FUNC_CEILL): Use it.
6874
6875         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
6876         gl_FUNC_FLOOR. Cache the result.
6877         (gl_FUNC_FLOOR): Use it.
6878         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
6879         gl_FUNC_CEIL. Cache the result.
6880         (gl_FUNC_CEIL): Use it.
6881
6882         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
6883         gl_FUNC_FLOORF. Cache the result.
6884         (gl_FUNC_FLOORF): Use it.
6885         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
6886         gl_FUNC_CEILF. Cache the result.
6887         (gl_FUNC_CEILF): Use it.
6888
6889 2007-10-28  Bruno Haible  <bruno@clisp.org>
6890
6891         * gnulib-tool: Allow specifying the LGPL version number through
6892         --lgpl=2 or --lgpl=3.
6893         (func_usage): Document --lgpl with argument.
6894         Handle --lgpl=... arguments.
6895         (func_import): Recognize also gl_LGPL calls with an argument. When
6896         --lgpl=2 is used and the module's license is just LGPL, report an
6897         error. Set sed_transform_lib_file according to the lgpl variable. In
6898         the generated files, use --lgpl or gl_LGPL invocations with argument,
6899         if necessary.
6900         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
6901         an LGPv2+ license.
6902         * doc/gnulib-tool.texi (Modified imports): Update explanation of
6903         gl_LGPL macro.
6904
6905 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6906             Bruno Haible  <bruno@clisp.org>
6907
6908         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
6909         (u16_uctomb_aux): Likewise.
6910         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
6911         !HAVE_INLINE.
6912         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
6913
6914 2007-10-28  Bruno Haible  <bruno@clisp.org>
6915
6916         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
6917         Invoke AM_GETTEXT_OPTION if it exists.
6918         * modules/vasprintf: Likewise.
6919         * modules/verror: Likewise.
6920         * modules/xprintf: Likewise.
6921         * modules/xvasprintf: Likewise.
6922
6923 2007-10-27  Ben Pfaff  <blp@gnu.org>
6924
6925         * lib/math.in.h: Define isfinite macro and prototypes for
6926         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
6927         implementations.
6928         * m4/math_h.m4: New substitutions for isfinite module.
6929         * lib/isfinite.c: New file.
6930         * m4/isfinite.m4: New file.
6931         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
6932         * modules/isfinite: New file.
6933         * modules/isfinite-tests: New file.
6934         * tests/tests-isfinite.c: New file.
6935         * doc/functions/isfinite.texi: Mention isfinite module.
6936         * MODULES.html.sh: Mention new module.
6937
6938 2007-10-27  Ben Pfaff  <blp@gnu.org>
6939
6940         Ralf Wildenhues reported that Tru64 4.0D declares the round
6941         functions but does not have definitions.
6942         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
6943         cannot be found in any library, set the output variable to
6944         "missing" instead of "".
6945         * m4/round.m4: Also use our substitute if we cannot find round in
6946         any library, even if it is declared.
6947         * m4/roundf.m4: Likewise for roundf.
6948         * m4/roundl.m4: Likewise for roundl.
6949         * lib/math.in.h: Undefine roundf, round, roundl before defining
6950         their replacements, to allow for hypothetical systems where these
6951         may be defined as macros but not available in libraries.
6952
6953 2007-10-27  Bruno Haible  <bruno@clisp.org>
6954
6955         * doc/gnulib.texi: Invoke @firstparagraphindent.
6956         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
6957         changes in gnulib.
6958         (Source changes): New section.
6959
6960 2007-10-26  Bruno Haible  <bruno@clisp.org>
6961
6962         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
6963         borrowed from autoconf.
6964
6965 2007-10-26  Bruno Haible  <bruno@clisp.org>
6966
6967         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
6968         strerror returned the empty string. Needed on HP-UX 11.00.
6969
6970 2007-10-24  Micah Cowan  <micah@cowan.name>
6971
6972         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
6973         * build-aux/bootstrap: Remove support for now-unnecessary option,
6974         --cvs-user, and envvars CVS_USER, CVS_RSH.
6975
6976 2007-10-24  Jim Meyering  <meyering@redhat.com>
6977
6978         Avoid diagnostics from sha1sum when there is no cached checksum.
6979         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
6980         if the po.s1 file hasn't been created yet.
6981
6982         * build-aux/bootstrap: Sync from coreutils:
6983         2007-10-24  Jim Meyering  <meyering@redhat.com>
6984         Get gnulib from the git repository, not from an obsolete cvs one.
6985         * build-aux/bootstrap: Suggestion from Micah Cowan.
6986         2007-10-04  Jim Meyering  <jim@meyering.net>
6987         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
6988         (update_po_files): Work also when there are no .po files in po/.
6989
6990 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * README: Append ".git" to git and cg examples.
6993         Problem reported by Benoit Sigoure.
6994
6995 2007-10-23  Micah Cowan  <micah@cowan.name>
6996
6997         * users.txt: Add wget.
6998
6999 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7000
7001         Fix linking of some unistdio tests on FreeBSD.
7002         * modules/unistdio/u16-vsnprintf-tests
7003         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
7004         * modules/unistdio/u16-vsprintf-tests
7005         (test_u16_vsnprintf1_LDADD): Likewise.
7006         * modules/unistdio/u32-vsnprintf-tests
7007         (test_u32_vsnprintf1_LDADD): Likewise.
7008         * modules/unistdio/u32-vsprintf-tests
7009         (test_u32_vsprintf1_LDADD): Likewise.
7010         * modules/unistdio/u8-vsnprintf-tests
7011         (test_u8_vsnprintf1_LDADD): Likewise.
7012         * modules/unistdio/u8-vsprintf-tests
7013         (test_u8_vsprintf1_LDADD): Likewise.
7014         * modules/unistdio/ulc-vsnprintf-tests
7015         (test_ulc_vsnprintf1_LDADD): Likewise.
7016         * modules/unistdio/ulc-vsprintf-tests
7017         (test_ulc_vsprintf1_LDADD): Likewise.
7018
7019         Fix linking of some uniconv tests on FreeBSD.
7020         * modules/uniconv/u16-conv-from-enc-tests
7021         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
7022         * modules/uniconv/u16-conv-to-enc-tests
7023         (test_u16_conv_to_enc_LDADD): Likewise.
7024         * modules/uniconv/u16-strconv-from-enc-tests
7025         (test_u16_strconv_from_enc_LDADD): Likewise.
7026         * modules/uniconv/u16-strconv-to-enc-tests
7027         (test_u16_strconv_to_enc_LDADD): Likewise.
7028         * modules/uniconv/u32-conv-from-enc-tests
7029         (test_u32_conv_from_enc_LDADD): Likewise.
7030         * modules/uniconv/u32-conv-to-enc-tests
7031         (test_u32_conv_to_enc_LDADD): Likewise.
7032         * modules/uniconv/u32-strconv-from-enc-tests
7033         (test_u32_strconv_from_enc_LDADD): Likewise.
7034         * modules/uniconv/u32-strconv-to-enc-tests
7035         (test_u32_strconv_to_enc_LDADD): Likewise.
7036         * modules/uniconv/u8-conv-from-enc-tests
7037         (test_u8_conv_from_enc_LDADD): Likewise.
7038         * modules/uniconv/u8-conv-to-enc-tests
7039         (test_u8_conv_to_enc_LDADD): Likewise.
7040         * modules/uniconv/u8-strconv-from-enc-tests
7041         (test_u8_strconv_from_enc_LDADD): Likewise.
7042         * modules/uniconv/u8-strconv-to-enc-tests
7043         (test_u8_strconv_to_enc_LDADD): Likewise.
7044
7045 2007-10-22  Bruno Haible  <bruno@clisp.org>
7046
7047         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
7048         size.
7049
7050 2007-10-22  Eric Blake  <ebb9@byu.net>
7051
7052         Tweak x*printf documentation.
7053         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
7054         variable name and comments.
7055         Suggested by Bruno Haible.
7056
7057 2007-10-22  Bruno Haible  <bruno@clisp.org>
7058
7059         * lib/acl.c (copy_acl): Fix file name in comment.
7060
7061 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7062
7063         Fix Tru64 problem with stdbool.h.
7064         * lib/stdbool.in.h (false, true):
7065         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
7066         Don't declare as an enum in this situation; it runs afoul of Tru64.
7067         Problem reported by Steven M. Schweda in
7068         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
7069
7070 2007-10-22  Eric Blake  <ebb9@byu.net>
7071
7072         Also wrap vf?printf.
7073         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
7074         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
7075         (xvprintf, xvfprintf): New functions.
7076
7077 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7078
7079         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
7080         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
7081
7082         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
7083         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
7084
7085 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7086
7087         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
7088         by Bruno Haible.
7089
7090 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7091
7092         * lib/getloadavg.c
7093         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
7094         Undef `sys' after including sys/table.h, for Tru64 4.0D.
7095
7096         * tests/test-i-ring.c: Work for C89.
7097
7098 2007-10-22  Bruno Haible  <bruno@clisp.org>
7099
7100         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
7101         -1u, in preprocessor expression, so that we don't test for the bug
7102         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
7103         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
7104
7105 2007-10-22  Eric Blake  <ebb9@byu.net>
7106
7107         * tests/test-yesno.sh: Silence stderr during test.
7108
7109 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7110
7111         * modules/crypto/gc-camellia: New file.
7112
7113         * m4/gc-camellia.m4: New file.
7114
7115         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
7116
7117         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
7118
7119 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7120
7121         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
7122         --help to stdout.  Reported by sms@antinode.org (Steven
7123         M. Schweda).
7124
7125 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7126
7127         * users.txt: Fix link to libksba.
7128
7129 2007-10-21  Ben Pfaff  <blp@gnu.org>
7130
7131         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
7132         round.c roundf implementation that depends on floorf and ceilf to
7133         be tested unconditionally.
7134
7135 2007-10-21  Ben Pfaff  <blp@gnu.org>
7136
7137         * m4/check-libm-func.m4: Removed.
7138         * m4/check-math-lib.m4: New file.
7139         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
7140         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
7141         definition and lack of AC_LIBOBJ([roundf]).
7142         * m4/roundl.m4: Ditto, and similarly for roundl.
7143         * modules/round: Reference new m4 file.
7144         * modules/roundf: Ditto.
7145         * modules/roundl: Ditto.
7146         * tests/test-round2.c (main): Use ROUND instead of round.
7147         Bug report from Bruno Haible.
7148
7149 2007-10-21  Bruno Haible  <bruno@clisp.org>
7150
7151         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
7152         context.
7153
7154 2007-10-21  Bruno Haible  <bruno@clisp.org>
7155
7156         * tests/test-wcwidth.c (main): Allow negative result for some control
7157         characters.
7158
7159         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
7160         Needed on OSF/1 5.1.
7161
7162 2007-10-21  Bruno Haible  <bruno@clisp.org>
7163
7164         * tests/test-floorf1.c: Include isnanf.h.
7165         (main): Use isnanf() instead of isnan().
7166         * tests/test-ceilf1.c: Include isnanf.h.
7167         (main): Use isnanf() instead of isnan().
7168         * tests/test-truncf1.c: Include isnanf.h.
7169         (main): Use isnanf() instead of isnan().
7170         * tests/test-roundf1.c: Include isnanf.h.
7171         (main): Use isnanf() instead of isnan().
7172
7173 2007-10-21  Eric Blake  <ebb9@byu.net>
7174
7175         * users.txt: Update URL for m4.
7176
7177 2007-10-21  Bruno Haible  <bruno@clisp.org>
7178
7179         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
7180
7181 2007-10-21  Bruno Haible  <bruno@clisp.org>
7182
7183         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
7184         Git's management files if the CVS files are not present.
7185
7186 2007-10-20  Bruno Haible  <bruno@clisp.org>
7187
7188         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
7189         gcc-3.4.x.
7190
7191 2007-10-20  Ben Pfaff  <blp@gnu.org>
7192
7193         * lib/math.in.h: Declare round, roundf, roundl if we are providing
7194         implementations.
7195         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
7196         * lib/round.c: New file.
7197         * lib/roundf.c: New file.
7198         * lib/roundl.c: New file.
7199         * m4/round.m4: New file.
7200         * m4/roundf.m4: New file.
7201         * m4/roundl.m4: New file.
7202         * m4/check-libm-func-m4: New file.
7203         * modules/math: Replace round, roundf, roundl related @VARS@ in
7204         math.in.h.
7205         * modules/round: New file.
7206         * modules/round-tests: New file.
7207         * modules/roundf: New file.
7208         * modules/roundf-tests: New file.
7209         * modules/roundl: New file.
7210         * modules/roundl-tests: New file.
7211         * tests/test-round1.c: New file.
7212         * tests/test-round2.c: New file.
7213         * tests/test-roundf1.c: New file.
7214         * tests/test-roundf2.c: New file.
7215         * tests/test-roundl.c: New file.
7216         * doc/functions/round.texi: Mention round module.
7217         * doc/functions/roundf.texi: Mention roundf module.
7218         * doc/functions/roundl.texi: Mention roundl module.
7219         * MODULES.html.sh: Mention new modules.
7220         Thanks to Bruno Haible for suggestions.
7221
7222 2007-10-20  Jim Meyering  <meyering@redhat.com>
7223
7224         * lib/xprintf.c: Include <config.h> unconditionally.
7225
7226         Change xprintf's license to GPL.
7227         * modules/xprintf (License): s/LGPL/GPL/, since this module
7228         depends on modules (exit and exitfail) which are GPL.
7229         Suggestion from Bruno Haible.
7230
7231         xprintf fixes.
7232         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
7233         Use a clearer diagnostic.
7234         Patch from Bruno Haible.
7235
7236 2007-10-20  Bruno Haible  <bruno@clisp.org>
7237
7238         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
7239         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
7240         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7241
7242 2007-10-20  Bruno Haible  <bruno@clisp.org>
7243
7244         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
7245         precision in the comparison result > x - 1 or similar.
7246         * tests/test-ceilf2.c (correct_result_p): Likewise.
7247         * tests/test-truncf2.c (correct_result_p): Likewise.
7248         * tests/test-trunc2.c (correct_result_p): Likewise.
7249         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7250
7251 2007-10-20  Bruno Haible  <bruno@clisp.org>
7252
7253         * modules/ceil: New file.
7254         * m4/ceil.m4: New file.
7255         * doc/functions/ceil.texi: Mention the 'ceil' module.
7256
7257 2007-10-20  Bruno Haible  <bruno@clisp.org>
7258
7259         * modules/floor: New file.
7260         * m4/floor.m4: New file.
7261         * doc/functions/floor.texi: Mention the 'floor' module.
7262
7263 2007-10-20  Bruno Haible  <bruno@clisp.org>
7264
7265         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
7266         of %a.
7267         * modules/floorf-tests (Depends-on): Likewise.
7268         * modules/truncf-tests (Depends-on): Likewise.
7269         * modules/trunc-tests (Depends-on): Likewise.
7270         Reported by Ben Pfaff.
7271
7272 2007-10-19  Jim Meyering  <meyering@redhat.com>
7273
7274         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
7275         Don't bother testing specific errno values.  Just test ferror.
7276
7277         New module: xprintf
7278         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
7279
7280 2007-10-19  Bruno Haible  <bruno@clisp.org>
7281
7282         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
7283         syntax.
7284         * modules/javaexec (Makefile.am): Likewise.
7285         * modules/relocatable-prog (Makefile.am): Likewise.
7286         Suggested by Jim Meyering.
7287
7288 2007-10-18  Bruno Haible  <bruno@clisp.org>
7289
7290         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
7291         Reported by Jim Meyering.
7292
7293 2007-10-18  Eric Blake  <ebb9@byu.net>
7294
7295         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
7296
7297 2007-10-18  Bruno Haible  <bruno@clisp.org>
7298
7299         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
7300         the format string into writable memory. Needed in Fortify conditions.
7301
7302 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
7303             Bruno Haible  <bruno@clisp.org>
7304
7305         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
7306         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
7307         * modules/trim (Depends-on): Add mbchar.
7308         (configure.ac): Add gl_FUNC_MBRTOWC.
7309         (Makefile.am): Augment lib_SOURCES.
7310
7311 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
7312
7313         Modify glob.c to use fstatat and dirfd, to simplify it.
7314         Suggested by Eric Blake.
7315         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
7316         Don't include <stdbool.h>; not used.
7317         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
7318         (link_exists_p): Simplify implementation, since we can now assume
7319         dirfd and fstatat.
7320         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
7321
7322 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7323
7324         * gnulib-tool (func_get_dependencies): Fix sed script to
7325         match only tests.
7326
7327 2007-10-17  Bruno Haible  <bruno@clisp.org>
7328
7329         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
7330         allow locale names without encoding suffix.
7331         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
7332         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7333
7334 2007-10-16  Bruno Haible  <bruno@clisp.org>
7335
7336         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
7337         * lib/getgroups.c (getgroups): Likewise.
7338         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
7339
7340 2007-10-16  Bruno Haible  <bruno@clisp.org>
7341
7342         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
7343         * modules/malloc-posix (License): Likewise.
7344         * modules/realloc-posix (License): Likewise.
7345         * modules/calloc-posix (License): Likewise.
7346         * modules/intprops (License): Change from GPL to LGPL, with
7347         Paul Eggert's approval.
7348
7349 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7350
7351         Merge glibc changes into lib/glob.c.
7352
7353         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
7354         2007-10-15 04:59:03 UTC.  Here are the changes:
7355
7356         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
7357
7358         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
7359
7360         * lib/glob.c: Add some branch prediction throughout.
7361
7362         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
7363
7364         [BZ #5103]
7365         * lib/glob.c (glob): Recognize patterns starting \/.
7366
7367         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7368
7369         [BZ #3996]
7370         * lib/glob.c (attribute_hidden): Define if not defined.
7371         (glob): Unescape dirname, filename or username when needed and not
7372         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7373         is NULL.  Handle unescaped [ in pattern without closing ].
7374         Don't pass GLOB_CHECK down to recursive glob for directories.
7375         (__glob_pattern_type): New function.
7376         (__glob_pattern_p): Implement using __glob_pattern_type.
7377         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7378         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7379         Remove unreachable code.
7380
7381         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
7382
7383         * lib/glob.c (glob_in_dir): Add some comments and asserts to
7384         explain why there are no leaks.
7385
7386         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
7387
7388         [BZ #3253]
7389         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
7390         time, rather allocate increasingly bigger arrays of pointers, if
7391         possible with alloca, if too large with malloc.
7392
7393 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7394
7395         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
7396         Problem reported by H.Merijn Brand in
7397         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
7398         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
7399         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7400
7401 2007-10-15  Bruno Haible  <bruno@clisp.org>
7402
7403         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
7404         with explicit rpl_ prefix.
7405         * lib/fopen.c (fopen): Likewise.
7406         * lib/freopen.c (freopen): Likewise.
7407         * lib/iconv.c (iconv): Likewise.
7408         * lib/iconv_close.c (iconv_close): Likewise.
7409
7410 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7411
7412         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
7413
7414 2007-10-15  Bruno Haible  <bruno@clisp.org>
7415
7416         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
7417         <stddef.h> instead of <stdlib.h> since we only need NULL.
7418         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7419
7420 2007-10-15  Bruno Haible  <bruno@clisp.org>
7421
7422         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
7423         Replace paragraph talking about LIBOBJS.
7424         Reported by Colin Watson <cjwatson@debian.org>.
7425
7426 2007-10-15  Bruno Haible  <bruno@clisp.org>
7427
7428         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
7429         <stdlib.h> before using NULL.
7430
7431 2007-10-15  Simon Josefsson  <simon@josefsson.org>
7432
7433         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
7434         Reported by Albert Chin <china@thewrittenword.com>.
7435
7436 2007-10-14  Bruno Haible  <bruno@clisp.org>
7437
7438         * modules/iconv_open-utf-tests: New file.
7439         * tests/test-iconv-utf.c: New file.
7440
7441         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
7442         * modules/iconv_open-utf: New file.
7443         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
7444         (iconv, iconv_close): New declarations.
7445         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
7446         be defined.
7447         (iconv_open): Add special handling of conversion between UTF-8 and
7448         UTF-{16,32}{BE,LE}.
7449         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
7450         * lib/iconv_close.c: New file.
7451         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
7452         gl_FUNC_ICONV_OPEN.
7453         (gl_FUNC_ICONV_OPEN): Use it.
7454         (gl_FUNC_ICONV_OPEN_UTF): New macro.
7455         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
7456         and REPLACE_ICONV_UTF.
7457         * modules/iconv_open (Depends-on): Add c-strcase.
7458         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
7459         ICONV_CONST.
7460         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
7461
7462 2007-10-13  Albert Chin  <china@thewrittenword.com>
7463             Bruno Haible  <bruno@clisp.org>
7464
7465         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
7466         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
7467
7468 2007-10-13  Bruno Haible  <bruno@clisp.org>
7469
7470         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
7471         defined, use the ISO C99 inline semantics.
7472         * lib/argp.h (ARGP_EI): Likewise.
7473
7474 2007-10-13  Bruno Haible  <bruno@clisp.org>
7475
7476         Handle 'inline' change in gcc 4.3.0.
7477         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
7478         argp_fmtstream_write, argp_fmtstream_set_lmargin,
7479         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
7480         argp_fmtstream_point): Disable 'extern' declaration if the function
7481         definition is going to be provided inline.
7482         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
7483         semantics, not the ISO C99 inline semantics.
7484         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
7485         'extern' declaration if the function definition is going to be provided
7486         inline.
7487         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
7488         the GNU C inline semantics, not the ISO C99 inline semantics. With
7489         GCC 4.2, avoid a warning.
7490
7491 2007-10-13  Bruno Haible  <bruno@clisp.org>
7492
7493         * lib/freading.h (freading): Enable the use of __freading for
7494         glibc >= 2.7.
7495         * lib/freading.c (freading): Likewise.
7496
7497 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7498
7499         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
7500         "warning: C99 inline functions are not supported; using GNU89".
7501
7502 2007-10-12  Bruno Haible  <bruno@clisp.org>
7503
7504         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
7505         of 2.
7506         * tests/test-ceilf2.c: New file.
7507         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
7508
7509         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
7510         * modules/ceilf-tests: Update.
7511
7512 2007-10-12  Bruno Haible  <bruno@clisp.org>
7513
7514         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
7515         of 2.
7516         * tests/test-floorf2.c: New file.
7517         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
7518
7519         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
7520         * modules/floorf-tests: Update.
7521
7522 2007-10-12  Bruno Haible  <bruno@clisp.org>
7523
7524         * tests/test-trunc2.c: New file.
7525         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
7526
7527         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
7528         * modules/trunc-tests: Update.
7529
7530 2007-10-12  Bruno Haible  <bruno@clisp.org>
7531
7532         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
7533         of 2.
7534         * tests/test-truncf2.c: New file.
7535         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
7536
7537         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
7538         * modules/truncf-tests: Update.
7539
7540 2007-10-11  Eric Blake  <ebb9@byu.net>
7541
7542         Don't claim strerror is broken on Interix.
7543         * doc/functions/strerror.texi (strerror): Known broken systems are
7544         now Solaris 8, and not Interix.
7545         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
7546         Interix on cross-compile.
7547         Reported by Martin Koeppe in
7548         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
7549
7550 2007-10-11  Bruno Haible  <bruno@clisp.org>
7551
7552         * modules/i-ring-tests: New file.
7553         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
7554         instead of assert.
7555
7556 2007-10-11  Bruno Haible  <bruno@clisp.org>
7557
7558         * modules/filenamecat-tests: New file.
7559         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
7560         * lib/filenamecat.c: Remove test code.
7561
7562 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7563
7564         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
7565
7566         * lib/strerror.c: Include <string.h> always, to test interface,
7567         and to remove the need for the dummy.
7568         Include intprops.h to compute width instead of doing it ourselves
7569         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
7570         (strerror): Define it to return NULL if there's no system strerror.
7571         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
7572         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
7573         ancient pre-strerror Unix systems well any more.  Saying "unknown
7574         system error" is enough.
7575         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
7576         simpler strerror.c implementation.
7577         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
7578         Simplify the tests to reflect the simpler strerror implementation.
7579         * modules/strerror (Depends-on): Add intprops.
7580
7581 2007-10-09  Eric Blake  <ebb9@byu.net>
7582
7583         Silence test-fpending.
7584         * modules/fpending-tests (Files): Add wrapper script.
7585         * tests/test-fpending.sh: New file.
7586
7587 2007-10-09  Bruno Haible  <bruno@clisp.org>
7588
7589         * MODULES.html.sh (func_module): Don't create a hyperlink for
7590         function names like 'printf_frexp'.
7591         (Misc): Add crc, memxor.
7592         (Characteristics of floating types): New section.
7593         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
7594         isnanf-nolibm, signbit, trunc, truncf, truncl.
7595         (Enhancements for ISO C 99 functions): New subsection Input/output.
7596         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
7597         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
7598         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
7599         (Compatibility checks for POSIX:2001 functions): Add clock-time.
7600         (Enhancements for POSIX:2001 functions): Add chdir-long.
7601         (File system functions): Add areadlink, chdir-safer, read-file.
7602         Remove cycle-check.
7603         (File system as inode set): New section.
7604         (Date and time): Add gethrxtime.
7605         (Multithreading): Add openmp.
7606         (Internationalization functions): Add localename.
7607         (Unicode string functions): Add unistr/u*-mbsnlen.
7608         (Support for maintaining and releasing projects): Add git-version-gen.
7609         (Lone files): Remove directories.
7610
7611 2007-10-08  Ben Pfaff  <blp@gnu.org>
7612
7613         * lib/xmalloca.h: Fix typo in comment.
7614
7615 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7616
7617         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
7618         when avoiding problems with integer overflow.  Use a portable test
7619         instead.
7620
7621 2007-10-08  Simon Josefsson  <simon@josefsson.org>
7622
7623         * modules/dummy (License): Change to LGPLv2+.
7624         * modules/float (License): Likewise
7625         * modules/realloc (License): Likewise
7626         * modules/stdlib (License): Likewise
7627
7628 2007-10-07  Bruno Haible  <bruno@clisp.org>
7629
7630         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
7631         * floor.c (TWO_MANT_DIG): Likewise.
7632         * ceil.c (TWO_MANT_DIG): Likewise.
7633         Reported by Ben Pfaff.
7634
7635 2007-10-07  Bruno Haible  <bruno@clisp.org>
7636
7637         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
7638         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
7639         * lib/frexp.c (FUNC): Likewise.
7640         * lib/printf-frexp.h (printf_frexp): Likewise.
7641         * lib/printf-frexpl.h (printf_frexpl): Likewise.
7642         * lib/printf-frexp.c (FUNC): Likewise.
7643         Suggested by Jim Meyering.
7644
7645 2007-10-07  Jim Meyering  <meyering@redhat.com>
7646
7647         Make xnanosleep's integer overflow test more robust.
7648         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
7649         so that gcc-4.3.0 doesn't optimize away this test for overflow.
7650
7651 2007-10-07  Bruno Haible  <bruno@clisp.org>
7652
7653         * NEWS: Mention the license change.
7654
7655         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
7656         abbreviations in the modules files.
7657
7658         Change copyright notice from GPLv2+ to GPLv3+.
7659         * README: Change copyright notice.
7660         * MODULES.html.sh: Likewise.
7661         * build-aux/bootstrap.conf: Likewise.
7662         * build-aux/config.libpath: Likewise.
7663         * build-aux/csharpcomp.sh.in: Likewise.
7664         * build-aux/csharpexec.sh.in: Likewise.
7665         * build-aux/install-reloc: Likewise.
7666         * build-aux/javacomp.sh.in: Likewise.
7667         * build-aux/javaexec.sh.in: Likewise.
7668         * build-aux/ldd.sh.in: Likewise.
7669         * build-aux/reloc-ldflags: Likewise.
7670         * build-aux/relocatable.sh.in: Likewise.
7671         * build-aux/x-to-1.in: Likewise.
7672         * check-module: Likewise.
7673         * config/srclistvars.sh: Likewise.
7674         * gnulib-tool: Likewise.
7675         * lib/acl-internal.h: Likewise.
7676         * lib/acl.c: Likewise.
7677         * lib/acl.h: Likewise.
7678         * lib/acl_entries.c: Likewise.
7679         * lib/areadlink-with-size.c: Likewise.
7680         * lib/areadlink.c: Likewise.
7681         * lib/areadlink.h: Likewise.
7682         * lib/argmatch.c: Likewise.
7683         * lib/argmatch.h: Likewise.
7684         * lib/argp-ba.c: Likewise.
7685         * lib/argp-eexst.c: Likewise.
7686         * lib/argp-fmtstream.c: Likewise.
7687         * lib/argp-fmtstream.h: Likewise.
7688         * lib/argp-fs-xinl.c: Likewise.
7689         * lib/argp-help.c: Likewise.
7690         * lib/argp-namefrob.h: Likewise.
7691         * lib/argp-parse.c: Likewise.
7692         * lib/argp-pin.c: Likewise.
7693         * lib/argp-pv.c: Likewise.
7694         * lib/argp-pvh.c: Likewise.
7695         * lib/argp-xinl.c: Likewise.
7696         * lib/argp.h: Likewise.
7697         * lib/at-func.c: Likewise.
7698         * lib/atanl.c: Likewise.
7699         * lib/backupfile.c: Likewise.
7700         * lib/backupfile.h: Likewise.
7701         * lib/basename.c: Likewise.
7702         * lib/binary-io.h: Likewise.
7703         * lib/byteswap.in.h: Likewise.
7704         * lib/c-stack.c: Likewise.
7705         * lib/c-stack.h: Likewise.
7706         * lib/c-strcasestr.c: Likewise.
7707         * lib/c-strcasestr.h: Likewise.
7708         * lib/c-strstr.c: Likewise.
7709         * lib/c-strstr.h: Likewise.
7710         * lib/c-strtod.c: Likewise.
7711         * lib/calloc.c: Likewise.
7712         * lib/canon-host.c: Likewise.
7713         * lib/canon-host.h: Likewise.
7714         * lib/canonicalize-lgpl.c: Likewise.
7715         * lib/canonicalize.c: Likewise.
7716         * lib/canonicalize.h: Likewise.
7717         * lib/ceil.c: Likewise.
7718         * lib/ceilf.c: Likewise.
7719         * lib/ceill.c: Likewise.
7720         * lib/chdir-long.c: Likewise.
7721         * lib/chdir-long.h: Likewise.
7722         * lib/chdir-safer.c: Likewise.
7723         * lib/chdir-safer.h: Likewise.
7724         * lib/chown.c: Likewise.
7725         * lib/classpath.c: Likewise.
7726         * lib/classpath.h: Likewise.
7727         * lib/clean-temp.c: Likewise.
7728         * lib/clean-temp.h: Likewise.
7729         * lib/cloexec.c: Likewise.
7730         * lib/close-stream.c: Likewise.
7731         * lib/closein.c: Likewise.
7732         * lib/closein.h: Likewise.
7733         * lib/closeout.c: Likewise.
7734         * lib/closeout.h: Likewise.
7735         * lib/concat-filename.c: Likewise.
7736         * lib/copy-file.c: Likewise.
7737         * lib/copy-file.h: Likewise.
7738         * lib/count-one-bits.h: Likewise.
7739         * lib/crc.c: Likewise.
7740         * lib/crc.h: Likewise.
7741         * lib/creat-safer.c: Likewise.
7742         * lib/csharpcomp.c: Likewise.
7743         * lib/csharpcomp.h: Likewise.
7744         * lib/csharpexec.c: Likewise.
7745         * lib/csharpexec.h: Likewise.
7746         * lib/cycle-check.c: Likewise.
7747         * lib/cycle-check.h: Likewise.
7748         * lib/diacrit.c: Likewise.
7749         * lib/diacrit.h: Likewise.
7750         * lib/diffseq.h: Likewise.
7751         * lib/dirchownmod.c: Likewise.
7752         * lib/dirent.in.h: Likewise.
7753         * lib/dirfd.c: Likewise.
7754         * lib/dirfd.h: Likewise.
7755         * lib/dirname.c: Likewise.
7756         * lib/dirname.h: Likewise.
7757         * lib/dummy.c: Likewise.
7758         * lib/dup-safer.c: Likewise.
7759         * lib/dup2.c: Likewise.
7760         * lib/eealloc.h: Likewise.
7761         * lib/error.c: Likewise.
7762         * lib/error.h: Likewise.
7763         * lib/euidaccess.c: Likewise.
7764         * lib/exclude.c: Likewise.
7765         * lib/exclude.h: Likewise.
7766         * lib/execute.c: Likewise.
7767         * lib/execute.h: Likewise.
7768         * lib/exitfail.c: Likewise.
7769         * lib/exitfail.h: Likewise.
7770         * lib/expl.c: Likewise.
7771         * lib/fatal-signal.c: Likewise.
7772         * lib/fatal-signal.h: Likewise.
7773         * lib/fbufmode.c: Likewise.
7774         * lib/fbufmode.h: Likewise.
7775         * lib/fchdir.c: Likewise.
7776         * lib/fchmodat.c: Likewise.
7777         * lib/fchownat.c: Likewise.
7778         * lib/fcntl--.h: Likewise.
7779         * lib/fcntl-safer.h: Likewise.
7780         * lib/fcntl.in.h: Likewise.
7781         * lib/fd-safer.c: Likewise.
7782         * lib/fflush.c: Likewise.
7783         * lib/file-has-acl.c: Likewise.
7784         * lib/file-set.c: Likewise.
7785         * lib/file-type.c: Likewise.
7786         * lib/file-type.h: Likewise.
7787         * lib/fileblocks.c: Likewise.
7788         * lib/filemode.c: Likewise.
7789         * lib/filemode.h: Likewise.
7790         * lib/filename.h: Likewise.
7791         * lib/filenamecat.c: Likewise.
7792         * lib/filenamecat.h: Likewise.
7793         * lib/findprog.c: Likewise.
7794         * lib/findprog.h: Likewise.
7795         * lib/float.in.h: Likewise.
7796         * lib/floor.c: Likewise.
7797         * lib/floorf.c: Likewise.
7798         * lib/floorl.c: Likewise.
7799         * lib/fopen-safer.c: Likewise.
7800         * lib/fopen.c: Likewise.
7801         * lib/fpending.c: Likewise.
7802         * lib/fpending.h: Likewise.
7803         * lib/fprintf.c: Likewise.
7804         * lib/fprintftime.h: Likewise.
7805         * lib/fpucw.h: Likewise.
7806         * lib/fpurge.c: Likewise.
7807         * lib/fpurge.h: Likewise.
7808         * lib/freadable.c: Likewise.
7809         * lib/freadable.h: Likewise.
7810         * lib/freadahead.c: Likewise.
7811         * lib/freadahead.h: Likewise.
7812         * lib/freading.c: Likewise.
7813         * lib/freading.h: Likewise.
7814         * lib/free.c: Likewise.
7815         * lib/freopen.c: Likewise.
7816         * lib/frexp.c: Likewise.
7817         * lib/frexpl.c: Likewise.
7818         * lib/fseek.c: Likewise.
7819         * lib/fseterr.c: Likewise.
7820         * lib/fseterr.h: Likewise.
7821         * lib/fstatat.c: Likewise.
7822         * lib/fstrcmp.c: Likewise.
7823         * lib/fstrcmp.h: Likewise.
7824         * lib/fsusage.c: Likewise.
7825         * lib/fsusage.h: Likewise.
7826         * lib/ftell.c: Likewise.
7827         * lib/ftello.c: Likewise.
7828         * lib/fts-cycle.c: Likewise.
7829         * lib/fts.c: Likewise.
7830         * lib/fts_.h: Likewise.
7831         * lib/full-read.c: Likewise.
7832         * lib/full-read.h: Likewise.
7833         * lib/full-write.c: Likewise.
7834         * lib/full-write.h: Likewise.
7835         * lib/fwritable.c: Likewise.
7836         * lib/fwritable.h: Likewise.
7837         * lib/fwriteerror.c: Likewise.
7838         * lib/fwriteerror.h: Likewise.
7839         * lib/fwriting.c: Likewise.
7840         * lib/fwriting.h: Likewise.
7841         * lib/gcd.c: Likewise.
7842         * lib/gcd.h: Likewise.
7843         * lib/getcwd.c: Likewise.
7844         * lib/getdate.h: Likewise.
7845         * lib/getdate.y: Likewise.
7846         * lib/getdomainname.c: Likewise.
7847         * lib/getdomainname.h: Likewise.
7848         * lib/getgroups.c: Likewise.
7849         * lib/gethostname.c: Likewise.
7850         * lib/gethrxtime.c: Likewise.
7851         * lib/gethrxtime.h: Likewise.
7852         * lib/getloadavg.c: Likewise.
7853         * lib/getndelim2.c: Likewise.
7854         * lib/getndelim2.h: Likewise.
7855         * lib/getnline.c: Likewise.
7856         * lib/getnline.h: Likewise.
7857         * lib/getopt.c: Likewise.
7858         * lib/getopt.in.h: Likewise.
7859         * lib/getopt1.c: Likewise.
7860         * lib/getopt_int.h: Likewise.
7861         * lib/getpagesize.h: Likewise.
7862         * lib/getsubopt.c: Likewise.
7863         * lib/gettime.c: Likewise.
7864         * lib/getugroups.c: Likewise.
7865         * lib/getugroups.h: Likewise.
7866         * lib/getusershell.c: Likewise.
7867         * lib/gl_anyavltree_list1.h: Likewise.
7868         * lib/gl_anyavltree_list2.h: Likewise.
7869         * lib/gl_anyhash_list1.h: Likewise.
7870         * lib/gl_anyhash_list2.h: Likewise.
7871         * lib/gl_anylinked_list1.h: Likewise.
7872         * lib/gl_anylinked_list2.h: Likewise.
7873         * lib/gl_anyrbtree_list1.h: Likewise.
7874         * lib/gl_anyrbtree_list2.h: Likewise.
7875         * lib/gl_anytree_list1.h: Likewise.
7876         * lib/gl_anytree_list2.h: Likewise.
7877         * lib/gl_anytree_oset.h: Likewise.
7878         * lib/gl_anytreehash_list1.h: Likewise.
7879         * lib/gl_anytreehash_list2.h: Likewise.
7880         * lib/gl_array_list.c: Likewise.
7881         * lib/gl_array_list.h: Likewise.
7882         * lib/gl_array_oset.c: Likewise.
7883         * lib/gl_array_oset.h: Likewise.
7884         * lib/gl_avltree_list.c: Likewise.
7885         * lib/gl_avltree_list.h: Likewise.
7886         * lib/gl_avltree_oset.c: Likewise.
7887         * lib/gl_avltree_oset.h: Likewise.
7888         * lib/gl_avltreehash_list.c: Likewise.
7889         * lib/gl_avltreehash_list.h: Likewise.
7890         * lib/gl_carray_list.c: Likewise.
7891         * lib/gl_carray_list.h: Likewise.
7892         * lib/gl_linked_list.c: Likewise.
7893         * lib/gl_linked_list.h: Likewise.
7894         * lib/gl_linkedhash_list.c: Likewise.
7895         * lib/gl_linkedhash_list.h: Likewise.
7896         * lib/gl_list.c: Likewise.
7897         * lib/gl_list.h: Likewise.
7898         * lib/gl_oset.c: Likewise.
7899         * lib/gl_oset.h: Likewise.
7900         * lib/gl_rbtree_list.c: Likewise.
7901         * lib/gl_rbtree_list.h: Likewise.
7902         * lib/gl_rbtree_oset.c: Likewise.
7903         * lib/gl_rbtree_oset.h: Likewise.
7904         * lib/gl_rbtreehash_list.c: Likewise.
7905         * lib/gl_rbtreehash_list.h: Likewise.
7906         * lib/gl_sublist.c: Likewise.
7907         * lib/gl_sublist.h: Likewise.
7908         * lib/group-member.c: Likewise.
7909         * lib/group-member.h: Likewise.
7910         * lib/hard-locale.c: Likewise.
7911         * lib/hard-locale.h: Likewise.
7912         * lib/hash-pjw.c: Likewise.
7913         * lib/hash-pjw.h: Likewise.
7914         * lib/hash-triple.c: Likewise.
7915         * lib/hash.c: Likewise.
7916         * lib/hash.h: Likewise.
7917         * lib/human.c: Likewise.
7918         * lib/human.h: Likewise.
7919         * lib/i-ring.c: Likewise.
7920         * lib/i-ring.h: Likewise.
7921         * lib/idcache.c: Likewise.
7922         * lib/imaxabs.c: Likewise.
7923         * lib/imaxdiv.c: Likewise.
7924         * lib/inet_pton.c: Likewise.
7925         * lib/inet_pton.h: Likewise.
7926         * lib/intprops.h: Likewise.
7927         * lib/inttostr.c: Likewise.
7928         * lib/inttostr.h: Likewise.
7929         * lib/inttypes.in.h: Likewise.
7930         * lib/isapipe.c: Likewise.
7931         * lib/isdir.c: Likewise.
7932         * lib/isnan.c: Likewise.
7933         * lib/isnan.h: Likewise.
7934         * lib/isnanf.c: Likewise.
7935         * lib/isnanf.h: Likewise.
7936         * lib/isnanl-nolibm.h: Likewise.
7937         * lib/isnanl.c: Likewise.
7938         * lib/isnanl.h: Likewise.
7939         * lib/javacomp.c: Likewise.
7940         * lib/javacomp.h: Likewise.
7941         * lib/javaexec.c: Likewise.
7942         * lib/javaexec.h: Likewise.
7943         * lib/javaversion.c: Likewise.
7944         * lib/javaversion.h: Likewise.
7945         * lib/javaversion.java: Likewise.
7946         * lib/lbrkprop.h: Likewise.
7947         * lib/lchmod.h: Likewise.
7948         * lib/lchown.c: Likewise.
7949         * lib/ldexpl.c: Likewise.
7950         * lib/linebreak.c: Likewise.
7951         * lib/linebreak.h: Likewise.
7952         * lib/linebuffer.c: Likewise.
7953         * lib/linebuffer.h: Likewise.
7954         * lib/locale.in.h: Likewise.
7955         * lib/logl.c: Likewise.
7956         * lib/long-options.c: Likewise.
7957         * lib/long-options.h: Likewise.
7958         * lib/lstat.c: Likewise.
7959         * lib/lstat.h: Likewise.
7960         * lib/math.in.h: Likewise.
7961         * lib/mbchar.c: Likewise.
7962         * lib/mbchar.h: Likewise.
7963         * lib/mbfile.h: Likewise.
7964         * lib/mbiter.h: Likewise.
7965         * lib/mbscasecmp.c: Likewise.
7966         * lib/mbscasestr.c: Likewise.
7967         * lib/mbschr.c: Likewise.
7968         * lib/mbscspn.c: Likewise.
7969         * lib/mbslen.c: Likewise.
7970         * lib/mbsncasecmp.c: Likewise.
7971         * lib/mbsnlen.c: Likewise.
7972         * lib/mbspbrk.c: Likewise.
7973         * lib/mbspcasecmp.c: Likewise.
7974         * lib/mbsrchr.c: Likewise.
7975         * lib/mbssep.c: Likewise.
7976         * lib/mbsspn.c: Likewise.
7977         * lib/mbsstr.c: Likewise.
7978         * lib/mbstok_r.c: Likewise.
7979         * lib/mbswidth.c: Likewise.
7980         * lib/mbswidth.h: Likewise.
7981         * lib/mbuiter.h: Likewise.
7982         * lib/memcasecmp.c: Likewise.
7983         * lib/memcasecmp.h: Likewise.
7984         * lib/memchr.c: Likewise.
7985         * lib/memcmp.c: Likewise.
7986         * lib/memcoll.c: Likewise.
7987         * lib/memcoll.h: Likewise.
7988         * lib/memcpy.c: Likewise.
7989         * lib/memrchr.c: Likewise.
7990         * lib/mkancesdirs.c: Likewise.
7991         * lib/mkdir-p.c: Likewise.
7992         * lib/mkdir-p.h: Likewise.
7993         * lib/mkdir.c: Likewise.
7994         * lib/mkdirat.c: Likewise.
7995         * lib/mkdtemp.c: Likewise.
7996         * lib/mkstemp-safer.c: Likewise.
7997         * lib/mkstemp.c: Likewise.
7998         * lib/modechange.c: Likewise.
7999         * lib/modechange.h: Likewise.
8000         * lib/mountlist.c: Likewise.
8001         * lib/mountlist.h: Likewise.
8002         * lib/mpsort.c: Likewise.
8003         * lib/nanosleep.c: Likewise.
8004         * lib/obstack.c: Likewise.
8005         * lib/obstack.h: Likewise.
8006         * lib/open-safer.c: Likewise.
8007         * lib/open.c: Likewise.
8008         * lib/openat-die.c: Likewise.
8009         * lib/openat-priv.h: Likewise.
8010         * lib/openat-proc.c: Likewise.
8011         * lib/openat.c: Likewise.
8012         * lib/openat.h: Likewise.
8013         * lib/pagealign_alloc.c: Likewise.
8014         * lib/pagealign_alloc.h: Likewise.
8015         * lib/physmem.c: Likewise.
8016         * lib/physmem.h: Likewise.
8017         * lib/pipe-safer.c: Likewise.
8018         * lib/pipe.c: Likewise.
8019         * lib/pipe.h: Likewise.
8020         * lib/posixtm.c: Likewise.
8021         * lib/posixtm.h: Likewise.
8022         * lib/posixver.c: Likewise.
8023         * lib/printf-frexp.c: Likewise.
8024         * lib/printf-frexp.h: Likewise.
8025         * lib/printf-frexpl.c: Likewise.
8026         * lib/printf-frexpl.h: Likewise.
8027         * lib/printf.c: Likewise.
8028         * lib/progname.c: Likewise.
8029         * lib/progname.h: Likewise.
8030         * lib/progreloc.c: Likewise.
8031         * lib/putenv.c: Likewise.
8032         * lib/quote.c: Likewise.
8033         * lib/quote.h: Likewise.
8034         * lib/quotearg.c: Likewise.
8035         * lib/quotearg.h: Likewise.
8036         * lib/raise.c: Likewise.
8037         * lib/readline.c: Likewise.
8038         * lib/readline.h: Likewise.
8039         * lib/readlink.c: Likewise.
8040         * lib/readtokens.c: Likewise.
8041         * lib/readtokens.h: Likewise.
8042         * lib/readtokens0.c: Likewise.
8043         * lib/readtokens0.h: Likewise.
8044         * lib/readutmp.c: Likewise.
8045         * lib/readutmp.h: Likewise.
8046         * lib/realloc.c: Likewise.
8047         * lib/relocwrapper.c: Likewise.
8048         * lib/rename-dest-slash.c: Likewise.
8049         * lib/rename.c: Likewise.
8050         * lib/rmdir.c: Likewise.
8051         * lib/rpmatch.c: Likewise.
8052         * lib/safe-read.c: Likewise.
8053         * lib/safe-read.h: Likewise.
8054         * lib/safe-write.c: Likewise.
8055         * lib/safe-write.h: Likewise.
8056         * lib/same-inode.h: Likewise.
8057         * lib/same.c: Likewise.
8058         * lib/same.h: Likewise.
8059         * lib/save-cwd.c: Likewise.
8060         * lib/save-cwd.h: Likewise.
8061         * lib/savedir.c: Likewise.
8062         * lib/savedir.h: Likewise.
8063         * lib/savewd.c: Likewise.
8064         * lib/savewd.h: Likewise.
8065         * lib/search.in.h: Likewise.
8066         * lib/setenv.c: Likewise.
8067         * lib/setenv.h: Likewise.
8068         * lib/settime.c: Likewise.
8069         * lib/sh-quote.c: Likewise.
8070         * lib/sh-quote.h: Likewise.
8071         * lib/sig2str.c: Likewise.
8072         * lib/sig2str.h: Likewise.
8073         * lib/signal.in.h: Likewise.
8074         * lib/signbitd.c: Likewise.
8075         * lib/signbitf.c: Likewise.
8076         * lib/signbitl.c: Likewise.
8077         * lib/sigprocmask.c: Likewise.
8078         * lib/sincosl.c: Likewise.
8079         * lib/sleep.c: Likewise.
8080         * lib/sprintf.c: Likewise.
8081         * lib/sqrtl.c: Likewise.
8082         * lib/stat-time.h: Likewise.
8083         * lib/stdio--.h: Likewise.
8084         * lib/stdio-safer.h: Likewise.
8085         * lib/stdlib--.h: Likewise.
8086         * lib/stdlib-safer.h: Likewise.
8087         * lib/stdlib.in.h: Likewise.
8088         * lib/stpcpy.c: Likewise.
8089         * lib/stpncpy.c: Likewise.
8090         * lib/strchrnul.c: Likewise.
8091         * lib/strcspn.c: Likewise.
8092         * lib/strerror.c: Likewise.
8093         * lib/strftime.c: Likewise.
8094         * lib/strftime.h: Likewise.
8095         * lib/striconveh.c: Likewise.
8096         * lib/striconveh.h: Likewise.
8097         * lib/striconveha.c: Likewise.
8098         * lib/striconveha.h: Likewise.
8099         * lib/stripslash.c: Likewise.
8100         * lib/strnlen1.c: Likewise.
8101         * lib/strnlen1.h: Likewise.
8102         * lib/strtod.c: Likewise.
8103         * lib/strtoimax.c: Likewise.
8104         * lib/strtok_r.c: Likewise.
8105         * lib/strtol.c: Likewise.
8106         * lib/strtoll.c: Likewise.
8107         * lib/strtoul.c: Likewise.
8108         * lib/strtoull.c: Likewise.
8109         * lib/sysexits.in.h: Likewise.
8110         * lib/tempname.c: Likewise.
8111         * lib/tempname.h: Likewise.
8112         * lib/timespec.h: Likewise.
8113         * lib/tls.c: Likewise.
8114         * lib/tls.h: Likewise.
8115         * lib/tmpdir.c: Likewise.
8116         * lib/tmpdir.h: Likewise.
8117         * lib/tmpfile-safer.c: Likewise.
8118         * lib/tmpfile.c: Likewise.
8119         * lib/trigl.c: Likewise.
8120         * lib/trigl.h: Likewise.
8121         * lib/trim.c: Likewise.
8122         * lib/trim.h: Likewise.
8123         * lib/trunc.c: Likewise.
8124         * lib/truncf.c: Likewise.
8125         * lib/truncl.c: Likewise.
8126         * lib/tsearch.c: Likewise.
8127         * lib/unicodeio.c: Likewise.
8128         * lib/unicodeio.h: Likewise.
8129         * lib/unistd--.h: Likewise.
8130         * lib/unistd-safer.h: Likewise.
8131         * lib/unistdio/ulc-fprintf.c: Likewise.
8132         * lib/unistdio/ulc-vfprintf.c: Likewise.
8133         * lib/unlinkdir.c: Likewise.
8134         * lib/unlinkdir.h: Likewise.
8135         * lib/unlocked-io.h: Likewise.
8136         * lib/unsetenv.c: Likewise.
8137         * lib/userspec.c: Likewise.
8138         * lib/utime.c: Likewise.
8139         * lib/utimecmp.c: Likewise.
8140         * lib/utimecmp.h: Likewise.
8141         * lib/utimens.c: Likewise.
8142         * lib/verify.h: Likewise.
8143         * lib/verror.c: Likewise.
8144         * lib/verror.h: Likewise.
8145         * lib/version-etc-fsf.c: Likewise.
8146         * lib/version-etc.c: Likewise.
8147         * lib/version-etc.h: Likewise.
8148         * lib/vfprintf.c: Likewise.
8149         * lib/vprintf.c: Likewise.
8150         * lib/vsprintf.c: Likewise.
8151         * lib/w32spawn.h: Likewise.
8152         * lib/wait-process.c: Likewise.
8153         * lib/wait-process.h: Likewise.
8154         * lib/wcwidth.c: Likewise.
8155         * lib/write-any-file.c: Likewise.
8156         * lib/xalloc-die.c: Likewise.
8157         * lib/xalloc.h: Likewise.
8158         * lib/xasprintf.c: Likewise.
8159         * lib/xgetcwd.c: Likewise.
8160         * lib/xgetcwd.h: Likewise.
8161         * lib/xgetdomainname.c: Likewise.
8162         * lib/xgetdomainname.h: Likewise.
8163         * lib/xgethostname.c: Likewise.
8164         * lib/xmalloc.c: Likewise.
8165         * lib/xmalloca.c: Likewise.
8166         * lib/xmalloca.h: Likewise.
8167         * lib/xmemcoll.c: Likewise.
8168         * lib/xnanosleep.c: Likewise.
8169         * lib/xreadlink.c: Likewise.
8170         * lib/xreadlink.h: Likewise.
8171         * lib/xsetenv.c: Likewise.
8172         * lib/xsetenv.h: Likewise.
8173         * lib/xstriconv.c: Likewise.
8174         * lib/xstriconv.h: Likewise.
8175         * lib/xstrndup.c: Likewise.
8176         * lib/xstrndup.h: Likewise.
8177         * lib/xstrtod.c: Likewise.
8178         * lib/xstrtod.h: Likewise.
8179         * lib/xstrtol-error.c: Likewise.
8180         * lib/xstrtol.c: Likewise.
8181         * lib/xstrtol.h: Likewise.
8182         * lib/xtime.h: Likewise.
8183         * lib/xvasprintf.c: Likewise.
8184         * lib/xvasprintf.h: Likewise.
8185         * lib/yesno.c: Likewise.
8186         * lib/yesno.h: Likewise.
8187         * posix-modules: Likewise.
8188         * tests/test-alloca-opt.c: Likewise.
8189         * tests/test-arcfour.c: Likewise.
8190         * tests/test-arctwo.c: Likewise.
8191         * tests/test-argmatch.c: Likewise.
8192         * tests/test-argp-2.sh: Likewise.
8193         * tests/test-argp.c: Likewise.
8194         * tests/test-arpa_inet.c: Likewise.
8195         * tests/test-array_list.c: Likewise.
8196         * tests/test-array_oset.c: Likewise.
8197         * tests/test-atexit.c: Likewise.
8198         * tests/test-avltree_list.c: Likewise.
8199         * tests/test-avltree_oset.c: Likewise.
8200         * tests/test-avltreehash_list.c: Likewise.
8201         * tests/test-base64.c: Likewise.
8202         * tests/test-binary-io.c: Likewise.
8203         * tests/test-byteswap.c: Likewise.
8204         * tests/test-c-ctype.c: Likewise.
8205         * tests/test-c-strcasecmp.c: Likewise.
8206         * tests/test-c-strcasestr.c: Likewise.
8207         * tests/test-c-strncasecmp.c: Likewise.
8208         * tests/test-c-strstr.c: Likewise.
8209         * tests/test-canonicalize-lgpl.c: Likewise.
8210         * tests/test-canonicalize.c: Likewise.
8211         * tests/test-carray_list.c: Likewise.
8212         * tests/test-ceilf.c: Likewise.
8213         * tests/test-ceill.c: Likewise.
8214         * tests/test-count-one-bits.c: Likewise.
8215         * tests/test-crc.c: Likewise.
8216         * tests/test-dirname.c: Likewise.
8217         * tests/test-fbufmode.c: Likewise.
8218         * tests/test-fcntl.c: Likewise.
8219         * tests/test-fflush.c: Likewise.
8220         * tests/test-floorf.c: Likewise.
8221         * tests/test-floorl.c: Likewise.
8222         * tests/test-fopen.c: Likewise.
8223         * tests/test-fprintf-posix.c: Likewise.
8224         * tests/test-fprintf-posix.h: Likewise.
8225         * tests/test-fpurge.c: Likewise.
8226         * tests/test-freadable.c: Likewise.
8227         * tests/test-freadahead.c: Likewise.
8228         * tests/test-freading.c: Likewise.
8229         * tests/test-freopen.c: Likewise.
8230         * tests/test-frexp.c: Likewise.
8231         * tests/test-frexpl.c: Likewise.
8232         * tests/test-fseek.c: Likewise.
8233         * tests/test-fseeko.c: Likewise.
8234         * tests/test-fseterr.c: Likewise.
8235         * tests/test-fstrcmp.c: Likewise.
8236         * tests/test-ftell.c: Likewise.
8237         * tests/test-ftello.c: Likewise.
8238         * tests/test-fwritable.c: Likewise.
8239         * tests/test-fwriting.c: Likewise.
8240         * tests/test-getaddrinfo.c: Likewise.
8241         * tests/test-getpass.c: Likewise.
8242         * tests/test-gettimeofday.c: Likewise.
8243         * tests/test-hmac-md5.c: Likewise.
8244         * tests/test-hmac-sha1.c: Likewise.
8245         * tests/test-iconv.c: Likewise.
8246         * tests/test-iconvme.c: Likewise.
8247         * tests/test-inttypes.c: Likewise.
8248         * tests/test-isnan.c: Likewise.
8249         * tests/test-isnanf.c: Likewise.
8250         * tests/test-isnanl-nolibm.c: Likewise.
8251         * tests/test-isnanl.c: Likewise.
8252         * tests/test-isnanl.h: Likewise.
8253         * tests/test-ldexpl.c: Likewise.
8254         * tests/test-linked_list.c: Likewise.
8255         * tests/test-linkedhash_list.c: Likewise.
8256         * tests/test-locale.c: Likewise.
8257         * tests/test-localename.c: Likewise.
8258         * tests/test-lock.c: Likewise.
8259         * tests/test-lseek.c: Likewise.
8260         * tests/test-malloca.c: Likewise.
8261         * tests/test-math.c: Likewise.
8262         * tests/test-mbscasecmp.c: Likewise.
8263         * tests/test-mbscasestr1.c: Likewise.
8264         * tests/test-mbscasestr2.c: Likewise.
8265         * tests/test-mbscasestr3.c: Likewise.
8266         * tests/test-mbscasestr4.c: Likewise.
8267         * tests/test-mbschr.c: Likewise.
8268         * tests/test-mbscspn.c: Likewise.
8269         * tests/test-mbsncasecmp.c: Likewise.
8270         * tests/test-mbspbrk.c: Likewise.
8271         * tests/test-mbspcasecmp.c: Likewise.
8272         * tests/test-mbsrchr.c: Likewise.
8273         * tests/test-mbsspn.c: Likewise.
8274         * tests/test-mbsstr1.c: Likewise.
8275         * tests/test-mbsstr2.c: Likewise.
8276         * tests/test-mbsstr3.c: Likewise.
8277         * tests/test-md5.c: Likewise.
8278         * tests/test-memmem.c: Likewise.
8279         * tests/test-netinet_in.c: Likewise.
8280         * tests/test-open.c: Likewise.
8281         * tests/test-printf-frexp.c: Likewise.
8282         * tests/test-printf-frexpl.c: Likewise.
8283         * tests/test-printf-posix.c: Likewise.
8284         * tests/test-printf-posix.h: Likewise.
8285         * tests/test-rbtree_list.c: Likewise.
8286         * tests/test-rbtree_oset.c: Likewise.
8287         * tests/test-rbtreehash_list.c: Likewise.
8288         * tests/test-read-file.c: Likewise.
8289         * tests/test-rijndael.c: Likewise.
8290         * tests/test-search.c: Likewise.
8291         * tests/test-signbit.c: Likewise.
8292         * tests/test-sleep.c: Likewise.
8293         * tests/test-snprintf-posix.c: Likewise.
8294         * tests/test-snprintf-posix.h: Likewise.
8295         * tests/test-snprintf.c: Likewise.
8296         * tests/test-sprintf-posix.c: Likewise.
8297         * tests/test-sprintf-posix.h: Likewise.
8298         * tests/test-stat-time.c: Likewise.
8299         * tests/test-stdbool.c: Likewise.
8300         * tests/test-stdint.c: Likewise.
8301         * tests/test-stdio.c: Likewise.
8302         * tests/test-stdlib.c: Likewise.
8303         * tests/test-stpncpy.c: Likewise.
8304         * tests/test-strcasestr.c: Likewise.
8305         * tests/test-striconv.c: Likewise.
8306         * tests/test-striconveh.c: Likewise.
8307         * tests/test-striconveha.c: Likewise.
8308         * tests/test-string.c: Likewise.
8309         * tests/test-sys_select.c: Likewise.
8310         * tests/test-sys_socket.c: Likewise.
8311         * tests/test-sys_stat.c: Likewise.
8312         * tests/test-sys_time.c: Likewise.
8313         * tests/test-sysexits.c: Likewise.
8314         * tests/test-time.c: Likewise.
8315         * tests/test-tls.c: Likewise.
8316         * tests/test-trunc.c: Likewise.
8317         * tests/test-truncf.c: Likewise.
8318         * tests/test-truncl.c: Likewise.
8319         * tests/test-unistd.c: Likewise.
8320         * tests/test-vasnprintf-posix.c: Likewise.
8321         * tests/test-vasnprintf-posix2.c: Likewise.
8322         * tests/test-vasnprintf.c: Likewise.
8323         * tests/test-vasprintf-posix.c: Likewise.
8324         * tests/test-vasprintf.c: Likewise.
8325         * tests/test-verify.c: Likewise.
8326         * tests/test-vfprintf-posix.c: Likewise.
8327         * tests/test-vprintf-posix.c: Likewise.
8328         * tests/test-vsnprintf-posix.c: Likewise.
8329         * tests/test-vsnprintf.c: Likewise.
8330         * tests/test-vsprintf-posix.c: Likewise.
8331         * tests/test-wchar.c: Likewise.
8332         * tests/test-wctype.c: Likewise.
8333         * tests/test-wcwidth.c: Likewise.
8334         * tests/test-xstrtol.c: Likewise.
8335         * tests/test-xvasprintf.c: Likewise.
8336         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
8337         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
8338         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
8339         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
8340         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
8341         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
8342         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
8343         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
8344         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
8345         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
8346         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
8347         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
8348         * tests/uniname/test-uninames.c: Likewise.
8349         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
8350         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
8351         * tests/unistdio/test-u16-printf1.h: Likewise.
8352         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
8353         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
8354         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
8355         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
8356         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
8357         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
8358         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
8359         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
8360         * tests/unistdio/test-u32-printf1.h: Likewise.
8361         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
8362         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
8363         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
8364         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
8365         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
8366         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
8367         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
8368         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
8369         * tests/unistdio/test-u8-printf1.h: Likewise.
8370         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
8371         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
8372         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
8373         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
8374         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
8375         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
8376         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
8377         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
8378         * tests/unistdio/test-ulc-printf1.h: Likewise.
8379         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
8380         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
8381         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
8382         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
8383         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
8384         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
8385         * tests/uniwidth/test-u16-strwidth.c: Likewise.
8386         * tests/uniwidth/test-u16-width.c: Likewise.
8387         * tests/uniwidth/test-u32-strwidth.c: Likewise.
8388         * tests/uniwidth/test-u32-width.c: Likewise.
8389         * tests/uniwidth/test-u8-strwidth.c: Likewise.
8390         * tests/uniwidth/test-u8-width.c: Likewise.
8391         * tests/uniwidth/test-uc_width.c: Likewise.
8392         * config/srclist-update: Likewise.
8393         (fixlicense): Update to GPLv3+.
8394
8395         Change copyright notice from LGPLv2.1+ to LGPLv3+.
8396         * tests/test-tsearch.c: Change copyright notice.
8397
8398         Change copyright notice from LGPLv2.0+ to LGPLv3+.
8399         * lib/c-strcaseeq.h: Change copyright notice.
8400         * lib/streq.h: Likewise.
8401         * lib/uniconv.h: Likewise.
8402         * lib/uniconv/u-conv-from-enc.h: Likewise.
8403         * lib/uniconv/u-conv-to-enc.h: Likewise.
8404         * lib/uniconv/u-strconv-from-enc.h: Likewise.
8405         * lib/uniconv/u-strconv-to-enc.h: Likewise.
8406         * lib/uniconv/u16-conv-from-enc.c: Likewise.
8407         * lib/uniconv/u16-conv-to-enc.c: Likewise.
8408         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
8409         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
8410         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
8411         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
8412         * lib/uniconv/u32-conv-from-enc.c: Likewise.
8413         * lib/uniconv/u32-conv-to-enc.c: Likewise.
8414         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
8415         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
8416         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
8417         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
8418         * lib/uniconv/u8-conv-from-enc.c: Likewise.
8419         * lib/uniconv/u8-conv-to-enc.c: Likewise.
8420         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
8421         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
8422         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
8423         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
8424         * lib/uniname.h: Likewise.
8425         * lib/uniname/uniname.c: Likewise.
8426         * lib/unistdio.h: Likewise.
8427         * lib/unistdio/u-asnprintf.h: Likewise.
8428         * lib/unistdio/u-asprintf.h: Likewise.
8429         * lib/unistdio/u-printf-args.c: Likewise.
8430         * lib/unistdio/u-printf-args.h: Likewise.
8431         * lib/unistdio/u-printf-parse.h: Likewise.
8432         * lib/unistdio/u-snprintf.h: Likewise.
8433         * lib/unistdio/u-sprintf.h: Likewise.
8434         * lib/unistdio/u-vasprintf.h: Likewise.
8435         * lib/unistdio/u-vsnprintf.h: Likewise.
8436         * lib/unistdio/u-vsprintf.h: Likewise.
8437         * lib/unistdio/u16-asnprintf.c: Likewise.
8438         * lib/unistdio/u16-asprintf.c: Likewise.
8439         * lib/unistdio/u16-printf-parse.c: Likewise.
8440         * lib/unistdio/u16-snprintf.c: Likewise.
8441         * lib/unistdio/u16-sprintf.c: Likewise.
8442         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
8443         * lib/unistdio/u16-u16-asprintf.c: Likewise.
8444         * lib/unistdio/u16-u16-snprintf.c: Likewise.
8445         * lib/unistdio/u16-u16-sprintf.c: Likewise.
8446         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
8447         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
8448         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
8449         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
8450         * lib/unistdio/u16-vasnprintf.c: Likewise.
8451         * lib/unistdio/u16-vasprintf.c: Likewise.
8452         * lib/unistdio/u16-vsnprintf.c: Likewise.
8453         * lib/unistdio/u16-vsprintf.c: Likewise.
8454         * lib/unistdio/u32-asnprintf.c: Likewise.
8455         * lib/unistdio/u32-asprintf.c: Likewise.
8456         * lib/unistdio/u32-printf-parse.c: Likewise.
8457         * lib/unistdio/u32-snprintf.c: Likewise.
8458         * lib/unistdio/u32-sprintf.c: Likewise.
8459         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
8460         * lib/unistdio/u32-u32-asprintf.c: Likewise.
8461         * lib/unistdio/u32-u32-snprintf.c: Likewise.
8462         * lib/unistdio/u32-u32-sprintf.c: Likewise.
8463         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
8464         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
8465         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
8466         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
8467         * lib/unistdio/u32-vasnprintf.c: Likewise.
8468         * lib/unistdio/u32-vasprintf.c: Likewise.
8469         * lib/unistdio/u32-vsnprintf.c: Likewise.
8470         * lib/unistdio/u32-vsprintf.c: Likewise.
8471         * lib/unistdio/u8-asnprintf.c: Likewise.
8472         * lib/unistdio/u8-asprintf.c: Likewise.
8473         * lib/unistdio/u8-printf-parse.c: Likewise.
8474         * lib/unistdio/u8-snprintf.c: Likewise.
8475         * lib/unistdio/u8-sprintf.c: Likewise.
8476         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
8477         * lib/unistdio/u8-u8-asprintf.c: Likewise.
8478         * lib/unistdio/u8-u8-snprintf.c: Likewise.
8479         * lib/unistdio/u8-u8-sprintf.c: Likewise.
8480         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
8481         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
8482         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
8483         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
8484         * lib/unistdio/u8-vasnprintf.c: Likewise.
8485         * lib/unistdio/u8-vasprintf.c: Likewise.
8486         * lib/unistdio/u8-vsnprintf.c: Likewise.
8487         * lib/unistdio/u8-vsprintf.c: Likewise.
8488         * lib/unistdio/ulc-asnprintf.c: Likewise.
8489         * lib/unistdio/ulc-asprintf.c: Likewise.
8490         * lib/unistdio/ulc-printf-parse.c: Likewise.
8491         * lib/unistdio/ulc-snprintf.c: Likewise.
8492         * lib/unistdio/ulc-sprintf.c: Likewise.
8493         * lib/unistdio/ulc-vasnprintf.c: Likewise.
8494         * lib/unistdio/ulc-vasprintf.c: Likewise.
8495         * lib/unistdio/ulc-vsnprintf.c: Likewise.
8496         * lib/unistdio/ulc-vsprintf.c: Likewise.
8497         * lib/unistr.h: Likewise.
8498         * lib/unistr/u-cpy-alloc.h: Likewise.
8499         * lib/unistr/u-cpy.h: Likewise.
8500         * lib/unistr/u-endswith.h: Likewise.
8501         * lib/unistr/u-move.h: Likewise.
8502         * lib/unistr/u-set.h: Likewise.
8503         * lib/unistr/u-startswith.h: Likewise.
8504         * lib/unistr/u-stpcpy.h: Likewise.
8505         * lib/unistr/u-stpncpy.h: Likewise.
8506         * lib/unistr/u-strcat.h: Likewise.
8507         * lib/unistr/u-strcpy.h: Likewise.
8508         * lib/unistr/u-strcspn.h: Likewise.
8509         * lib/unistr/u-strdup.h: Likewise.
8510         * lib/unistr/u-strlen.h: Likewise.
8511         * lib/unistr/u-strncat.h: Likewise.
8512         * lib/unistr/u-strncpy.h: Likewise.
8513         * lib/unistr/u-strnlen.h: Likewise.
8514         * lib/unistr/u-strpbrk.h: Likewise.
8515         * lib/unistr/u-strspn.h: Likewise.
8516         * lib/unistr/u-strstr.h: Likewise.
8517         * lib/unistr/u-strtok.h: Likewise.
8518         * lib/unistr/u16-check.c: Likewise.
8519         * lib/unistr/u16-chr.c: Likewise.
8520         * lib/unistr/u16-cmp.c: Likewise.
8521         * lib/unistr/u16-cpy-alloc.c: Likewise.
8522         * lib/unistr/u16-cpy.c: Likewise.
8523         * lib/unistr/u16-endswith.c: Likewise.
8524         * lib/unistr/u16-mblen.c: Likewise.
8525         * lib/unistr/u16-mbsnlen.c: Likewise.
8526         * lib/unistr/u16-mbtouc-aux.c: Likewise.
8527         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
8528         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
8529         * lib/unistr/u16-mbtouc.c: Likewise.
8530         * lib/unistr/u16-mbtoucr.c: Likewise.
8531         * lib/unistr/u16-move.c: Likewise.
8532         * lib/unistr/u16-next.c: Likewise.
8533         * lib/unistr/u16-prev.c: Likewise.
8534         * lib/unistr/u16-set.c: Likewise.
8535         * lib/unistr/u16-startswith.c: Likewise.
8536         * lib/unistr/u16-stpcpy.c: Likewise.
8537         * lib/unistr/u16-stpncpy.c: Likewise.
8538         * lib/unistr/u16-strcat.c: Likewise.
8539         * lib/unistr/u16-strchr.c: Likewise.
8540         * lib/unistr/u16-strcmp.c: Likewise.
8541         * lib/unistr/u16-strcpy.c: Likewise.
8542         * lib/unistr/u16-strcspn.c: Likewise.
8543         * lib/unistr/u16-strdup.c: Likewise.
8544         * lib/unistr/u16-strlen.c: Likewise.
8545         * lib/unistr/u16-strmblen.c: Likewise.
8546         * lib/unistr/u16-strmbtouc.c: Likewise.
8547         * lib/unistr/u16-strncat.c: Likewise.
8548         * lib/unistr/u16-strncmp.c: Likewise.
8549         * lib/unistr/u16-strncpy.c: Likewise.
8550         * lib/unistr/u16-strnlen.c: Likewise.
8551         * lib/unistr/u16-strpbrk.c: Likewise.
8552         * lib/unistr/u16-strrchr.c: Likewise.
8553         * lib/unistr/u16-strspn.c: Likewise.
8554         * lib/unistr/u16-strstr.c: Likewise.
8555         * lib/unistr/u16-strtok.c: Likewise.
8556         * lib/unistr/u16-to-u32.c: Likewise.
8557         * lib/unistr/u16-to-u8.c: Likewise.
8558         * lib/unistr/u16-uctomb-aux.c: Likewise.
8559         * lib/unistr/u16-uctomb.c: Likewise.
8560         * lib/unistr/u32-check.c: Likewise.
8561         * lib/unistr/u32-chr.c: Likewise.
8562         * lib/unistr/u32-cmp.c: Likewise.
8563         * lib/unistr/u32-cpy-alloc.c: Likewise.
8564         * lib/unistr/u32-cpy.c: Likewise.
8565         * lib/unistr/u32-endswith.c: Likewise.
8566         * lib/unistr/u32-mblen.c: Likewise.
8567         * lib/unistr/u32-mbsnlen.c: Likewise.
8568         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
8569         * lib/unistr/u32-mbtouc.c: Likewise.
8570         * lib/unistr/u32-mbtoucr.c: Likewise.
8571         * lib/unistr/u32-move.c: Likewise.
8572         * lib/unistr/u32-next.c: Likewise.
8573         * lib/unistr/u32-prev.c: Likewise.
8574         * lib/unistr/u32-set.c: Likewise.
8575         * lib/unistr/u32-startswith.c: Likewise.
8576         * lib/unistr/u32-stpcpy.c: Likewise.
8577         * lib/unistr/u32-stpncpy.c: Likewise.
8578         * lib/unistr/u32-strcat.c: Likewise.
8579         * lib/unistr/u32-strchr.c: Likewise.
8580         * lib/unistr/u32-strcmp.c: Likewise.
8581         * lib/unistr/u32-strcpy.c: Likewise.
8582         * lib/unistr/u32-strcspn.c: Likewise.
8583         * lib/unistr/u32-strdup.c: Likewise.
8584         * lib/unistr/u32-strlen.c: Likewise.
8585         * lib/unistr/u32-strmblen.c: Likewise.
8586         * lib/unistr/u32-strmbtouc.c: Likewise.
8587         * lib/unistr/u32-strncat.c: Likewise.
8588         * lib/unistr/u32-strncmp.c: Likewise.
8589         * lib/unistr/u32-strncpy.c: Likewise.
8590         * lib/unistr/u32-strnlen.c: Likewise.
8591         * lib/unistr/u32-strpbrk.c: Likewise.
8592         * lib/unistr/u32-strrchr.c: Likewise.
8593         * lib/unistr/u32-strspn.c: Likewise.
8594         * lib/unistr/u32-strstr.c: Likewise.
8595         * lib/unistr/u32-strtok.c: Likewise.
8596         * lib/unistr/u32-to-u16.c: Likewise.
8597         * lib/unistr/u32-to-u8.c: Likewise.
8598         * lib/unistr/u32-uctomb.c: Likewise.
8599         * lib/unistr/u8-check.c: Likewise.
8600         * lib/unistr/u8-chr.c: Likewise.
8601         * lib/unistr/u8-cmp.c: Likewise.
8602         * lib/unistr/u8-cpy-alloc.c: Likewise.
8603         * lib/unistr/u8-cpy.c: Likewise.
8604         * lib/unistr/u8-endswith.c: Likewise.
8605         * lib/unistr/u8-mblen.c: Likewise.
8606         * lib/unistr/u8-mbsnlen.c: Likewise.
8607         * lib/unistr/u8-mbtouc-aux.c: Likewise.
8608         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
8609         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
8610         * lib/unistr/u8-mbtouc.c: Likewise.
8611         * lib/unistr/u8-mbtoucr.c: Likewise.
8612         * lib/unistr/u8-move.c: Likewise.
8613         * lib/unistr/u8-next.c: Likewise.
8614         * lib/unistr/u8-prev.c: Likewise.
8615         * lib/unistr/u8-set.c: Likewise.
8616         * lib/unistr/u8-startswith.c: Likewise.
8617         * lib/unistr/u8-stpcpy.c: Likewise.
8618         * lib/unistr/u8-stpncpy.c: Likewise.
8619         * lib/unistr/u8-strcat.c: Likewise.
8620         * lib/unistr/u8-strchr.c: Likewise.
8621         * lib/unistr/u8-strcmp.c: Likewise.
8622         * lib/unistr/u8-strcpy.c: Likewise.
8623         * lib/unistr/u8-strcspn.c: Likewise.
8624         * lib/unistr/u8-strdup.c: Likewise.
8625         * lib/unistr/u8-strlen.c: Likewise.
8626         * lib/unistr/u8-strmblen.c: Likewise.
8627         * lib/unistr/u8-strmbtouc.c: Likewise.
8628         * lib/unistr/u8-strncat.c: Likewise.
8629         * lib/unistr/u8-strncmp.c: Likewise.
8630         * lib/unistr/u8-strncpy.c: Likewise.
8631         * lib/unistr/u8-strnlen.c: Likewise.
8632         * lib/unistr/u8-strpbrk.c: Likewise.
8633         * lib/unistr/u8-strrchr.c: Likewise.
8634         * lib/unistr/u8-strspn.c: Likewise.
8635         * lib/unistr/u8-strstr.c: Likewise.
8636         * lib/unistr/u8-strtok.c: Likewise.
8637         * lib/unistr/u8-to-u16.c: Likewise.
8638         * lib/unistr/u8-to-u32.c: Likewise.
8639         * lib/unistr/u8-uctomb-aux.c: Likewise.
8640         * lib/unistr/u8-uctomb.c: Likewise.
8641         * lib/unitypes.h: Likewise.
8642         * lib/uniwidth.h: Likewise.
8643         * lib/uniwidth/cjk.h: Likewise.
8644         * lib/uniwidth/u16-strwidth.c: Likewise.
8645         * lib/uniwidth/u16-width.c: Likewise.
8646         * lib/uniwidth/u32-strwidth.c: Likewise.
8647         * lib/uniwidth/u32-width.c: Likewise.
8648         * lib/uniwidth/u8-strwidth.c: Likewise.
8649         * lib/uniwidth/u8-width.c: Likewise.
8650         * lib/uniwidth/width.c: Likewise.
8651
8652 2007-10-07  Bruno Haible  <bruno@clisp.org>
8653
8654         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
8655         The file is still under LGPL (see modules/inttypes).
8656
8657 2007-10-06  Bruno Haible  <bruno@clisp.org>
8658
8659         * modules/trunc (Dependencies): Add 'extensions'.
8660         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
8661         Reported by Ben Pfaff <blp@gnu.org>.
8662
8663 2007-10-06  Bruno Haible  <bruno@clisp.org>
8664
8665         * modules/freopen-tests: New file.
8666         * tests/test-freopen.c: New file.
8667
8668         * modules/fopen-tests: New file.
8669         * tests/test-fopen.c: New file.
8670
8671         * modules/fopen: New file.
8672         * lib/fopen.c: New file.
8673         * m4/fopen.m4: New file.
8674         * modules/freopen: New file.
8675         * lib/freopen.c: New file.
8676         * m4/freopen.m4: New file.
8677         * lib/stdio.in.h (fopen, freopen): New declarations.
8678         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
8679         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
8680         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
8681         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
8682         * doc/functions/fopen.texi: Mention the 'fopen' module.
8683         * doc/functions/freopen.texi: Mention the 'freopen' module.
8684
8685 2007-10-06  Bruno Haible  <bruno@clisp.org>
8686
8687         * modules/open-tests: New file.
8688         * tests/test-open.c: New file.
8689
8690         * modules/open: New file.
8691         * lib/open.c: New file.
8692         * m4/open.m4: New file.
8693         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
8694         lib/open.c does.
8695         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
8696         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
8697         macros.
8698         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
8699         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
8700         REPLACE_OPEN.
8701         * doc/functions/open.texi: Mention the 'open' module.
8702
8703 2007-10-04  Bruno Haible  <bruno@clisp.org>
8704
8705         * modules/ceill-tests: New file.
8706         * tests/test-ceill.c: New file.
8707
8708         * modules/ceill: New file.
8709         * lib/ceill.c: Replace entire file.
8710         * m4/ceill.m4: New file.
8711         * lib/math.in.h (ceill): Replace declaration.
8712         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
8713         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
8714         * doc/functions/ceill.texi: Mention the 'ceill' module.
8715         * modules/mathl (Files): Remove lib/ceill.c.
8716         (Depends-on): Add ceill.
8717
8718 2007-10-04  Bruno Haible  <bruno@clisp.org>
8719
8720         * modules/ceilf-tests: New file.
8721         * tests/test-ceilf.c: New file.
8722
8723         * modules/ceilf: New file.
8724         * lib/ceil.c: New file.
8725         * lib/ceilf.c: New file.
8726         * m4/ceilf.m4: New file.
8727         * lib/math.in.h (ceilf): New declaration.
8728         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
8729         HAVE_DECL_CEILF.
8730         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
8731         HAVE_DECL_CEILF.
8732         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
8733
8734 2007-10-04  Bruno Haible  <bruno@clisp.org>
8735
8736         * modules/floorl-tests: New file.
8737         * tests/test-floorl.c: New file.
8738
8739         * modules/floorl: New file.
8740         * lib/floorl.c: Replace entire file.
8741         * m4/floorl.m4: New file.
8742         * lib/math.in.h (floorl): Replace declaration.
8743         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
8744         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
8745         * doc/functions/floorl.texi: Mention the 'floorl' module.
8746         * modules/mathl (Files): Remove lib/floorl.c.
8747         (Depends-on): Add floorl.
8748
8749 2007-10-04  Bruno Haible  <bruno@clisp.org>
8750
8751         * modules/floorf-tests: New file.
8752         * tests/test-floorf.c: New file.
8753
8754         * modules/floorf: New file.
8755         * lib/floor.c: New file.
8756         * lib/floorf.c: New file.
8757         * m4/floorf.m4: New file.
8758         * lib/math.in.h (floorf): New declaration.
8759         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
8760         HAVE_DECL_FLOORF.
8761         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
8762         HAVE_DECL_FLOORF.
8763         * doc/functions/floorf.texi: Mention the 'floorf' module.
8764
8765 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
8766             Bruno Haible  <bruno@clisp.org>
8767
8768         Advertise for the Git server instead of the CVS server.
8769         * doc/gnulib-intro.texi (Steady Development): Mention the Git
8770         repository instead of the CVS one.
8771         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
8772         about all VCS systems generically.
8773         * doc/gnulib.texi (Introduction): Capitalize `Git'.
8774
8775 2007-10-04  Bruno Haible  <bruno@clisp.org>
8776
8777         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
8778         means.
8779         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
8780
8781 2007-10-04  Bruno Haible  <bruno@clisp.org>
8782
8783         * modules/truncl-tests: New file.
8784         * tests/test-truncl.c: New file.
8785
8786         * modules/truncl: New file.
8787         * lib/truncl.c: New file.
8788         * m4/truncl.m4: New file.
8789         * lib/math.in.h (truncl): New declaration.
8790         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
8791         HAVE_DECL_TRUNCL.
8792         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
8793         HAVE_DECL_TRUNCL.
8794         * doc/functions/truncl.texi: Mention the 'truncl' module.
8795
8796 2007-10-04  Bruno Haible  <bruno@clisp.org>
8797
8798         * modules/truncf-tests: New file.
8799         * tests/test-truncf.c: New file.
8800
8801         * modules/truncf: New file.
8802         * lib/trunc.c: Make paramerizable through USE_* macros.
8803         * lib/truncf.c: New file.
8804         * m4/truncf.m4: New file.
8805         * lib/math.in.h (truncf): New declaration.
8806         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
8807         HAVE_DECL_TRUNCF.
8808         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
8809         HAVE_DECL_TRUNCF.
8810         * doc/functions/truncf.texi: Mention the 'truncf' module.
8811
8812 2007-10-03  Bruno Haible  <bruno@clisp.org>
8813
8814         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
8815         augmentation also for tests modules.
8816         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
8817         * modules/atexit-tests (Makefile.am): Likewise.
8818         * modules/binary-io-tests (Makefile.am): Likewise.
8819         * modules/c-strcase-tests (Makefile.am): Likewise.
8820         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
8821         * modules/canonicalize-tests (Makefile.am): Likewise.
8822         * modules/closein-tests (Makefile.am): Likewise.
8823         * modules/fprintf-posix-tests (Makefile.am): Likewise.
8824         * modules/freadahead-tests (Makefile.am): Likewise.
8825         * modules/fseek-tests (Makefile.am): Likewise.
8826         * modules/fseeko-tests (Makefile.am): Likewise.
8827         * modules/ftell-tests (Makefile.am): Likewise.
8828         * modules/ftello-tests (Makefile.am): Likewise.
8829         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
8830         * modules/isnanl-tests (Makefile.am): Likewise.
8831         * modules/lseek-tests (Makefile.am): Likewise.
8832         * modules/mbscasecmp-tests (Makefile.am): Likewise.
8833         * modules/mbscasestr-tests (Makefile.am): Likewise.
8834         * modules/mbschr-tests (Makefile.am): Likewise.
8835         * modules/mbscspn-tests (Makefile.am): Likewise.
8836         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
8837         * modules/mbspbrk-tests (Makefile.am): Likewise.
8838         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
8839         * modules/mbsrchr-tests (Makefile.am): Likewise.
8840         * modules/mbsspn-tests (Makefile.am): Likewise.
8841         * modules/mbsstr-tests (Makefile.am): Likewise.
8842         * modules/printf-posix-tests (Makefile.am): Likewise.
8843         * modules/snprintf-posix-tests (Makefile.am): Likewise.
8844         * modules/sprintf-posix-tests (Makefile.am): Likewise.
8845         * modules/tsearch-tests (Makefile.am): Likewise.
8846         * modules/uniname/uniname-tests (Makefile.am): Likewise.
8847         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
8848         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
8849         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
8850         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
8851         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
8852         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
8853         * modules/vprintf-posix-tests (Makefile.am): Likewise.
8854         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
8855         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
8856         * modules/xstrtoimax-tests (Makefile.am): Likewise.
8857         * modules/xstrtol-tests (Makefile.am): Likewise.
8858         * modules/xstrtoumax-tests (Makefile.am): Likewise.
8859         * modules/yesno-tests (Makefile.am): Likewise.
8860
8861 2007-10-03  Bruno Haible  <bruno@clisp.org>
8862
8863         * modules/trunc-tests: New file.
8864         * tests/test-trunc.c: New file.
8865
8866         * modules/trunc: New file.
8867         * lib/trunc.c: New file.
8868         * m4/trunc.m4: New file.
8869         * lib/math.in.h (trunc): New declaration.
8870         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
8871         HAVE_DECL_TRUNC.
8872         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
8873         HAVE_DECL_TRUNC.
8874         * doc/functions/trunc.texi: Mention the 'trunc' module.
8875
8876 2007-10-03  Bruno Haible  <bruno@clisp.org>
8877
8878         * tests/test-fpending.c: New file, mostly copied
8879         from coreutils/lib/t-fpending.c.
8880         * modules/fpending-tests: New file.
8881
8882 2007-10-03  Bruno Haible  <bruno@clisp.org>
8883
8884         Port the stdio extensions to QNX (untested).
8885         * lib/fseterr.c (fseterr): Add support for QNX.
8886         * lib/fbufmode.c (fbufmode): Likewise.
8887         * lib/freadable.c (freadable): Likewise.
8888         * lib/fwritable.c (fwritable): Likewise.
8889         * lib/freading.c (freading): Likewise.
8890         * lib/fwriting.c (fwriting): Likewise.
8891         * lib/freadahead.c (freadahed): Likewise.
8892         * lib/fpurge.c (fpurge): Likewise.
8893         * lib/fseeko.c (rpl_fseeko): Likewise.
8894
8895 2007-10-03  Bruno Haible  <bruno@clisp.org>
8896             Jim Meyering  <jim@meyering.net>
8897             Eric Blake  <ebb9@byu.net>
8898
8899         * doc/relocatable.texi: Use @command instead of @program.
8900
8901 2007-10-02  Jim Meyering  <jim@meyering.net>
8902
8903         Perform one more "_.h" -> ".in.h" substitution.
8904         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
8905         instead of unistd_.h here, too.
8906
8907 2007-10-01  Bruno Haible  <bruno@clisp.org>
8908
8909         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
8910         Needed for the alloca-opt module.
8911
8912 2007-09-30  Bruno Haible  <bruno@clisp.org>
8913
8914         * lib/alloca.in.h: Renamed from lib/alloca_.h.
8915         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
8916         alloca_.h.
8917         * lib/argz.in.h: Renamed from lib/argz_.h.
8918         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
8919         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
8920         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
8921         byteswap_.h.
8922         * lib/dirent.in.h: Renamed from lib/dirent_.h.
8923         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
8924         dirent_.h.
8925         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
8926         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
8927         fcntl_.h.
8928         * lib/float.in.h: Renamed from lib/float_.h.
8929         * modules/float (Files, Makefile.am): Use float.in.h instead of
8930         float_.h.
8931         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
8932         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
8933         fnmatch_.h.
8934         * lib/getopt.in.h: Renamed from lib/getopt_.h.
8935         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
8936         getopt_.h.
8937         * lib/glob.in.h: Renamed from lib/glob_.h.
8938         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
8939         * lib/iconv.in.h: Renamed from lib/iconv_.h.
8940         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
8941         iconv_.h.
8942         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
8943         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
8944         inttypes_.h.
8945         * lib/locale.in.h: Renamed from lib/locale_.h.
8946         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
8947         locale_.h.
8948         * lib/math.in.h: Renamed from lib/math_.h.
8949         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
8950         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
8951         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
8952         of netinet_in_.h. Add dependency.
8953         * lib/poll.in.h: Renamed from lib/poll_.h.
8954         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
8955         * lib/search.in.h: Renamed from lib/search_.h.
8956         * modules/search (Files, Makefile.am): Use search.in.h instead of
8957         search_.h.
8958         * lib/signal.in.h: Renamed from lib/signal_.h.
8959         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
8960         _signal.h.
8961         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
8962         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
8963         stdbool_.h.
8964         * lib/stdint.in.h: Renamed from lib/stdint_.h.
8965         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
8966         stdint_.h.
8967         * lib/stdio.in.h: Renamed from lib/stdio_.h.
8968         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
8969         stdio_.h.
8970         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
8971         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
8972         stdlib_.h.
8973         * lib/string.in.h: Renamed from lib/string_.h.
8974         * modules/string (Files, Makefile.am): Use string.in.h instead of
8975         string_.h.
8976         * doc/gnulib-tool.texi (Initial import): Update.
8977         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
8978         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
8979         of sys_select_.h. Add dependency.
8980         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
8981         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
8982         of sys_socket_.h.
8983         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
8984         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
8985         sys_stat_.h.
8986         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
8987         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
8988         sys_time_.h.
8989         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
8990         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
8991         sysexits_.h.
8992         * lib/time.in.h: Renamed from lib/time_.h.
8993         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
8994         * lib/unistd.in.h: Renamed from lib/unistd_.h.
8995         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
8996         unistd_.h.
8997         * lib/wchar.in.h: Renamed from lib/wchar_.h.
8998         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
8999         wchar_.h.
9000         * lib/wctype.in.h: Renamed from lib/wctype_.h.
9001         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
9002         wctype_.h.
9003         * build-aux/bootstrap (slurp): Update.
9004         * lib/.cppi-disable: Update.
9005
9006 2007-09-30  Bruno Haible  <bruno@clisp.org>
9007
9008         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
9009         Needed on BeOS.
9010
9011 2007-09-30  Bruno Haible  <bruno@clisp.org>
9012
9013         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
9014
9015 2007-09-29  Bruno Haible  <bruno@clisp.org>
9016
9017         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
9018
9019 2007-09-29  Bruno Haible  <bruno@clisp.org>
9020
9021         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
9022         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
9023         * build-aux/install-reloc: Compile also areadlink.c.
9024         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
9025
9026 2007-09-29  Bruno Haible  <bruno@clisp.org>
9027
9028         * gnulib-tool (func_emit_initmacro_done): Indentation.
9029
9030 2007-09-29  Bruno Haible  <bruno@clisp.org>
9031
9032         * README: Add CVS checkout update instructions.
9033         Info from Bob Proulx <bob@proulx.com>.
9034
9035 2007-09-28  Eric Blake  <ebb9@byu.net>
9036
9037         Provide move-if-change.
9038         * build-aux/move-if-change: New file, based on best practice
9039         rather than any canonical upstream location.
9040
9041 2007-09-28  Jim Meyering  <jim@meyering.net>
9042
9043         Fix canonicalize loop-detection corner case.
9044         Do not attempt to stat the symlink values stored via seen_triple.
9045         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
9046         on linux-2.6.18, (but not 2.6.22).
9047         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
9048         triple_compare.  The former compares dev,ino,filename, while the latter
9049         would actually stat dirname(filename) when dev and ino were equal.
9050         * lib/hash-triple.c: Install <string.h>.
9051         (STREQ): Define.
9052         (triple_compare_ino_str): New function.
9053         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
9054
9055 2007-09-28  Eric Blake  <ebb9@byu.net>
9056
9057         Enforce that AC_REPLACE_FUNCS files exist.
9058         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
9059         override check for typos.
9060
9061         Fix test-closein on Solaris 10.
9062         * tests/test-closein.c (main): Don't assume stdin can be inherited
9063         closed on all systems.
9064         * tests/test-closein.sh: Likewise.
9065         Reported by Piotr Tarnowski.
9066
9067 2007-09-28  Jim Meyering  <jim@meyering.net>
9068
9069         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
9070
9071 2007-09-27  Jim Meyering  <jim@meyering.net>
9072
9073         canonicalize: Avoid a false-positive cycle failure.
9074         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
9075         Sort.  Remove cycle-check.
9076         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
9077         not cycle-check.h.
9078         (seen_triple): New function.
9079         (canonicalize_filename_mode): Use it instead of cycle-check.
9080         * tests/test-canonicalize.c: Add a test for this bug.
9081         * tests/test-canonicalize.sh: Set up and run the test.
9082
9083         New module, file-set, from coreutils.
9084         * modules/file-set: Define it.
9085         * lib/file-set.c, lib/file-set.h: Implement.
9086
9087         New module, hash-triple, from coreutils.
9088         * modules/hash-triple: Define it.
9089         * lib/hash-triple.c, lib/hash-triple.h: Implement.
9090
9091 2007-09-25  Eric Blake  <ebb9@byu.net>
9092
9093         Fix strerror on Interix.
9094         * lib/string_.h (strerror): Declare replacement.
9095         * doc/functions/strerror.texi (strerror): Document the Interix
9096         shortcoming.
9097         * modules/string (Makefile.am): Support new hooks.
9098         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
9099         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
9100         gl_FUNC_STRERROR_SEPARATE.
9101         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
9102         * lib/strerror.c (rpl_strerror): Provide replacement.
9103         * modules/strerror (Depends-on): Add string.
9104         (configure.ac): Detect use of module.
9105         * tests/test-strerror.c: New file.
9106         * modules/strerror-tests: New test module.
9107         * modules/argp (Depends-on): Add strerror.
9108         * modules/error (Depends-on): Likewise.
9109         Reported by Martin Koeppe.
9110
9111 2007-09-24  Bruno Haible  <bruno@clisp.org>
9112
9113         * README: Update git instructions.
9114
9115 2007-09-24  Eric Blake  <ebb9@byu.net>
9116
9117         Revert fpending breakage from 2007-09-08.
9118         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
9119         __fpending.c.
9120
9121 2007-09-24  Jim Meyering  <jim@meyering.net>
9122
9123         filenamecat.c: Add a test.
9124         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
9125         showing how the function works when DIR is the empty string.
9126
9127 2007-09-21  Simon Josefsson  <simon@josefsson.org>
9128
9129         * tests/test-canonicalize.sh: Turn on executable bit.
9130
9131 2007-09-19  Eric Blake  <ebb9@byu.net>
9132
9133         * README: Update CVS instructions.
9134
9135 2007-09-18  Bruno Haible  <bruno@clisp.org>
9136
9137         * modules/areadlink: New file.
9138         * lib/areadlink.h (areadlink): New declaration.
9139         * lib/areadlink.c: New file, based on lib/xreadlink.c.
9140
9141 2007-09-17  Jim Meyering  <jim@meyering.net>
9142
9143         * lib/savewd.c (ESTALE) [!defined]: Define.
9144         Reported to be required on Interix by Martin Koeppe.
9145
9146 2007-09-17  Bruno Haible  <bruno@clisp.org>
9147
9148         * gnulib-tool (func_version): Use $version.
9149
9150 2007-09-16  Bruno Haible  <bruno@clisp.org>
9151
9152         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
9153         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
9154         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
9155         Reported by Greg Schafer <gschafer@zip.com.au>.
9156
9157 2007-09-15  Bruno Haible  <bruno@clisp.org>
9158
9159         * gnulib-tool (sed): Try a little harder to make bash understand the
9160         alias.
9161         Reported by Bruce Korb <bruce.korb@gmail.com>.
9162
9163 2007-09-13  Eric Blake  <ebb9@byu.net>
9164
9165         * ChangeLog: Remove conflict markers.
9166
9167 2007-09-13  Simon Josefsson  <simon@josefsson.org>
9168
9169         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
9170         Reported by Bruno Haible <bruno@clisp.org>.
9171
9172 2007-09-12  Bruno Haible  <bruno@clisp.org>
9173
9174         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
9175         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
9176         is not defined.
9177
9178 2007-09-12  Eric Blake  <ebb9@byu.net>
9179
9180         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
9181         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
9182         Autoconf definition.
9183         * modules/euidaccess (Depends-on): Add extensions, for
9184         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
9185         * modules/fnmatch (Depends-on): Likewise.
9186         * modules/getaddrinfo (Depends-on): Likewise.
9187         * modules/getdelim (Depends-on): Likewise.
9188         * modules/getline (Depends-on): Likewise.
9189         * modules/getsubopt (Depends-on): Likewise.
9190         * modules/gettext (Depends-on): Likewise.
9191         * modules/group-member (Depends-on): Likewise.
9192         * modules/mbchar (Depends-on): Likewise.
9193         * modules/memmem (Depends-on): Likewise.
9194         * modules/mempcpy (Depends-on): Likewise.
9195         * modules/memrchr (Depends-on): Likewise.
9196         * modules/pagealign_alloc (Depends-on): Likewise.
9197         * modules/readutmp (Depends-on): Likewise.
9198         * modules/stpcpy (Depends-on): Likewise.
9199         * modules/stpncpy (Depends-on): Likewise.
9200         * modules/strchrnul (Depends-on): Likewise.
9201         * modules/strndup (Depends-on): Likewise.
9202         * modules/strsep (Depends-on): Likewise.
9203         * modules/strverscmp (Depends-on): Likewise.
9204         * modules/vasprintf (Depends-on): Likewise.
9205         * modules/wcwidth (Depends-on): Likewise.
9206         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
9207         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
9208         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
9209         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
9210         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9211         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
9212         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
9213         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9214         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
9215         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
9216         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9217         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9218         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9219         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
9220         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
9221         * m4/readutmp.m4 (gl_READUTMP): Likewise.
9222         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9223         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9224         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9225         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9226         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9227         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9228         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9229         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
9230         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
9231         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9232         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
9233         so that lock.m4 can be used in gettext without extensions module.
9234
9235 2007-09-11  Bruno Haible  <bruno@clisp.org>
9236
9237         * m4/isc-posix.m4: Remove file.
9238         Suggested by Eric Blake.
9239
9240 2007-09-11  Eric Blake  <ebb9@byu.net>
9241
9242         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
9243
9244 2007-09-10  Bruno Haible  <bruno@clisp.org>
9245
9246         * posix-modules: Fix typo in error message.
9247         Reported by Matt <mkraai@beckman.com>.
9248
9249 2007-09-09  Bruno Haible  <bruno@clisp.org>
9250
9251         * doc/functions/getdelim.texi: Update list of platforms lacking the
9252         function.
9253         * doc/functions/getline.texi: Likewise.
9254
9255 2007-09-09  Jim Meyering  <jim@meyering.net>
9256
9257         * lib/hash.c (hash_initialize): Detect calloc failure.
9258         Reported by Bruno Haible.
9259
9260 2007-09-09  Bruno Haible  <bruno@clisp.org>
9261
9262         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
9263         malloc or realloc fails.
9264
9265 2007-09-09  Bruno Haible  <bruno@clisp.org>
9266
9267         * modules/getcwd (Depends-on): Add malloc-posix.
9268         * modules/glob (Depends-on): Likewise.
9269         * modules/putenv (Depends-on): Likewise.
9270         * modules/strdup (Depends-on): Likewise.
9271         * modules/getdelim (Depends-on): Add realloc-posix.
9272         * modules/read-file (Depends-on): Likewise.
9273
9274 2007-09-09  Bruno Haible  <bruno@clisp.org>
9275
9276         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
9277         (gl_FUNC_MALLOC_POSIX): Require it.
9278         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
9279         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
9280         * modules/realloc (Files): Add m4/malloc.m4.
9281         * modules/calloc (Files): Likewise.
9282
9283 2007-09-09  Bruno Haible  <bruno@clisp.org>
9284
9285         * modules/malloc-posix: New file.
9286         * modules/malloc (Depends-on): Add malloc-posix.
9287         * lib/malloc.c: Include errno.h.
9288         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
9289         and a POSIX-compatible malloc into a single function. Set ENOMEM
9290         when returning NULL.
9291         * m4/malloc.m4: New file.
9292         * doc/functions/malloc.texi: Mention the malloc-posix module.
9293         * lib/stdlib_.h (malloc): New declaration.
9294         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
9295         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
9296         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
9297         and HAVE_MALLOC_POSIX.
9298
9299 2007-09-09  Bruno Haible  <bruno@clisp.org>
9300
9301         * modules/realloc-posix: New file.
9302         * modules/realloc (Depends-on): Add realloc-posix.
9303         * lib/realloc.c: Include errno.h.
9304         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
9305         and a POSIX-compatible realloc into a single function. Set ENOMEM
9306         when returning NULL.
9307         * m4/realloc.m4: New file.
9308         * doc/functions/realloc.texi: Mention the realloc-posix module.
9309         * lib/stdlib_.h (realloc): New declaration.
9310         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
9311         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
9312         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
9313         and HAVE_REALLOC_POSIX.
9314
9315 2007-09-09  Bruno Haible  <bruno@clisp.org>
9316
9317         * modules/calloc-posix: New file.
9318         * modules/calloc (Depends-on): Add calloc-posix.
9319         * lib/calloc.c: Include errno.h.
9320         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
9321         and a POSIX-compatible calloc into a single function. Set ENOMEM
9322         when returning NULL.
9323         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
9324         * doc/functions/calloc.texi: Mention the calloc-posix module.
9325         * lib/stdlib_.h (calloc): New declaration.
9326         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
9327         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
9328         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
9329         and HAVE_CALLOC_POSIX.
9330
9331 2007-09-09  Bruno Haible  <bruno@clisp.org>
9332
9333         Allow for modules to show an arbitrary notice.
9334         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
9335         * gnulib-tool: New option --extract-notice.
9336         (func_usage): Document it.
9337         (sed_extract_prog): Update.
9338         (func_get_notice): New function.
9339         (func_modules_notice): New function.
9340         (func_import, func_create_testdir): Invoke it.
9341         Suggested by Jim Meyering.
9342
9343 2007-09-09  Bruno Haible  <bruno@clisp.org>
9344
9345         * gnulib-tool: New options --verbose, --quiet.
9346         (func_usage): Document them.
9347         (verbose): New variable.
9348         (func_execute_command): New function.
9349         (func_import): Don't show the module list and the file list if
9350         $verbose < 0.
9351         (func_create_testdir): Likewise. Use func_execute_command.
9352         (func_create_megatestdir): Use func_execute_command.
9353
9354 2007-09-08  Bruno Haible  <bruno@clisp.org>
9355
9356         * gnulib-tool (func_import): Prefer rsync over wget when available,
9357         for fetching the PO files.
9358
9359 2007-09-08  Bruno Haible  <bruno@clisp.org>
9360
9361         * posix-modules: New file. Portions copied from gnulib-tool.
9362         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
9363
9364 2007-09-08  Jim Meyering  <jim@meyering.net>
9365
9366         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
9367         * lib/fpending.h: Rename from __fpending.h.
9368         * lib/fpending.c: Rename from __fpending.c.
9369         Include "fpending.h", not "__fpending.h".
9370         * lib/__fpending.h, lib/__fpending.c: Remove files.
9371         * modules/fpending (Files): Reflect new file names.
9372         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
9373
9374 2007-09-08  Bruno Haible  <bruno@clisp.org>
9375
9376         * m4/inttypes-h.m4: Remove stub file.
9377
9378 2007-09-07  Simon Josefsson  <simon@josefsson.org>
9379
9380         * doc/headers/stdint.texi: Discuss #include_next issue.
9381
9382 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9383
9384         * build-aux/bootstrap: Remove obsolete comment about wget --help.
9385
9386 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9387
9388         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
9389         in variable name.
9390
9391 2007-09-03  Jim Meyering  <jim@meyering.net>
9392
9393         New module: git-version-gen.
9394         * modules/git-version-gen: New file.
9395
9396         Import changes from coreutils for bootstrap script.
9397
9398         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
9399
9400         bootstrap: uses rsync to download the .po files
9401         * build-aux/bootstrap (po_download_command_format): New global.
9402         (download_po_files): Use rsync.
9403         (update_po_files): Don't remove .po files after download,
9404         so future rsync runs can take advantage of the copies.
9405
9406         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
9407
9408         Solve the unnecessary-.po-file-regeneration problem once and for all.
9409         * build-aux/bootstrap (download_po_files): New function, renamed from
9410         get_translations.  Now, downloads, but doesn't update LINGUAS.
9411         (update_po_files): New function.
9412
9413         bootstrap: Ignore more.
9414         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
9415         uniwidth to e.g., lib/.gitignore.
9416         (slurp): Handle the sys_stat_.h -> sys mapping, too.
9417
9418         * build-aux/bootstrap: New setting: vc_ignore.
9419         (insert_sorted_if_absent): Create $file if absent.
9420         Adapt to new, possibly empty, list: $vc_ignore.
9421
9422         bootstrap: generate more ignorable names
9423         * build-aux/bootstrap (slurp): When generating ignorable names,
9424         also map .sin to .sed, .gperf to .c, and .y to .c.
9425
9426 2007-09-03  Jim Meyering  <jim@meyering.net>
9427
9428         * build-aux/git-version-gen: New file, from coreutils.  For details, see
9429         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
9430
9431 2007-09-02  Bruno Haible  <bruno@clisp.org>
9432
9433         Fix mis-recognition of 'mcs' on QNX 6.
9434         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
9435         output contains the string "Mono".
9436         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
9437         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
9438
9439 2007-09-01  Bruno Haible  <bruno@clisp.org>
9440
9441         Fix collision between uniwidth/* and linebreak modules.
9442         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
9443         u32_width): Remove declarations.
9444         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
9445         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
9446         streq3, streq2, streq1, streq0): Remove functions.
9447         (STREQ): Remove macro.
9448         (is_cjk_encoding): Remove function.
9449         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
9450         (uc_width, u8_width, u16_width, u32_width): Remove functions.
9451         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
9452         * NEWS: Document the change.
9453
9454 2007-09-01  Bruno Haible  <bruno@clisp.org>
9455
9456         * lib/streq.h: Add double-inclusion guard.
9457
9458 2007-09-01  Karl Berry  <karl@gnu.org>
9459
9460         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
9461
9462 2007-08-28  Jim Meyering  <jim@meyering.net>
9463
9464         Rename mreadlink_with_size to areadlink_with_size.
9465         * NEWS: Document the change.
9466         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
9467         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
9468         * lib/mreadlink.h: Rename this to...
9469         * lib/areadlink.h: ...this.
9470         * modules/mreadlink-with-size: Rename this to...
9471         * modules/areadlink-with-size: ...this.
9472         * lib/canonicalize.c: Reflect the renaming.
9473         * modules/canonicalize: Likewise.
9474
9475 2007-08-26  Bruno Haible  <bruno@clisp.org>
9476
9477         * gnulib-tool (func_import): When deciding which files to remove,
9478         consider also dangling symbolic links.
9479         Reported by Eric Blake.
9480
9481 2007-08-26  Bruno Haible  <bruno@clisp.org>
9482
9483         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
9484
9485 2007-08-23  Simon Josefsson  <simon@josefsson.org>
9486
9487         * lib/readline.c: Don't include getline.h, the prototype is now
9488         found in stdio.h.
9489
9490 2007-08-23  Jim Meyering  <jim@meyering.net>
9491
9492         Getdelim touchup.
9493         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
9494         around the funlockfile call, since funlockfile never sets errno.
9495         Don't set errno upon failed realloc.
9496
9497 2007-08-22  Eric Blake  <ebb9@byu.net>
9498
9499         Getline touchups.
9500         * lib/getdelim.c (getdelim): Revert regression that required *n to
9501         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
9502         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
9503         getdelim, rather than whether implementation is missing.
9504         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
9505         * lib/stdio_.h (getline): Also declare if replacement is
9506         required.
9507         * doc/functions/getdelim.texi: New file.
9508         * doc/functions/getline.texi: Likewise.
9509         * doc/gnulib.texi (Function Substitutes): Add new files.
9510         Reported by Bruno Haible.
9511
9512 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
9513
9514         * users.txt: Add Guile.
9515
9516 2007-08-22  Eric Blake  <ebb9@byu.net>
9517
9518         * tests/test-getdelim.c (main): Use remove, not unlink.
9519         * tests/test-getline.c (main): Likewise.
9520
9521         Move getline and getdelim into stdio.h, per POSIX 200x.
9522         * modules/getline (Files): Remove getline.h.
9523         (Depends-on): Add stdio.
9524         (configure.ac): Add module indicator.
9525         * modules/getdelim (Files): Remove getdelim.h.
9526         (Depends-on): Add stdio.
9527         (configure.ac): Add module indicator.
9528         * modules/stdio (Makefile.am): Work with new indicators.
9529         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
9530         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
9531         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
9532         * lib/getdelim.h: Delete.
9533         * lib/getline.h: Delete.
9534         * lib/stdio_.h (getdelim, getline): Declare.
9535         * modules/getdelim-tests: New module.
9536         * modules/getline-tests: Likewise.
9537         * tests/test-getdelim.c: New file.
9538         * tests/test-getline.c: Likewise.
9539         * NEWS: Document the change.
9540         * lib/getline.c: Update choice of header.
9541         * lib/csharpcomp.c: Likewise.
9542         * lib/getpass.c: Likewise.
9543         * lib/javacomp.c: Likewise.
9544         * lib/javaversion.c: Likewise.
9545         * lib/yesno.c: Likewise.
9546         * lib/getdelim.c: Likewise.
9547         (getdelim): Set errno on failure, and avoid memory leak.
9548
9549 2007-08-19  Bruno Haible  <bruno@clisp.org>
9550
9551         * modules/closein (Depends-on): Add freadahead.
9552         * lib/closein.c: Include freadahead.h.
9553         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
9554         is zero.
9555
9556 2007-08-19  Bruno Haible  <bruno@clisp.org>
9557
9558         * modules/freadahead-tests: New file.
9559         * tests/test-freadahead.sh: New file.
9560         * tests/test-freadahead.c: New file.
9561
9562         * modules/freadahead: New file.
9563         * lib/freadahead.h: New file.
9564         * lib/freadahead.c: New file.
9565         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
9566         fbufmode, fpurge, freadable, fwritable.
9567
9568 2007-08-19  Eric Blake  <ebb9@byu.net>
9569
9570         Test yesno in combination with closein.
9571         * lib/yesno.c (yesno): Document use of stdin.
9572         * modules/yesno-tests (Files): New module.
9573         * tests/test-yesno.c (main): New file.
9574         * tests/test-yesno.sh: Likewise.
9575
9576 2007-08-19  Bruno Haible  <bruno@clisp.org>
9577
9578         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
9579         * lib/fseeko.c (rpl_fseeko): Likewise.
9580         * lib/fseterr.c (fseterr): Likewise.
9581
9582 2007-08-19  Bruno Haible  <bruno@clisp.org>
9583
9584         * tests/test-lseek.c (main): Disable a test for BeOS.
9585         * doc/functions/lseek.texi: Document the BeOS bug.
9586
9587 2007-08-19  Bruno Haible  <bruno@clisp.org>
9588             Eric Blake  <ebb9@byu.net>
9589
9590         * lib/lseek.c: Include <sys/stat.h>.
9591         (rpl_lseek): Add workaround code also for Unix platforms.
9592         Needed for BeOS.
9593         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
9594         * doc/functions/lseek.texi: Document BeOS definiency.
9595
9596 2007-08-18  Bruno Haible  <bruno@clisp.org>
9597
9598         * modules/fstrcmp-tests: New file.
9599         * tests/test-fstrcmp.c: New file.
9600
9601 2007-08-18  Bruno Haible  <bruno@clisp.org>
9602
9603         * modules/fstrcmp: New file, from GNU gettext with modifications.
9604         * lib/fstrcmp.h: New file, from GNU gettext.
9605         * lib/fstrcmp.c: New file, from GNU gettext.
9606         * MODULES.html.sh (String handling): Add fstrcmp.
9607
9608 2007-08-18  Bruno Haible  <bruno@clisp.org>
9609
9610         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
9611         'bool'.
9612         (diag, compareseq): Remove const from the ctxt argument.
9613         (USE_HEURISTIC): Undefine at the end.
9614
9615 2007-08-18  Jim Meyering  <jim@meyering.net>
9616
9617         New file: lib/idcache.h
9618         * NEWS: Mention the addition.
9619         * modules/idcache (Files): Add lib/idcache.h
9620         * lib/idcache.c: Include "idcache.h".
9621         Don't include <sys/types.h>.
9622         Add a FIXME comment.
9623         Move file-scoped "static" declarations to the top.
9624         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
9625
9626 2007-08-17  Bruno Haible  <bruno@clisp.org>
9627         and Paul Eggert  <eggert@cs.ucla.edu>
9628
9629         * MODULES.html.sh: Add diffseq.
9630         * modules/diffseq: New file.
9631         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
9632         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
9633
9634 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9635
9636         Import changes from coreutils for bootstrap script.
9637
9638         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
9639
9640         * build-aux/bootstrap (slurp): Work even in environments where
9641         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
9642         current code does not slurp files whose names start with ".", and
9643         this looks like it might be a troublesome area.
9644
9645         2007-07-11  Jim Meyering  <jim@meyering.net>
9646
9647         If there's a GPL vN copyright comment, require that N == 3.
9648
9649         2007-07-08  Jim Meyering  <jim@meyering.net>
9650
9651         Run the coreutils-specific code only if tests/Makefile.am.in exists.
9652         * build-aux/bootstrap (mam_template): Move definition out of loop.
9653
9654         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
9655
9656         * build-aux/bootstrap (symlink_to_dir): Rename function from
9657         symlink_to_gnulib.  Add a directory parameter.  Update all
9658         callers.
9659         (cp_mark_as_generated): Also check for -- and link to -- files in
9660         gl/.
9661
9662         2007-07-08  Jim Meyering  <jim@meyering.net>
9663
9664         Adapt to deeper hierarchy in gnulib.
9665         * build-aux/bootstrap (symlink_to_dir): If the destination
9666         directory doesn't exist, create it. This is required at least for
9667         "lib/uniwidth/cjk.h".
9668
9669         2007-05-15  Jim Meyering  <jim@meyering.net>
9670
9671         * build-aux/bootstrap: Now that generated Makefile.am files
9672         are no longer under version control, they must be created at
9673         bootstrap time.
9674
9675 2007-08-14  Ben Pfaff  <blp@gnu.org>
9676
9677         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
9678
9679 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9680
9681         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
9682         given the changes below.
9683         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
9684         even on hosts that have padding bits beyond the supported 64.
9685
9686 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9687
9688         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
9689         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
9690         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
9691         depends on it.
9692         (xstrtol_error): Remove.
9693         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
9694         but with a different signature.
9695         (ATTRIBUTE_NORETURN, __attribute__): New macros.
9696         * lib/xstrtol-error.c: Include exitfail.h.
9697         (xstrtol_fatal): New function, with a different signature from the
9698         old xstrtol_error, so that the caller need not worry about passing
9699         in an exit status, or about storage management of the option argument.
9700         (xstrtol_error): Now a static function.  Redo signature to
9701         implement xstrtol_fatal.  Output the correct number of hyphens in
9702         front of the option so that the caller need not worry about
9703         storage management.
9704         (N_): New macro.
9705         (_): Remove; not used now.
9706         * modules/xstrtol: Depend on getopt.
9707         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
9708         of old STRTOL_FATAL_ERROR macro.
9709         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
9710         of test program.
9711         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
9712         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
9713
9714 2007-08-08  Eric Blake  <ebb9@byu.net>
9715
9716         * lib/xstrtol-error.c: Add missing include.
9717
9718         Move xstrtol messages into gnulib domain, when --pobase is used.
9719         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
9720         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
9721         * modules/xstrtol (Files): Distribute new file.
9722         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
9723         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
9724         * tests/test-xstrtol.c: ...into new file.
9725         * tests/test-xstrtoul.c: Also test xstrtoul.
9726         * tests/test-xstrtoimax.c: Also test xstrtoimax.
9727         * tests/test-xstrtoumax.c: Also test xstrtoumax.
9728         * tests/test-xstrtol.sh: Drive the tests.
9729         * tests/test-xstrtoimax.sh: Likewise.
9730         * tests/test-xstrtoumax.sh: Likewise.
9731         * modules/xstrtol-tests: New module.
9732         * modules/xstrtoimax-tests: Likewise.
9733         * modules/xstrtoumax-tests: Likewise.
9734
9735 2007-08-08  Jim Meyering  <jim@meyering.net>
9736
9737         New function: mfile_name_concat.
9738         * lib/filenamecat.c (mfile_name_concat): New function, just like
9739         file_name_concat, but return NULL upon failure rather than exiting
9740         with a diagnostic.
9741         * lib/filenamecat.h: Declare it.
9742
9743 2007-08-07  Bruno Haible  <bruno@clisp.org>
9744
9745         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
9746         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
9747         warning from gcc.
9748         Reported by Eric Blake.
9749
9750 2007-08-07  Simon Josefsson  <simon@josefsson.org>
9751
9752         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
9753         * modules/crypto/arcfour (License): Likewise.
9754         * modules/crypto/des-tests (License): Likewise.
9755         * modules/crypto/gc-arctwo-tests (License): Likewise.
9756         * modules/crypto/gc-des-tests (License): Likewise.
9757         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
9758         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
9759         * modules/crypto/gc-md2-tests (License): Likewise.
9760         * modules/crypto/gc-md4-tests (License): Likewise.
9761         * modules/crypto/gc-md5-tests (License): Likewise.
9762         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
9763         * modules/crypto/gc-rijndael-tests (License): Likewise.
9764         * modules/crypto/gc-sha1-tests (License): Likewise.
9765         * modules/crypto/gc-tests (License): Likewise.
9766         * modules/crypto/hmac-md5 (License): Likewise.
9767         * modules/crypto/hmac-sha1 (License): Likewise.
9768         * modules/crypto/md2-tests (License): Likewise.
9769         * modules/crypto/md4-tests (License): Likewise.
9770         * modules/crypto/md5 (License): Likewise.
9771         * modules/crypto/rijndael (License): Likewise.
9772         * modules/crypto/sha1 (License): Likewise.
9773         * modules/memxor (License): Likewise.
9774
9775 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
9776         and Bruno Haible  <bruno@clisp.org>
9777
9778         * NEWS: Describe interface changes to human, xstrtol.
9779         * lib/human.h: Include <xstrtol.h>.
9780         (human_options): Return enum strtol_error, not int.  Remove
9781         bool arg; take int * instead.
9782         * lib/human.c: Don't include "gettext.h".
9783         (_): Remove; no longer used.
9784         Don't include <xstrtol.h>, since human.h does it.
9785         (human_options): Adjust to abovementioned interface changes.
9786         Do not report error to stderr; that's now the caller's
9787         responsibility.
9788         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
9789         interface change.
9790         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
9791         Str, Argument_type_string.  All uses changed.  Put " argument"
9792         in diagnostics to make them clearer.  Change wording of suffix
9793         message for clarity.
9794         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
9795         Argument_type_string.
9796         (STRTOL_FATAL_WARN): Remove; no longer used.
9797         * modules/human (Depends-on): Remove gettext-h.
9798
9799 2007-08-06  Simon Josefsson  <simon@josefsson.org>
9800
9801         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
9802
9803 2007-07-31  Bruno Haible  <bruno@clisp.org>
9804
9805         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
9806         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
9807         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
9808
9809 2007-07-31  Bruno Haible  <bruno@clisp.org>
9810
9811         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
9812         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
9813
9814 2007-07-30  Bruno Haible  <bruno@clisp.org>
9815
9816         * modules/base64 (License): Use the synonymous term "LGPLv2+".
9817         * modules/c-ctype (License): Likewise.
9818         * modules/c-strcase (License): Likewise.
9819         * modules/check-version (License): Likewise.
9820         * modules/iconv (License): Likewise.
9821         * modules/iconv_open (License): Likewise.
9822         * modules/read-file (License): Likewise.
9823         * modules/striconv (License): Likewise.
9824         * modules/strverscmp (License): Likewise.
9825         * modules/vasprintf (License): Likewise.
9826         * modules/crypto/des (License): Likewise.
9827         * modules/crypto/gc (License): Likewise.
9828         * modules/crypto/gc-arcfour (License): Likewise.
9829         * modules/crypto/gc-arctwo (License): Likewise.
9830         * modules/crypto/gc-des (License): Likewise.
9831         * modules/crypto/gc-hmac-md5 (License): Likewise.
9832         * modules/crypto/gc-hmac-sha1 (License): Likewise.
9833         * modules/crypto/gc-md2 (License): Likewise.
9834         * modules/crypto/gc-md4 (License): Likewise.
9835         * modules/crypto/gc-md5 (License): Likewise.
9836         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
9837         * modules/crypto/gc-random (License): Likewise.
9838         * modules/crypto/gc-rijndael (License): Likewise.
9839         * modules/crypto/gc-sha1 (License): Likewise.
9840         * modules/crypto/md2 (License): Likewise.
9841         * modules/crypto/md4 (License): Likewise.
9842
9843 2007-07-30  Jim Meyering  <jim@meyering.net>
9844
9845         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
9846         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
9847         it has valid stat data.  This bug would cause du not to count the
9848         sizes of inaccessible directories.
9849         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
9850         in <http://bugzilla.redhat.com/250077>.
9851
9852 2007-07-25  Peter O'Gorman  <peter@pogma.com>
9853             Bruno Haible  <bruno@clisp.org>
9854
9855         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
9856         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
9857         #include_next, gives a diagnostic about it, but reports no error in
9858         the exit code.
9859         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
9860
9861 2007-07-24  Ben Pfaff  <blp@gnu.org>
9862
9863         Improve name: "count-one-bits" is better than "popcount".
9864         * MODULES.html.sh: Update name.
9865         * lib/popcount.h: Renamed lib/count-one-bits.h.
9866         (popcount): Renamed count_one_bits.
9867         (popcountl): Renamed count_one_bits_l.
9868         (popcountll): Renamed count_one_bits_ll.
9869         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
9870         * modules/popcount: Renamed module/count-one-bits.
9871         * modules/popcount-tests: Renamed module/count-one-bits-tests.
9872         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
9873
9874 2007-07-23  Ben Pfaff  <blp@gnu.org>
9875
9876         * lib/popcount.h (popcount32): Reduce size of constants, to allow
9877         better code generation, and add U to large constants to avoid
9878         warnings, in non-GCC case.
9879         Suggested by Bruno Haible.
9880
9881 2007-07-23  Ben Pfaff  <blp@gnu.org>
9882
9883         * lib/popcount.h: Use verify_true instead of if...abort.
9884         * modules/popcount: Depend on verify module.
9885         Suggested by Jim Meyering.
9886
9887 2007-07-23  Bruno Haible  <bruno@clisp.org>
9888
9889         * gnulib-tool (func_import): Create a .cvsignore file also when the
9890         directory is not yet in CVS but the toplevel directory is. When
9891         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
9892         Reported by Karl Berry.
9893
9894 2007-07-22  Ben Pfaff  <blp@gnu.org>
9895
9896         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
9897         case.
9898         Suggested by Eric Blake.
9899
9900 2007-07-22  Ben Pfaff  <blp@gnu.org>
9901
9902         New module: popcount.
9903         * MODULES.html.sh: Add popcount.
9904         * modules/popcount: New file.
9905         * modules/popcount-tests: New file.
9906         * tests/test-popcount.c: New file.
9907         * lib/popcount.h: New file.
9908         * m4/popcount.m4: New file.
9909
9910 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9911
9912         * build-aux/announce-gen: Update to GPLv3.
9913
9914         * build-aux/config.guess: Update from config.
9915
9916 2007-07-21  Bruno Haible  <bruno@clisp.org>
9917
9918         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
9919         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
9920
9921 2007-07-20  Jim Meyering  <jim@meyering.net>
9922
9923         * check-module: Diagnose a self-dependency.
9924
9925 2007-07-19  Bruno Haible  <bruno@clisp.org>
9926
9927         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
9928         empty.
9929         Reported by Eric Blake.
9930
9931 2007-07-18  Bruno Haible  <bruno@clisp.org>
9932
9933         * gnulib-tool: New options --po-base, --po-domain.
9934         (func_usage): Document them.
9935         (pobase, po_domain): New variables.
9936         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
9937         DEFAULT_TEXT_DOMAIN.
9938         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
9939         (func_import): Consider pobase and po_domain. Create a po/ directory.
9940         (func_create_testdir): Set pobase and po_domain to empty.
9941         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
9942         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
9943
9944 2007-07-18  Bruno Haible  <bruno@clisp.org>
9945
9946         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9947         EXTRA_DIST augmentation for files in build-aux/.
9948
9949 2007-07-16  Bruno Haible  <bruno@clisp.org>
9950
9951         * modules/lseek (License): Use the synonymous term "LGPLv2+".
9952         * modules/getdelim (License): Likewise.
9953
9954 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9955
9956         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
9957         * modules/d-type (License): Likewise.
9958         * modules/extensions (License): Likewise.
9959         * modules/fnmatch (License): Likewise.
9960         * modules/fseeko (License): Likewise.
9961         * modules/getaddrinfo (License): Likewise.
9962         * modules/getline (License): Likewise.
9963         * modules/getlogin_r (License): Likewise.
9964         * modules/getpass (License): Likewise.
9965         * modules/gettimeofday (License): Likewise.
9966         * modules/glob (License): Likewise.
9967         * modules/inet_ntop (License): Likewise.
9968         * modules/malloc (License): Likewise.
9969         * modules/malloca (License): Likewise.
9970         * modules/memmem (License): Likewise.
9971         * modules/mempcpy (License): Likewise.
9972         * modules/memset (License): Likewise.
9973         * modules/minmax (License): Likewise.
9974         * modules/mktime (License): Likewise.
9975         * modules/netinet_in (License): Likewise.
9976         * modules/pathmax (License): Likewise.
9977         * modules/poll (License): Likewise.
9978         * modules/regex (License): Likewise.
9979         * modules/snprintf (License): Likewise.
9980         * modules/stdbool (License): Likewise.
9981         * modules/stdint (License): Likewise.
9982         * modules/stdio (License): Likewise.
9983         * modules/strcase (License): Likewise.
9984         * modules/strcasestr (License): Likewise.
9985         * modules/strdup (License): Likewise.
9986         * modules/string (License): Likewise.
9987         * modules/strndup (License): Likewise.
9988         * modules/strnlen (License): Likewise.
9989         * modules/strpbrk (License): Likewise.
9990         * modules/strptime (License): Likewise.
9991         * modules/strsep (License): Likewise.
9992         * modules/sys_select (License): Likewise.
9993         * modules/sys_socket (License): Likewise.
9994         * modules/sys_stat (License): Likewise.
9995         * modules/sys_time (License): Likewise.
9996         * modules/time (License): Likewise.
9997         * modules/time_r (License): Likewise.
9998         * modules/timegm (License): Likewise.
9999         * modules/unistd (License): Likewise.
10000         * modules/vsnprintf (License): Likewise.
10001         * modules/wctype (License): Likewise.
10002
10003 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10004
10005         * modules/argz (License): LGPLv2+.
10006
10007 2007-07-15  Karl Berry  <karl@gnu.org>
10008
10009         * doc/gnulib.texi: revise node structure per new fdl.texi.
10010
10011 2007-07-14  Bruno Haible  <bruno@clisp.org>
10012
10013         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
10014         the output file.
10015         * lib/uniname/uninames.h: Regenerated.
10016
10017 2007-07-14  Karl Berry  <karl@gnu.org>
10018
10019         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
10020         omitting sectioning and index commands.
10021
10022 2007-07-13  Bruno Haible  <bruno@clisp.org>
10023
10024         New gnulib-tool option --more-symlinks.
10025         * gnulib-tool (func_usage): Document --more-symlinks.
10026         (do_copyrights): New variable.
10027         Recognize option --more-symlinks.
10028         (func_import): Don't add a copyright notice transform to
10029         sed_transform_lib_file if do_copyrights is empty.
10030
10031 2007-07-13  Bruno Haible  <bruno@clisp.org>
10032
10033         * lib/vasnprintf.c (decimal_point_char): Define also if
10034         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
10035         && !NEED_PRINTF_DIRECTIVE_A.
10036         Reported by Clemens Koller <clemens.koller@anagramm.de> via
10037         Gary V. Vaughan <gary@gnu.org>.
10038
10039 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
10040
10041         * lib/inttypes_.h: Undo previous change, since it was fixed
10042         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
10043
10044 2007-07-13  Bruno Haible  <bruno@clisp.org>
10045
10046         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
10047         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
10048
10049 2007-07-13  Jim Meyering  <jim@meyering.net>
10050
10051         df: Don't fail for Tru64's "file-on-file mount".
10052         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
10053         so we fall through and use statfs instead.  Details here:
10054         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
10055         Reported by Albert Chin.
10056
10057 2007-07-13  Bruno Haible  <bruno@clisp.org>
10058
10059         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
10060         * modules/configmake (License): Likewise.
10061         * modules/gettext (License): Likewise.
10062         * modules/gettext-h (License): Likewise.
10063         * modules/include_next (License): Likewise.
10064         * modules/link-warning (License): Likewise.
10065         * modules/localcharset (License): Likewise.
10066         * modules/localename (License): Likewise.
10067         * modules/lock (License): Likewise.
10068         * modules/relocatable-lib-lgpl (License): Likewise.
10069         * modules/size_max (License): Likewise.
10070         * modules/vasnprintf (License): Likewise.
10071         * modules/wchar (License): Likewise.
10072         * modules/xsize (License): Likewise.
10073
10074 2007-07-13  Bruno Haible  <bruno@clisp.org>
10075
10076         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
10077         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
10078
10079 2007-07-12  Bruno Haible  <bruno@clisp.org>
10080
10081         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
10082         in the modules files.
10083
10084 2007-07-11  Karl Berry  <karl@gnu.org>
10085
10086         * MODULES.html.sh (func_module): use
10087          sed -e '\|^'"${includefile}"'$|d'
10088          instead of /.../d, to avoid errors on $includefile's containing /.
10089
10090 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10091
10092         * gnulib-tool (func_import): Avoid duplication of --avoid
10093         statements
10094         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
10095         names to `_' in variable names.
10096
10097 2007-07-10  Eric Blake  <ebb9@byu.net>
10098
10099         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
10100         * NEWS: Document this change.
10101
10102 2007-07-08  Bruno Haible  <bruno@clisp.org>
10103
10104         Update to Unicode 5.0.
10105         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
10106         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
10107         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
10108         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
10109         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
10110         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
10111         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
10112         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
10113         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
10114         U+10A3F, U+1D242..U+1D244.
10115         (nonspacing_table_ind): Update.
10116         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
10117         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
10118
10119 2007-07-08  Bruno Haible  <bruno@clisp.org>
10120
10121         Update to Unicode 5.0.
10122         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
10123         code transform. Extend the name index field of unicode_name_to_code and
10124         unicode_code_to_name from 16 to 24 bits.
10125         * lib/uniname/uniname.c (unicode_character_name,
10126         unicode_name_character): Add the range 0x12xxx to the code transform.
10127         * lib/uniname/uninames.h: Regenerated.
10128         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
10129
10130 2007-07-07  Bruno Haible  <bruno@clisp.org>
10131
10132         * modules/wcwidth-tests: New file.
10133         * tests/test-wcwidth.c: New file.
10134
10135         Work around MacOS X wcwidth() bug.
10136         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
10137         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
10138         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
10139         original wcwidth in non-UTF-8 locales.
10140         * modules/wcwidth (Depends-on): Add localcharset, streq,
10141         uniwidth/width.
10142         * doc/functions/wcwidth.texi: Update.
10143
10144 2007-07-07  Bruno Haible  <bruno@clisp.org>
10145
10146         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
10147         (wcwidth): New declaration.
10148         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
10149         macros.
10150         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
10151         here. Prepare for creating <wchar.h> unconditionally.
10152         * modules/wchar (Depends-on): Add link-warning.
10153         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
10154         REPLACE_WCWIDTH, and GL_LINK_WARNING.
10155         * lib/wcwidth.h: Remove file.
10156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
10157         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
10158         * modules/wcwidth (Files): Remove lib/wcwidth.h.
10159         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
10160         (Include): Replace wcwidth.h with <wchar.h>.
10161         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
10162         * lib/mbchar.h: Don't include wcwidth.h.
10163         * lib/mbswidth.c: Likewise.
10164         * NEWS: Mention the change.
10165
10166 2007-07-07  Bruno Haible  <bruno@clisp.org>
10167
10168         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
10169         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
10170         definition with an external declaration.
10171         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
10172         defined as a function. Remove AC_C_INLINE requirement.
10173         * modules/wcwidth (Files): Add lib/wcwidth.c.
10174         (Makefile.am): Remove redundant statement.
10175
10176 2007-07-07  Bruno Haible  <bruno@clisp.org>
10177
10178         * MODULES.html.sh (Unicode string functions): Add the new modules.
10179
10180         * tests/uniwidth/test-u32-strwidth.c: New file.
10181         * modules/uniwidth/u32-strwidth-tests: New file.
10182
10183         * lib/uniwidth/u32-strwidth.c: New file.
10184         * modules/uniwidth/u32-strwidth: New file.
10185
10186         * tests/uniwidth/test-u16-strwidth.c: New file.
10187         * modules/uniwidth/u16-strwidth-tests: New file.
10188
10189         * lib/uniwidth/u16-strwidth.c: New file.
10190         * modules/uniwidth/u16-strwidth: New file.
10191
10192         * tests/uniwidth/test-u8-strwidth.c: New file.
10193         * modules/uniwidth/u8-strwidth-tests: New file.
10194
10195         * lib/uniwidth/u8-strwidth.c: New file.
10196         * modules/uniwidth/u8-strwidth: New file.
10197
10198         * tests/uniwidth/test-u32-width.c: New file.
10199         * modules/uniwidth/u32-width-tests: New file.
10200
10201         * lib/uniwidth/u32-width.c: New file.
10202         * modules/uniwidth/u32-width: New file.
10203
10204         * tests/uniwidth/test-u16-width.c: New file.
10205         * modules/uniwidth/u16-width-tests: New file.
10206
10207         * lib/uniwidth/u16-width.c: New file.
10208         * modules/uniwidth/u16-width: New file.
10209
10210         * tests/uniwidth/test-u8-width.c: New file.
10211         * modules/uniwidth/u8-width-tests: New file.
10212
10213         * lib/uniwidth/u8-width.c: New file.
10214         * modules/uniwidth/u8-width: New file.
10215
10216         * tests/uniwidth/test-uc_width.c: New file.
10217         * modules/uniwidth/width-tests: New file.
10218
10219         * lib/uniwidth/width.c: New file, from GNU libiconv.
10220         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
10221         * modules/uniwidth/width: New file.
10222
10223         * lib/uniwidth.h: New file, from GNU libiconv.
10224         * modules/uniwidth/base: New file.
10225
10226 2007-07-07  Bruno Haible  <bruno@clisp.org>
10227
10228         * lib/uniname.h: New file, from GNU gettext.
10229         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
10230         * lib/uniname/uninames.h: New file, from GNU gettext.
10231         * lib/uniname/uniname.c: New file, from GNU gettext.
10232         * tests/uniname/test-uninames.sh: New file.
10233         * tests/uniname/test-uninames.c: New file, from GNU gettext.
10234         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
10235         * modules/uniname/base: New file.
10236         * modules/uniname/uniname: New file.
10237         * modules/uniname/uniname-tests: New file.
10238         * MODULES.html.sh (Unicode string functions): Add the new modules.
10239
10240 2007-07-06  Bruno Haible  <bruno@clisp.org>
10241
10242         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
10243
10244 2007-07-06  Bruno Haible  <bruno@clisp.org>
10245
10246         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
10247         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
10248         includes <cygwin/sys_time.h> which includes <sys/select.h> which
10249         include <sys/time.h>.
10250         Reported by Eric Blake.
10251
10252 2007-07-06  Eric Blake  <ebb9@byu.net>
10253
10254         Fix testing canonicalize on cygwin.
10255         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
10256         Revert patch from 2007-06-19.
10257         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
10258         canonicalize module is also in use.
10259         * tests/test-canonicalize.c: New file.
10260         * tests/test-canonicalize.sh: Likewise.
10261         * modules/canonicalize-tests: Likewise.
10262
10263 2007-07-06  Jim Meyering  <jim@meyering.net>
10264
10265         * lib/getugroups.c (getugroups): Detect getgrent failure.
10266         Adjust comment to reflect reality: this function may return -1.
10267
10268 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
10269
10270         * build-aux/bootstrap (TP_URL,get_translations): Update to use
10271         the new TP address.
10272         (usage): Fix typo
10273         (gnulib_mk): New variable.
10274
10275 2007-07-05  Jim Meyering  <jim@meyering.net>
10276
10277         Don't let endgrent clobber errno, no matter how improbable.
10278         * lib/getugroups.c (getugroups): Save and restore errno around
10279         endgrent call.
10280
10281         Close the group DB even when failing with 2^31 or more members.
10282         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
10283
10284 2007-07-04  Jim Meyering  <jim@meyering.net>
10285
10286         * lib/getugroups.h: New file.
10287         * lib/getugroups.c: Include "getugroups.h".
10288         Remove uses of "register" keyword.
10289         Move local variable, "cp", down into scope where used.
10290         Give "username" parameter the "const" attribute.
10291         * modules/getugroups (Files): Add lib/getugroups.h
10292
10293 2007-07-04  Karl Berry  <karl@gnu.org>
10294
10295         * MODULES.html.sh (func_all_modules): Complete rename of
10296         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
10297
10298 2007-07-02  Bruno Haible  <bruno@clisp.org>
10299
10300         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
10301         mode, when inttypes.h comes from gnulib.
10302         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10303
10304 2007-07-02  Simon Josefsson  <simon@josefsson.org>
10305
10306         * NEWS: Mention lgpl module name change.
10307
10308         * modules/lgpl-2.1: Renamed from lgpl.
10309
10310         * NEWS: Mention gpl module name change.
10311
10312         * modules/gpl-3.0: New file, based on gpl-2.0.
10313
10314         * modules/gpl-2.0: Renamed from gpl.
10315
10316         * modules/gpl: Fix filename, doc/gpl.texi is now found at
10317         doc/gpl-2.0.texi.
10318
10319 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10320
10321         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
10322         #define __STDC_LIMIT_MACROS temporarily while including
10323         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
10324         Problem reported by Joel E. Denny in
10325         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
10326
10327 2007-07-01  Bruno Haible  <bruno@clisp.org>
10328
10329         * lib/unistdio.h: New file.
10330         * lib/unistdio/u-asnprintf.h: New file.
10331         * lib/unistdio/u-asprintf.h: New file.
10332         * lib/unistdio/u-printf-args.c: New file.
10333         * lib/unistdio/u-printf-args.h: New file.
10334         * lib/unistdio/u-printf-parse.h: New file.
10335         * lib/unistdio/u-snprintf.h: New file.
10336         * lib/unistdio/u-sprintf.h: New file.
10337         * lib/unistdio/u-vasprintf.h: New file.
10338         * lib/unistdio/u-vsnprintf.h: New file.
10339         * lib/unistdio/u-vsprintf.h: New file.
10340         * lib/unistdio/ulc-asnprintf.c: New file.
10341         * lib/unistdio/ulc-asprintf.c: New file.
10342         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
10343         * lib/unistdio/ulc-printf-parse.c: New file.
10344         * lib/unistdio/ulc-snprintf.c: New file.
10345         * lib/unistdio/ulc-sprintf.c: New file.
10346         * lib/unistdio/ulc-vasnprintf.c: New file.
10347         * lib/unistdio/ulc-vasprintf.c: New file.
10348         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
10349         * lib/unistdio/ulc-vsnprintf.c: New file.
10350         * lib/unistdio/ulc-vsprintf.c: New file.
10351         * lib/unistdio/u8-asnprintf.c: New file.
10352         * lib/unistdio/u8-asprintf.c: New file.
10353         * lib/unistdio/u8-printf-parse.c: New file.
10354         * lib/unistdio/u8-snprintf.c: New file.
10355         * lib/unistdio/u8-sprintf.c: New file.
10356         * lib/unistdio/u8-vasnprintf.c: New file.
10357         * lib/unistdio/u8-vasprintf.c: New file.
10358         * lib/unistdio/u8-vsnprintf.c: New file.
10359         * lib/unistdio/u8-vsprintf.c: New file.
10360         * lib/unistdio/u8-u8-asnprintf.c: New file.
10361         * lib/unistdio/u8-u8-asprintf.c: New file.
10362         * lib/unistdio/u8-u8-snprintf.c: New file.
10363         * lib/unistdio/u8-u8-sprintf.c: New file.
10364         * lib/unistdio/u8-u8-vasnprintf.c: New file.
10365         * lib/unistdio/u8-u8-vasprintf.c: New file.
10366         * lib/unistdio/u8-u8-vsnprintf.c: New file.
10367         * lib/unistdio/u8-u8-vsprintf.c: New file.
10368         * lib/unistdio/u16-asnprintf.c: New file.
10369         * lib/unistdio/u16-asprintf.c: New file.
10370         * lib/unistdio/u16-printf-parse.c: New file.
10371         * lib/unistdio/u16-snprintf.c: New file.
10372         * lib/unistdio/u16-sprintf.c: New file.
10373         * lib/unistdio/u16-vasnprintf.c: New file.
10374         * lib/unistdio/u16-vasprintf.c: New file.
10375         * lib/unistdio/u16-vsnprintf.c: New file.
10376         * lib/unistdio/u16-vsprintf.c: New file.
10377         * lib/unistdio/u16-u16-asnprintf.c: New file.
10378         * lib/unistdio/u16-u16-asprintf.c: New file.
10379         * lib/unistdio/u16-u16-snprintf.c: New file.
10380         * lib/unistdio/u16-u16-sprintf.c: New file.
10381         * lib/unistdio/u16-u16-vasnprintf.c: New file.
10382         * lib/unistdio/u16-u16-vasprintf.c: New file.
10383         * lib/unistdio/u16-u16-vsnprintf.c: New file.
10384         * lib/unistdio/u16-u16-vsprintf.c: New file.
10385         * lib/unistdio/u32-asnprintf.c: New file.
10386         * lib/unistdio/u32-asprintf.c: New file.
10387         * lib/unistdio/u32-printf-parse.c: New file.
10388         * lib/unistdio/u32-snprintf.c: New file.
10389         * lib/unistdio/u32-sprintf.c: New file.
10390         * lib/unistdio/u32-vasnprintf.c: New file.
10391         * lib/unistdio/u32-vasprintf.c: New file.
10392         * lib/unistdio/u32-vsnprintf.c: New file.
10393         * lib/unistdio/u32-vsprintf.c: New file.
10394         * lib/unistdio/u32-u32-asnprintf.c: New file.
10395         * lib/unistdio/u32-u32-asprintf.c: New file.
10396         * lib/unistdio/u32-u32-snprintf.c: New file.
10397         * lib/unistdio/u32-u32-sprintf.c: New file.
10398         * lib/unistdio/u32-u32-vasnprintf.c: New file.
10399         * lib/unistdio/u32-u32-vasprintf.c: New file.
10400         * lib/unistdio/u32-u32-vsnprintf.c: New file.
10401         * lib/unistdio/u32-u32-vsprintf.c: New file.
10402         * tests/unistdio/test-ulc-asnprintf1.c: New file.
10403         * tests/unistdio/test-ulc-asnprintf1.h: New file.
10404         * tests/unistdio/test-ulc-printf1.h: New file.
10405         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
10406         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
10407         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
10408         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
10409         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
10410         * tests/unistdio/test-ulc-vasprintf1.c: New file.
10411         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
10412         * tests/unistdio/test-ulc-vsprintf1.c: New file.
10413         * tests/unistdio/test-u8-asnprintf1.c: New file.
10414         * tests/unistdio/test-u8-asnprintf1.h: New file.
10415         * tests/unistdio/test-u8-printf1.h: New file.
10416         * tests/unistdio/test-u8-vasnprintf1.c: New file.
10417         * tests/unistdio/test-u8-vasnprintf2.c: New file.
10418         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
10419         * tests/unistdio/test-u8-vasnprintf3.c: New file.
10420         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
10421         * tests/unistdio/test-u8-vasprintf1.c: New file.
10422         * tests/unistdio/test-u8-vsnprintf1.c: New file.
10423         * tests/unistdio/test-u8-vsprintf1.c: New file.
10424         * tests/unistdio/test-u16-asnprintf1.c: New file.
10425         * tests/unistdio/test-u16-asnprintf1.h: New file.
10426         * tests/unistdio/test-u16-printf1.h: New file.
10427         * tests/unistdio/test-u16-vasnprintf1.c: New file.
10428         * tests/unistdio/test-u16-vasnprintf2.c: New file.
10429         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
10430         * tests/unistdio/test-u16-vasnprintf3.c: New file.
10431         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
10432         * tests/unistdio/test-u16-vasprintf1.c: New file.
10433         * tests/unistdio/test-u16-vsnprintf1.c: New file.
10434         * tests/unistdio/test-u16-vsprintf1.c: New file.
10435         * tests/unistdio/test-u32-asnprintf1.c: New file.
10436         * tests/unistdio/test-u32-asnprintf1.h: New file.
10437         * tests/unistdio/test-u32-printf1.h: New file.
10438         * tests/unistdio/test-u32-vasnprintf1.c: New file.
10439         * tests/unistdio/test-u32-vasnprintf2.c: New file.
10440         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
10441         * tests/unistdio/test-u32-vasnprintf3.c: New file.
10442         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
10443         * tests/unistdio/test-u32-vasprintf1.c: New file.
10444         * tests/unistdio/test-u32-vsnprintf1.c: New file.
10445         * tests/unistdio/test-u32-vsprintf1.c: New file.
10446         * modules/unistdio/base: New file.
10447         * modules/unistdio/u-printf-args: New file.
10448         * modules/unistdio/ulc-asnprintf: New file.
10449         * modules/unistdio/ulc-asprintf: New file.
10450         * modules/unistdio/ulc-fprintf: New file.
10451         * modules/unistdio/ulc-printf-parse: New file.
10452         * modules/unistdio/ulc-snprintf: New file.
10453         * modules/unistdio/ulc-sprintf: New file.
10454         * modules/unistdio/ulc-vasnprintf: New file.
10455         * modules/unistdio/ulc-vasprintf: New file.
10456         * modules/unistdio/ulc-vfprintf: New file.
10457         * modules/unistdio/ulc-vsnprintf: New file.
10458         * modules/unistdio/ulc-vsprintf: New file.
10459         * modules/unistdio/u8-asnprintf: New file.
10460         * modules/unistdio/u8-asprintf: New file.
10461         * modules/unistdio/u8-printf-parse: New file.
10462         * modules/unistdio/u8-snprintf: New file.
10463         * modules/unistdio/u8-sprintf: New file.
10464         * modules/unistdio/u8-vasnprintf: New file.
10465         * modules/unistdio/u8-vasprintf: New file.
10466         * modules/unistdio/u8-vsnprintf: New file.
10467         * modules/unistdio/u8-vsprintf: New file.
10468         * modules/unistdio/u8-u8-asnprintf: New file.
10469         * modules/unistdio/u8-u8-asprintf: New file.
10470         * modules/unistdio/u8-u8-snprintf: New file.
10471         * modules/unistdio/u8-u8-sprintf: New file.
10472         * modules/unistdio/u8-u8-vasnprintf: New file.
10473         * modules/unistdio/u8-u8-vasprintf: New file.
10474         * modules/unistdio/u8-u8-vsnprintf: New file.
10475         * modules/unistdio/u8-u8-vsprintf: New file.
10476         * modules/unistdio/u16-asnprintf: New file.
10477         * modules/unistdio/u16-asprintf: New file.
10478         * modules/unistdio/u16-printf-parse: New file.
10479         * modules/unistdio/u16-snprintf: New file.
10480         * modules/unistdio/u16-sprintf: New file.
10481         * modules/unistdio/u16-vasnprintf: New file.
10482         * modules/unistdio/u16-vasprintf: New file.
10483         * modules/unistdio/u16-vsnprintf: New file.
10484         * modules/unistdio/u16-vsprintf: New file.
10485         * modules/unistdio/u16-u16-asnprintf: New file.
10486         * modules/unistdio/u16-u16-asprintf: New file.
10487         * modules/unistdio/u16-u16-snprintf: New file.
10488         * modules/unistdio/u16-u16-sprintf: New file.
10489         * modules/unistdio/u16-u16-vasnprintf: New file.
10490         * modules/unistdio/u16-u16-vasprintf: New file.
10491         * modules/unistdio/u16-u16-vsnprintf: New file.
10492         * modules/unistdio/u16-u16-vsprintf: New file.
10493         * modules/unistdio/u32-asnprintf: New file.
10494         * modules/unistdio/u32-asprintf: New file.
10495         * modules/unistdio/u32-printf-parse: New file.
10496         * modules/unistdio/u32-snprintf: New file.
10497         * modules/unistdio/u32-sprintf: New file.
10498         * modules/unistdio/u32-vasnprintf: New file.
10499         * modules/unistdio/u32-vasprintf: New file.
10500         * modules/unistdio/u32-vsnprintf: New file.
10501         * modules/unistdio/u32-vsprintf: New file.
10502         * modules/unistdio/u32-u32-asnprintf: New file.
10503         * modules/unistdio/u32-u32-asprintf: New file.
10504         * modules/unistdio/u32-u32-snprintf: New file.
10505         * modules/unistdio/u32-u32-sprintf: New file.
10506         * modules/unistdio/u32-u32-vasnprintf: New file.
10507         * modules/unistdio/u32-u32-vasprintf: New file.
10508         * modules/unistdio/u32-u32-vsnprintf: New file.
10509         * modules/unistdio/u32-u32-vsprintf: New file.
10510         * modules/unistdio/ulc-asnprintf-tests: New file.
10511         * modules/unistdio/ulc-vasnprintf-tests: New file.
10512         * modules/unistdio/ulc-vasprintf-tests: New file.
10513         * modules/unistdio/ulc-vsnprintf-tests: New file.
10514         * modules/unistdio/ulc-vsprintf-tests: New file.
10515         * modules/unistdio/u8-asnprintf-tests: New file.
10516         * modules/unistdio/u8-vasnprintf-tests: New file.
10517         * modules/unistdio/u8-vasprintf-tests: New file.
10518         * modules/unistdio/u8-vsnprintf-tests: New file.
10519         * modules/unistdio/u8-vsprintf-tests: New file.
10520         * modules/unistdio/u16-asnprintf-tests: New file.
10521         * modules/unistdio/u16-vasnprintf-tests: New file.
10522         * modules/unistdio/u16-vasprintf-tests: New file.
10523         * modules/unistdio/u16-vsnprintf-tests: New file.
10524         * modules/unistdio/u16-vsprintf-tests: New file.
10525         * modules/unistdio/u32-asnprintf-tests: New file.
10526         * modules/unistdio/u32-vasnprintf-tests: New file.
10527         * modules/unistdio/u32-vasprintf-tests: New file.
10528         * modules/unistdio/u32-vsnprintf-tests: New file.
10529         * modules/unistdio/u32-vsprintf-tests: New file.
10530         * MODULES.html.sh (Unicode string functions): Add the new modules.
10531
10532 2007-07-01  Bruno Haible  <bruno@clisp.org>
10533
10534         * lib/sprintf.c (sprintf): Limit the available length estimation,
10535         to avoid address wraparound.
10536         * lib/vsprintf.c (vsprintf): Likewise.
10537         * modules/sprintf-posix (Dependencies): Add stdint.
10538         * modules/vsprintf-posix (Dependencies): Likewise.
10539
10540 2007-07-01  Bruno Haible  <bruno@clisp.org>
10541
10542         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
10543         Windows PATH as well. Conservative double-quoting. Comments.
10544
10545 2007-07-01  Bruno Haible  <bruno@clisp.org>
10546             Eric Blake  <ebb9@byu.net>
10547             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10548
10549         * gnulib-tool (self_abspathname): Fix algorithm to cope with
10550         empty components in $PATH, denoting '.'.
10551
10552 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10553
10554         * gnulib-tool: Fix indentation.
10555         (func_create_megatestdir): Likewise.
10556         Report by Bruno Haible.
10557
10558 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10559
10560         Sync from Automake.
10561         * build-aux/gnupload: Fix shell portability issues with for loops.
10562         Report by Karl Berry.
10563
10564 2007-06-29  Simon Josefsson  <simon@josefsson.org>
10565
10566         * build-aux/maint.mk (POURL): Use translationproject.org.
10567
10568 2007-06-27  Simon Josefsson  <simon@josefsson.org>
10569             Bruno Haible  <bruno@clisp.org>
10570
10571         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
10572         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
10573         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
10574         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
10575         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
10576
10577 2007-06-27  Bruno Haible  <bruno@clisp.org>
10578
10579         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
10580         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
10581
10582 2007-06-26  Karl Berry  <karl@gnu.org>
10583
10584         * MODULES.html.sh: remove xreadlink-with-size.
10585
10586 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10587
10588         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
10589         method that I hope also handles the double-include problem noted
10590         by Bruno Haible in
10591         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
10592
10593 2007-06-23  Bruno Haible  <bruno@clisp.org>
10594
10595         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10596         Don't let the 'mostlyclean' target fail if the last subdirectory could
10597         not be removed.
10598         Reported by Karl Berry.
10599
10600 2007-06-23  Bruno Haible  <bruno@clisp.org>
10601
10602         * gnulib-tool (echo): Add a speedier workaround for ksh.
10603         * tests/test-echo.sh: Likewise.
10604
10605 2007-06-23  Bruno Haible  <bruno@clisp.org>
10606
10607         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
10608         * tests/test-echo.sh: Likewise.
10609
10610 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10611
10612         * gnulib-tool (IFS): Initialize early, so we don't set it to
10613         empty later.
10614         (self_abspathname): Rewrite algorithm to set it, reindent.
10615         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
10616         (func_create_megatestdir): Merge some sed scripts.
10617
10618 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10619
10620         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
10621         exposed by Sun Studio 11 cc on Solaris 8.
10622
10623 2007-06-22  Bruno Haible  <bruno@clisp.org>
10624
10625         * gnulib-tool (echo): Ensure the echo primitive does not interpret
10626         backslashes.
10627         * tests/test-echo.sh: New file.
10628
10629 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10630
10631         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
10632         simplify `sed_replace_build_aux' scripts, they are portable but
10633         echoing them with `echo' is not.
10634         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
10635
10636 2007-06-21  Karl Berry  <karl@gnu.org>
10637
10638         * config/srclist.txt: guess we can't handle the licenses via
10639         srclist at the moment.
10640
10641 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10642
10643         * MODULES.html.sh: Add include_next.
10644         * modules/include_next: New file.
10645
10646 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10647
10648         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
10649         INCLUDE_NEXT.
10650         (gl_CHECK_NEXT_HEADERS): New macro.
10651         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
10652         the obsolescent gl_ABSOLUTE_HEADER.
10653         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
10654         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
10655         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
10656         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10657         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
10658         * m4/math_h.m4 (gl_MATH_H): Likewise.
10659         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10660         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
10661         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
10662         * m4/stdint.m4 (gl_STDINT_H): Likewise.
10663         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
10664         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
10665         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
10666         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10667         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10668         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
10669         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
10670         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10671         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
10672         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
10673         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10674         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10675         * m4/inttypes.m4 (gl_INTTYPES_H): Define
10676         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
10677         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
10678         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
10679         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
10680         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
10681         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
10682         * lib/float_.h: Likewise.
10683         * lib/inttypes_.h: Likewise.
10684         * lib/math_.h: Likewise.
10685         * lib/search_.h: Likewise.
10686         * lib/signal_.h: Likewise.
10687         * lib/stdint_.h: Likewise.
10688         * lib/stdio_.h: Likewise.
10689         * lib/stdlib_.h: Likewise.
10690         * lib/string_.h: Likewise.
10691         * lib/sys_stat_.h: Likewise.
10692         * lib/sys_time_.h: Likewise.
10693         * lib/time_.h: Likewise.
10694         * lib/unistd_.h: Likewise.
10695         * lib/wchar_.h: Likewise.
10696         * lib/wctype_.h: Likewise.
10697         * lib/dirent_.h: Likewise.
10698         * lib/iconv_.h: Likewise.
10699         * lib/locale_.h: Likewise.
10700         * lib/netinet_in_.h: Likewise.
10701         * lib/sys_select_.h: Likewise.
10702         * lib/sys_socket_.h: Likewise.
10703         * lib/sysexits_.h: Likewise.
10704         * modules/fcntl (Depends-on): Depend on include_next, not
10705         absolute_header.
10706         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
10707         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
10708         * modules/fchdir: Likewise.
10709         * modules/float: Likewise.
10710         * modules/iconv_open: Likewise.
10711         * modules/inttypes: Likewise.
10712         * modules/locale: Likewise.
10713         * modules/math: Likewise.
10714         * modules/netinet_in: Likewise.
10715         * modules/search: Likewise.
10716         * modules/signal: Likewise.
10717         * modules/stdint: Likewise.
10718         * modules/stdio: Likewise.
10719         * modules/stdlib: Likewise.
10720         * modules/string: Likewise.
10721         * modules/sys_select: Likewise.
10722         * modules/sys_socket: Likewise.
10723         * modules/sys_stat: Likewise.
10724         * modules/sys_time: Likewise.
10725         * modules/sysexits: Likewise.
10726         * modules/time: Likewise.
10727         * modules/unistd: Likewise.
10728         * modules/wchar: Likewise.
10729         * modules/wctype: Likewise.
10730         * modules/sys_stat: Change maintainer to "all".
10731         * modules/unistd: Likewise.
10732
10733 2007-06-20  Karl Berry  <karl@gnu.org>
10734
10735         * config/srclist.txt: track www changes in license files.
10736
10737 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
10738
10739         * build-aux/bootstrap: Remove stray dot.
10740         Make sure build_aux settings are honored when linking
10741         gnulib_extra_files.
10742
10743 2007-06-19  Eric Blake  <ebb9@byu.net>
10744
10745         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
10746         Allow compilation on cygwin.
10747
10748 2007-06-19  Jim Meyering  <jim@meyering.net>
10749
10750         xreadlink-with-size: Remove module.  No longer used.
10751         Ex-callers now use xreadlink or mreadlink-with-size.
10752         * modules/xreadlink-with-size: Remove module.
10753         * lib/xreadlink-with-size.c: Remove file.
10754         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
10755         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
10756         just before the function definition *is* accurate.
10757
10758         Eliminate one way canonicalize_filename_mode could exit.
10759         * lib/canonicalize.c (canonicalize_filename_mode):
10760         Use mreadlink_with_size, not xreadlink_with_size.
10761
10762 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
10763
10764         Detect porting problems to FreeBSD/arm, which has time_t wider than
10765         long int.  Original problem reported for GNU diff by Xin Li in
10766         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
10767         * modules/getdate (Depends-on): Add intprops, verify.
10768         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
10769         is an integer type no wider than long int.
10770
10771 2007-06-18  Jim Meyering  <jim@meyering.net>
10772
10773         New module: mreadlink-with-size.
10774         * MODULES.html.sh: Add mreadlink-with-size.
10775         * modules/mreadlink-with-size: New module
10776         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
10777         not xreadlink-with-size.
10778         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
10779
10780 2007-06-16  Bruno Haible  <bruno@clisp.org>
10781
10782         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
10783         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
10784         Reported by Gary V. Vaughan <gary@gnu.org>.
10785
10786 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
10787
10788         Revamp lchown so that it lives in unistd.h where it belongs.
10789         * lib/lchown.h: Remove.
10790         * lib/dirchownmod.c: Don't include lib/lchown.h.
10791         * lib/fchownat.c: Likewise.
10792         * lib/openat.c: Likewise.
10793         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
10794         does not follow symlinks.
10795         (EOPNOTSUPP): Define if not defined.
10796         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
10797         is defined to 0.
10798         (lchown): New decl.
10799         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
10800         Do not check for lchown decl.
10801         Set REPLACE_LCHOWN.
10802         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
10803         REPLACE_LCHOWN.
10804         * modules/chown: Make it clear it follows symlinks.
10805         * modules/lchown: Make it clear it doesn't follow symlinks.
10806         (Files): Remove lib/lchown.h
10807         (Depends-on): Add unistd.
10808         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
10809         (Include): Include <unistd.h>, not "lchown.h".
10810         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
10811         REPLACE_LCHOWN.
10812
10813 2007-06-15  Jim Meyering  <jim@meyering.net>
10814
10815         Change license (GPL to LGPL) of fsusage and dependents.
10816         * modules/fsusage (License): Change to LGPL.
10817         * modules/full-read (License): Likewise.
10818         * modules/full-write (License): Likewise.
10819         * modules/safe-read (License): Likewise.
10820         * modules/safe-write (License): Likewise.
10821
10822 2007-06-14  Ben Pfaff  <blp@gnu.org>
10823
10824         Missing part of allocsa -> malloca transition.
10825         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
10826         gl_MALLOCA.
10827
10828 2007-06-12  Bruno Haible  <bruno@clisp.org>
10829
10830         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
10831         to ia64, x86_64, i386.
10832         Reported by Eric Blake.
10833
10834 2007-06-12  Bruno Haible  <bruno@clisp.org>
10835
10836         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
10837         cross-compiling to x86_64.
10838
10839 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
10840
10841         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
10842         glitch reported by Ralf Wildenhues in
10843         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
10844
10845         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
10846         Vin Shelton.
10847
10848 2007-06-11  Bruno Haible  <bruno@clisp.org>
10849
10850         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
10851         replacement string.
10852         Reported by Eric Blake.
10853
10854 2007-06-10  Bruno Haible  <bruno@clisp.org>
10855
10856         Prepare vasnprintf code for use with Unicode strings.
10857         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
10858         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
10859         TYPE_U32_STRING.
10860         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
10861         a_u32_string variants.
10862         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10863         * lib/printf-args.c: Don't include config.h and the specification
10864         header if PRINTF_FETCHARGS is already defined.
10865         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10866         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
10867         TYPE_U16_STRING, TYPE_U32_STRING.
10868         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
10869         u16_directive, u16_directives, u32_directive, u32_directives): New
10870         types.
10871         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
10872         New declarations.
10873         * lib/printf-parse.c: Don't include config.h and the specification
10874         header if PRINTF_PARSE is already defined. Eliminate the set of
10875         parameters for WIDE_CHAR_VERSION; the user of this file must provide
10876         them now. Include c-ctype.h.
10877         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
10878         directive and CHAR_T_ONLY_ASCII.
10879         * lib/vasnprintf.c: Don't include config.h and the specification header
10880         if VASNPRINTF is already defined.
10881         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
10882         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
10883         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
10884         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
10885         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
10886         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
10887         code accordingly.
10888         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
10889         pad_ourselves also in this case, with the 'c' and 's' directives, and
10890         with a different notion of "width".
10891         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
10892
10893 2007-06-10  Bruno Haible  <bruno@clisp.org>
10894
10895         * modules/unistr/u32-mbsnlen: New file.
10896         * lib/unistr/u32-mbsnlen.c: New file.
10897
10898         * modules/unistr/u16-mbsnlen: New file.
10899         * lib/unistr/u16-mbsnlen.c: New file.
10900
10901         * modules/unistr/u8-mbsnlen: New file.
10902         * lib/unistr/u8-mbsnlen.c: New file.
10903
10904         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
10905         declarations.
10906
10907 2007-06-10  Bruno Haible  <bruno@clisp.org>
10908
10909         * lib/string_.h (mbsnlen): New declaration.
10910         * lib/mbsnlen.c: New file.
10911         * m4/mbsnlen.m4: New file.
10912         * modules/mbsnlen: New file.
10913         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
10914         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
10915         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
10916
10917 2007-06-10  Bruno Haible  <bruno@clisp.org>
10918
10919         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
10920
10921 2007-06-10  Bruno Haible  <bruno@clisp.org>
10922
10923         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
10924         * lib/mbuiter.h: Likewise.
10925
10926 2007-06-10  Bruno Haible  <bruno@clisp.org>
10927
10928         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
10929         declaration.
10930
10931 2007-06-10  Karl Berry  <karl@gnu.org>
10932
10933         * config/srclist.txt: remove gettext entries, Bruno prefers
10934         to update individually.
10935
10936 2007-06-10  Bruno Haible  <bruno@clisp.org>
10937
10938         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
10939         'maxlen'. Ensure only length + width bytes are allocated, not
10940         length + 1 + width.
10941
10942 2007-06-09  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
10945         (CHAR_T): Remove macro.
10946         (VASNPRINTF): Update.
10947
10948 2007-06-09  Bruno Haible  <bruno@clisp.org>
10949
10950         * MODULES.html.sh (Unicode string functions): Add the new modules.
10951
10952         * modules/uniconv/u32-conv-to-enc: New file.
10953         * lib/uniconv/u32-conv-to-enc.c: New file.
10954         * modules/uniconv/u32-conv-to-enc-tests: New file.
10955         * tests/uniconv/test-u32-conv-to-enc.c: New file.
10956
10957         * modules/uniconv/u16-conv-to-enc: New file.
10958         * lib/uniconv/u16-conv-to-enc.c: New file.
10959         * lib/uniconv/u-conv-to-enc.h: New file.
10960         * modules/uniconv/u16-conv-to-enc-tests: New file.
10961         * tests/uniconv/test-u16-conv-to-enc.c: New file.
10962
10963         * modules/uniconv/u8-conv-to-enc: New file.
10964         * lib/uniconv/u8-conv-to-enc.c: New file.
10965         * modules/uniconv/u8-conv-to-enc-tests: New file.
10966         * tests/uniconv/test-u8-conv-to-enc.c: New file.
10967
10968         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10969         u32_conv_to_encoding): New declarations.
10970
10971 2007-06-09  Bruno Haible  <bruno@clisp.org>
10972
10973         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
10974
10975 2007-06-09  Bruno Haible  <bruno@clisp.org>
10976
10977         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
10978         * modules/malloca: Renamed from modules/allocsa, updated.
10979         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
10980         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
10981         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
10982         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
10983         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
10984         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
10985         * modules/xmalloca: Renamed from modules/xallocsa, updated.
10986         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
10987         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
10988         * modules/c-strcasestr (Depends-on): Update.
10989         * lib/c-strcasestr.c: Update.
10990         * modules/c-strstr (Depends-on): Update.
10991         * lib/c-strstr.c: Update.
10992         * modules/canonicalize-lgpl (Depends-on): Update.
10993         * lib/canonicalize-lgpl.c: Update.
10994         * modules/clean-temp (Depends-on): Update.
10995         * lib/clean-temp.c: Update.
10996         * modules/csharpcomp (Depends-on): Update.
10997         * lib/csharpcomp.c: Update.
10998         * modules/csharpexec (Depends-on): Update.
10999         * lib/csharpexec.c: Update.
11000         * modules/javacomp (Depends-on): Update.
11001         * lib/javacomp.c: Update.
11002         * modules/javaexec (Depends-on): Update.
11003         * lib/javaexec.c: Update.
11004         * modules/mbscasestr (Depends-on): Update.
11005         * lib/mbscasestr.c: Update.
11006         * modules/mbsstr (Depends-on): Update.
11007         * lib/mbsstr.c: Update.
11008         * modules/setenv (Depends-on): Update.
11009         * lib/setenv.c: Update.
11010         * modules/strcasestr (Depends-on): Update.
11011         * lib/strcasestr.c: Update.
11012         * modules/striconveha (Depends-on): Update.
11013         * lib/striconveha.c: Update.
11014         * modules/relocatable-prog-wrapper (Files): Update.
11015         * lib/relocwrapper.c: Update.
11016         * build-aux/install-reloc: Update.
11017         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
11018
11019 2007-06-08  Bruno Haible  <bruno@clisp.org>
11020
11021         Port to uClibc.
11022         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
11023         * lib/fpurge.c (fpurge): Likewise.
11024         * lib/freading.c (freading): Likewise.
11025         * lib/fseeko.c (rpl_fseeko): Likewise.
11026         * lib/fseterr.c (fseterr): Likewise.
11027         * lib/fwriting.c (fwriting): Likewise.
11028         * tests/test-fflush.c (main): Avoid a failure on uClibc.
11029
11030 2007-06-08  Bruno Haible  <bruno@clisp.org>
11031
11032         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
11033         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
11034         * modules/gettext (Files): Add m4/intlmacosx.m4.
11035
11036 2007-06-07  Bruno Haible  <bruno@clisp.org>
11037
11038         * modules/localename-tests: New file.
11039         * tests/test-localename.c: New file.
11040
11041         New module 'localename'.
11042         * lib/localename.h: New file.
11043         * lib/localename.c: New file, from GNU gettext.
11044         * m4/localename.m4: New file.
11045         * modules/localename: New file.
11046
11047 2007-06-07  Bruno Haible  <bruno@clisp.org>
11048
11049         Work around the lack of <wchar.h> on some builds of uClibc.
11050         * doc/headers/wchar.texi: Update.
11051         * lib/wchar_.h: Include <wchar.h> only if it exists.
11052         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
11053         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
11054         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
11055         doesn't exist.
11056         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
11057         * modules/mbfile (Depends-on): Add wchar.
11058         * modules/mbiter (Depends-on): Likewise.
11059         * modules/mbuiter (Depends-on): Likewise.
11060         Reported by Simon Josefsson.
11061
11062 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
11063
11064         Work around problem reported by Steven M. Schweda in
11065         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
11066         Tru64 5.1B with the Compaq compiler environment installed declares
11067         an 'isblank' function but does not define it in the C library.
11068         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
11069         * lib/regex_internal.h (isblank): Likewise.
11070         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
11071         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11072
11073 2007-06-05  Bruno Haible  <bruno@clisp.org>
11074
11075         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
11076         ia64.
11077         * modules/printf-safe: New file.
11078         * modules/fprintf-posix (Depends-on): Add printf-safe.
11079         * modules/printf-posix (Depends-on): Likewise.
11080         * modules/snprintf-posix (Depends-on): Likewise.
11081         * modules/sprintf-posix (Depends-on): Likewise.
11082         * modules/vasnprintf-posix (Depends-on): Likewise.
11083         * modules/vasprintf-posix (Depends-on): Likewise.
11084         * modules/vfprintf-posix (Depends-on): Likewise.
11085         * modules/vprintf-posix (Depends-on): Likewise.
11086         * modules/vsnprintf-posix (Depends-on): Likewise.
11087         * modules/vsprintf-posix (Depends-on): Likewise.
11088         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
11089         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
11090         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
11091         "no" on i386, x86_64, ia64.
11092         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
11093         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11094         on i386, x86_64, ia64.
11095         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
11096         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11097         on i386, x86_64, ia64.
11098         * tests/test-vasnprintf-posix.c: Include float.h.
11099         (LDBL80_WORDS): New macro.
11100         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11101         on i386, x86_64, ia64.
11102         * tests/test-vasprintf-posix.c: Include float.h.
11103         (LDBL80_WORDS): New macro.
11104         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11105         on i386, x86_64, ia64.
11106         * tests/test-snprintf-posix.c: Include float.h.
11107         * tests/test-sprintf-posix.c: Likewise.
11108         * tests/test-vsnprintf-posix.c: Likewise.
11109         * tests/test-vsprintf-posix.c: Likewise.
11110
11111 2007-06-05  Bruno Haible  <bruno@clisp.org>
11112
11113         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
11114         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
11115         non-IEEE numbers on i386, x86_64, ia64.
11116         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
11117         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
11118         * tests/test-isnanl.h: Include float.h.
11119         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
11120
11121 2007-06-05  Bruno Haible  <bruno@clisp.org>
11122
11123         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
11124         also the %a / %A. Handle the %a / %A code before this extra handling.
11125
11126 2007-06-05  Bruno Haible  <bruno@clisp.org>
11127
11128         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
11129         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
11130
11131 2007-06-05  Bruno Haible  <bruno@clisp.org>
11132
11133         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
11134         typo in variable name.
11135
11136 2007-06-05  Eric Blake  <ebb9@byu.net>
11137
11138         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
11139         Reported by Simon Josefsson.
11140
11141 2007-06-04  Bruno Haible  <bruno@clisp.org>
11142
11143         Avoid test failures on some PowerPC platforms.
11144         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
11145         Define differently for PowerPC.
11146         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
11147         Reported by Gary V. Vaughan <gary@gnu.org>.
11148
11149 2007-06-02  Bruno Haible  <bruno@clisp.org>
11150
11151         Fix test-stdint failure on FreeBSD/ia64.
11152         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
11153         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
11154         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
11155         * doc/headers/stdint.texi: Update.
11156
11157 2007-06-01  Bruno Haible  <bruno@clisp.org>
11158
11159         * tests/test-binary-io.c (main): Pass a third argument to open().
11160         Reported by Gary V. Vaughan <gary@gnu.org>.
11161
11162 2007-06-01  Bruno Haible  <bruno@clisp.org>
11163
11164         * doc/functions/frexpl.texi: Update for mingw.
11165
11166 2007-06-01  Bruno Haible  <bruno@clisp.org>
11167
11168         * tests/test-lseek.c (main): Disable test of errno for invalid third
11169         argument.
11170         * doc/functions/lseek.texi: Update.
11171         Reported by Gary V. Vaughan <gary@gnu.org>.
11172
11173 2007-05-28  Bruno Haible  <bruno@clisp.org>
11174
11175         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
11176
11177 2007-05-31  Eric Blake  <ebb9@byu.net>
11178
11179         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
11180         cross compiling.
11181
11182 2007-05-30  Eric Blake  <ebb9@byu.net>
11183         and Bruno Haible  <bruno@clisp.org>
11184
11185         Work around mingw test failures exposed by m4-1.4.9b.
11186         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
11187         * tests/test-unistd.c: Disable uid_t and git_t tests for the
11188         moment.
11189
11190 2007-05-30  Bruno Haible  <bruno@clisp.org>
11191
11192         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
11193         assuming that they are closed. Needed on HP-UX 11.
11194
11195 2007-05-29  Bruno Haible  <bruno@clisp.org>
11196
11197         Fix a problem with #include_next.
11198         * lib/dirent_.h: Split the double-inclusion guard.
11199         * lib/fcntl_.h: Likewise.
11200         * lib/float_.h: Likewise.
11201         * lib/iconv_.h: Likewise.
11202         * lib/inttypes_.h: Likewise.
11203         * lib/locale_.h: Likewise.
11204         * lib/math_.h: Likewise.
11205         * lib/netinet_in_.h: Likewise.
11206         * lib/search_.h: Likewise.
11207         * lib/signal_.h: Likewise.
11208         * lib/stdint_.h: Likewise.
11209         * lib/stdio_.h: Likewise.
11210         * lib/stdlib_.h: Likewise.
11211         * lib/string_.h: Likewise.
11212         * lib/sys_select_.h: Likewise.
11213         * lib/sys_socket_.h: Likewise.
11214         * lib/sys_stat_.h: Likewise.
11215         * lib/sys_time_.h: Likewise.
11216         * lib/sysexits_.h: Likewise.
11217         * lib/time_.h: Likewise.
11218         * lib/unistd_.h: Likewise.
11219         * lib/wchar_.h: Likewise.
11220         * lib/wctype_.h: Likewise.
11221
11222 2007-05-29  Bruno Haible  <bruno@clisp.org>
11223
11224         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
11225         for the moment.
11226
11227 2007-05-29  Bruno Haible  <bruno@clisp.org>
11228
11229         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
11230         invocation.
11231         Reported by Eric Blake.
11232
11233 2007-05-29  Bruno Haible  <bruno@clisp.org>
11234
11235         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
11236         compiling case.
11237
11238 2007-05-29  Eric Blake  <ebb9@byu.net>
11239             Bruno Haible  <bruno@clisp.org>
11240
11241         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
11242         cross compiles.
11243
11244 2007-05-28  Eric Blake  <ebb9@byu.net>
11245
11246         * modules/closein-tests (test_closein_LDADD): Support test on
11247         cygwin with libtool.
11248
11249 2007-05-28  Bruno Haible  <bruno@clisp.org>
11250
11251         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
11252         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11253         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11254         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11255         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11256         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11257         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11258         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11259         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11260
11261 2007-05-28  Eric Blake  <ebb9@byu.net>
11262
11263         Unconditionally include <config.h> in unit tests.
11264         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
11265         * tests/test-allocsa.c, tests/test-arcfour.c,
11266         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
11267         tests/test-array_list.c, tests/test-array_oset.c,
11268         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
11269         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
11270         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
11271         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
11272         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
11273         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
11274         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
11275         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
11276         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
11277         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
11278         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
11279         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
11280         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
11281         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
11282         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
11283         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
11284         test-md5.c, test-memmem.c, test-printf-posix.c,
11285         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
11286         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
11287         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
11288         test-strcasestr.c, test-striconv.c, test-striconveh.c,
11289         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
11290         test-vasnprintf-posix2.c, test-vasnprintf.c,
11291         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
11292         test-vfprintf-posix.c, test-vprintf-posix.c,
11293         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
11294         test-xvasprintf.c: Likewise.
11295
11296 2007-05-28  Bruno Haible  <bruno@clisp.org>
11297
11298         * gnulib-tool (func_import): Remember the --with-tests command-line
11299         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
11300         Reported by Eric Blake.
11301
11302 2007-05-28  Bruno Haible  <bruno@clisp.org>
11303
11304         * modules/ftell-tests: New file.
11305         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
11306         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
11307
11308         * lib/ftell.c: New file.
11309         * modules/ftell: New file.
11310         * m4/ftell.m4: New file.
11311         * doc/functions/ftell.texi: Update.
11312         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
11313         REPLACE_FTELL.
11314         * lib/stdio_.h (rpl_ftell): New declaration.
11315         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
11316         REPLACE_FTELL.
11317
11318 2007-05-28  Eric Blake  <ebb9@byu.net>
11319
11320         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
11321
11322 2007-05-28  Bruno Haible  <bruno@clisp.org>
11323
11324         * modules/fseek-tests: New file.
11325         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
11326         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
11327
11328         * lib/fseek.c: New file.
11329         * modules/fseek: New file.
11330         * m4/fseek.m4: New file.
11331         * doc/functions/fseek.texi: Update.
11332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
11333         REPLACE_FSEEK.
11334         * lib/stdio_.h (rpl_fseek): New declaration.
11335         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
11336         REPLACE_FSEEK.
11337
11338 2007-05-28  Bruno Haible  <bruno@clisp.org>
11339
11340         * lib/stdio_.h (fflush): More comments.
11341
11342 2007-05-28  Bruno Haible  <bruno@clisp.org>
11343
11344         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
11345         runtime test.
11346
11347 2007-05-28  Eric Blake  <ebb9@byu.net>
11348
11349         Improve lseek module.
11350         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
11351         * lib/unistd_.h (lseek): Scale back link warning message.
11352         * tests/test-lseek.c: Beef up test.
11353         * tests/test-lseek.sh: Exercise more facets of lseek.
11354         Reported by Bruno Haible.
11355
11356 2007-05-28  Bruno Haible  <bruno@clisp.org>
11357
11358         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
11359         to define.
11360
11361 2007-05-27  Bruno Haible  <bruno@clisp.org>
11362
11363         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
11364
11365 2007-05-27  Bruno Haible  <bruno@clisp.org>
11366
11367         * modules/openmp: New file.
11368         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
11369         Noah Misch.
11370
11371 2007-05-26  Bruno Haible  <bruno@clisp.org>
11372
11373         * modules/chdir-long (Depends-on): Add fchdir.
11374         * modules/chdir-safer (Depends-on): Likewise.
11375         * modules/fts (Depends-on): Likewise.
11376         * modules/fts-lgpl (Depends-on): Likewise.
11377         * modules/openat (Depends-on): Likewise.
11378         * modules/savewd (Depends-on): Likewise.
11379
11380 2007-05-24  Eric Blake  <ebb9@byu.net>
11381
11382         Fix lseek on mingw.
11383         * modules/lseek: New module.
11384         * m4/lseek.m4: New file.
11385         * lib/lseek.c: New file.
11386         * modules/lseek-tests: New file.
11387         * tests/test-lseek.c: New file.
11388         * tests/test-lseek.sh: New file.
11389         * MODULES.html.sh: Document lseek module.
11390         * modules/fflush (Depends-on): Add lseek, fseeko.
11391         * modules/fseeko (Depends-on): Likewise.
11392         * modules/ftello (Depends-on): Likewise.
11393         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
11394         broken.
11395         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
11396         broken.
11397         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
11398         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
11399         * lib/ftello.c (rpl_ftello): Likewise.
11400         * tests/test-fseeko.c (main): Test this.
11401         * tests/test-fseeko.sh: Likewise.
11402         * tests/test-ftello.c (main): Likewise.
11403         * tests/test-ftello.sh: Likewise.
11404         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
11405         implies replacing fseek.
11406         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
11407         HAVE_FTELLO.
11408         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
11409         * modules/unistd (Makefile.am): Likewise.
11410         * lib/unistd_.h (lseek): Declare a replacement.
11411         * doc/functions/lseek.texi (lseek): Document this fix.
11412         * doc/functions/fseek.texi (fseek): Likewise.
11413         * doc/functions/ftell.texi (ftell): Likewise.
11414
11415 2007-05-24  Bruno Haible  <bruno@clisp.org>
11416
11417         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
11418         in the printed representation of a NaN.
11419         * tests/test-vasprintf-posix.c (test_function): Likewise.
11420         * tests/test-snprintf-posix.h (test_function): Likewise.
11421         * tests/test-sprintf-posix.h (test_function): Likewise.
11422         Reported by Eric Blake.
11423
11424 2007-05-23  Eric Blake  <ebb9@byu.net>
11425
11426         Fix fseeko/ftello on cygwin 1.5.24.
11427         * doc/functions/fseeko.texi (fseeko): Document the fix.
11428         * doc/functions/ftello.texi (ftello): Document the fix.
11429         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
11430         * doc/functions/stdout.text (stdout): New file.
11431         * doc/functions/stderr.text (stderr): New file.
11432         * doc/gnulib.texi (Function Substitutes): Use new files.
11433         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
11434         prior to 1.7.0.
11435         * tests/test-ftello.c (main): Likewise for ftello.
11436         * tests/test-fseeko.sh: New file.
11437         * tests/test-ftello.sh: New file.
11438         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
11439         with seekable stdin.
11440         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
11441         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
11442         (gl_REPLACE_FSEEKO): New macro.
11443         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
11444         * modules/fseeko (Files): Distribute fseeko.c.
11445         * modules/ftello (Files): Distribute ftello.c.
11446         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
11447         mode.
11448         * lib/ftello.c (rpl_ftello): New file.
11449         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
11450         fseeko, ftello.
11451         (gl_STDIN_LARGE_OFFSET): New macro.
11452         * modules/stdio (Makefile.am): Perform the replacement.
11453         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
11454
11455 2007-05-23  Bruno Haible  <bruno@clisp.org>
11456
11457         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
11458         GNULIB_POSIXCHECK is defined.
11459
11460 2007-05-21  Bruno Haible  <bruno@clisp.org>
11461
11462         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
11463         Check also the output for NaN arguments. When cross-compiling, guess
11464         no on IRIX.
11465         * lib/vasnprintf.c: Update comments.
11466         * tests/test-vasnprintf-posix.c (strisnan): New function.
11467         (test_function): Use it.
11468         * tests/test-vasprintf-posix.c (strisnan): New function.
11469         (test_function): Use it.
11470         * tests/test-snprintf-posix.h (strisnan): New function.
11471         (test_function): Use it.
11472         * tests/test-sprintf-posix.h (strisnan): New function.
11473         (test_function): Use it.
11474         Reported by Eric Blake.
11475
11476 2007-05-20  Bruno Haible  <bruno@clisp.org>
11477
11478         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
11479         numbers that fails on BeOS.
11480         * doc/functions/frexpl.texi: Update.
11481
11482 2007-05-20  Jim Meyering  <jim@meyering.net>
11483
11484         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
11485         forced upon us by glibc-2.6.
11486
11487 2007-05-20  Bruno Haible  <bruno@clisp.org>
11488
11489         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
11490         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
11491         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
11492         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
11493         NEED_PRINTF_INFINITE.
11494         (is_infinitel): New function.
11495         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
11496         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
11497         gl_PREREQ_VASNPRINTF_INFINITE.
11498         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
11499         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11500         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
11501         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
11502         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
11503         gl_PREREQ_VASNPRINTF_INFINITE.
11504         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11505         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11506         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11507         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11508         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11509         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11510         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11511         * doc/functions/fprintf.texi: Update.
11512         * doc/functions/printf.texi: Update.
11513         * doc/functions/snprintf.texi: Update.
11514         * doc/functions/sprintf.texi: Update.
11515         * doc/functions/vfprintf.texi: Update.
11516         * doc/functions/vprintf.texi: Update.
11517         * doc/functions/vsnprintf.texi: Update.
11518         * doc/functions/vsprintf.texi: Update.
11519
11520 2007-05-20  Bruno Haible  <bruno@clisp.org>
11521
11522         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
11523         was not found in libc.
11524         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
11525
11526 2007-05-20  Bruno Haible  <bruno@clisp.org>
11527
11528         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
11529         printed as "-nan" instead of "nan".
11530         * tests/test-vasprintf-posix.c (test_function): Likewise.
11531         * tests/test-snprintf-posix.h (test_function): Likewise.
11532         * tests/test-sprintf-posix.h (test_function): Likewise.
11533         Needed for HP-UX 11.
11534
11535 2007-05-20  Jim Meyering  <jim@meyering.net>
11536
11537         Fix buggy test for the fchownat-deref bug.
11538         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
11539         symlink required for the run-test.  Without it, this test would
11540         always declare that fchownat doesn't work, and client code would
11541         unnecessarily use the replacement function with fixed libc.
11542         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
11543         Reported by Greg Schafer.
11544
11545 2007-05-19  Bruno Haible  <bruno@clisp.org>
11546
11547         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
11548         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
11549         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
11550         Needed for IRIX 6.5 and Solaris 2.5.1.
11551
11552 2007-05-19  Bruno Haible  <bruno@clisp.org>
11553
11554         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
11555         (test_function): Skip tests involving -0.0 on platforms where
11556         -0.0 = 0.0.
11557         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
11558         (test_function): Skip tests involving -0.0 on platforms where
11559         -0.0 = 0.0.
11560         * tests/test-snprintf-posix.h (have_minus_zero): New function.
11561         (test_function): Skip tests involving -0.0 on platforms where
11562         -0.0 = 0.0.
11563         * tests/test-sprintf-posix.h (have_minus_zero): New function.
11564         (test_function): Skip tests involving -0.0 on platforms where
11565         -0.0 = 0.0.
11566         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
11567         tests.
11568         * tests/test-printf-posix.h (test_function): Likewise.
11569         * tests/test-printf-posix.output: Remove all -0.0 related results.
11570         Needed for IRIX 6.5.
11571
11572 2007-05-19  Bruno Haible  <bruno@clisp.org>
11573
11574         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
11575         printed as "nan0x7fffffff" instead of "nan".
11576         * tests/test-vasprintf-posix.c (test_function): Likewise.
11577         * tests/test-snprintf-posix.h (test_function): Likewise.
11578         * tests/test-sprintf-posix.h (test_function): Likewise.
11579         * tests/test-fprintf-posix.h (NaN): Remove macro.
11580         (test_function): Remove all NaN related tests.
11581         * tests/test-printf-posix.h (NaN): Remove macro.
11582         (test_function): Remove all NaN related tests.
11583         * tests/test-printf-posix.output: Remove all NaN related results.
11584         Needed for IRIX 6.5.
11585
11586 2007-05-19  Bruno Haible  <bruno@clisp.org>
11587
11588         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
11589         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
11590
11591 2007-05-19  Bruno Haible  <bruno@clisp.org>
11592
11593         * lib/float_.h: New file.
11594         * m4/float_h.m4: New file.
11595         * modules/float: New file.
11596         * modules/isnanl (Dependencies): Add float.
11597         * modules/isnanl-nolibm (Dependencies): Likewise.
11598         * modules/mathl (Dependencies): Likewise.
11599         * modules/printf-frexpl (Dependencies): Likewise.
11600         * modules/signbit (Dependencies): Likewise.
11601         * modules/vasnprintf (Dependencies): Likewise.
11602         * doc/headers/float.texi: Update.
11603
11604 2007-05-19  Jim Meyering  <jim@meyering.net>
11605
11606         * lib/utimens.c (gl_futimens): Rename from futimens,
11607         now that glibc-2.6 declares futimens.
11608         * lib/utimens.h: Likewise.
11609
11610 2007-05-19  Bruno Haible  <bruno@clisp.org>
11611
11612         Avoid test failures on mingw.
11613         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
11614         * tests/test-printf-posix.sh: Likewise.
11615         * tests/test-vfprintf-posix.sh: Likewise.
11616         * tests/test-vprintf-posix.sh: Likewise.
11617
11618 2007-05-19  Bruno Haible  <bruno@clisp.org>
11619
11620         Fix *printf result for NaN, Inf, -0.0 on mingw.
11621         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
11622         * lib/vasnprintf.c: Include math.h and isnan.h.
11623         (is_infinite_or_zero): New function.
11624         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
11625         values in the %f, %F, %e, %E, %g, %G directives.
11626         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
11627         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11628         gl_PRINTF_INFINITE and test its result. Invoke
11629         gl_PREREQ_VASNPRINTF_INFINITE.
11630         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11631         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11632         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11633         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11634         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11635         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11636         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11637         * doc/functions/fprintf.texi: Update.
11638         * doc/functions/printf.texi: Update.
11639         * doc/functions/snprintf.texi: Update.
11640         * doc/functions/sprintf.texi: Update.
11641         * doc/functions/vfprintf.texi: Update.
11642         * doc/functions/vprintf.texi: Update.
11643         * doc/functions/vsnprintf.texi: Update.
11644         * doc/functions/vsprintf.texi: Update.
11645
11646 2007-05-19  Bruno Haible  <bruno@clisp.org>
11647
11648         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
11649         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
11650         Instead of multiplying with 10^k, set extra_zeroes to k.
11651         (scale10_round_long_double): Remove function.
11652
11653 2007-05-18  Bruno Haible  <bruno@clisp.org>
11654
11655         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
11656         introduced on 2007-05-06.
11657
11658 2007-05-18  Bruno Haible  <bruno@clisp.org>
11659
11660         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
11661         %g directives.
11662         * tests/test-vasprintf-posix.c (test_function): Likewise.
11663         * tests/test-snprintf-posix.h (test_function): Likewise.
11664         * tests/test-sprintf-posix.h (test_function): Likewise.
11665
11666 2007-05-18  Bruno Haible  <bruno@clisp.org>
11667
11668         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
11669         (strmatch): New function.
11670         (test_function): Test the %f directive on numbers of various exponents.
11671         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
11672         (strmatch): New function.
11673         (test_function): Test the %f directive on numbers of various exponents.
11674         * tests/test-snprintf-posix.h (strmatch): New function.
11675         (test_function): Test the %f directive on numbers of various exponents.
11676         * tests/test-sprintf-posix.h (strmatch): New function.
11677         (test_function): Test the %f directive on numbers of various exponents.
11678         * tests/test-snprintf-posix.c (SIZEOF): New macro.
11679         * tests/test-sprintf-posix.c (SIZEOF): New macro.
11680         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
11681         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
11682
11683 2007-05-18  Bruno Haible  <bruno@clisp.org>
11684
11685         Add support for 'long double' number output.
11686         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
11687         * lib/vasnprintf.c: Include math.h and float+.h.
11688         (mp_limb_t): New type.
11689         (GMP_LIMB_BITS): New macro.
11690         (mp_twolimb_t): New type.
11691         (GMP_TWOLIMB_BITS): New macro.
11692         (mpn_t): New type.
11693         (multiply, divide, convert_to_decimal, decode_long_double,
11694         scale10_round_long_double, scale10_round_decimal_long_double,
11695         floorlog10l): New functions.
11696         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
11697         for the %f, %F, %e, %E, %g, %G directives.
11698         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
11699         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11700         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
11701         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
11702         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11703         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11704         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11705         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11706         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11707         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11708         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11709         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
11710         * modules/snprintf-posix (Depends-on): Likewise.
11711         * modules/sprintf-posix (Depends-on): Likewise.
11712         * modules/vasnprintf-posix (Depends-on): Likewise.
11713         * modules/vasprintf-posix (Depends-on): Likewise.
11714         * modules/vfprintf-posix (Depends-on): Likewise.
11715         * modules/vsnprintf-posix (Depends-on): Likewise.
11716         * modules/vsprintf-posix (Depends-on): Likewise.
11717         * modules/vasnprintf (Files): Add lib/float+.h.
11718         * doc/functions/fprintf.texi: Update.
11719         * doc/functions/printf.texi: Update.
11720         * doc/functions/snprintf.texi: Update.
11721         * doc/functions/sprintf.texi: Update.
11722         * doc/functions/vfprintf.texi: Update.
11723         * doc/functions/vprintf.texi: Update.
11724         * doc/functions/vsnprintf.texi: Update.
11725         * doc/functions/vsprintf.texi: Update.
11726
11727 2007-05-18  Bruno Haible  <bruno@clisp.org>
11728
11729         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
11730
11731 2007-05-18  Bruno Haible  <bruno@clisp.org>
11732
11733         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
11734         for printing 64-bit integers. Needed for mingw.
11735
11736 2007-05-18  Bruno Haible  <bruno@clisp.org>
11737
11738         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
11739         gl_FUNC_FREXPL_WORKS.
11740         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
11741
11742 2007-05-18  Bruno Haible  <bruno@clisp.org>
11743
11744         * modules/frexpl-nolibm-tests: New file.
11745
11746         * modules/frexpl-nolibm: New file.
11747         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
11748
11749 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11750
11751         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
11752         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
11753         GCC 4.2, which otherwise issues a lot of warnings.
11754         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
11755         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
11756         Likewise.
11757         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
11758         * modules/iconv_open (iconv.h): Likewise.
11759         * modules/locale (locale.h): Likewise.
11760         * modules/netinet_in (netinet/in.h): Likewise.
11761         * modules/sys_select (sys_select.h): Likewise.
11762         * modules/sys_socket (sys/socket.h): Likewise.
11763         * modules/sys_stat (sys/stat.h): Likewise.
11764         * modules/sysexits (sysexits.h): Likewise.
11765         * modules/unistd (unistd.h): Likewise.
11766
11767 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11768
11769         * modules/closein-tests (Makefile.am): Distribute
11770         `test-closein.sh'.
11771
11772 2007-05-17  Bruno Haible  <bruno@clisp.org>
11773
11774         * tests/test-printf-posix.output: Renamed from
11775         tests/test-fprintf-posix.out.
11776         * modules/fprintf-posix-tests: Update.
11777         * modules/printf-posix-tests: Update.
11778         * modules/vfprintf-posix-tests: Update.
11779         * modules/vprintf-posix-tests: Update.
11780         * tests/test-fprintf-posix.sh: Update.
11781         * tests/test-printf-posix.sh: Update.
11782         * tests/test-vfprintf-posix.sh: Update.
11783         * tests/test-vprintf-posix.sh: Update.
11784         Reported by Ralf Wildenhues.
11785
11786 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
11789         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
11790         GCC 4.2, which otherwise issues a lot of warnings.
11791         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
11792         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
11793         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
11794         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
11795         it should no longer be needed.
11796         * lib/string_.h: Likewise.
11797         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
11798         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
11799         * modules/inttypes (inttypes.h): Likewise.
11800         * modules/math (math.h): Likewise.
11801         * modules/search (search.h): Likewise.
11802         * modules/signal (signal.h): Likewise.
11803         * modules/stdint (stdint.h): Likewise.
11804         * modules/stdio (stdio.h): Likewise.
11805         * modules/stdlib (stdlib.h): Likewise.
11806         * modules/string (string.h): Likewise.
11807         * modules/sys_time (sys/time.h): Likewise.
11808         * modules/time (time.h): Likewise.
11809         * modules/wchar (wchar.h): Likewise.
11810         * modules/wctype (wtype.h): Likewise.
11811
11812 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11813
11814         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
11815
11816 2007-05-13  Bruno Haible  <bruno@clisp.org>
11817
11818         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
11819         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11820         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
11821         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11822         (gl_PREREQ_STRTOK_R): Don't require it here.
11823
11824 2007-05-13  Bruno Haible  <bruno@clisp.org>
11825
11826         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
11827         when used in C++ mode.
11828
11829 2007-05-12  Bruno Haible  <bruno@clisp.org>
11830
11831         * lib/linebuffer.h: Tweak doc.
11832         * lib/linebuffer.c: Likewise.
11833
11834 2007-05-12  James Youngman  <jay@gnu.org>
11835
11836         * lib/linebuffer.c (readlinebuffer_delim): New function,
11837         like readlinebuffer, but use a caller-specified delimiter.
11838         (readlinebuffer): Just call readlinebuffer_delim with '\n'
11839         as the delimiter.
11840         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
11841
11842 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11843
11844         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
11845         * modules/openat (Files): Remove openat-die.c.
11846         (Depends-on): Add openat-die.
11847         * modules/openat-die: New module.
11848
11849 2007-05-06  Bruno Haible  <bruno@clisp.org>
11850
11851         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
11852         Update with info about Cygwin.
11853         * doc/functions/fprintf.texi: Update.
11854         * doc/functions/printf.texi: Update.
11855         * doc/functions/snprintf.texi: Update.
11856         * doc/functions/sprintf.texi: Update.
11857         * doc/functions/vfprintf.texi: Update.
11858         * doc/functions/vprintf.texi: Update.
11859         * doc/functions/vsnprintf.texi: Update.
11860         * doc/functions/vsprintf.texi: Update.
11861         Reported by Eric Blake.
11862
11863 2007-05-06  Bruno Haible  <bruno@clisp.org>
11864
11865         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
11866         padding ourselves for the floating-point directives.
11867         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
11868         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
11869         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11870         gl_PRINTF_FLAG_ZERO and test its result. Invoke
11871         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
11872         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11873         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11874         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11875         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11876         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11877         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11878         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11879         * tests/test-snprintf-posix.h (test_function): Also check the width
11880         and some flags in the %f directive.
11881         * tests/test-sprintf-posix.h (test_function): Likewise.
11882         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11883         * tests/test-vasprintf-posix.c (test_function): Likewise.
11884         * doc/functions/fprintf.texi: Update.
11885         * doc/functions/printf.texi: Update.
11886         * doc/functions/snprintf.texi: Update.
11887         * doc/functions/sprintf.texi: Update.
11888         * doc/functions/vfprintf.texi: Update.
11889         * doc/functions/vprintf.texi: Update.
11890         * doc/functions/vsnprintf.texi: Update.
11891         * doc/functions/vsprintf.texi: Update.
11892
11893 2007-05-06  Bruno Haible  <bruno@clisp.org>
11894
11895         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
11896         pass the ' flag character to sprintf or snprintf.
11897         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
11898         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
11899         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11900         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
11901         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
11902         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11903         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11904         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11905         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11906         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11907         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11908         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11909         * tests/test-snprintf-posix.h (test_function): Also check the grouping
11910         flag.
11911         * tests/test-sprintf-posix.h (test_function): Likewise.
11912         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11913         * tests/test-vasprintf-posix.c (test_function): Likewise.
11914         * doc/functions/fprintf.texi: Update.
11915         * doc/functions/printf.texi: Update.
11916         * doc/functions/snprintf.texi: Update.
11917         * doc/functions/sprintf.texi: Update.
11918         * doc/functions/vfprintf.texi: Update.
11919         * doc/functions/vprintf.texi: Update.
11920         * doc/functions/vsnprintf.texi: Update.
11921         * doc/functions/vsprintf.texi: Update.
11922
11923 2007-05-01  Bruno Haible  <bruno@clisp.org>
11924
11925         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
11926
11927 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
11928
11929         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
11930         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
11931
11932 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11933
11934         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
11935         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
11936         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
11937
11938 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
11939
11940         * lib/argp-help.c (struct hol_entry): New member `ord'.
11941         (HOL_ENTRY_PTRCMP): Use ord for comparison
11942         (hol_sort): Initialize ord.
11943
11944 2007-05-01  Bruno Haible  <bruno@clisp.org>
11945
11946         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
11947         Reported by Eric Blake.
11948         * doc/gnulib.texi (Function Substitutes): Update.
11949
11950 2007-05-01  Bruno Haible  <bruno@clisp.org>
11951
11952         * doc/functions.texi: Remove file, now redundant through
11953         doc/functions/*.texi.
11954
11955 2007-05-01  Bruno Haible  <bruno@clisp.org>
11956
11957         * modules/argp (Depends-on): Add sleep.
11958
11959 2007-05-01  Bruno Haible  <bruno@clisp.org>
11960
11961         * modules/sleep-tests: New file.
11962         * tests/test-sleep.c: New file.
11963
11964         * modules/sleep: New file.
11965         * lib/sleep.c: New file.
11966         * m4/sleep.m4: New file.
11967         * lib/unistd_.h (sleep): New declaration.
11968         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
11969         HAVE_SLEEP.
11970         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
11971         * doc/functions/sleep.texi: Document the sleep module.
11972
11973 2007-05-01  Bruno Haible  <bruno@clisp.org>
11974
11975         * lib/sigprocmask.h: Remove file.
11976         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
11977         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
11978         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
11979         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
11980         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
11981         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
11982         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
11983         HAVE_SIGSET_T as a shell variable.
11984         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
11985         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
11986         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
11987         (Depends-on): Add signal. Remove verify.
11988         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
11989         (Include): Mention <signal.h> instead of sigprocmask.h.
11990         * NEWS: Mention the change.
11991         * lib/fatal-signal.c: Don't include sigprocmask.h.
11992
11993 2007-05-01  Bruno Haible  <bruno@clisp.org>
11994
11995         * modules/signal: New file.
11996         * lib/signal_.h: New file.
11997         * m4/signal_h.m4: New file.
11998
11999 2007-05-01  Bruno Haible  <bruno@clisp.org>
12000
12001         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
12002         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
12003         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
12004         HAVE_WCTYPE_CTMP_BUG into wctype.h.
12005
12006 2007-05-01  Bruno Haible  <bruno@clisp.org>
12007
12008         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
12009         configure time.
12010         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
12011         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
12012         * modules/sys_stat (Makefile.am): Substitute their values into
12013         sys/stat.h.
12014
12015 2007-05-01  Bruno Haible  <bruno@clisp.org>
12016
12017         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
12018         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
12019         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
12020
12021 2007-05-01  Bruno Haible  <bruno@clisp.org>
12022
12023         * doc/header/assert.texi: Undo last change: don't mention the gnulib
12024         'assert' module here.
12025
12026 2007-05-01  Bruno Haible  <bruno@clisp.org>
12027
12028         * doc/functions/*.texi: New files.
12029         * doc/functions/google-ranking.txt: New file.
12030         * doc/gnulib.texi (Function Substitutes): New chapter.
12031         (ctime, inet_ntoa): Remove sections.
12032         * doc/ctime.texi: Remove file.
12033         * doc/inet_ntoa.texi: Remove file.
12034         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
12035         dependencies.
12036         (%.info): New rule, specifying a --reference-limit.
12037
12038 2007-05-01  Bruno Haible  <bruno@clisp.org>
12039
12040         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
12041
12042 2007-05-01  Bruno Haible  <bruno@clisp.org>
12043
12044         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
12045         the portability of 'mkdir' to mingw systems.
12046
12047 2007-05-01  Bruno Haible  <bruno@clisp.org>
12048
12049         * doc/headers/google-ranking.txt: New file.
12050
12051 2007-04-30  Eric Blake  <ebb9@byu.net>
12052
12053         Prefer fseeko to fseek.
12054         * modules/getpass (Depends-on): Add fseeko.
12055         * lib/getpass.c (getpass): Use fseeko, not fseek.
12056
12057 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
12058
12059         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
12060         assumes the sorting is stable, while most qsort implementations
12061         are not.  Use argument addresses to ensure they never compare as
12062         equal.
12063
12064         * tests/test-argp-2.sh (usage-indent test): Fix output
12065         (func_compare): Restore diff options
12066         * tests/test-argp.c: Restore #include "progname.h"
12067
12068 2007-04-29  Bruno Haible  <bruno@clisp.org>
12069
12070         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
12071         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12072         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
12073         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12074         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
12075         (configure.ac): Define CHECK_SNPRINTF_POSIX.
12076         (TESTS, check_PROGRAMS): Add test-snprintf.
12077         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
12078         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
12079         (TESTS, check_PROGRAMS): Add test-vsnprintf.
12080         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
12081         assertions that fail on HP-UX, OSF/1, or IRIX.
12082         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
12083
12084 2007-04-29  Bruno Haible  <bruno@clisp.org>
12085
12086         * MODULES.html.sh (posix_functions): Remove 'contents'.
12087
12088 2007-04-29  Karl Berry  <karl@gnu.org>
12089
12090         * config/srclist.txt (gendocs_template_min): new entry.
12091
12092 2007-04-29  Bruno Haible  <bruno@clisp.org>
12093
12094         Work around fpurge bug on BSD systems.
12095         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
12096         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
12097         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
12098         fpurge to rpl_fpurge if the system already has this function.
12099         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
12100         the case where the system already has this function. Correct invariants
12101         on BSD systems.
12102         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
12103         BSD systems.
12104
12105 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
12106
12107         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
12108         proposed by Sven Verdoolaege.
12109
12110         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
12111         options.
12112         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
12113         (usage and help tests): Update
12114
12115 2007-04-29  Bruno Haible  <bruno@clisp.org>
12116
12117         * tests/test-fflush.c (main): Use a file of size 17, not 10.
12118         Print more information in case of failure. Disable a test on BeOS.
12119
12120 2007-04-29  Bruno Haible  <bruno@clisp.org>
12121
12122         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
12123         This helps debugging on systems on which no gdb is available.
12124
12125 2007-04-29  Bruno Haible  <bruno@clisp.org>
12126
12127         * lib/freading.h: Improve comments.
12128         * lib/fwriting.h: Likewise.
12129         * tests/test-freading.c (main): Don't check freading immediately after
12130         repositioning. Needed for glibc.
12131
12132 2007-04-29  Bruno Haible  <bruno@clisp.org>
12133
12134         * lib/freading.c (freading): Trivial simplification.
12135
12136 2007-04-28  Bruno Haible  <bruno@clisp.org>
12137
12138         * tests/test-fwriting.c (main): Also test the interaction between
12139         fflush and fwriting.
12140         * modules/fwriting-tests (Depends-on): Add fflush.
12141
12142         * tests/test-freading.c (main): Also test the interaction between
12143         fflush and freading.
12144         * modules/freading-tests (Depends-on): Add fflush.
12145
12146 2007-04-28  Bruno Haible  <bruno@clisp.org>
12147
12148         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
12149         fseeko and ftello.
12150         Suggested by Eric Blake.
12151
12152 2007-04-28  Jim Meyering  <jim@meyering.net>
12153
12154         Avoid false-negative in gl_STDINT_H's C99 conformance test.
12155         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
12156         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
12157
12158 2007-04-27  Eric Blake  <ebb9@byu.net>
12159
12160         * doc/headers/assert.texi (assert.h): Document assert module use.
12161
12162 2007-04-27  Bruno Haible  <bruno@clisp.org>
12163
12164         * doc/headers/*.texi: New files.
12165         * doc/gnulib.texi (Header File Substitutes): New chapter.
12166         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
12167         dependencies.
12168         (standards.info ,standards.html, standards.dvi): Update dependencies.
12169         (mostlyclean, clean): New targets.
12170
12171 2007-04-27  Bruno Haible  <bruno@clisp.org>
12172
12173         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
12174         * modules/sysexits (Files, Makefile.am): Update.
12175
12176         * lib/sys_socket_.h: Renamed from lib/socket_.h.
12177         * modules/sys_socket (Files, Makefile.am): Update.
12178
12179         * lib/sys_stat_.h: Renamed from lib/stat_.h.
12180         * modules/sys_stat (Files, Makefile.am): Update.
12181
12182 2007-04-27  Eric Blake  <ebb9@byu.net>
12183
12184         * lib/freading.h: Improve comments.
12185         * lib/fwriting.h: Likewise.
12186         * lib/fflush.c: Likewise.
12187
12188         Fix closein for mingw.
12189         * modules/closein-tests: Add tests for closein.
12190         * tests/test-closein.c: New file.
12191         * tests/test-closein.sh: Likewise.
12192         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
12193         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
12194
12195 2007-04-27  Bruno Haible  <bruno@clisp.org>
12196
12197         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
12198         version is < 6.
12199         * lib/math_.h [__DECC]: Likewise.
12200         * lib/stdio_.h [__DECC]: Likewise.
12201         * lib/stdlib_.h [__DECC]: Likewise.
12202         * lib/string_.h [__DECC]: Likewise.
12203         * lib/time_.h [__DECC]: Likewise.
12204         * lib/wchar_.h [__DECC]: Likewise.
12205         * lib/wctype_.h [__DECC]: Likewise.
12206
12207 2007-04-27  Bruno Haible  <bruno@clisp.org>
12208
12209         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
12210
12211 2007-04-27  Bruno Haible  <bruno@clisp.org>
12212
12213         * lib/fflush.c: Add comments.
12214         * modules/fpurge-tests (Depends-on): Add fflush.
12215         * modules/freadable-tests (Depends-on): Likewise.
12216         * modules/fwritable-tests (Depends-on): Likewise.
12217
12218 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
12219
12220         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
12221         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
12222         Report by Bruno Haible <bruno@clisp.org>.
12223
12224 2007-04-26  Eric Blake  <ebb9@byu.net>
12225
12226         Fix fflush on mingw.
12227         * modules/fflush (Depends-on): Add freading.
12228         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
12229         but unread data.
12230
12231 2007-04-26  Eric Blake  <ebb9@byu.net>
12232         and Bruno Haible  <bruno@clisp.org>
12233
12234         Implement freading and fwriting.
12235         * lib/freading.c: New file.
12236         * lib/freading.h: Likewise.
12237         * m4/freading.m4: Likewise.
12238         * modules/freading: Likewise.
12239         * modules/freading-tests: Likewise.
12240         * tests/test-freading.c: Likewise.
12241         * lib/fwriting.c: New file.
12242         * lib/fwriting.h: Likewise.
12243         * m4/fwriting.m4: Likewise.
12244         * modules/fwriting: Likewise.
12245         * modules/fwriting-tests: Likewise.
12246         * tests/test-fwriting.c: Likewise.
12247         * MODULES.html.sh (File stream based Input/Output): Mention them.
12248
12249 2007-04-26  Bruno Haible  <bruno@clisp.org>
12250
12251         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
12252         'long' when we assume it.
12253         Suggested by Eric Blake.
12254
12255 2007-04-26  Bruno Haible  <bruno@clisp.org>
12256
12257         Ensure fseeko, ftello are declared on glibc systems.
12258         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
12259         * modules/fseeko (configure.ac-early): Likewise.
12260         * modules/ftello (configure.ac-early): Likewise.
12261         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
12262         AC_FUNC_FSEEKO for this.
12263         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
12264         (gl_CHECK_FSEEKO): Remove macro.
12265
12266 2007-04-26  Bruno Haible  <bruno@clisp.org>
12267
12268         * tests/test-fflush.c (main): Also check the ftell result after
12269         fflush and fseek/fseeko.
12270         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
12271         file descriptor position cache in the stream.
12272         * lib/fseeko.c (rpl_fseeko): Likewise.
12273
12274 2007-04-26  Bruno Haible  <bruno@clisp.org>
12275
12276         * modules/fflush-tests (Depends-on): Add fseeko.
12277
12278 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
12279             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12280
12281         * lib/argz_.h: ensure error_t definition is obtained in same
12282         mechanism system argz.h would have.
12283         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
12284         argz facilities are known bad.  Err on the side of caution if
12285         cross-compiling.
12286
12287 2007-04-25  Eric Blake  <ebb9@byu.net>
12288
12289         * lib/fpurge.c (includes): Use stdlib.h for free.
12290         * tests/test-fflush.c (main): Also test fflush-fseeko.
12291
12292 2007-04-25  Bruno Haible  <bruno@clisp.org>
12293
12294         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
12295         * lib/fseeko.c: New file.
12296         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
12297         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
12298         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
12299         gl_FUNC_FSEEKO.
12300         (gl_FUNC_FSEEKO): Invoke it.
12301         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
12302         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
12303         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
12304
12305 2007-04-25  Bruno Haible  <bruno@clisp.org>
12306
12307         * modules/fflush (Depends-on): Add ftello.
12308
12309 2007-04-25  Bruno Haible  <bruno@clisp.org>
12310
12311         * modules/ftello-tests: New file.
12312         * tests/test-ftello.c: New file.
12313
12314         * modules/ftello: New file.
12315         * m4/ftello.m4: New file.
12316         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
12317         HAVE_FTELLO.
12318         * lib/stdio_.h (ftello): New declaration.
12319         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
12320         HAVE_FTELLO.
12321
12322 2007-04-25  Bruno Haible  <bruno@clisp.org>
12323
12324         * modules/fseeko-tests: New file.
12325         * tests/test-fseeko.c: New file.
12326
12327         * modules/fseeko: New file.
12328         * m4/fseeko.m4: New file.
12329         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
12330         HAVE_FSEEKO.
12331         * lib/stdio_.h (fseeko): New declaration.
12332         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
12333         HAVE_FSEEKO.
12334
12335 2007-04-25  Bruno Haible  <bruno@clisp.org>
12336
12337         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
12338
12339 2007-04-25  Bruno Haible  <bruno@clisp.org>
12340
12341         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
12342         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
12343         * tests/test-unistd.c: Likewise.
12344         * tests/test-fcntl.c: Likewise.
12345
12346 2007-04-23  Eric Blake  <ebb9@byu.net>
12347
12348         * lib/fflush.c: Fix missing include.
12349         Reported by Bruno Haible.
12350
12351 2007-04-23  Bruno Haible  <bruno@clisp.org>
12352
12353         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
12354         Reported by Eric Blake.
12355
12356 2007-04-23  Bruno Haible  <bruno@clisp.org>
12357
12358         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
12359
12360 2007-04-23  Bruno Haible  <bruno@clisp.org>
12361
12362         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
12363
12364 2007-04-23  Bruno Haible  <bruno@clisp.org>
12365
12366         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
12367         Needed on HP-UX 11.
12368
12369 2007-04-16  Eric Blake  <ebb9@byu.net>
12370
12371         Make fflush rely on fpurge.
12372         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
12373         open coding all variants.
12374         * modules/fflush (Depends-on): Add fpurge and unistd.
12375         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
12376         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
12377
12378         Fix --with-tests compilation on cygwin.
12379         * modules/argmatch-tests (Makefile.am): List gnulib library first
12380         in LDADD.
12381         * modules/argp-tests (Makefile.am): Likewise.
12382         * modules/array-list-tests (Makefile.am): Likewise.
12383         * modules/array-oset-tests (Makefile.am): Likewise.
12384         * modules/avltree-list-tests (Makefile.am): Likewise.
12385         * modules/avltree-oset-tests (Makefile.am): Likewise.
12386         * modules/avltreehash-list-tests (Makefile.am): Likewise.
12387         * modules/carray-list-tests (Makefile.am): Likewise.
12388         * modules/dirname-tests (Makefile.am): Likewise.
12389         * modules/frexp-tests (Makefile.am): Likewise.
12390         * modules/isnanl-tests (Makefile.am): Likewise.
12391         * modules/linked-list-tests (Makefile.am): Likewise.
12392         * modules/linkedhash-list-tests (Makefile.am): Likewise.
12393         * modules/lock-tests (Makefile.am): Likewise.
12394         * modules/rbtree-list-tests (Makefile.am): Likewise.
12395         * modules/rbtree-oset-tests (Makefile.am): Likewise.
12396         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
12397         * modules/tls-tests (Makefile.am): Likewise.
12398         * modules/tsearch-tests (Makefile.am): Likewise.
12399         * modules/xvasprintf-tests (Makefile.am): Likewise.
12400
12401         Fix fpurge for cygwin.
12402         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
12403         value.
12404         * modules/fpurge-tests (Depends-on): Clean up trash.
12405
12406 2007-04-16  Simon Josefsson  <simon@josefsson.org>
12407
12408         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
12409
12410         * m4/autobuild.m4: Re-indent.
12411
12412 2007-04-13  Bruno Haible  <bruno@clisp.org>
12413
12414         * modules/fpurge-tests: New file.
12415         * tests/test-fpurge.c: New file.
12416
12417         * modules/fpurge: New file.
12418         * lib/fpurge.h: New file.
12419         * lib/fpurge.c: New file.
12420         * m4/fpurge.m4: New file.
12421
12422 2007-04-13  Bruno Haible  <bruno@clisp.org>
12423
12424         * modules/fbufmode-tests: New file.
12425         * tests/test-fbufmode.c: New file.
12426
12427         * modules/fbufmode: New file.
12428         * lib/fbufmode.h: New file.
12429         * lib/fbufmode.c: New file.
12430         * m4/fbufmode.m4: New file.
12431
12432 2007-04-13  Bruno Haible  <bruno@clisp.org>
12433
12434         * modules/fwritable-tests: New file.
12435         * tests/test-fwritable.c: New file.
12436
12437         * modules/fwritable: New file.
12438         * lib/fwritable.h: New file.
12439         * lib/fwritable.c: New file.
12440         * m4/fwritable.m4: New file.
12441
12442 2007-04-13  Bruno Haible  <bruno@clisp.org>
12443
12444         * modules/freadable-tests: New file.
12445         * tests/test-freadable.c: New file.
12446
12447         * modules/freadable: New file.
12448         * lib/freadable.h: New file.
12449         * lib/freadable.c: New file.
12450         * m4/freadable.m4: New file.
12451
12452 2007-04-13  Bruno Haible  <bruno@clisp.org>
12453
12454         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
12455         MOSTLYCLEANFILES.
12456
12457 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12458
12459         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
12460         gzip bootstrap.conf to avoid dragging in i18n machinery.
12461         (gnulib_tool_option): Use it.
12462
12463 2007-04-13  Bruno Haible  <bruno@clisp.org>
12464
12465         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
12466         %F directives.
12467         * tests/test-vasprintf-posix.c (test_function): Likewise.
12468         * tests/test-snprintf-posix.h (test_function): Likewise.
12469         * tests/test-sprintf-posix.h (test_function): Likewise.
12470         * tests/test-fprintf-posix.h (test_function): Likewise.
12471         * tests/test-printf-posix.h (test_function): Likewise.
12472         * tests/test-fprintf-posix.out: Likewise.
12473
12474 2007-04-13  Bruno Haible  <bruno@clisp.org>
12475
12476         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
12477         * modules/tls-tests (configure.ac): Likewise.
12478         Reported by Arto C. Nirkko <anirkko@insel.ch>.
12479
12480 2007-04-13  Bruno Haible  <bruno@clisp.org>
12481
12482         * lib/tls.c (glthread_tls_get): Fix return type.
12483         Patch by Arto C. Nirkko <anirkko@insel.ch>.
12484
12485 2007-04-12  Eric Blake  <ebb9@byu.net>
12486
12487         * modules/gettime (Depends-on): Remove gettime.
12488         Reported by Dmitry V. Levin.
12489
12490 2007-04-12  Bruno Haible  <bruno@clisp.org>
12491
12492         * modules/fflush (Include): Mention <stdio.h>.
12493         * modules/strtoimax (Include): Mention <inttypes.h>.
12494         * modules/strtoumax (Include): Likewise.
12495
12496 2007-04-12  Eric Blake  <ebb9@byu.net>
12497
12498         * .cvsignore: New file.
12499         * .gitignore: Likewise.
12500
12501 2007-04-12  Bruno Haible  <bruno@clisp.org>
12502
12503         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
12504         not before, since $(LDADD) often contains libgnu.a.
12505         * modules/striconv-tests (test_striconv_LDADD): Likewise.
12506         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
12507         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
12508         Needed on Cygwin.
12509
12510 2007-04-12  Eric Blake  <ebb9@byu.net>
12511
12512         Work around glibc's failure to flush stdin on fclose.
12513         * lib/closein.c (close_stdin): Flush stdin before closing.
12514
12515         Work around glibc's failure to reset seekable stdin on exit.
12516         * modules/closein: New module.
12517         * lib/closein.c: New file.
12518         * lib/closein.h: Likewise.
12519         * m4/closein.m4: Likewise.
12520         * MODULES.html.sh (File stream based Input/Output): Document it.
12521
12522 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12523
12524         * gnulib-tool: Rename generated 'autobuild' script to
12525         'do-autobuild' in --create-megatestdir output.
12526
12527         * doc/gnulib.texi (Build robot for gnulib): Fix.
12528
12529 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12530
12531         * modules/sysexits (Depends-on): Add absolute-header.
12532
12533 2007-04-12  Eric Blake  <ebb9@byu.net>
12534
12535         No need to preserve errno on success.
12536         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
12537         Reported by Bruno Haible.
12538
12539 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12540
12541         * MODULES.html.sh (Support for maintaining and releasing
12542         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
12543
12544 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12545
12546         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
12547
12548 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12549
12550         * modules/autobuild: New module.
12551
12552         * m4/autobuild.m4: New file.
12553
12554 2007-04-11  Bruno Haible  <bruno@clisp.org>
12555
12556         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
12557         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
12558         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
12559         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
12560         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12561         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12562         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12563         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12564         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12565         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12566         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
12567         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12568         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12569         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
12570         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12571         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12572         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
12573         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12574         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12575         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
12576         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12577         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12578         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
12579         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12580         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12581         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
12582         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12583         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12584         Reported by Eric Blake.
12585
12586 2007-04-11  Bruno Haible  <bruno@clisp.org>
12587
12588         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
12589
12590 2007-04-10  Bruno Haible  <bruno@clisp.org>
12591
12592         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
12593         for NaN and Infinity. Needed on FreeBSD 6.1.
12594         * tests/test-vasnprintf-posix.c (test_function): Undo last change
12595         regarding results for "%010a" of Infinity and NaN.
12596         * tests/test-vasprintf-posix.c (test_function): Likewise.
12597         * tests/test-snprintf-posix.h (test_function): Likewise.
12598         * tests/test-sprintf-posix.h (test_function): Likewise.
12599         * tests/test-fprintf-posix.h (test_function): Likewise.
12600         * tests/test-printf-posix.h (test_function): Likewise.
12601         * tests/test-fprintf-posix.out: Likewise.
12602
12603 2007-04-10  Bruno Haible  <bruno@clisp.org>
12604
12605         * modules/locale-tests: New file.
12606         * tests/test-locale.c: New file.
12607
12608         * modules/locale: New file.
12609         * lib/locale_.h: New file.
12610         * m4/locale_h.m4: New file.
12611
12612 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
12613             Bruno Haible  <bruno@clisp.org>
12614
12615         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
12616         be determined, test for availability of the copysignf, copysign,
12617         copysignl functions.
12618         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
12619         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
12620         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
12621
12622 2007-04-09  Eric Blake  <ebb9@byu.net>
12623
12624         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
12625         * modules/stdio (Makefile.am): Support fflush.
12626         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12627         * modules/fflush: New file.
12628         * lib/fflush.c: Likewise.
12629         * m4/fflush.m4: Likewise.
12630         * modules/fflush-tests: New test.
12631         * tests/test-fflush.c: Likewise.
12632         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
12633
12634 2007-04-06  Bruno Haible  <bruno@clisp.org>
12635
12636         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
12637         (VASNPRINTF): Use signbit for faster determination whether to print a
12638         minus sign.
12639         * modules/vasnprintf (Files): Remove lib/float+.h.
12640         * modules/fprintf-posix (Depends-on): Add signbit.
12641         * modules/snprintf-posix (Depends-on): Likewise.
12642         * modules/sprintf-posix (Depends-on): Likewise.
12643         * modules/vasnprintf-posix (Depends-on): Likewise.
12644         * modules/vasprintf-posix (Depends-on): Likewise.
12645         * modules/vfprintf-posix (Depends-on): Likewise.
12646         * modules/vsnprintf-posix (Depends-on): Likewise.
12647         * modules/vsprintf-posix (Depends-on): Likewise.
12648
12649 2007-04-06  Bruno Haible  <bruno@clisp.org>
12650
12651         * tests/test-frexp.c (main): Test also the sign bit of zero results.
12652         * tests/test-frexpl.c (main): Likewise.
12653         * tests/test-ldexpl.c (main): Likewise.
12654         * modules/frexp-tests (Depends-on): Add signbit.
12655         * modules/frexpl-tests (Depdends-on): Likewise.
12656         * modules/ldexpl-tests (Depdends-on): Likewise.
12657
12658 2007-04-06  Bruno Haible  <bruno@clisp.org>
12659
12660         * modules/signbit-tests: New file.
12661         * tests/test-signbit.c: New file.
12662
12663         * modules/signbit: New file.
12664         * lib/signbitf.c: New file.
12665         * lib/signbitd.c: New file.
12666         * lib/signbitl.c: New file.
12667         * m4/signbit.m4: New file.
12668         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
12669         (signbit): New macro.
12670         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
12671         REPLACE_SIGNBIT.
12672         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
12673         REPLACE_FREXPL into math.h.
12674
12675 2007-04-06  Bruno Haible  <bruno@clisp.org>
12676
12677         * modules/isnanf-nolibm-tests: New file.
12678         * tests/test-isnanf.c: New file.
12679
12680         * modules/isnanf-nolibm: New file.
12681         * lib/isnanf.h: New file.
12682         * lib/isnanf.c: New file.
12683         * lib/isnan.c: Consider the USE_FLOAT macro.
12684         * m4/isnanf.m4: New file.
12685
12686 2007-04-06  Bruno Haible  <bruno@clisp.org>
12687
12688         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
12689         (Link): New section.
12690
12691         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
12692
12693 2007-04-06  Bruno Haible  <bruno@clisp.org>
12694
12695         Assume the 'long double' type.
12696         * m4/longdouble.m4: Remove file.
12697         * config/srclist.txt: Don't mention longdouble.m4.
12698         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
12699         * lib/float+.h: Likewise.
12700         * lib/frexp.c: Likewise.
12701         * lib/printf-args.h: Likewise.
12702         * lib/printf-args.c: Likewise.
12703         * lib/printf-frexp.c: Likewise.
12704         * lib/printf-parse.c: Likewise.
12705         * lib/vasnprintf.c: Likewise.
12706         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
12707         * m4/intl.m4: Likewise.
12708         * m4/isnanl.m4: Likewise.
12709         * m4/printf.m4: Likewise.
12710         * m4/printf-frexpl.m4: Likewise.
12711         * m4/vasnprintf.m4: Likewise.
12712         * modules/allocsa (Files): Remove m4/longdouble.m4.
12713         * modules/gettext (Files): Likewise.
12714         * modules/relocatable-prog-wrapper (Files): Likewise.
12715         * modules/vasnprintf (Files): Likewise.
12716         * modules/isnanl (Files): Likewise.
12717         (Include): Simplify.
12718         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
12719         (Include): Simplify.
12720         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
12721         (Include): Simplify.
12722         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
12723         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12724         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
12725         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12726         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
12727         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12728         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
12729         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12730         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
12731         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12732         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
12733         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12734         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
12735         * tests/test-isnanl.c: Likewise.
12736         * tests/test-snprintf-posix.h: Likewise.
12737         * tests/test-sprintf-posix.h: Likewise.
12738         * tests/test-vasnprintf-posix.c: Likewise.
12739         * tests/test-vasnprintf-posix2.c: Likewise.
12740         * tests/test-vasprintf-posix.c: Likewise.
12741
12742 2007-04-06  Bruno Haible  <bruno@clisp.org>
12743
12744         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
12745         * lib/math_.h [__DECC]: Include the overridden include file through
12746         #include_next, outside the double-inclusion guard.
12747         * lib/stdio_.h [__DECC]: Likewise.
12748         * lib/stdlib_.h [__DECC]: Likewise.
12749         * lib/string_.h [__DECC]: Likewise.
12750         * lib/time_.h [__DECC]: Likewise.
12751         * lib/wchar_.h [__DECC]: Likewise.
12752         * lib/wctype_.h [__DECC]: Likewise.
12753         * lib/inttypes_.h [__DECC]: Likewise.
12754         Reported by Albert Chin <china@thewrittenword.com> in
12755         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
12756
12757 2007-04-04  Eric Blake  <ebb9@byu.net>
12758
12759         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
12760         1.5.x.
12761
12762 2007-04-04  Bruno Haible  <bruno@clisp.org>
12763
12764         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
12765         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
12766
12767 2007-04-04  Bruno Haible  <bruno@clisp.org>
12768
12769         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
12770         results for "%010a" of Infinity and NaN.
12771         * tests/test-vasprintf-posix.c (test_function): Likewise.
12772         * tests/test-snprintf-posix.h (test_function): Likewise.
12773         * tests/test-sprintf-posix.h (test_function): Likewise.
12774         * tests/test-fprintf-posix.h (test_function): Remove these tests.
12775         * tests/test-printf-posix.h (test_function): Likewise.
12776         * tests/test-fprintf-posix.out: Update.
12777         Needed for FreeBSD 6.1.
12778
12779 2007-04-04  Bruno Haible  <bruno@clisp.org>
12780
12781         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
12782         directly used by the gnulib modules nor by gnulib-tool.
12783
12784 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12785
12786         * DEPENDENCIES: Give overall description of version dependency
12787         desirability.  Use more-typical names for apps.
12788         Add shell, coreutils, diffutils, grep, tar, gzip.
12789
12790 2007-04-04  Simon Josefsson  <simon@josefsson.org>
12791
12792         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
12793
12794 2007-04-04  Karl Berry  <karl@gnu.org>
12795
12796         * MODULES.html.sh (func_module): missing '.
12797
12798 2007-04-03  Bruno Haible  <bruno@clisp.org>
12799
12800         * modules/argmatch-tests (Makefile.am): New variable
12801         test_argmatch_LDADD.
12802         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
12803         * modules/array-list-tests (Makefile.am): New variable
12804         test_array_list_LDADD.
12805         * modules/array-oset-tests (Makefile.am): New variable
12806         test_array_oset_LDADD.
12807         * modules/avltree-list-tests (Makefile.am): New variable
12808         test_avltree_list_LDADD.
12809         * modules/avltree-oset-tests (Makefile.am): New variable
12810         test_avltree_oset_LDADD.
12811         * modules/avltreehash-list-tests (Makefile.am): New variable
12812         test_avltreehash_list_LDADD.
12813         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
12814         test_canonicalize_lgpl_LDADD.
12815         * modules/carray-list-tests (Makefile.am): New variable
12816         test_carray_list_LDADD.
12817         * modules/dirname-tests (Makefile.am): New variable
12818         test_dirname_LDADD.
12819         * modules/linked-list-tests (Makefile.am): New variable
12820         test_linked_list_LDADD.
12821         * modules/linkedhash-list-tests (Makefile.am): New variable
12822         test_linkedhash_list_LDADD.
12823         * modules/rbtree-list-tests (Makefile.am): New variable
12824         test_rbtree_list_LDADD.
12825         * modules/rbtree-oset-tests (Makefile.am): New variable
12826         test_rbtree_oset_LDADD.
12827         * modules/rbtreehash-list-tests (Makefile.am): New variable
12828         test_rbtreehash_list_LDADD.
12829         * modules/xvasprintf-tests (Makefile.am): New variable
12830         test_xvasprintf_LDADD.
12831         Reported by Eric Blake.
12832
12833 2007-04-03  Eric Blake  <ebb9@byu.net>
12834
12835         * DEPENDENCIES: Weaken m4 requirements.
12836
12837 2007-04-03  Bruno Haible  <bruno@clisp.org>
12838
12839         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
12840         * modules/isnanl-tests (configure.ac): Likewise.
12841
12842 2007-04-03  Ben Pfaff  <blp@gnu.org>
12843
12844         * modules/iconv_open: Add $(srcdir)/ to source directory
12845         references in Makefile fragments that call gperf, to fix VPATH
12846         builds.
12847
12848 2007-04-03  Bruno Haible  <bruno@clisp.org>
12849
12850         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
12851         * lib/ldexpl.c: Undo last change.
12852
12853 2007-04-03  Bruno Haible  <bruno@clisp.org>
12854
12855         * modules/printf-frexpl (Depends-on): Undo last change.
12856         (Files): Add m4/ldexpl.m4.
12857
12858 2007-04-03  Bruno Haible  <bruno@clisp.org>
12859
12860         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
12861         * modules/isnanl (Link): New section.
12862
12863         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
12864         * modules/frexp (Link): New section.
12865
12866         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
12867         * modules/frexpl (Link): New section.
12868
12869         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
12870         * modules/ldexpl (Link): New section.
12871
12872 2007-04-03  Bruno Haible  <bruno@clisp.org>
12873
12874         * modules/TEMPLATE-EXTENDED: New file.
12875         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
12876
12877 2007-04-03  Bruno Haible  <bruno@clisp.org>
12878
12879         * DEPENDENCIES: New file.
12880         Suggested by Simon Josefsson.
12881
12882 2007-04-03  Bruno Haible  <bruno@clisp.org>
12883
12884         * doc/gnulib.texi: Escape @.
12885
12886 2007-04-03  James Youngman  <jay@gnu.org>
12887         and Paul Eggert  <eggert@cs.ucla.edu>
12888
12889         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
12890         birthtime on all systems that have birthtime, not just those which
12891         use st_birthtimensec rather than st_birthtim.  Putting zero in
12892         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
12893         that the birth time is not available for files on an NFS mount.
12894
12895 2007-04-03  Simon Josefsson  <simon@josefsson.org>
12896
12897         * modules/memxor: Move back from crypto/, suggested by Bruno.
12898         * modules/crypto/hmac-sha1: Fix memxor dependency.
12899
12900         * modules/crypto/gc: Moved from ../.
12901
12902 2007-04-02  Eric Blake  <ebb9@byu.net>
12903
12904         * lib/ldexpl.c (includes): Avoid libm.
12905
12906         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
12907
12908 2007-04-02  Bruno Haible  <bruno@clisp.org>
12909
12910         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
12911         on IRIX.
12912
12913 2007-04-02  Bruno Haible  <bruno@clisp.org>
12914
12915         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
12916         x86 or x86_64 platforms running MacOS X.
12917         Reported by Ryan Schmidt <@ryandesign.com>.
12918
12919 2007-04-02  Bruno Haible  <bruno@clisp.org>
12920
12921         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
12922         i386.
12923
12924 2007-04-01  Simon Josefsson  <simon@josefsson.org>
12925
12926         * modules/crypto/arcfour: Moved from ../.
12927         * modules/crypto/arcfour-tests: Moved from ../.
12928         * modules/crypto/arctwo: Moved from ../.
12929         * modules/crypto/arctwo-tests: Moved from ../.
12930         * modules/crypto/des: Moved from ../.
12931         * modules/crypto/des-tests: Moved from ../.
12932         * modules/crypto/gc-arcfour: Moved from ../.
12933         * modules/crypto/gc-arcfour-tests: Moved from ../.
12934         * modules/crypto/gc-arctwo: Moved from ../.
12935         * modules/crypto/gc-arctwo-tests: Moved from ../.
12936         * modules/crypto/gc-des: Moved from ../.
12937         * modules/crypto/gc-des-tests: Moved from ../.
12938         * modules/crypto/gc-hmac-md5: Moved from ../.
12939         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
12940         * modules/crypto/gc-hmac-sha1: Moved from ../.
12941         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
12942         * modules/crypto/gc-md2: Moved from ../.
12943         * modules/crypto/gc-md2-tests: Moved from ../.
12944         * modules/crypto/gc-md4: Moved from ../.
12945         * modules/crypto/gc-md4-tests: Moved from ../.
12946         * modules/crypto/gc-md5: Moved from ../.
12947         * modules/crypto/gc-md5-tests: Moved from ../.
12948         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
12949         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
12950         * modules/crypto/gc-random: Moved from ../.
12951         * modules/crypto/gc-rijndael: Moved from ../.
12952         * modules/crypto/gc-rijndael-tests: Moved from ../.
12953         * modules/crypto/gc-sha1: Moved from ../.
12954         * modules/crypto/gc-sha1-tests: Moved from ../.
12955         * modules/crypto/gc-tests: Moved from ../.
12956         * modules/crypto/hmac-md5: Moved from ../.
12957         * modules/crypto/hmac-md5-tests: Moved from ../.
12958         * modules/crypto/hmac-sha1: Moved from ../.
12959         * modules/crypto/hmac-sha1-tests: Moved from ../.
12960         * modules/crypto/md2: Moved from ../.
12961         * modules/crypto/md2-tests: Moved from ../.
12962         * modules/crypto/md4: Moved from ../.
12963         * modules/crypto/md4-tests: Moved from ../.
12964         * modules/crypto/md5: Moved from ../.
12965         * modules/crypto/md5-tests: Moved from ../.
12966         * modules/crypto/memxor: Moved from ../.
12967         * modules/crypto/rijndael: Moved from ../.
12968         * modules/crypto/rijndael-tests: Moved from ../.
12969         * modules/crypto/sha1: Moved from ../.
12970
12971 2007-03-30  James Youngman  <jay@gnu.org>
12972
12973         * tests/test-stat-time.c (prepare_test): use chmod() rather than
12974         rename() to change the ctime of a file (because ctime is unaffected
12975         by rename on jfs2 on AIX 5.1).
12976         (main): Start by doing cleanup, in case a previous run failed leaving
12977         test files behind.
12978
12979 2007-03-31  Bruno Haible  <bruno@clisp.org>
12980
12981         Support old proprietary implementations of iconv.
12982         * modules/iconv_open: New file.
12983         * lib/iconv_.h: New file.
12984         * m4/iconv_h.m4: New file.
12985         * lib/iconv_open.c: New file.
12986         * lib/iconv_open-aix.gperf: New file.
12987         * lib/iconv_open-hpux.gperf: New file.
12988         * lib/iconv_open-irix.gperf: New file.
12989         * lib/iconv_open-osf.gperf: New file.
12990         * m4/iconv_open.m4: New file.
12991         * modules/linebreak (Depends-on): Add iconv_open.
12992         * modules/striconv (Depends-on): Likewise.
12993         * modules/striconveh (Depends-on): Likewise.
12994         * modules/unicodeio (Depends-on): Likewise.
12995         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
12996         (iconv_t)(-1).
12997         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
12998         conversion if cd is (iconv_t)(-1).
12999         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
13000         is not possible.
13001
13002 2007-03-31  Bruno Haible  <bruno@clisp.org>
13003
13004         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
13005         work on Solaris either. Protect also second use of "autodetect_jp".
13006
13007 2007-03-31  Bruno Haible  <bruno@clisp.org>
13008
13009         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
13010         the function is not present.
13011
13012 2007-03-31  Bruno Haible  <bruno@clisp.org>
13013
13014         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
13015         the function is not present.
13016
13017 2007-03-31  Bruno Haible  <bruno@clisp.org>
13018
13019         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
13020         a bug in HP-UX iconv_open().
13021
13022 2007-03-31  Bruno Haible  <bruno@clisp.org>
13023
13024         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
13025         (Mathematics <math.h>): New section, add fpieee.
13026         (Input/output <stdio.h>): Add fseterr.
13027         (Mathematics <math.h>): New section, add printf-frexp.
13028         (Container data structures): Add sublist.
13029         (Core language properties): Add fpucw, inline.
13030         (Functions for greatest-width integer types <inttypes.h>): Add
13031         imaxabs, imaxdiv, inttypes.
13032         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
13033         isnanl-nolibm, ldexp.
13034         (Mathematics <math.h>): New section, add printf-frexpl.
13035         (Support for systems lacking POSIX:2001): Add fprintf-posix,
13036         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
13037         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
13038         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
13039         (Unicode string functions): Add unistr/u*-mbtoucr.
13040         (Java): Add javacomp-script, javaexec-script.
13041         (C#): Add csharpcomp-script, csharpexec-script.
13042         (Support for building libraries and executables): Add havelib,
13043         relocatable-*.
13044         (Support for maintaining and releasing projects): Renamed from
13045         'Support for maintaining and release projects'. Add announce-gen.
13046
13047 2007-03-31  Bruno Haible  <bruno@clisp.org>
13048
13049         * README: Talk primarily about git.
13050         (git and CVS): Renamed from CVS.
13051         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
13052         gnulib is available through git.
13053         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
13054
13055 2007-03-30  Bruno Haible  <bruno@clisp.org>
13056
13057         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
13058         * lib/poll_.h: Likewise.
13059         * lib/stat_.h: Likewise.
13060         * lib/sys_time_.h: Likewise.
13061         * lib/sysexit_.h: Likewise.
13062         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
13063         * lib/stdbool_.h: Likewise.
13064         * lib/byteswap_.h: Add double-inclusion guard.
13065
13066 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
13067
13068         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
13069
13070 2007-03-30  Karl Berry  <karl@gnu.org>
13071
13072         * config/srclist-update: double space after USA in the license
13073         substitution, since that's how it's usually (?) written.
13074
13075 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
13076
13077         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
13078         reported by Bruno Haible.
13079
13080 2007-03-29  Bruno Haible  <bruno@clisp.org>
13081
13082         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
13083         a bug in AIX iconv().
13084
13085 2007-03-29  Bruno Haible  <bruno@clisp.org>
13086
13087         * modules/ldexpl-tests: New file.
13088         * tests/test-ldexpl.c: New file.
13089
13090 2007-03-29  Bruno Haible  <bruno@clisp.org>
13091
13092         * lib/ldexpl.c: Include fpucw.h.
13093         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
13094         multiplication.
13095         * modules/ldexpl (Depends-on): Add fpucw.
13096
13097 2007-03-29  Bruno Haible  <bruno@clisp.org>
13098
13099         * modules/ldexpl: New file.
13100         * m4/ldexpl.m4: New file.
13101         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
13102         set.
13103         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
13104         REPLACE_LDEXPL.
13105         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
13106         REPLACE_LDEXPL.
13107         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
13108         gl_FUNC_LDEXPL_WORKS.
13109         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
13110         * modules/mathl (Files): Remove lib/ldexpl.c.
13111         (Depends-on): Add ldexpl.
13112
13113 2007-03-29  Bruno Haible  <bruno@clisp.org>
13114
13115         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
13116
13117 2007-03-29  Bruno Haible  <bruno@clisp.org>
13118
13119         * tests/test-striconveh.c (main): Don't assume that a direct conversion
13120         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
13121         and possibly also HP-UX.
13122         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
13123         work on AIX, IRIX, HP-UX, OSF/1.
13124         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
13125         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
13126         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
13127         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
13128         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
13129         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
13130
13131 2007-03-29  Bruno Haible  <bruno@clisp.org>
13132
13133         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
13134
13135 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
13136
13137         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
13138         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
13139
13140 2007-03-29  Eric Blake  <ebb9@byu.net>
13141
13142         * lib/acl-internal.h: Remove redundant include.
13143         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
13144         Cygwin when a file is locked.
13145
13146 2007-03-29  Bruno Haible  <bruno@clisp.org>
13147
13148         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
13149         file.
13150         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
13151
13152 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
13153
13154         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
13155         try to remove a parent directory if the child couldn't be removed
13156         (except for the first rmdir, which could fail because the child
13157         doesn't exist).  Problem reported by Jeff Blaine in
13158         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
13159
13160 2007-03-28  Bruno Haible  <bruno@clisp.org>
13161
13162         * lib/striconveh.c (utf8conv_carefully): New function.
13163         (mem_cd_iconveh_internal): Invoke it.
13164
13165 2007-03-28  Bruno Haible  <bruno@clisp.org>
13166
13167         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
13168         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
13169         input.
13170         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
13171         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
13172         unistr/u8-uctomb.
13173
13174 2007-03-28  Bruno Haible  <bruno@clisp.org>
13175
13176         * modules/unistr/u8-mbtoucr: New file.
13177         * lib/unistr/u8-mbtoucr.c: New file.
13178         * modules/unistr/u16-mbtoucr: New file.
13179         * lib/unistr/u16-mbtoucr.c: New file.
13180         * modules/unistr/u16-mbtoucr: New file.
13181         * lib/unistr/u16-mbtoucr.c: New file.
13182         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
13183
13184 2007-03-27  Simon Josefsson  <simon@josefsson.org>
13185             Bruno Haible  <bruno@clisp.org>
13186
13187         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
13188         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
13189         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
13190
13191         * m4/stdio_h.m4: Add stubs for vasprintf too.
13192
13193         * modules/stdio: Support vasprintf in sed command.
13194
13195         * modules/vasprintf: Depend on stdio for prototypes.  Remove
13196         vasprintf.h.  Add stdio module indicator.
13197
13198         * lib/stdio_.h: Declare asprintf and vasprintf, based on
13199         vasprintf.h.
13200
13201         * lib/vasprintf.h: File removed.
13202
13203         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
13204         * lib/vasprintf.c: Ditto.
13205         * lib/xvasprintf.c: Ditto.
13206         * tests/test-vasprintf-posix.c: Ditto.
13207         * tests/test-vasprintf.c: Ditto.
13208
13209 2007-03-27  Bruno Haible  <bruno@clisp.org>
13210
13211         Make vasnprintf multithread-safe.
13212         * lib/vasnprintf.c (decimal_point_char): New function.
13213         (VASNPRINTF): Use it.
13214         Suggested by Simon Josefsson.
13215
13216 2007-03-27  Eric Blake  <ebb9@byu.net>
13217
13218         Support sub-second birthtime on cygwin.
13219         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
13220         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
13221         (get_stat_birthtime): Also work with st_birthtim.
13222
13223 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         * lib/stat-time.h (USE_BIRTHTIME): Remove.
13226         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
13227         (get_stat_birthtime_ns): Do not try to use "spare" fields.
13228         (get_stat_birthtime_ns): Simplify compile-time tests.
13229         (get_stat_birthtime): Change the API to look like
13230         get_stat_mtime etc., except return a negative tv_nsec on error.
13231         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
13232         Don't check for "spare" fields.
13233         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
13234         or for struct stat.st_birthtime, as these tests aren't used.
13235         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
13236
13237 2007-03-27  Bruno Haible  <bruno@clisp.org>
13238
13239         * lib/stat-time.h: Include <sys/stat.h>.
13240
13241 2007-03-27  James Youngman  <jay@gnu.org>
13242
13243         * lib/stat-time.h (get_stat_birthtime): New function for
13244           retrieving st_birthtime as provided by UFS2 (hence *BSD).
13245         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
13246           and its variants.
13247         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
13248         * modules/stat-time-test: New file.
13249         * tests/test-stat-time.c: New test, devised by Bruno Haible.
13250
13251 2007-03-26  Bruno Haible  <bruno@clisp.org>
13252
13253         Better support of signalling NaNs.
13254         * lib/atanl.c: Include isnanl.h.
13255         (atanl): Perform test for NaN at the beginning of the function and
13256         through a call to isnanl.
13257         * lib/cosl.c: Include isnanl.h.
13258         (cosl): Perform test for NaN at the beginning of the function and
13259         through a call to isnanl.
13260         * lib/ldexpl.c: Include isnanl.h.
13261         (ldexpl): Perform test for NaN through a call to isnanl.
13262         * lib/logl.c: Include isnanl.h.
13263         (logl): Perform test for NaN at the beginning of the function and
13264         through a call to isnanl.
13265         * lib/sinl.c: Include isnanl.h.
13266         (sinl): Perform test for NaN at the beginning of the function and
13267         through a call to isnanl.
13268         * lib/sqrtl.c: Include isnanl.h.
13269         (sqrtl): Perform test for NaN at the beginning of the function and
13270         through a call to isnanl.
13271         * lib/tanl.c: Include isnanl.h.
13272         (tanl): Perform test for NaN at the beginning of the function and
13273         through a call to isnanl.
13274         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
13275         * modules/mathl (Depends-on): Add isnanl.
13276
13277 2007-03-26  Eric Blake  <ebb9@byu.net>
13278
13279         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
13280         regression in logic sense of previous patch.
13281
13282 2007-03-26  Bruno Haible  <bruno@clisp.org>
13283
13284         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
13285         unportable shell command "if ! ...".
13286         Reported by Ralf Wildenhues.
13287
13288 2007-03-25  Bruno Haible  <bruno@clisp.org>
13289
13290         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
13291         <sysexits.h> file, and only add EX_CONFIG.
13292         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
13293         absolute file name and whether it is sufficient. Substitute also
13294         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
13295         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
13296         ABSOLUTE_SYSEXITS_H into sysexits.h.
13297
13298 2007-03-25  Bruno Haible  <bruno@clisp.org>
13299
13300         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
13301         hints is NULL.
13302
13303 2007-03-25  Bruno Haible  <bruno@clisp.org>
13304
13305         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
13306         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
13307
13308 2007-03-25  Bruno Haible  <bruno@clisp.org>
13309
13310         * lib/vasnprintf.c: Include langinfo.h.
13311         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
13312         multithread-safe.
13313         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
13314         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
13315         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13316         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13317         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13318         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13319         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13320         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
13321         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13322         Reported by Simon Josefsson.
13323
13324 2007-03-25  Bruno Haible  <bruno@clisp.org>
13325
13326         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
13327         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
13328         * modules/vasnprintf (Depends-on): Add stdint.
13329
13330 2007-03-25  Bruno Haible  <bruno@clisp.org>
13331
13332         * modules/fpieee: New file.
13333         * m4/fpieee.m4: New file.
13334         * modules/isnan-nolibm (Depends-on): Add fpieee.
13335         * modules/isnanl-nolibm (Depends-on): Add fpieee.
13336         * modules/isnanl (Depends-on): Add fpieee.
13337
13338 2007-03-25  Bruno Haible  <bruno@clisp.org>
13339
13340         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
13341
13342 2007-03-25  Bruno Haible  <bruno@clisp.org>
13343
13344         Avoid test failures on IRIX 6.5.
13345         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
13346         (main): Use it.
13347         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
13348         macros.
13349         (main): Use them.
13350
13351 2007-03-25  Bruno Haible  <bruno@clisp.org>
13352
13353         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
13354         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
13355         exists but doesn't work.
13356         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
13357         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
13358         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
13359         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
13360
13361 2007-03-25  Bruno Haible  <bruno@clisp.org>
13362
13363         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
13364         returns inf. Needed on IRIX 6.5.
13365
13366 2007-03-25  Bruno Haible  <bruno@clisp.org>
13367
13368         * tests/test-frexpl.c: Include isnanl-nolibm.h.
13369         (main): Use isnanl instead of x != x idiom.
13370         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
13371
13372         * tests/test-frexp.c: Include isnan.h.
13373         (main): Use isnan instead of x != x idiom.
13374         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
13375
13376 2007-03-25  Bruno Haible  <bruno@clisp.org>
13377
13378         * tests/test-frexp.c (NaN): New function/macro.
13379         (main): Use it instead of 0.0 / 0.0.
13380         * tests/test-isnan.c (NaN): New function/macro.
13381         (main): Use it instead of 0.0 / 0.0.
13382         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
13383         (test_function): Use it instead of 0.0 / 0.0.
13384         * tests/test-vasprintf-posix.c (NaN): New function/macro.
13385         (test_function): Use it instead of 0.0 / 0.0.
13386         * tests/test-snprintf-posix.h (NaN): New function/macro.
13387         (test_function): Use it instead of 0.0 / 0.0.
13388         * tests/test-sprintf-posix.h (NaN): New function/macro.
13389         (test_function): Use it instead of 0.0 / 0.0.
13390         * tests/test-fprintf-posix.h (NaN): New function/macro.
13391         (test_function): Use it instead of 0.0 / 0.0.
13392         * tests/test-printf-posix.h (NaN): New function/macro.
13393         (test_function): Use it instead of 0.0 / 0.0.
13394
13395         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
13396
13397 2007-03-25  Bruno Haible  <bruno@clisp.org>
13398
13399         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
13400
13401 2007-03-25  Bruno Haible  <bruno@clisp.org>
13402
13403         * lib/regexec.c (merge_state_with_log): Make static.
13404
13405 2007-03-25  Bruno Haible  <bruno@clisp.org>
13406
13407         * lib/trigl.c (kernel_rem_pio2): Make static.
13408
13409 2007-03-25  Bruno Haible  <bruno@clisp.org>
13410
13411         * lib/sincosl.c (sincosl_table): Make static.
13412
13413 2007-03-25  Bruno Haible  <bruno@clisp.org>
13414
13415         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
13416         if the compiler does not support C99.
13417
13418 2007-03-25  Bruno Haible  <bruno@clisp.org>
13419
13420         * modules/time (Makefile.am): Ensure all rule action lines start with a
13421         tab.
13422
13423 2007-03-24  Bruno Haible  <bruno@clisp.org>
13424
13425         * modules/tsearch-tests: New file.
13426         * tests/test-tsearch.sh: New file.
13427         * tests/test-tsearch.c: New file, mostly copied from glibc.
13428
13429         * modules/search-tests: New file.
13430         * tests/test-search.c: New file.
13431
13432         * modules/search: New file.
13433         * lib/search_.h: New file, incorporating lib/tsearch.h.
13434         * m4/search_h.m4: New file.
13435         * lib/tsearch.h: Remove file.
13436         * lib/tsearch.c: Include search.h instead of tsearch.h.
13437         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
13438         HAVE_TSEARCH.
13439         * modules/tsearch (Files): Remove lib/tsearch.h.
13440         (Depends-on): Add search.
13441         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
13442         (Include): Change tsearch.h into search.h.
13443
13444 2007-03-24  Bruno Haible  <bruno@clisp.org>
13445
13446         * modules/fpucw: New file.
13447         * lib/fpucw.h: New file.
13448         * lib/frexp.c: Include fpucw.h.
13449         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
13450         (FUNC): Use them.
13451         * lib/printf-frexp.c: Include fpucw.h.
13452         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
13453         (FUNC): Use them.
13454         * lib/vasnprintf.c: Include fpucw.h.
13455         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
13456         'long double' calculations.
13457         * tests/test-frexpl.c: Include fpucw.h.
13458         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
13459         * tests/test-printf-frexpl.c: Include fpucw.h.
13460         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
13461         * modules/frexpl (Depends-on): Add fpucw.
13462         * modules/printf-frexpl (Depends-on): Likewise.
13463         * modules/fprintf-posix (Depends-on): Likewise.
13464         * modules/snprintf-posix (Depends-on): Likewise.
13465         * modules/sprintf-posix (Depends-on): Likewise.
13466         * modules/vasnprintf-posix (Depends-on): Likewise.
13467         * modules/vasprintf-posix (Depends-on): Likewise.
13468         * modules/vfprintf-posix (Depends-on): Likewise.
13469         * modules/vsnprintf-posix (Depends-on): Likewise.
13470         * modules/vsprintf-posix (Depends-on): Likewise.
13471         * modules/frexpl-tests (Depends-on): Likewise.
13472         * modules/printf-frexpl-tests (Depends-on): Likewise.
13473
13474 2007-03-24  Bruno Haible  <bruno@clisp.org>
13475
13476         * lib/float+.h: New file.
13477         * lib/isnan.c: Include float+.h.
13478         (SIZE): New macro.
13479         (FUNC): Compare only SIZE bytes of the value.
13480         * lib/vasnprintf.c: Include float+.h.
13481         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
13482         SIZEOF_LDBL or SIZEOF_DBL bytes.
13483         * modules/isnan-nolibm (Files): Add lib/float+.h.
13484         * modules/isnanl-nolibm (Files): Add lib/float+.h.
13485         * modules/isnanl (Files): Add lib/float+.h.
13486         * modules/vasnprintf (Files): Add lib/float+.h.
13487
13488 2007-03-24  Bruno Haible  <bruno@clisp.org>
13489
13490         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
13491         include isnanl-nolibm.h.
13492
13493 2007-03-24  Bruno Haible  <bruno@clisp.org>
13494
13495         * tests/test-read-file.c (main): Don't produce spurious output for
13496         expected situations. Make the test fail if it encountered unexpected
13497         results.
13498
13499 2007-03-24  Bruno Haible  <bruno@clisp.org>
13500
13501         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
13502         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
13503
13504 2007-03-24  Bruno Haible  <bruno@clisp.org>
13505
13506         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
13507
13508 2007-03-24  Bruno Haible  <bruno@clisp.org>
13509
13510         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
13511         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
13512
13513         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
13514         * modules/utf8-ucs4: Turn into a symbolic link to module
13515         unistr/u8-mbtouc.
13516
13517         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
13518         utf8-ucs4-unsafe.
13519         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
13520         unistr/u8-mbtouc-unsafe.
13521
13522         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
13523         * modules/utf16-ucs4: Turn into a symbolic link to module
13524         unistr/u16-mbtouc.
13525
13526         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
13527         utf16-ucs4-unsafe.
13528         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
13529         unistr/u16-mbtouc-unsafe.
13530
13531         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
13532         * modules/ucs4-utf8: Turn into a symbolic link to module
13533         unistr/u8-ubtomb.
13534
13535         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
13536         * modules/ucs4-utf16: Turn into a symbolic link to module
13537         unistr/u16-ubtomb.
13538
13539 2007-03-24  Bruno Haible  <bruno@clisp.org>
13540
13541         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
13542         Enable the function only if HAVE_INLINE.
13543         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
13544         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
13545         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
13546         Enable the function only if HAVE_INLINE.
13547         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
13548         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
13549         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
13550         Enable the function only if HAVE_INLINE.
13551         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
13552         Enable the function only if HAVE_INLINE.
13553         * modules/utf8-ucs4: Update.
13554         * modules/utf8-ucs4-unsafe: Update.
13555         * modules/utf16-ucs4: Update.
13556         * modules/utf16-ucs4-unsafe: Update.
13557         * modules/ucs4-utf8: Update.
13558         * modules/ucs4-utf16: Update.
13559
13560 2007-03-24  Bruno Haible  <bruno@clisp.org>
13561
13562         * lib/utf8-ucs4.h: Remove file.
13563         * lib/utf8-ucs4-unsafe.h: Remove file.
13564         * lib/utf16-ucs4.h: Remove file.
13565         * lib/utf16-ucs4-unsafe.h: Remove file.
13566         * lib/ucs4-utf8.h: Remove file.
13567         * lib/ucs4-utf16.h: Remove file.
13568         * lib/unistr.h: Include their previous contents.
13569         * m4/utf-ucs4.m4: Remove file.
13570         * m4/ucs4-utf.m4: Remove file.
13571         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
13572         (Depends-on): Add unistr/base.
13573         (configure.ac): Remove gl_UTF_UCS4.
13574         (Makefile.am): Update.
13575         (Include): Change to unistr.h.
13576         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
13577         (Depends-on): Add unistr/base.
13578         (configure.ac): Remove gl_UTF_UCS4.
13579         (Makefile.am): Update.
13580         (Include): Change to unistr.h.
13581         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
13582         (Depends-on): Add unistr/base.
13583         (configure.ac): Remove gl_UTF_UCS4.
13584         (Makefile.am): Update.
13585         (Include): Change to unistr.h.
13586         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
13587         (Depends-on): Add unistr/base.
13588         (configure.ac): Remove gl_UTF_UCS4.
13589         (Makefile.am): Update.
13590         (Include): Change to unistr.h.
13591         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
13592         (Depends-on): Add unistr/base.
13593         (configure.ac): Remove gl_UCS4_UTF.
13594         (Makefile.am): Update.
13595         (Include): Change to unistr.h.
13596         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
13597         (Depends-on): Add unistr/base.
13598         (configure.ac): Remove gl_UCS4_UTF.
13599         (Makefile.am): Update.
13600         (Include): Change to unistr.h.
13601         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
13602         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
13603         utf8-ucs4-unsafe.h.
13604         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
13605         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
13606         utf16-ucs4-unsafe.h.
13607         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
13608         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
13609         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
13610         * lib/unistr/u8-strchr.c: Likewise.
13611         * lib/unistr/u8-strrchr.c: Likewise.
13612         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
13613         * lib/unistr/u16-strchr.c: Likewise.
13614         * lib/unistr/u16-strrchr.c: Likewise.
13615         * lib/striconveh.c: Update.
13616         * lib/linebreak.c: Update.
13617
13618 2007-03-24  Bruno Haible  <bruno@clisp.org>
13619
13620         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
13621         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
13622
13623 2007-03-22  Bruno Haible  <bruno@clisp.org>
13624
13625         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
13626
13627 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         * MODULES.html.sh (File system functions): New module write-any-file.
13630         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
13631         * m4/write-any-file.m4: New files.
13632
13633 2007-03-23  Eric Blake  <ebb9@byu.net>
13634
13635         * gnulib-tool: Rearrange space-tab sequences, since some editors
13636         like to eat them.
13637
13638 2007-03-23  Eric Blake  <ebb9@byu.net>
13639
13640         * lib/version-etc.c (version_etc_va): Update license wording to
13641         be more concise.  Recommended by Richard Stallman.
13642
13643 2007-03-22  Bruno Haible  <bruno@clisp.org>
13644
13645         * lib/poll.c (MSG_PEEK): New fallback definition.
13646
13647 2007-03-22  Bruno Haible  <bruno@clisp.org>
13648
13649         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
13650         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
13651         (main): Update.
13652         Fixes a compilation error on BeOS.
13653
13654 2007-03-22  Bruno Haible  <bruno@clisp.org>
13655
13656         * modules/frexpl-tests: New file.
13657         * tests/test-frexpl.c: New file.
13658
13659         * modules/frexpl: New file.
13660         * m4/frexpl.m4: New file.
13661         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
13662         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
13663         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
13664         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
13665         (Depends-on): Add frexpl. Remove isnanl-nolibm.
13666         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
13667
13668 2007-03-22  Bruno Haible  <bruno@clisp.org>
13669
13670         * lib/frexpl.c: Share code with lib/frexp.c.
13671         * modules/mathl (Files): Add lib/frexp.c.
13672         (Depends-on): Add isnanl-nolibm.
13673
13674 2007-03-22  Bruno Haible  <bruno@clisp.org>
13675
13676         * modules/printf-frexp (Files): Add m4/frexp.m4.
13677         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
13678         only if the found frexp function actually works.
13679
13680 2007-03-22  Bruno Haible  <bruno@clisp.org>
13681
13682         * lib/frexp.c: Remove older implementation that uses divisions.
13683
13684 2007-03-21  Bruno Haible  <bruno@clisp.org>
13685
13686         * modules/frexp-tests: New file.
13687         * tests/test-frexp.c: New file.
13688
13689         * modules/frexp: New file.
13690         * lib/frexp.c: New file.
13691         * m4/frexp.m4: New file.
13692         * lib/math_.h (frexp): New declaration.
13693         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
13694         REPLACE_FREXP.
13695         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
13696
13697 2007-03-21  Bruno Haible  <bruno@clisp.org>
13698
13699         * modules/isnanl-tests: New file.
13700         * tests/test-isnanl.c: New file.
13701
13702         * modules/isnanl: New file.
13703         * lib/isnanl.h: New file.
13704         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
13705         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
13706         gl_FUNC_ISNANL_WORKS.
13707         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
13708         New macros.
13709
13710 2007-03-21  Bruno Haible  <bruno@clisp.org>
13711
13712         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
13713         lib/isnanl.h.
13714         (Include): Update.
13715         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
13716         * lib/vasnprintf.c: Update.
13717         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
13718         tests/test-isnanl.h, remove tests/test-isnanl.c.
13719         (Makefile.am): Update.
13720         * tests/test-isnanl-nolibm.c: New file.
13721         * tests/test-isnanl.h: New file.
13722         * tests/test-isnanl.c: Remove file.
13723
13724 2007-03-21  Jim Meyering  <jim@meyering.net>
13725
13726         When trying to open ".", treat ESTALE like EACCES.
13727         * lib/savewd.c (savewd_save): Resort to forking not just upon
13728         failure with EACCES, but also when errno is ESTALE.
13729
13730 2007-03-20  Bruno Haible  <bruno@clisp.org>
13731
13732         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
13733         Needed on AIX 5.1. Reported by Matthew Woehlke.
13734
13735 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         Suggestions by Bruno Haible:
13738         * lib/acl-internal.h: Include "gettext.h" rather than rolling
13739         our own.
13740         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
13741         * modules/acl (Depends-on): Add gettext.
13742
13743 2007-03-19  Bruno Haible  <bruno@clisp.org>
13744
13745         * modules/iconvme: Remove file.
13746         * lib/iconvme.h: Remove file.
13747         * lib/iconvme.c: Remove file.
13748         * m4/iconvme.m4: Remove file.
13749
13750 2007-03-19  Bruno Haible  <bruno@clisp.org>
13751
13752         * doc/relocatable-maint.texi: Break long shell script line.
13753         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
13754
13755 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13756
13757         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
13758         handle file_has_acl.
13759         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
13760         * lib/acl.c: Move header inclusions and related macro defns into
13761         lib/acl-internal.h.
13762         (S_ISLNK): Remove defn, since that's now done for us.
13763         (file_has_acl): Move to lib/file-has-acl.c.
13764         Call acl_trivial if available.  This is the crucial part of the fix.
13765         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
13766         shared within the library.  Rewrite a bit, partly to make it compatible
13767         with the GNU coding style.
13768         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
13769         Remove unnecessary double-quotes.
13770         Don't test for acl_to_text; the build will catch that.
13771         Replace acl_entries if it doesn't exist and it is needed.
13772         Check for -lsec and acl_trivial (as used on Solaris 10).
13773         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
13774         lib/file-has-acl.c.
13775         (Depends-on): Add sys_stat, for S_ISLNK.
13776
13777 2007-03-19  Ben Pfaff  <blp@gnu.org>
13778
13779         * doc/gnulib.texi: Fix typos.
13780         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
13781
13782 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13783
13784         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
13785         If size is zero here, buf must be zero.
13786
13787 2007-03-19  Simon Josefsson  <simon@josefsson.org>
13788
13789         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
13790         <bruno@clisp.org>.
13791
13792 2007-03-18  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
13795         Suggested by Eric Blake.
13796
13797 2007-03-18  Ben Pfaff  <blp@gnu.org>
13798
13799         * doc/relocatable.texi: Recommend using as prefix a directory
13800         that does not exist and will never be created.  Based on
13801         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
13802         and others.
13803
13804 2007-03-17  Bruno Haible  <bruno@clisp.org>
13805
13806         * lib/fchownat.c: Include lchown.h.
13807
13808 2007-03-17  Bruno Haible  <bruno@clisp.org>
13809
13810         Fix endless loop when the given allocated size was > INT_MAX.
13811         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
13812         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
13813         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
13814         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
13815         * lib/sprintf.c (sprintf): Likewise.
13816
13817 2007-03-17  Bruno Haible  <bruno@clisp.org>
13818
13819         * tests/test-argp-2.sh (func_compare): Output a context diff.
13820
13821 2007-03-17  Bruno Haible  <bruno@clisp.org>
13822
13823         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
13824         locale's decimal-point character.
13825
13826 2007-03-17  Bruno Haible  <bruno@clisp.org>
13827
13828         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
13829         before comparing it. Needed because on some platforms (e.g. x86) a
13830         'long double' occupies less bytes than sizeof (long double).
13831
13832 2007-03-17  Bruno Haible  <bruno@clisp.org>
13833
13834         * tests/test-crc.c (main): Make printf statements 64-bit clean.
13835         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
13836         * tests/test-getaddrinfo.c (simple): Likewise.
13837         * tests/test-read-file.c (main): Likewise.
13838
13839 2007-03-17  Bruno Haible  <bruno@clisp.org>
13840
13841         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
13842
13843 2007-03-17  Bruno Haible  <bruno@clisp.org>
13844
13845         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
13846         unused variable.
13847
13848 2007-03-17  Bruno Haible  <bruno@clisp.org>
13849
13850         * tests/test-c-strcasecmp.c: Include c-strcase.h.
13851         * tests/test-c-strncasecmp.c: Likewise.
13852
13853 2007-03-17  Bruno Haible  <bruno@clisp.org>
13854
13855         * modules/stdlib (Depends-on): Add unistd.
13856         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
13857         Needed for MacOS X 10.3.
13858
13859 2007-03-17  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/unistr/u-strdup.h: Include <stdlib.h>.
13862
13863 2007-03-17  Bruno Haible  <bruno@clisp.org>
13864
13865         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
13866
13867 2007-03-17  Bruno Haible  <bruno@clisp.org>
13868
13869         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
13870         to reflect files copied from gnulib (with or without modifications).
13871         Suggested by Jim Meyering.
13872
13873 2007-03-17  Eric Blake  <ebb9@byu.net>
13874
13875         * NEWS: Document stdlib change from 2007-02-18.
13876
13877 2007-03-17  Jim Meyering  <jim@meyering.net>
13878
13879         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
13880         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
13881         someone uses a name containing shell meta-characters.
13882         Reported by Alfred M. Szmidt.
13883
13884         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
13885
13886 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13887
13888         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
13889         and copy gettext configuration files only if configure.ac contains
13890         a use of AM_GNU_GETTEXT_VERSION.
13891
13892 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13893
13894         * build-aux/bootstrap (gnulib_name): New variable.
13895         (gnulib_tool_options): Use it.
13896
13897 2007-03-13  Simon Josefsson  <simon@josefsson.org>
13898
13899         * tests/test-des.c: Use new namespace.
13900
13901 2007-03-15  Bruno Haible  <bruno@clisp.org>
13902
13903         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
13904         Reported by James Youngman <jay@gnu.org>.
13905
13906 2007-03-15  Bruno Haible  <bruno@clisp.org>
13907
13908         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
13909         declared prototype. Needed with cc on OSF/1 5.1.
13910
13911 2007-03-15  Bruno Haible  <bruno@clisp.org>
13912
13913         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
13914         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
13915         (struct gl_list_implementation): Add dispose_fn argument to the
13916         'create_empty', 'create' methods.
13917         (struct gl_list_impl_base): Add field 'dispose_fn'.
13918         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
13919         argument.
13920         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
13921         dispose_fn argument.
13922         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
13923         dispose_fn on the dropped values.
13924         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
13925         dispose_fn argument.
13926         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
13927         dropped values.
13928         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
13929         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13930         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
13931         (gl_tree_remove_node): Call dispose_fn on the dropped value.
13932         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
13933         argument.
13934         (gl_tree_list_free): Call dispose_fn on the dropped values.
13935         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
13936         the dropped values.
13937         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
13938         Add dispose_fn argument.
13939         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
13940         Call dispose_fn on the dropped values.
13941         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
13942         Add dispose_fn argument.
13943         (gl_sublist_create): Initialize the 'dispose_fn' field.
13944         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
13945         * tests/test-array_list.c (main): Update.
13946         * tests/test-carray_list.c (main): Update.
13947         * tests/test-avltree_list.c (main): Update.
13948         * tests/test-rbtree_list.c (main): Update.
13949         * tests/test-avltreehash_list.c (main): Update.
13950         * tests/test-rbtreehash_list.c (main): Update.
13951         * tests/test-linked_list.c (main): Update.
13952         * tests/test-linkedhash_list.c (main): Update.
13953         * tests/test-array_oset.c (main): Update.
13954
13955 2007-03-15  Bruno Haible  <bruno@clisp.org>
13956
13957         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
13958         (gl_oset_create_empty): Add dispose_fn argument.
13959         (struct gl_oset_implementation): Add dispose_fn argument to
13960         'create_empty' method.
13961         (struct gl_oset_impl_base): Add dispose_fn field.
13962         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
13963         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
13964         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
13965         values.
13966         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
13967         (gl_tree_oset_free): Call dispose_fn on the dropped values.
13968         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13969         dropped value.
13970         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
13971         dropped value.
13972         * tests/test-array_oset.c (main): Update.
13973         * tests/test-avltree_oset.c (main): Update.
13974         * tests/test-rbtree_oset.c (main): Update.
13975         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
13976
13977 2007-03-13  Bruno Haible  <bruno@clisp.org>
13978
13979         * tests/test-stdbool.c (i): Update after last patch.
13980
13981 2007-03-12  Bruno Haible  <bruno@clisp.org>
13982
13983         * lib/quotearg.c: Include <wctype.h> early, before the definition of
13984         the iswprint macro. Needed on Solaris 2.5.1.
13985
13986 2007-03-12  Bruno Haible  <bruno@clisp.org>
13987
13988         * tests/test-printf-frexp.c (main): Declare x as volatile.
13989
13990 2007-03-12  Simon Josefsson  <simon@josefsson.org>
13991
13992         * doc/gnulib.texi (Build robot for gnulib): New section.
13993
13994 2007-03-12  Jim Meyering  <jim@meyering.net>
13995
13996         * build-aux/bootstrap: New file.
13997         * build-aux/bootstrap.conf: New file, from coreutils.
13998
13999 2007-03-11  Bruno Haible  <bruno@clisp.org>
14000
14001         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
14002
14003 2007-03-12  Simon Josefsson  <simon@josefsson.org>
14004
14005         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
14006         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
14007         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
14008
14009 2007-03-11  Bruno Haible  <bruno@clisp.org>
14010
14011         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
14012         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
14013
14014 2007-03-11  Bruno Haible  <bruno@clisp.org>
14015
14016         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
14017         formula. Needed for SunPRO C 5.0.
14018
14019 2007-03-11  Bruno Haible  <bruno@clisp.org>
14020
14021         * modules/long-options (Depends-on): Add getopt.
14022
14023 2007-03-11  Bruno Haible  <bruno@clisp.org>
14024
14025         * modules/modechange (Depends-on): Add stdbool.
14026
14027 2007-03-11  Bruno Haible  <bruno@clisp.org>
14028
14029         * modules/i-ring (Depends-on): Add stdbool.
14030
14031 2007-03-11  Bruno Haible  <bruno@clisp.org>
14032
14033         * modules/gc-des (Depends-on): Add stdbool.
14034
14035 2007-03-11  Bruno Haible  <bruno@clisp.org>
14036
14037         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
14038
14039 2007-03-11  Bruno Haible  <bruno@clisp.org>
14040
14041         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
14042
14043 2007-03-11  Bruno Haible  <bruno@clisp.org>
14044
14045         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
14046
14047 2007-03-11  Bruno Haible  <bruno@clisp.org>
14048
14049         * lib/vasnprintf.c (sprintf): Undefine.
14050
14051 2007-03-11  Bruno Haible  <bruno@clisp.org>
14052
14053         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
14054         initializers in SunPRO C and Compaq C compilers.
14055
14056 2007-03-11  Bruno Haible  <bruno@clisp.org>
14057
14058         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
14059         decrementing code ANSI C compliant.
14060
14061 2007-03-11  Bruno Haible  <bruno@clisp.org>
14062
14063         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
14064         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
14065
14066 2007-03-11  Bruno Haible  <bruno@clisp.org>
14067
14068         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
14069         <stdbool.h> substitute doesn't pass.
14070
14071 2007-03-11  Bruno Haible  <bruno@clisp.org>
14072
14073         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
14074
14075 2007-03-11  Bruno Haible  <bruno@clisp.org>
14076
14077         * gnulib-tool (func_create_megatestdir): Create also an autobuild
14078         script, for submission to autobuild.josefsson.org.
14079
14080 2007-03-10  Bruno Haible  <bruno@clisp.org>
14081
14082         * modules/canonicalize-lgpl-tests: New file.
14083         * tests/test-canonicalize-lgpl.sh: New file.
14084         * tests/test-canonicalize-lgpl.c: New file.
14085
14086         * modules/c-strcase-tests: New file.
14087         * tests/test-c-strcase.sh: New file.
14088         * tests/test-c-strcasecmp.c: New file.
14089         * tests/test-c-strncasecmp.c: New file.
14090
14091         * modules/atexit-tests: New file.
14092         * tests/test-atexit.sh: New file.
14093         * tests/test-atexit.c: New file.
14094
14095 2007-03-10  Bruno Haible  <bruno@clisp.org>
14096
14097         * tests/test-binary-io.sh: Use temporary filenames that are not so
14098         likely to clash with those of other tests (in a parallel make).
14099         * tests/test-binary-io.c: Likewise.
14100
14101 2007-03-10  Bruno Haible  <bruno@clisp.org>
14102
14103         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
14104         fallback; use #error instead.
14105         Suggested by Simon Josefsson.
14106
14107 2007-03-10  Bruno Haible  <bruno@clisp.org>
14108
14109         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
14110         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
14111         first and the last.
14112
14113 2007-03-10  Bruno Haible  <bruno@clisp.org>
14114
14115         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
14116
14117 2007-03-10  Bruno Haible  <bruno@clisp.org>
14118
14119         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
14120         "make distcheck".
14121         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
14122         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
14123         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
14124
14125 2007-03-10  Bruno Haible  <bruno@clisp.org>
14126
14127         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
14128         variable.
14129         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
14130         variable.
14131
14132 2007-03-09  Eric Blake  <ebb9@byu.net>
14133         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
14134
14135         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
14136         types are not being provided by gnulib.
14137         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
14138         types are supported.
14139
14140 2007-03-10  Bruno Haible  <bruno@clisp.org>
14141
14142         * lib/stdio_.h (__attribute__): New macro.
14143         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
14144         vsprintf): Specify __attribute__ __format__ for GCC.
14145         Suggested by Eric Blake.
14146
14147 2007-03-09  Bruno Haible  <bruno@clisp.org>
14148
14149         * modules/printf-posix-tests: New file.
14150         * tests/test-printf-posix.sh: New file.
14151         * tests/test-printf-posix.c: New file.
14152
14153         * modules/printf-posix: New file.
14154         * lib/printf.c: New file.
14155         * m4/printf-posix-rpl.m4: New file.
14156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
14157         REPLACE_PRINTF.
14158         * lib/stdio_.h (printf): New declaration.
14159         (format, __format__, ____printf____, ____scanf____, ____strftime____,
14160         ____strfmon____): New macros.
14161         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
14162         REPLACE_PRINTF.
14163
14164 2007-03-09  Bruno Haible  <bruno@clisp.org>
14165
14166         * tests/test-vasnprintf-posix2.sh: New file.
14167         * tests/test-vasnprintf-posix2.c: New file.
14168         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
14169         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
14170         (Makefile.am): Activate test-vasnprintf-posix2.sh.
14171
14172         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
14173         a locale dependent decimal point, rather than always '.'.
14174
14175 2007-03-09  Eric Blake  <ebb9@byu.net>
14176
14177         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
14178         spite of platforms like Tandem/NSK that define it to -1.
14179
14180 2007-03-08  Bruno Haible  <bruno@clisp.org>
14181
14182         * modules/vprintf-posix-tests: New file.
14183         * tests/test-vprintf-posix.sh: New file.
14184         * tests/test-vprintf-posix.c: New file.
14185         * tests/test-printf-posix.h: New file.
14186
14187         * modules/vprintf-posix: New file.
14188         * lib/vprintf.c: New file.
14189         * m4/vprintf-posix.m4: New file.
14190         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
14191         REPLACE_VPRINTF.
14192         * lib/stdio_.h (vprintf): New declaration.
14193         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
14194         REPLACE_VPRINTF.
14195
14196 2007-03-08  Bruno Haible  <bruno@clisp.org>
14197
14198         * modules/fprintf-posix-tests: New file.
14199         * tests/test-fprintf-posix.sh: New file.
14200         * tests/test-fprintf-posix.c: New file.
14201
14202         * modules/fprintf-posix: New file.
14203         * lib/fprintf.c: New file.
14204         * m4/fprintf-posix.m4: New file.
14205         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
14206         REPLACE_FPRINTF.
14207         * lib/stdio_.h (fprintf): New declaration.
14208         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
14209         REPLACE_FPRINTF.
14210
14211 2007-03-08  Bruno Haible  <bruno@clisp.org>
14212
14213         * modules/vfprintf-posix-tests: New file.
14214         * tests/test-vfprintf-posix.sh: New file.
14215         * tests/test-vfprintf-posix.c: New file.
14216         * tests/test-fprintf-posix.h: New file.
14217         * tests/test-fprintf-posix.out: New file.
14218
14219         * modules/vfprintf-posix: New file.
14220         * lib/vfprintf.c: New file.
14221         * m4/vfprintf-posix.m4: New file.
14222         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
14223         REPLACE_VFPRINTF.
14224         * lib/stdio_.h (vfprintf): New declaration.
14225         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
14226         REPLACE_VFPRINTF.
14227
14228 2007-03-08  Bruno Haible  <bruno@clisp.org>
14229
14230         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
14231
14232 2007-03-08  Bruno Haible  <bruno@clisp.org>
14233
14234         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
14235         instead of 'expr' invocations.
14236         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14237         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14238         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14239         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14240         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14241         Suggested by Paul Eggert.
14242
14243 2007-03-08  Bruno Haible  <bruno@clisp.org>
14244
14245         * modules/fseterr-tests: New file.
14246         * tests/test-fseterr.c: New file.
14247
14248         * modules/fseterr: New file.
14249         * lib/fseterr.h: New file.
14250         * lib/fseterr.c: New file.
14251
14252 2007-03-08  Bruno Haible  <bruno@clisp.org>
14253
14254         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
14255         * lib/getopt_.h: Likewise.
14256         * lib/mbswidth.h: Likewise.
14257         * lib/setenv.h: Likewise.
14258         * lib/vasnprintf.h: Likewise.
14259         * lib/vasprintf.h: Likewise.
14260         * lib/verror.h: Likewise.
14261         * lib/xsetenv.h: Likewise.
14262         * lib/xvasprintf.h: Likewise.
14263
14264 2007-03-08  Jim Meyering  <jim@meyering.net>
14265
14266         * users.txt: Add parted.
14267
14268         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
14269
14270 2007-03-07  Bruno Haible  <bruno@clisp.org>
14271
14272         * m4/printf.m4: Make the shell script snippets copy&pastable.
14273
14274 2007-03-02  Bruno Haible  <bruno@clisp.org>
14275
14276         * lib/netinet_in_.h: New file.
14277         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
14278         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
14279         * modules/netinet_in (Files): Add lib/netinet_in_.h.
14280         (Depends-on): Add absolute-header.
14281         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
14282         into netinet/in.h.
14283
14284 2007-03-03  Bruno Haible  <bruno@clisp.org>
14285
14286         * lib/sys_select_.h: New file.
14287         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
14288         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
14289         * modules/sys_select (Files): Add lib/sys_select_.h.
14290         (Depends-on): Add absolute-header.
14291         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
14292         into sys/select.h.
14293
14294 2007-03-02  Bruno Haible  <bruno@clisp.org>
14295
14296         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
14297         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
14298         values.
14299         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
14300         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
14301         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
14302         * modules/sys_socket (Depends-on): Add absolute-header.
14303         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
14304         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
14305         (Include): Remove requirement of inclusion of <sys/types.h>.
14306
14307 2007-03-02  Bruno Haible  <bruno@clisp.org>
14308
14309         * lib/byteswap_.h (bswap_32): Fix formula.
14310
14311 2007-03-06  Bruno Haible  <bruno@clisp.org>
14312
14313         * modules/sprintf-posix-tests: New file.
14314         * tests/test-sprintf-posix.c: New file.
14315
14316         * modules/sprintf-posix: New file.
14317         * lib/sprintf.c: New file.
14318         * m4/sprintf-posix.m4: New file.
14319         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
14320         REPLACE_SPRINTF.
14321         * lib/stdio_.h (sprintf): New declaration.
14322         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
14323         REPLACE_SPRINTF.
14324
14325 2007-03-06  Bruno Haible  <bruno@clisp.org>
14326
14327         * modules/vsprintf-posix-tests: New file.
14328         * tests/test-vsprintf-posix.c: New file.
14329         * tests/test-sprintf-posix.h: New file.
14330
14331         * modules/vsprintf-posix: New file.
14332         * lib/vsprintf.c: New file.
14333         * m4/vsprintf-posix.m4: New file.
14334         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
14335         REPLACE_VSPRINTF.
14336         * lib/stdio_.h (vsprintf): New declaration.
14337         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
14338         REPLACE_VSPRINTF.
14339
14340 2007-03-06  Bruno Haible  <bruno@clisp.org>
14341
14342         * modules/vsnprintf (Depend-on): Remove minmax.
14343
14344 2007-03-06  Bruno Haible  <bruno@clisp.org>
14345
14346         * modules/snprintf-posix-tests: New file.
14347         * tests/test-snprintf-posix.c: New file.
14348
14349         * modules/snprintf-posix: New file.
14350         * m4/snprintf-posix.m4: New file.
14351         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
14352         gl_FUNC_SNPRINTF.
14353         (gl_FUNC_SNPRINTF): Invoke it.
14354         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
14355         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
14356         is set.
14357         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
14358
14359 2007-03-06  Bruno Haible  <bruno@clisp.org>
14360
14361         * modules/vsnprintf-posix-tests: New file.
14362         * tests/test-vsnprintf-posix.c: New file.
14363         * tests/test-snprintf-posix.h: New file.
14364
14365         * modules/vsnprintf-posix: New file.
14366         * m4/vsnprintf-posix.m4: New file.
14367         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
14368         gl_FUNC_VSNPRINTF.
14369         (gl_FUNC_VSNPRINTF): Invoke it.
14370         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
14371         * lib/stdio_.h (vsnprintf): Define as a replacement if
14372         REPLACE_VSNPRINTF is set.
14373         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
14374
14375 2007-03-06  Bruno Haible  <bruno@clisp.org>
14376
14377         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
14378         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
14379
14380 2007-03-06  Bruno Haible  <bruno@clisp.org>
14381
14382         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
14383         (asinl): Declare also if HAVE_DECL_ASINL is set.
14384         (atanl): Declare also if HAVE_DECL_ATANL is set.
14385         (ceill): Declare also if HAVE_DECL_CEILL is set.
14386         (cosl): Declare also if HAVE_DECL_COSL is set.
14387         (expl): Declare also if HAVE_DECL_EXPL is set.
14388         (floorl): Declare also if HAVE_DECL_FLOORL is set.
14389         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
14390         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
14391         (logl): Declare also if HAVE_DECL_LOGL is set.
14392         (sinl): Declare also if HAVE_DECL_SINL is set.
14393         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
14394         (tanl): Declare also if HAVE_DECL_TANL is set.
14395         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
14396         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
14397         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
14398         declaration of frexpl, ldexpl.
14399         * modules/printf-frexpl (Depends-on): Add math.
14400         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
14401
14402 2007-03-05  Bruno Haible  <bruno@clisp.org>
14403
14404         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
14405         frexpl and ldexpl are declared.
14406         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
14407
14408 2007-03-05  Bruno Haible  <bruno@clisp.org>
14409
14410         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
14411         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
14412
14413 2007-03-05  Bruno Haible  <bruno@clisp.org>
14414
14415         * lib/stdio_.h: Include <stddef.h>.
14416
14417 2007-03-05  Bruno Haible  <bruno@clisp.org>
14418
14419         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
14420
14421 2007-03-05  Bruno Haible  <bruno@clisp.org>
14422
14423         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
14424         NetBSD 4, from Ralf Wildenhues.
14425
14426 2007-03-04  Bruno Haible  <bruno@clisp.org>
14427
14428         * lib/vasprintf.h: Update #if logic for the case when the functions
14429         exist but are overridden.
14430
14431 2007-03-04  Bruno Haible  <bruno@clisp.org>
14432
14433         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
14434         implementations: glibc-2.4 and MacOS X 10.3.
14435         * tests/test-vasnprintf-posix.c (test_function): Test also the case
14436         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
14437         * tests/test-vasprintf-posix.c (test_function): Likewise.
14438
14439 2007-03-04  Bruno Haible  <bruno@clisp.org>
14440
14441         * modules/vasprintf-posix-tests: New file.
14442         * tests/test-vasprintf-posix.c: New file.
14443
14444         * modules/vasprintf-posix: New file.
14445         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
14446         defined.
14447         * m4/vasprintf-posix.m4: New file.
14448         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
14449         gl_FUNC_VASPRINTF.
14450         (gl_FUNC_VASPRINTF): Invoke it.
14451         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
14452         here.
14453         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
14454
14455 2007-03-04  Bruno Haible  <bruno@clisp.org>
14456
14457         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
14458         REPLACE_GETTIMEOFDAY.
14459         * modules/sys_time (Makefile.am): Likewise.
14460         * m4/sys_time_h.m4: Likewise.
14461         * m4/gettimeofday.m4: Likewise.
14462
14463 2007-03-04  Bruno Haible  <bruno@clisp.org>
14464
14465         * modules/vasnprintf-posix-tests: New file.
14466         * tests/test-vasnprintf-posix.c: New file.
14467
14468         * modules/vasnprintf-posix: New file.
14469         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
14470         printf-frexpl.h.
14471         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
14472         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
14473         REPLACE_VASNPRINTF is defined.
14474         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
14475         gl_FUNC_VASNPRINTF.
14476         (gl_FUNC_VASNPRINTF): Invoke it.
14477         * m4/vasnprintf-posix.m4: New file.
14478         * m4/printf.m4: New file.
14479
14480 2007-03-04  Bruno Haible  <bruno@clisp.org>
14481
14482         Compile progreloc.c only if --enable-relocatable is specified.
14483         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
14484         if --enable-relocatable was specified.
14485         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
14486         lib_SOURCES.
14487
14488 2007-03-04  Jim Meyering  <jim@meyering.net>
14489
14490         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
14491         Use it consistently, rather than enumerating errno constants.
14492
14493 2007-03-04  Bruno Haible  <bruno@clisp.org>
14494
14495         * modules/xvasprintf-tests: New file.
14496         * tests/test-xvasprintf.c: New file.
14497
14498         * modules/vasprintf-tests: New file.
14499         * tests/test-vasprintf.c: New file.
14500
14501         * modules/vasnprintf-tests: New file.
14502         * tests/test-vasnprintf.c: New file.
14503
14504         * modules/vsnprintf-tests: New file.
14505         * tests/test-vsnprintf.c: New file.
14506
14507         * modules/snprintf-tests: New file.
14508         * tests/test-snprintf.c: New file.
14509
14510 2007-03-04  Bruno Haible  <bruno@clisp.org>
14511
14512         Compile relocatable.c only if --enable-relocatable is specified.
14513         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
14514         gl_RELOCATABLE_LIBRARY.
14515         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
14516         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
14517         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
14518         gl_RELOCATABLE_LIBRARY.
14519         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
14520         (Makefile.am): Remove lib_SOURCES.
14521         * modules/relocatable-lib-lgpl (configure.ac): Invoke
14522         gl_RELOCATABLE_LIBRARY.
14523         (Makefile.am): Remove lib_SOURCES.
14524         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
14525         always.
14526         * modules/relocatable-prog-wrapper (configure.ac): Invoke
14527         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
14528
14529 2007-03-04  Bruno Haible  <bruno@clisp.org>
14530
14531         * modules/argmatch-tests: New file.
14532         * tests/test-argmatch.c: New file.
14533
14534         * tests/test-allocsa.c (main): Halve the number of loop runs.
14535
14536         * modules/alloca-opt-tests: New file.
14537         * tests/test-alloca-opt.c: New file.
14538
14539 2007-03-04  Jim Meyering  <jim@meyering.net>
14540
14541         Work around difference between Linux ACLs and Solaris 10 ZFS.
14542         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
14543         for EINVAL.
14544
14545 2007-03-03  Bruno Haible  <bruno@clisp.org>
14546
14547         * modules/relocatable-prog (Depends-on): Add back progreloc's
14548         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
14549
14550 2007-03-03  Bruno Haible  <bruno@clisp.org>
14551
14552         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
14553         * modules/relocatable-lib: New file.
14554
14555 2007-03-03  Bruno Haible  <bruno@clisp.org>
14556
14557         * modules/relocatable-prog: Renamed from modules/relocatable.
14558         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
14559
14560 2007-03-03  Bruno Haible  <bruno@clisp.org>
14561
14562         * modules/relocatable-script (Files): Add doc/relocatable.texi,
14563         m4/relocatable-lib.m4.
14564         (Depends-on): Remove 'relocatable'.
14565         (configure.ac): Add gl_RELOCATABLE_NOP.
14566
14567 2007-03-03  Bruno Haible  <bruno@clisp.org>
14568
14569         * modules/relocatable-prog-wrapper: New file.
14570         * modules/relocatable (Depends-on): Add it. Remove all other
14571         dependencies except progname.
14572         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
14573
14574         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
14575         (gl_FUNC_STRERROR): Nop.
14576         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
14577
14578         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
14579         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
14580
14581         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
14582         (gl_FUNC_READLINK): Update.
14583
14584         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
14585
14586 2007-03-03  Bruno Haible  <bruno@clisp.org>
14587
14588         * lib/xreadlink.c: Include <unistd.h> unconditionally.
14589         * modules/xreadlink (Depends-on): Add unistd.
14590         * modules/xreadlink-with-size (Depends-on): Likewise.
14591
14592 2007-03-03  Bruno Haible  <bruno@clisp.org>
14593
14594         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
14595         extracted from gt_FUNC_SETENV.
14596         (gt_FUNC_SETENV): Remove macro.
14597         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
14598         remove gt_FUNC_SETENV.
14599
14600 2007-03-03  Bruno Haible  <bruno@clisp.org>
14601
14602         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
14603         ENABLE_RELOCATABLE here.
14604         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
14605
14606 2007-03-03  Bruno Haible  <bruno@clisp.org>
14607
14608         * modules/rbtreehash-list-tests (Depends-on): Add progname.
14609         * tests/test-rbtreehash_list.c: Include progname.h.
14610         (main): Call set_program_name.
14611
14612         * modules/rbtree-oset-tests (Depends-on): Add progname.
14613         * tests/test-rbtree_oset.c: Include progname.h.
14614         (main): Call set_program_name.
14615
14616         * modules/rbtree-list-tests (Depends-on): Add progname.
14617         * tests/test-rbtree_list.c: Include progname.h.
14618         (main): Call set_program_name.
14619
14620         * modules/linked-list-tests (Depends-on): Add progname.
14621         * tests/test-linked_list.c: Include progname.h.
14622         (main): Call set_program_name.
14623
14624 2007-03-03  Bruno Haible  <bruno@clisp.org>
14625
14626         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
14627         All uses of __restrict changed to _Restrict_.
14628         * lib/glob_.h (__restrict): Remove macro.
14629
14630 2007-03-02  Bruno Haible  <bruno@clisp.org>
14631
14632         * modules/gettext (configure.ac): Require gettext infrastructure
14633         from version 0.16.1.
14634
14635 2007-03-02  Bruno Haible  <bruno@clisp.org>
14636
14637         * modules/linkedhash-list-tests (Depends-on): Add progname.
14638         * tests/test-linkedhash_list.c: Include progname.h.
14639         (main): Call set_program_name.
14640
14641         * modules/carray-list-tests (Depends-on): Add progname.
14642         * tests/test-carray_list.c: Include progname.h.
14643         (main): Call set_program_name.
14644
14645         * modules/avltreehash-list-tests (Depends-on): Add progname.
14646         * tests/test-avltreehash_list.c: Include progname.h.
14647         (main): Call set_program_name.
14648
14649         * modules/avltree-oset-tests (Depends-on): Add progname.
14650         * tests/test-avltree_oset.c: Include progname.h.
14651         (main): Call set_program_name.
14652
14653         * modules/avltree-list-tests (Depends-on): Add progname.
14654         * tests/test-avltree_list.c: Include progname.h.
14655         (main): Call set_program_name.
14656
14657         * modules/array-oset-tests (Depends-on): Add progname.
14658         * tests/test-array_oset.c: Include progname.h.
14659         (main): Call set_program_name.
14660
14661         * modules/array-list-tests (Depends-on): Add progname.
14662         * tests/test-array_list.c: Include progname.h.
14663         (main): Call set_program_name.
14664
14665         * modules/argp-tests (Depends-on): Add progname.
14666         * tests/test-argp.c: Include argp.h first. Include progname.h.
14667         (main): Call set_program_name.
14668
14669 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
14670
14671         * doc/gnulib-tool.texi (Initial import): Reword description of
14672         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
14673         limited effect even if defined after the first system include.
14674
14675 2007-03-01  Bruno Haible  <bruno@clisp.org>
14676
14677         * build-aux/config.libpath: Update to libtool-1.5.22.
14678         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14679
14680 2007-03-01  Bruno Haible  <bruno@clisp.org>
14681
14682         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
14683         foo_CFLAGS.
14684         Reported by Ralf Wildenhues.
14685
14686 2007-03-01  Bruno Haible  <bruno@clisp.org>
14687
14688         * build-aux/install-reloc: Remove object files left over by some
14689         compilers.
14690         Reported by Ralf Wildenhues.
14691
14692 2007-03-01  Bruno Haible  <bruno@clisp.org>
14693
14694         * build-aux/install-reloc: Break long lines.
14695
14696 2007-03-01  Bruno Haible  <bruno@clisp.org>
14697
14698         * doc/relocatable.texi: Document that it may not work on OpenBSD.
14699         Reported by Ralf Wildenhues.
14700
14701 2007-03-01  Bruno Haible  <bruno@clisp.org>
14702
14703         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
14704         include ordering constraints.
14705
14706 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14707
14708         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
14709         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
14710         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
14711         as another example.
14712         * lib/time_.h: Fix misspelling.
14713         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14714         Require gl_HEADER_TIME_H_DEFAULTS.
14715         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
14716         * m4/time_r.m4 (gl_TIME_R): Likewise.
14717         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
14718
14719 2007-03-01  Bruno Haible  <bruno@clisp.org>
14720
14721         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
14722         * m4/utimens.m4 (gl_UTIMENS): Likewise.
14723
14724 2007-03-01  Jim Meyering  <jim@meyering.net>
14725
14726         * modules/xreadlink (Maintainer): Add my name.
14727         * modules/xreadlink-with-size (Depends-on): Alphabetize.
14728
14729 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
14730             Bruno Haible  <bruno@clisp.org>
14731
14732         * build-aux/install-reloc: Compile also c-ctype.c.
14733         * build-aux/relocatable.sh.in: New file.
14734         * doc/relocatable.texi: New file.
14735         * doc/relocatable-maint.texi: New file.
14736         * doc/gnulib.texi: Include relocatable-maint.texi.
14737         * lib/progreloc.c: Include unistd.h unconditionally.
14738         * lib/relocwrapper.c: Include unistd.h unconditionally.
14739         Include c-ctype.h.
14740         (add_dotbin): Use c_tolower.
14741         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
14742         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
14743         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
14744         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
14745         to m4/relocatable-lib.m4.
14746         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
14747         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
14748         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
14749         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
14750         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
14751         * modules/relocatable: New file.
14752         * modules/relocatable-lib: New file.
14753         * modules/relocatable-script: New file.
14754
14755 2007-02-28  Bruno Haible  <bruno@clisp.org>
14756
14757         Import --enable-relocatable infrastructure.
14758         * build-aux/config.libpath: New file, from GNU gettext.
14759         * build-aux/install-reloc: New file, from GNU gettext.
14760         * build-aux/reloc-ldflags: New file, from GNU gettext.
14761         * lib/relocatable.h: New file, from GNU gettext.
14762         * lib/relocatable.c: New file, from GNU gettext.
14763         * lib/relocwrapper.c: New file, from GNU gettext.
14764         * m4/relocatable.m4: New file, from GNU gettext.
14765
14766 2007-02-28  Bruno Haible  <bruno@clisp.org>
14767
14768         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
14769
14770         * modules/xreadlink: New file, from GNU gettext with modifications.
14771         * lib/xreadlink.c: New file, from GNU gettext.
14772         * lib/xreadlink.h: Add comments.
14773         (xreadlink): New declaration.
14774
14775         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
14776         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
14777         lib/xreadlink-with-size.c.
14778         (configure.ac): Remove gl_XREADLINK invocation.
14779         (Makefile.am): Augment lib_SOURCES.
14780         * m4/xreadlink.m4: Remove file.
14781         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
14782         (xreadlink_with_size): Renamed from xreadink.
14783         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
14784         * modules/canonicalize (Depends-on): Replace xreadlink with
14785         xreadlink-with-size.
14786         * lib/canonicalize.c (canonicalize_filename_mode): Update.
14787
14788 2007-02-25  Jim Meyering  <jim@meyering.net>
14789
14790         * build-aux/announce-gen: When complaining about excess arguments,
14791         list them.
14792
14793 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14794
14795         * README: Document signed integer overflow situation more
14796         accurately.
14797
14798 2007-02-25  Bruno Haible  <bruno@clisp.org>
14799
14800         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
14801         'a' or 'A' conversion.
14802
14803 2007-02-25  Bruno Haible  <bruno@clisp.org>
14804
14805         * modules/filename: Renamed from modules/pathname.
14806         (Files): Replace lib/pathname.h with lib/filename.h. Replace
14807         lib/concatpath.c with lib/concat-filename.c.
14808         (Makefile.am): Update.
14809         (Include): Replace pathname.h with filename.h.
14810         * lib/filename.h: Renamed from lib/pathname.h.
14811         (concatenated_filename): Renamed from concatenated_pathname.
14812         * lib/concat-filename.c: Renamed from lib/concatpath.c.
14813         (concatenated_filename): Renamed from concatenated_pathname.
14814         * lib/findprog.c: Include filename.h instead of pathname.h.
14815         (find_in_path): Update.
14816         * lib/javacomp.c: Include filename.h instead of pathname.h.
14817         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
14818         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
14819         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
14820         is_oldgcj_14_13_usable, is_javac_usable): Update.
14821         * lib/javaexec.c: Include filename.h instead of pathname.h.
14822         (execute_java_class): Update.
14823         * modules/findprog: Update.
14824         * modules/javacomp: Update.
14825         * modules/javaexec: Update.
14826         * MODULES.html.sh (File system functions): Add 'filename', remove
14827         'pathname'.
14828
14829 2007-02-25  Bruno Haible  <bruno@clisp.org>
14830
14831         * modules/printf-frexpl-tests: New file.
14832         * tests/test-printf-frexpl.c: New file.
14833
14834         * modules/printf-frexpl: New file.
14835         * lib/printf-frexpl.h: New file.
14836         * lib/printf-frexpl.c: New file.
14837         * m4/printf-frexpl.m4: New file.
14838
14839 2007-02-25  Bruno Haible  <bruno@clisp.org>
14840
14841         * modules/printf-frexp-tests: New file.
14842         * tests/test-printf-frexp.c: New file.
14843
14844         * modules/printf-frexp: New file.
14845         * lib/printf-frexp.h: New file.
14846         * lib/printf-frexp.c: New file.
14847         * m4/printf-frexp.m4: New file.
14848
14849 2007-02-25  Bruno Haible  <bruno@clisp.org>
14850
14851         Assume automake >= 1.10 for the tests.
14852         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
14853         * modules/arctwo-tests: Likewise.
14854         * modules/argp-tests: Likewise.
14855         * modules/avltree-list-tests: Likewise.
14856         * modules/avltree-oset-tests: Likewise.
14857         * modules/avltreehash-list-tests: Likewise.
14858         * modules/carray-list-tests: Likewise.
14859         * modules/crc-tests: Likewise.
14860         * modules/des-tests: Likewise.
14861         * modules/gc-arcfour-tests: Likewise.
14862         * modules/gc-arctwo-tests: Likewise.
14863         * modules/gc-des-tests: Likewise.
14864         * modules/gc-hmac-md5-tests: Likewise.
14865         * modules/gc-hmac-sha1-tests: Likewise.
14866         * modules/gc-md2-tests: Likewise.
14867         * modules/gc-md4-tests: Likewise.
14868         * modules/gc-md5-tests: Likewise.
14869         * modules/gc-pbkdf2-sha1-tests: Likewise.
14870         * modules/gc-rijndael-tests: Likewise.
14871         * modules/gc-sha1-tests: Likewise.
14872         * modules/gc-tests: Likewise.
14873         * modules/getaddrinfo-tests: Likewise.
14874         * modules/hmac-md5-tests: Likewise.
14875         * modules/hmac-sha1-tests: Likewise.
14876         * modules/linked-list-tests: Likewise.
14877         * modules/linkedhash-list-tests: Likewise.
14878         * modules/lock-tests: Likewise.
14879         * modules/md2-tests: Likewise.
14880         * modules/md4-tests: Likewise.
14881         * modules/md5-tests: Likewise.
14882         * modules/rbtree-list-tests: Likewise.
14883         * modules/rbtree-oset-tests: Likewise.
14884         * modules/rbtreehash-list-tests: Likewise.
14885         * modules/read-file-tests: Likewise.
14886         * modules/rijndael-tests: Likewise.
14887         * modules/stdint-tests: Likewise.
14888         * modules/tls-tests: Likewise.
14889
14890 2007-02-24  Bruno Haible  <bruno@clisp.org>
14891
14892         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
14893         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
14894         function; instead check whether isnan with a double argument links.
14895         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
14896         function; instead check whether isnan with a 'long double' argument
14897         links.
14898         Reported by Eric Blake <ebb9@byu.net>.
14899
14900 2007-02-24  Bruno Haible  <bruno@clisp.org>
14901
14902         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
14903         defined.
14904         * lib/isnanl.c: Remove all code. Just include isnan.c.
14905         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
14906
14907 2007-02-25  Jim Meyering  <jim@meyering.net>
14908
14909         Avoid conflicting types for 'unsetenv' on FreeBSD.
14910         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
14911         conflicting with FreeBSD's (5.0 and 6.1) function declaration
14912         in stdlib.h.
14913
14914 2007-02-24  Bruno Haible  <bruno@clisp.org>
14915
14916         * modules/isnanl-nolibm-tests: New file.
14917         * tests/test-isnanl.c: New file.
14918
14919         * modules/isnanl-nolibm: New file.
14920         * lib/isnanl.h: New file.
14921         * lib/isnanl.c: New file.
14922         * m4/isnanl.m4: New file.
14923
14924 2007-02-24  Bruno Haible  <bruno@clisp.org>
14925
14926         * modules/isnan-nolibm-tests: New file.
14927         * tests/test-isnan.c: New file.
14928
14929         * modules/isnan-nolibm: New file.
14930         * lib/isnan.h: New file.
14931         * lib/isnan.c: New file.
14932         * m4/isnan.m4: New file.
14933
14934 2007-02-24  Bruno Haible  <bruno@clisp.org>
14935
14936         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
14937         assume that an exponent fits in 20 bits.
14938
14939 2007-02-24  Jim Meyering  <jim@meyering.net>
14940
14941         * m4/regex.m4: Update the description of the configure-time option,
14942         --without-included-regex, to state accurately what the defaults are,
14943         and perhaps to give people an idea why using this option is risky.
14944
14945 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
14948         loops on small arguments.  This attempts to avoid the problem
14949         Bruno Haible reported for AIX 4.3.2 in
14950         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
14951
14952 2007-02-23  Bruno Haible  <bruno@clisp.org>
14953
14954         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
14955         Needed for help2man.
14956
14957 2007-02-23  Karl Berry  <karl@gnu.org>
14958
14959         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
14960         exists, foo.h should be cvs-ignored, not committed.
14961
14962 2007-02-23  Eric Blake  <ebb9@byu.net>
14963
14964         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
14965         * lib/stat-time.h (includes): Likewise.
14966         * lib/utimecmp.c (includes): Likewise.
14967         * lib/utimens.h (includes): Likewise.
14968         * lib/getdate.y (includes): Also include "timespec.h" for use
14969         internal to the module.
14970         * modules/utimens (Depends-on): Revert yesterday's patch.
14971         * modules/nanosleep (Depends-on): Add missing dependency.
14972
14973 2007-02-22  Bruno Haible  <bruno@clisp.org>
14974
14975         * lib/glob.c: Don't include getlogin_r.h.
14976
14977 2007-02-22  Jim Meyering  <jim@meyering.net>
14978
14979         * modules/utimens (Depends-on): Add timespec, required for
14980         utimens.h's inclusion of timespec.h.
14981
14982 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
14983
14984         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
14985         long unreadable paths in GNU/Linux.  Problem reported by Andreas
14986         Schwab in
14987         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
14988         I'll try to think of a better way to fix the Solaris problem.
14989
14990         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
14991         like glibc; on Solaris 10, it fails with errno == EINVAL.
14992         POSIX says the behavior is unspecified if the first argument is NULL,
14993         so play it safe and never pass NULL to the system getcwd.
14994
14995 2007-02-21  Jim Meyering  <jim@meyering.net>
14996
14997         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
14998         of gettimeofday.  It would conflict with the one now always
14999         provided via sys_time_.h.  Reported by Matthew Woehlke, as
15000         an IRIX 6.5 build failure.
15001
15002 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15003
15004         Minor fixups to port to Solaris 10 with Sun C 5.8.
15005         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
15006         * modules/getcwd (Depends-on): Add dirfd.
15007         * lib/putenv.c (putenv): #undef it.
15008         (rpl_putenv): New decl.
15009         (malloc, free): Include <stdlib.h> rather than prototyping separately.
15010
15011 2007-02-20  Bruno Haible  <bruno@clisp.org>
15012
15013         * modules/stdio-tests: New file.
15014         * tests/test-stdio.c: New file.
15015
15016         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
15017         (Depends-on): Add stdio.
15018         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
15019         (Include): Use <stdio.h> instead of vsnprintf.h.
15020         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
15021         HAVE_DECL_VSNPRINTF.
15022         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
15023
15024         * modules/snprintf (Files): Remove lib/snprintf.h.
15025         (Depends-on): Add stdio.
15026         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
15027         (Include): Use <stdio.h> instead of snprintf.h.
15028         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
15029         HAVE_DECL_SNPRINTF.
15030         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
15031         * lib/getaddrinfo.c: Likewise.
15032
15033         * modules/stdio: New file.
15034         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
15035         * lib/snprintf.h: Remove file.
15036         * lib/vsnprintf.h: Remove file.
15037         * lib/.cppi-disable: Remove snprintf.h.
15038         * m4/stdio_h.m4: New file.
15039         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
15040
15041 2007-02-20  Jim Meyering  <jim@meyering.net>
15042
15043         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
15044         used by e.g., mingw.  From Bruno Haible.
15045
15046 2007-02-19  Bruno Haible  <bruno@clisp.org>
15047
15048         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
15049         warnings.
15050         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15051
15052 2007-02-19  Bruno Haible  <bruno@clisp.org>
15053
15054         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
15055         from mingw users.
15056
15057 2007-02-19  Bruno Haible  <bruno@clisp.org>
15058
15059         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
15060         warnings.
15061         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
15062
15063 2007-02-19  Jim Meyering  <jim@meyering.net>
15064
15065         Don't use FD after a successful "fdopendir (fd)".
15066         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
15067         Reset it by calling dirfd on the just-obtained DIR*.
15068
15069         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
15070         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
15071
15072 2007-02-18  Bruno Haible  <bruno@clisp.org>
15073
15074         * lib/readlink.c: Include <unistd.h>.
15075         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
15076         HAVE_READLINK.
15077         * modules/readlink (Depends-on): Add unistd.
15078         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15079         (Include): Add <unistd.h>.
15080
15081         * lib/getlogin_r.h: Remove file.
15082         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
15083         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
15084         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
15085         HAVE_DECL_GETLOGIN_R.
15086         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
15087         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15088         (Include): Use <unistd.h> instead of getlogin_r.h.
15089
15090         * lib/getcwd.h: Remove file.
15091         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
15092         * lib/xgetcwd.c: Likewise.
15093         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
15094         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
15095         * modules/getcwd (Files): Remove lib/getcwd.h.
15096         (Depends-on): Add unistd.
15097         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15098         (Include): Use <unistd.h> instad of getcwd.h.
15099
15100         * lib/ftruncate.c: Include <unistd.h> first.
15101         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
15102         Set HAVE_FTRUNCATE.
15103         * modules/ftruncate (Depends-on): Add unistd.
15104         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15105
15106         * lib/fchdir.c: Include <unistd.h> first.
15107         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
15108         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
15109         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
15110         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15111         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
15112
15113         * lib/dup2.c: Include <unistd.h> first.
15114         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
15115         HAVE_DUP2.
15116         * modules/dup2 (Depends-on): Add unistd.
15117         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15118
15119         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
15120         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
15121         REPLACE_CHOWN. Don't define chown as a macro here.
15122         * modules/chown (Depends-on): Add unistd.
15123         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15124
15125         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
15126         Add definition for GL_LINK_WARNING.
15127         (chown, dup2): New declarations.
15128         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
15129         link warning.
15130         (ftruncate): New declaration.
15131         (getcwd): New declaration, taken from old getcwd.h.
15132         (getlogin_r): New declaration, taken from old getlogin_r.h.
15133         (readlink): New declaration.
15134         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
15135         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
15136         (gl_PREREQ_UNISTD): Remove macro.
15137         (gl_UNISTD_MODULE_INDICATOR): New macro.
15138         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
15139         many new variables. Don't set UNISTD_H.
15140         * modules/unistd (Description): Change.
15141         (Depends-on): Add link-warning.
15142         (configure.ac): Update.
15143         (Makefile.am): Create unistd.h always. Substitute many new variables
15144         into it.
15145
15146 2007-02-18  Bruno Haible  <bruno@clisp.org>
15147
15148         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
15149         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
15150         HAVE_GETSUBOPT.
15151         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
15152         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
15153         * lib/getsubopt.h: Remove file.
15154         * modules/getsubopt (Files): Remove lib/getsubopt.h.
15155         (Depends-on): Add stdlib.
15156         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15157         (Includes): Use <stdlib.h> instead of getsubopt.h.
15158         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
15159         Set HAVE_GETSUBOPT.
15160         * lib/getsubopt.c: Don't include getsubopt.h.
15161
15162 2007-02-18  Bruno Haible  <bruno@clisp.org>
15163
15164         * modules/fchdir (Depends-on): Add dup2.
15165
15166 2007-02-18  Bruno Haible  <bruno@clisp.org>
15167
15168         * lib/stdlib_.h: Handle glibc's special invocation convention
15169         specially.
15170
15171 2007-02-18  Bruno Haible  <bruno@clisp.org>
15172
15173         * modules/stdlib-tests: New file.
15174         * tests/test-stdlib.c: New file.
15175
15176         * modules/mkstemp (Files): Remove lib/mkstemp.h.
15177         (Depends-on): Add stdlib.
15178         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15179         (Includes): Use <stdlib.h> instead of mkstemp.h.
15180         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
15181         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
15182         * lib/mkstemp.c: Don't include mkstemp.h.
15183         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
15184         * lib/stdlib--.h: Don't include mkstemp.h.
15185
15186         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
15187         (Depends-on): Add stdlib.
15188         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15189         (Includes): Use <stdlib.h> instead of mkdtemp.h.
15190         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
15191         HAVE_MKDTEMP.
15192         * lib/mkdtemp.c: Don't include mkdtemp.h.
15193         * lib/clean-temp.c: Don't include mkdtemp.h.
15194
15195         * modules/exit (Files): Remove lib/exit.h.
15196         (Depends-on): Add stdlib.
15197         (Makefile.am): Remove lib_SOURCES.
15198         (Include): Use <stdlib.h> instead of exit.h.
15199         * lib/argmatch.c: Don't include exit.h.
15200         * lib/execute.c: Likewise.
15201         * lib/pagealign_alloc.c: Likewise.
15202         * lib/pipe.c: Likewise.
15203         * lib/wait-process.c: Likewise.
15204         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
15205         * lib/exitfail.c: Likewise.
15206         * lib/savewd.c: Likewise.
15207         * lib/xsetenv.c: Likewise.
15208
15209         * modules/stdlib: New file.
15210         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
15211         and extra comments about mkstemp().
15212         * lib/exit.h: Remove file.
15213         * lib/mkdtemp.h: Remove file.
15214         * lib/mkstemp.h: Remove file.
15215         * m4/stdlib_h.m4: New file.
15216         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
15217
15218 2007-02-18  Bruno Haible  <bruno@clisp.org>
15219
15220         * modules/math-tests: New file.
15221         * tests/test-math.c: New file.
15222
15223         * modules/math: New file.
15224         * modules/mathl (Files): Remove lib/mathl.h.
15225         (Depends-on): Add math.
15226         (Makefile.am): Don't mention mathl.h.
15227         (Include): Use <math.h> instead of mathl.h.
15228         * lib/math_.h: New file.
15229         * lib/mathl.h: Remove file.
15230         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
15231         mathl.h.
15232         * lib/asinl.c: Likewise.
15233         * lib/atanl.c: Likewise.
15234         * lib/ceill.c: Likewise.
15235         * lib/cosl.c: Likewise.
15236         * lib/expl.c: Likewise.
15237         * lib/floorl.c: Likewise.
15238         * lib/frexpl.c: Likewise.
15239         * lib/ldexpl.c: Likewise.
15240         * lib/logl.c: Likewise.
15241         * lib/sincosl.c: Likewise.
15242         * lib/sinl.c: Likewise.
15243         * lib/sqrtl.c: Likewise.
15244         * lib/tanl.c: Likewise.
15245         * lib/trigl.c: Likewise.
15246         * m4/math_h.m4: New file.
15247         * MODULES.html.sh (Mathematics): Add math.
15248
15249 2007-02-17  Bruno Haible  <bruno@clisp.org>
15250
15251         * modules/wctype-tests: New file.
15252         * tests/test-wctype.c: New file.
15253
15254         * modules/wchar-tests: New file.
15255         * tests/test-wchar.c: New file.
15256
15257         * modules/unistd-tests: New file.
15258         * tests/test-unistd.c: New file.
15259
15260         * modules/time-tests: New file.
15261         * tests/test-time.c: New file.
15262
15263         * modules/sysexits-tests: New file.
15264         * tests/test-sysexits.c: New file.
15265
15266         * modules/sys_time-tests: New file.
15267         * tests/test-sys_time.c: New file.
15268
15269         * modules/sys_stat-tests: New file.
15270         * tests/test-sys_stat.c: New file.
15271
15272         * modules/sys_socket-tests: New file.
15273         * tests/test-sys_socket.c: New file.
15274
15275         * modules/sys_select-tests: New file.
15276         * tests/test-sys_select.c: New file.
15277
15278         * modules/string-tests: New file.
15279         * tests/test-string.c: New file.
15280
15281         * modules/stdbool-tests: New file.
15282         * tests/test-stdbool.c: New file.
15283
15284         * modules/netinet_in-tests: New file.
15285         * tests/test-netinet_in.c: New file.
15286
15287         * modules/inttypes-tests: New file.
15288         * tests/test-inttypes.c: New file.
15289
15290         * modules/fcntl-tests: New file.
15291         * tests/test-fcntl.c: New file.
15292
15293         * modules/byteswap-tests: New file.
15294         * tests/test-byteswap.c: New file.
15295
15296         * modules/arpa_inet-tests: New file.
15297         * tests/test-arpa_inet.c: New file.
15298
15299 2007-02-17  Bruno Haible  <bruno@clisp.org>
15300
15301         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
15302         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
15303         if the corresponding module is not enabled. Emit link warnings if
15304         the function is used nevertheless.
15305         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
15306         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
15307         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
15308         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
15309         * modules/inttypes (Depends-on): Add link-warning.
15310         (Makefile.am): Copy the contents of build-aux/link-warning.h into
15311         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
15312         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
15313         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
15314         * modules/imaxdiv (configure.ac): Likewise.
15315         * modules/strtoimax (configure.ac): Likewise.
15316         * modules/strtoumax (configure.ac): Likewise.
15317
15318 2007-02-17  Bruno Haible  <bruno@clisp.org>
15319
15320         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
15321         gl_STRING_MODULE_INDICATOR_DEFAULTS.
15322         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
15323         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
15324
15325 2007-02-17  Bruno Haible  <bruno@clisp.org>
15326
15327         * modules/link-warning: New file.
15328         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
15329         * lib/string_.h (GL_LINK_WARNING): Remove definition.
15330         * modules/string (Depends-on): Add link-warning.
15331         (Makefile.am): Copy the contents of build-aux/link-warning.h into
15332         string.h.
15333         * MODULES.html.sh (Support for building libraries and executables): Add
15334         link-warning.
15335
15336 2007-02-17  Bruno Haible  <bruno@clisp.org>
15337
15338         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
15339         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
15340         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
15341         long lines.
15342
15343 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
15344             Bruno Haible  <bruno@clisp.org>
15345
15346         * modules/tmpfile: New file.
15347         * lib/tmpfile.c: New file.
15348         * m4/tmpfile.m4: New file.
15349         * MODULES.html.sh (func_all_modules): New section "Input/output".
15350
15351 2007-02-15  Bruno Haible  <bruno@clisp.org>
15352
15353         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
15354         (supports_delete_on_close): New function.
15355         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
15356
15357 2007-02-14  Bruno Haible  <bruno@clisp.org>
15358
15359         * modules/mbspcasecmp-tests: New file.
15360         * tests/test-mbspcasecmp.sh: New file.
15361         * tests/test-mbspcasecmp.c: New file.
15362
15363         New module mbspcasecmp.
15364         * modules/mbspcasecmp: New file.
15365         * lib/mbspcasecmp.c: New file.
15366         * lib/string_.h (strncasecmp): Change warning message.
15367         (mbspcasecmp): New declaration.
15368         * m4/mbspcasecmp.m4: New file.
15369         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15370         GNULIB_MBSPCASECMP.
15371         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
15372         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
15373
15374 2007-02-14  Bruno Haible  <bruno@clisp.org>
15375
15376         * modules/mbsncasecmp-tests: New file.
15377         * tests/test-mbsncasecmp.sh: New file.
15378         * tests/test-mbsncasecmp.c: New file.
15379
15380         New module mbsncasecmp.
15381         * modules/mbsncasecmp: New file.
15382         * lib/mbsncasecmp.c: New file.
15383         * lib/string_.h (mbsncasecmp): New declaration.
15384         * m4/mbsncasecmp.m4: New file.
15385         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15386         GNULIB_MBSNCASECMP.
15387         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
15388         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
15389
15390 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15391
15392         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
15393         Verify that it doesn't overlap with our flags.
15394         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
15395         do not have the desired effect in multibyte locales; instead, use
15396         mbscasecmp.
15397         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
15398         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
15399         we don't require GNU fnmatch ourselves (if our users require it, they
15400         should do so explicitly).
15401
15402         Fix regex code so it doesn't rely on strcasecmp.
15403         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
15404         Otherwise, include gnulib's langinfo.h.
15405         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
15406         undesirable behavior in non-C locales.  Instead, rely on localecharset.
15407         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
15408         * modules/regex (FILES): Remove m4/codeset.m4.
15409         (Depends-on): Add localcharset.  Remove strcase.
15410
15411 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15412
15413         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
15414         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
15415
15416 2007-02-13  Bruno Haible  <bruno@clisp.org>
15417
15418         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
15419         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15420
15421 2007-02-12  Bruno Haible  <bruno@clisp.org>
15422
15423         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
15424         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
15425         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
15426         time warning rather than a link error.
15427
15428 2007-02-12  Bruno Haible  <bruno@clisp.org>
15429
15430         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
15431         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15432         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15433
15434 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
15437         args, not 2.
15438
15439 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
15440
15441         New module 'time', so that apps can include <time.h> as per
15442         POSIX and GNU instead of separate include files like time_r.h
15443         and timegm.h.  This implementation tries out a simpler approach
15444         for replacing decls in standard include files (as compared to
15445         the string module), somewhat as an experiment.
15446
15447         * config/srclist.txt: Comment out mktime.c for now.
15448         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
15449         since it doesn't apply any more.  Use generic wording instead.
15450         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
15451         'time'.
15452         * lib/time_.h, m4/time_h.m4, modules/time: New files.
15453         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
15454         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
15455         Don't include <sys/types.h>; no longer needed since we assume C89.
15456         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
15457         * lib/strftime.c: Likewise.
15458         * lib/time_r.c: Likewise.
15459         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
15460         * lib/nanosleep.c: Include <time.h> first, to check interface.
15461         * lib/strptime.c: Likewise.
15462         * lib/time_r.c: Likewise.
15463         * lib/timegm.c: Likewise.
15464         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
15465         needed.
15466         * lib/timegm.c: Don't include timegm.h; no longer needed.
15467         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
15468         time.h now handles any problems in that area.
15469         (struct timespec, nanosleep): Remove; time.h now arranges for these.
15470         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
15471         that time.h defines struct timespec.
15472         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
15473         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
15474         handles that.
15475         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
15476         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
15477         needed.  Set REPLACE_LOCALTIME.
15478         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
15479         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
15480         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
15481         nanosleep; time_h.m4 now does that.  Don't require
15482         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
15483         module handles this now.
15484         * modules/getdate (Depends-on): Remove timespec.  Add time.
15485         * modules/nanosleep (Depends-on): Likewise.
15486         * modules/stat-time (Depends-on): Likewise.
15487         * modules/nanosleep (Include): Include time.h, not timespec.h.
15488         * modules/strptime (Files): Remove lib/strptime.h.
15489         (Depends-on): Add extensions, time.
15490         (Include): Include time.h, not strptime.h.
15491         * modules/time_r (Files): Remove lib/time_r.h.
15492         (Depends-on): Add time.
15493         (Include): Include time.h, not time_r.h.
15494         * modules/timegm: Likewise.
15495         * modules/timespec (Description): Now does timespec-related decls
15496         of our own, instead of struct timespec itself.
15497         (Depends-on): Add time; remove extensions.
15498         (Maintainer): Add self.
15499         * modules/utimecmp (Depends-on): Add time; remove timespec.
15500         * modules/utimens (Depends-on): Likewise.
15501         * modules/xnanosleep (Depends-on): Likewise.
15502
15503 2007-02-11  Bruno Haible  <bruno@clisp.org>
15504
15505         * lib/c-strstr.c: Include allocsa.h.
15506         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15507         * lib/c-strcasestr.c: Include allocsa.h.
15508         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15509         * lib/strcasestr.c: Include allocsa.h.
15510         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15511         * lib/mbsstr.c: Include allocsa.h.
15512         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
15513         allocsa/freesa instead of malloc/free.
15514         * lib/mbscasestr.c: Include allocsa.h.
15515         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
15516         allocsa/freesa instead of malloc/free.
15517         * modules/c-strstr (Depends-on): Add allocsa.
15518         * modules/c-strcasestr (Depends-on): Likewise.
15519         * modules/strcasestr (Depends-on): Likewise.
15520         * modules/mbsstr (Depends-on): Likewise.
15521         * modules/mbscasestr (Depends-on): Likewise.
15522
15523 2007-02-11  Bruno Haible  <bruno@clisp.org>
15524
15525         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
15526
15527         * modules/mbsspn-tests: New file.
15528         * tests/test-mbsspn.sh: New file.
15529         * tests/test-mbsspn.c: New file.
15530
15531 2007-02-11  Bruno Haible  <bruno@clisp.org>
15532
15533         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
15534
15535         * modules/mbspbrk-tests: New file.
15536         * tests/test-mbspbrk.sh: New file.
15537         * tests/test-mbspbrk.c: New file.
15538
15539 2007-02-11  Bruno Haible  <bruno@clisp.org>
15540
15541         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
15542         unneeded cast.
15543
15544         * modules/mbscspn-tests: New file.
15545         * tests/test-mbscspn.sh: New file.
15546         * tests/test-mbscspn.c: New file.
15547
15548 2007-02-11  Bruno Haible  <bruno@clisp.org>
15549
15550         * modules/mbscasecmp-tests: New file.
15551         * tests/test-mbscasecmp.sh: New file.
15552         * tests/test-mbscasecmp.c: New file.
15553
15554 2007-02-11  Bruno Haible  <bruno@clisp.org>
15555
15556         Ensure O(n) worst-case complexity of mbscasestr.
15557         * lib/mbscasestr.c: Include stdbool.h.
15558         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
15559         functions.
15560         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
15561         the bookkeeping indicates that it's worth it.
15562         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
15563
15564         * modules/mbscasestr-tests: New file.
15565         * tests/test-mbscasestr1.c: New file.
15566         * tests/test-mbscasestr2.sh: New file.
15567         * tests/test-mbscasestr2.c: New file.
15568         * tests/test-mbscasestr3.sh: New file.
15569         * tests/test-mbscasestr3.c: New file.
15570         * tests/test-mbscasestr4.sh: New file.
15571         * tests/test-mbscasestr4.c: New file.
15572         * m4/locale-tr.m4: New file.
15573
15574 2007-02-11  Bruno Haible  <bruno@clisp.org>
15575
15576         Ensure O(n) worst-case complexity of mbsstr.
15577         * lib/mbsstr.c: Include stdbool.h.
15578         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
15579         functions.
15580         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
15581         bookkeeping indicates that it's worth it.
15582         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
15583
15584         * modules/mbsstr-tests: New file.
15585         * tests/test-mbsstr1.c: New file.
15586         * tests/test-mbsstr2.sh: New file.
15587         * tests/test-mbsstr2.c: New file.
15588         * tests/test-mbsstr3.sh: New file.
15589         * tests/test-mbsstr3.c: New file.
15590         * m4/locale-fr.m4: New file.
15591
15592 2007-02-11  Bruno Haible  <bruno@clisp.org>
15593
15594         * lib/mbsrchr.c (mbsrchr): Fix bug.
15595
15596         * modules/mbsrchr-tests: New file.
15597         * tests/test-mbsrchr.sh: New file.
15598         * tests/test-mbsrchr.c: New file.
15599
15600 2007-02-11  Bruno Haible  <bruno@clisp.org>
15601
15602         * lib/mbschr.c (mbschr): Fix bug.
15603
15604         * modules/mbschr-tests: New file.
15605         * tests/test-mbschr.sh: New file.
15606         * tests/test-mbschr.c: New file.
15607         * m4/locale-zh.m4: New file.
15608
15609 2007-02-11  Bruno Haible  <bruno@clisp.org>
15610
15611         Support for copying multibyte string iterators.
15612         * lib/mbiter.h: Include <string.h>.
15613         (mbiter_multi_copy): New function.
15614         (mbi_copy): New macro.
15615         * lib/mbuiter.h: Include <string.h>.
15616         (mbuiter_multi_copy): New function.
15617         (mbui_copy): New macro.
15618
15619 2007-02-11  Bruno Haible  <bruno@clisp.org>
15620
15621         New module mbslen.
15622         * modules/mbslen: New file.
15623         * lib/mbslen.c: New file.
15624         * lib/string_.h (mbslen): New declaration.
15625         * m4/mbslen.m4: New file.
15626         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15627         GNULIB_MBSLEN.
15628         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
15629         * MODULES.html.sh (Internationalization functions): Add mbslen.
15630
15631 2007-02-11  Bruno Haible  <bruno@clisp.org>
15632
15633         Ensure O(n) worst-case complexity of strcasestr substitute.
15634         * lib/strcasestr.c: Include stdbool.h.
15635         (knuth_morris_pratt): New function.
15636         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
15637         bookkeeping indicates that it's worth it.
15638         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
15639
15640         * modules/strcasestr-tests: New file.
15641         * tests/test-strcasestr.c: New file.
15642
15643 2007-02-11  Bruno Haible  <bruno@clisp.org>
15644
15645         Ensure O(n) worst-case complexity of c_strcasestr.
15646         * lib/c-strcasestr.c: Include stdbool.h, string.h.
15647         (knuth_morris_pratt): New function.
15648         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
15649         the bookkeeping indicates that it's worth it.
15650         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
15651
15652         * modules/c-strcasestr-tests: New file.
15653         * tests/test-c-strcasestr.c: New file.
15654
15655 2007-02-11  Bruno Haible  <bruno@clisp.org>
15656
15657         Ensure O(n) worst-case complexity of c_strstr.
15658         * lib/c-strstr.c: Include stdbool.h, string.h.
15659         (knuth_morris_pratt): New function.
15660         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
15661         bookkeeping indicates that it's worth it.
15662         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
15663
15664         * lib/c-strstr.c: Complete rewrite for maintainability.
15665
15666         * modules/c-strstr-tests: New file.
15667         * tests/test-c-strstr.c: New file.
15668
15669 2007-02-11  Bruno Haible  <bruno@clisp.org>
15670
15671         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
15672         5.2.1 and earlier, whereby \055 was treated just like the range
15673         delimiter '-'.
15674         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
15675
15676 2007-02-08  Bruno Haible  <bruno@clisp.org>
15677
15678         * modules/regex (Depends-on): Add stdbool.
15679         Reported by Dalibor Topic <robilad@kaffe.org>.
15680
15681 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
15684         Prefer returning from main to exiting from it.
15685         Remove unnecessary parens after sizeof.
15686
15687 2007-02-05  Bruno Haible  <bruno@clisp.org>
15688
15689         New module mbssep.
15690         * modules/mbssep: New file.
15691         * lib/mbssep.c: New file.
15692         * lib/string_.h (strsep): Add a conditional link warning.
15693         (mbssep): New declaration.
15694         * m4/mbssep.m4: New file.
15695         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15696         GNULIB_MBSSEP.
15697         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
15698         * MODULES.html.sh (Internationalization functions): Add mbssep.
15699
15700 2007-02-05  Bruno Haible  <bruno@clisp.org>
15701
15702         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
15703         Optimize search in case of 1 delimiter.
15704
15705 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
15706
15707         * lib/acl.h: Include sys/types.h before sys/acl.h.
15708
15709 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
15710
15711         Merge upstream fix for glibc bugzilla #3957:
15712
15713         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
15714
15715         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
15716         bit for RE_HAT_LISTS_NOT_NEWLINE.
15717         (build_charclass_op): Remove bogus comment.
15718
15719 2007-02-05  Simon Josefsson  <simon@josefsson.org>
15720
15721         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
15722
15723 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15724
15725         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
15726         * lib/memmem.c [!defined _LIBC]: Include config.h.
15727
15728 2007-02-04  Bruno Haible  <bruno@clisp.org>
15729
15730         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
15731         warning message.
15732
15733 2007-02-04  Bruno Haible  <bruno@clisp.org>
15734
15735         New module mbstok_r.
15736         * modules/mbstok_r: New file.
15737         * lib/mbstok_r.c: New file.
15738         * lib/string_.h (strtok_r): Change argument names to match the
15739         comments. Add a conditional link warning.
15740         (mbstok_r): New declaration.
15741         * m4/mbstok_r.m4: New file.
15742         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15743         GNULIB_MBSTOK_R.
15744         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
15745         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
15746
15747 2007-02-04  Bruno Haible  <bruno@clisp.org>
15748
15749         New module mbsspn.
15750         * modules/mbsspn: New file.
15751         * lib/mbsspn.c: New file.
15752         * lib/string_.h (strspn): Add a conditional link warning.
15753         (mbsspn): New declaration.
15754         * m4/mbsspn.m4: New file.
15755         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15756         GNULIB_MBSSPN.
15757         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
15758         * MODULES.html.sh (Internationalization functions): Add mbsspn.
15759
15760 2007-02-04  Bruno Haible  <bruno@clisp.org>
15761
15762         New module mbspbrk.
15763         * modules/mbspbrk: New file.
15764         * lib/mbspbrk.c: New file.
15765         * lib/string_.h (strpbrk): Add a conditional link warning.
15766         (mbspbrk): New declaration.
15767         * m4/mbspbrk.m4: New file.
15768         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15769         GNULIB_MBSPBRK.
15770         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
15771         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
15772
15773 2007-02-04  Bruno Haible  <bruno@clisp.org>
15774
15775         New module mbscspn.
15776         * modules/mbscspn: New file.
15777         * lib/mbscspn.c: New file.
15778         * lib/string_.h (strcspn): Add a conditional link warning.
15779         (mbscspn): New declaration.
15780         * m4/mbscspn.m4: New file.
15781         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15782         GNULIB_MBSCSPN.
15783         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
15784         * MODULES.html.sh (Internationalization functions): Add mbscspn.
15785
15786 2007-02-04  Bruno Haible  <bruno@clisp.org>
15787
15788         New module mbscasestr, reduced goal of strcasestr.
15789         * modules/mbscasestr: New file.
15790         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
15791         (mbscasestr): Renamed from strcasestr.
15792         * lib/strcasestr.c: Don't include mbuiter.h.
15793         (strcasestr): Remove support for multibyte locales.
15794         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
15795         Change the conditional link warning.
15796         (mbscasestr): New declaration.
15797         * m4/mbscasestr.m4: New file.
15798         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
15799         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
15800         REPLACE_STRCASESTR.
15801         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
15802         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15803         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
15804         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
15805         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
15806         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
15807         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
15808         (Depends-on): Remove mbuiter.
15809         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
15810
15811 2007-02-04  Bruno Haible  <bruno@clisp.org>
15812
15813         Simplify handling of strncasecmp.
15814         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
15815         the conditional link warning.
15816         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15817         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
15818         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
15819         * modules/strcase (configure.ac): Don't invoke
15820         gl_STRING_MODULE_INDICATOR.
15821         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
15822
15823 2007-02-04  Bruno Haible  <bruno@clisp.org>
15824
15825         New module mbscasecmp, reduced goal of strcasecmp.
15826         * modules/mbscasecmp: New file.
15827         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
15828         (mbscasecmp): Renamed from strcasecmp.
15829         * lib/strcasecmp.c: Don't include mbuiter.h.
15830         (strcasecmp): Remove support for multibyte locales.
15831         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
15832         Change the conditional link warning.
15833         (mbscasecmp): New declaration.
15834         * m4/mbscasecmp.m4: New file.
15835         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
15836         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
15837         REPLACE_STRCASECMP.
15838         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
15839         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15840         GNULIB_MBSCASECMP.
15841         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
15842         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
15843         * modules/strcase (Files): Remove m4/mbrtowc.m4.
15844         (Depends-on): Remove mbuiter.
15845         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
15846
15847 2007-02-04  Bruno Haible  <bruno@clisp.org>
15848
15849         New module mbsstr. Remove module strstr.
15850         * modules/mbsstr: New file.
15851         * modules/strstr: Remove file.
15852         * lib/mbsstr.c: Renamed from lib/strstr.c.
15853         (mbsstr): Renamed from strstr.
15854         * lib/string_.h (strstr): Remove declaration. Change the conditional
15855         link warning.
15856         (mbsstr): New declaration.
15857         * m4/mbsstr.m4: New file.
15858         * m4/strstr.m4: Remove file.
15859         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
15860         REPLACE_STRSTR.
15861         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
15862         Don't initialize GNULIB_STRSTR.
15863         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
15864         substitute GNULIB_STRSTR and REPLACE_STRSTR.
15865         * MODULES.html.sh (Internationalization functions): Add mbsstr.
15866         (Support for systems lacking ANSI C 89): Remove strstr.
15867
15868 2007-02-04  Bruno Haible  <bruno@clisp.org>
15869
15870         New module mbsrchr.
15871         * modules/mbsrchr: New file.
15872         * lib/mbsrchr.c: New file.
15873         * lib/string_.h (strrchr): Add a conditional link warning.
15874         (mbsrchr): New declaration.
15875         * m4/mbsrchr.m4: New file.
15876         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15877         GNULIB_MBSRCHR.
15878         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
15879         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
15880
15881 2007-02-04  Bruno Haible  <bruno@clisp.org>
15882
15883         New module mbschr.
15884         * modules/mbschr: New file.
15885         * lib/mbschr.c: New file.
15886         * lib/string_.h (strchr): Add a conditional link warning.
15887         (mbschr): New declaration.
15888         * m4/mbschr.m4: New file.
15889         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15890         GNULIB_MBSCHR.
15891         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
15892         * MODULES.html.sh (Internationalization functions): Add mbschr.
15893
15894 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15895
15896         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
15897
15898         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
15899
15900 2007-02-04  Bruno Haible  <bruno@clisp.org>
15901
15902         New module description section 'configure.ac-early'.
15903         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
15904         (func_get_autoconf_early_snippet): New function.
15905         (func_import, func_create_testdir): Use it. Remove special cases for
15906         modules 'extensions' and 'lock'.
15907         * modules/extensions (configure.ac-early): Require
15908         gl_USE_SYSTEM_EXTENSIONS.
15909         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
15910
15911 2007-02-04  Bruno Haible  <bruno@clisp.org>
15912
15913         Make use of gcj-4.3's -fsource and -ftarget option.
15914         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
15915         and if so try the options -fsource and -ftarget.
15916         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
15917         source_version, ftarget_option, target_version arguments.
15918         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
15919         (is_envjavac_oldgcj_14_14_usable): Renamed from
15920         is_envjavac_gcj_14_14_usable.
15921         (is_envjavac_oldgcj_14_13_usable): Renamed from
15922         is_envjavac_gcj_14_13_usable.
15923         (is_gcj_present): Update.
15924         (is_gcj_43, is_gcj43_usable): New functions.
15925         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
15926         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
15927         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
15928         try the options -fsource and -ftarget.
15929
15930 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
15933         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
15934         larger value.
15935
15936 2007-02-03  Jim Meyering  <jim@meyering.net>
15937
15938         Give tools a better chance to allocate space for very large buffers.
15939         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
15940
15941         Make pwd and readlink work also when run with an unreadable parent dir
15942         on systems with openat support.
15943         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
15944         provided getcwd function, even when we have openat support.
15945         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
15946
15947 2007-02-02  Bruno Haible  <bruno@clisp.org>
15948
15949         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
15950         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
15951         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
15952         portability problems if one of these functions is only used on specific
15953         platforms.
15954         Reported by Paul Eggert.
15955
15956 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
15959         is causing more trouble than it's curing.
15960         * lib/regex_internal.h (__mempcpy): Remove.
15961         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
15962         (and make the code a tad smaller to boot).
15963         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
15964
15965 2007-02-02  Jim Meyering  <jim@meyering.net>
15966
15967         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
15968         section, not in the Makefile.am: one.
15969
15970 2007-02-02  Eric Blake  <ebb9@byu.net>
15971
15972         * lib/strchrnul.c: Always include config.h first.
15973
15974         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
15975         gnulib strstr is not necessary here.
15976
15977 2007-02-02  Simon Josefsson  <simon@josefsson.org>
15978
15979         * m4/socklen.m4: Fix typo.
15980
15981 2007-02-02  Eric Blake  <ebb9@byu.net>
15982
15983         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
15984         * modules/netinet_in (Makefile.am): Likewise.
15985
15986 2007-02-01  Bruno Haible  <bruno@clisp.org>
15987
15988         * lib/string_.h (GL_LINK_WARNING): New macro.
15989         (strcasecmp, strstr, strcasestr): If provided by the system,
15990         conditionally define as a macro that leads to a warning instead of to
15991         an error.
15992         (strncasecmp): Conditionally define as a macro that leads to a warning.
15993
15994 2007-02-01  Karl Berry  <karl@gnu.org>
15995
15996         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
15997
15998 2007-02-01  Bruno Haible  <bruno@clisp.org>
15999
16000         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
16001         renamings.
16002
16003 2007-02-01  Eric Blake  <ebb9@byu.net>
16004
16005         * modules/regex (Depends-on): Revert dependence on mempcpy.
16006         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
16007         module's definition of mempcpy.
16008         Reported by Paul Eggert.
16009
16010 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         * lib/string_.h: If the gnulib module XYZ is not present, undefine
16013         the symbol XYZ before redefining it.  This fixes a problem with
16014         programs that don't use XYZ, when compiled on systems that define
16015         XYZ to something else.
16016
16017 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
16020         occurs when "mkdir -m foo" creates a setgid directory that is (1)
16021         writeable to group or other and (2) is intended to have a special
16022         mode bit that is set or cleared.  In such a case, the directory
16023         should be neither group- nor other-writeable until the special
16024         mode bits are right.
16025
16026 2007-01-31  Eric Blake  <ebb9@byu.net>
16027
16028         * modules/mountlist (Depends-on): Add strstr.
16029
16030         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
16031         bug.
16032         * modules/string (Makefile.am): Remove redundant replacement.
16033         * modules/regex (Depends-on): Add mempcpy.
16034
16035 2007-01-31  Bruno Haible  <bruno@clisp.org>
16036
16037         New module description field 'Link'.
16038         * gnulib-tool (func_usage): Document --extract-link-directive.
16039         (sed_extract_prog): Recognize 'Link' directive.
16040         (func_get_link_directive): New function.
16041         (func_import): Show summary of link directives.
16042         Handle --extract-link-directive option.
16043         * modules/acl (Link): New section.
16044         * modules/clock-time (Link): New section.
16045         * modules/euidaccess (Link): New section.
16046         * modules/gettext (Link): New section.
16047         * modules/iconv (Link): New section.
16048         * modules/lock (Link): New section.
16049         * modules/nanosleep (Link): New section.
16050         * modules/readline (Link): New section.
16051
16052 2007-01-27  Bruno Haible  <bruno@clisp.org>
16053
16054         Enforce the use of gnulib modules for unportable <string.h> functions.
16055         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
16056         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
16057         (gl_HEADER_STRING_H_BODY): Require it.
16058         * lib/string_.h: If the gnulib module XYZ is not present, redefine
16059         the symbol XYZ to one that gives a link error.
16060         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
16061         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
16062         * modules/mempcpy (configure.ac): Likewise.
16063         * modules/memrchr (configure.ac): Likewise.
16064         * modules/stpcpy (configure.ac): Likewise.
16065         * modules/stpncpy (configure.ac): Likewise.
16066         * modules/strcase (configure.ac): Likewise.
16067         * modules/strcasestr (configure.ac): Likewise.
16068         * modules/strchrnul (configure.ac): Likewise.
16069         * modules/strdup (configure.ac): Likewise.
16070         * modules/strndup (configure.ac): Likewise.
16071         * modules/strnlen (configure.ac): Likewise.
16072         * modules/strpbrk (configure.ac): Likewise.
16073         * modules/strsep (configure.ac): Likewise.
16074         * modules/strstr (configure.ac): Likewise.
16075         * modules/strtok_r (configure.ac): Likewise.
16076
16077 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
16078
16079         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
16080
16081 2007-01-30  Jim Meyering  <jim@meyering.net>
16082
16083         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
16084
16085 2007-01-29  Bruno Haible  <bruno@clisp.org>
16086
16087         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
16088         * lib/execute.c: Likewise.
16089         * lib/pipe.c: Likewise.
16090         * lib/printf-args.h: Likewise.
16091         * lib/printf-args.c: Likewise.
16092         * lib/printf-parse.c: Likewise.
16093         * lib/vasnprintf.c: Likewise.
16094
16095 2007-01-29  Eric Blake  <ebb9@byu.net>
16096
16097         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
16098         declaration.
16099
16100 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
16101
16102         * lib/strptime.h (strptime): Use 'restrict' for args where
16103         POSIX requires this.
16104         * lib/strptime.c (strptime): Likewise.
16105         Change license notice from LGPL to GPL, since gnulib-tool will
16106         change this as needed.
16107         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
16108         defined.
16109         Include "strptime.h" first, to check interface.
16110         Do not #undef _LIBC and _NL_CURRENT.
16111         Do not include <stdlib.h>; no longer needed.
16112         Include "time_r.h" and declare ptime_locale_status
16113         only if _LIBC is not defined.
16114         (__P): Remove unused macro.
16115         (match_string): Bring back glibc version, but use it only if _LIBC
16116         is defined.
16117         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
16118         Remove unnecessary assertion and abort() call.
16119         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
16120         * m4/strptime.m4: Fix serial number comment.
16121         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
16122         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
16123         (Depends-on): Add time_r.
16124
16125 2007-01-29  Bruno Haible  <bruno@clisp.org>
16126
16127         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16128         strptime.
16129         * modules/strptime (Depends-on): Add stdbool.
16130         * lib/strptime.h: Include <time.h> always. Add comments.
16131
16132 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16133
16134         * modules/strptime: New file.
16135         * lib/strptime.h: New file.
16136         * lib/strptime.c: New file.
16137         * m4/strptime.m4: New file.
16138
16139 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16140
16141         * MODULES.html.sh: New module mpsort.
16142         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
16143
16144         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
16145         a circularity problem with HP-UX ia64 reported by Bob Proulx in
16146         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
16147         All uses changed.
16148         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
16149         All uses changed.
16150         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
16151         to _Restrict_.
16152         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
16153         the parameter matches the prototype.
16154
16155 2007-01-28  Jim Meyering  <jim@meyering.net>
16156
16157         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
16158         sys/time.h here, reverting that part of the previous patch:
16159         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
16160
16161 2007-01-28  Bruno Haible  <bruno@clisp.org>
16162
16163         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
16164         value of $(SYS_TIME_H).
16165         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
16166         remove it conditionally, too. [added by Jim Meyering]
16167         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
16168         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
16169         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
16170         GETTIMEOFDAY_REPLACEMENT to 1.
16171
16172 2007-01-28  Bruno Haible  <bruno@clisp.org>
16173
16174         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
16175         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
16176         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
16177         Set UNISTD_H instead of UNISTD_H2.
16178         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
16179
16180 2007-01-28  Bruno Haible  <bruno@clisp.org>
16181
16182         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
16183         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
16184
16185 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16186
16187         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
16188         (func_create_testdir): Ensure C locale for `grep' and `tr'
16189         character ranges.
16190         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
16191         ACLOCAL_AMFLAGS parsing state machine.
16192
16193 2007-01-27  Bruno Haible  <bruno@clisp.org>
16194
16195         * modules/unistr/base: Update.
16196
16197 2007-01-27  Bruno Haible  <bruno@clisp.org>
16198
16199         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
16200         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
16201         * modules/unistr/u32-mbtouc-unsafe: Renamed from
16202         modules/unistr/u32-mbtouc.
16203         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
16204         * lib/unistr.h: Update.
16205         * lib/linebreak.c: Update.
16206         * modules/unistr/u32-mbtouc: Renamed from
16207         modules/unistr/u32-mbtouc-safe.
16208         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
16209         * lib/unistr.h: Update.
16210         * lib/unistr/u32-to-u8.c: Update.
16211         * lib/unistr/u32-to-u16.c: Update.
16212
16213 2007-01-27  Bruno Haible  <bruno@clisp.org>
16214
16215         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
16216         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
16217         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
16218         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
16219         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
16220         * modules/unistr/u16-mbtouc-unsafe: Renamed from
16221         modules/unistr/u16-mbtouc.
16222         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
16223         * lib/unistr.h: Update.
16224         * lib/linebreak.c: Update.
16225         * modules/linebreak: Update.
16226         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
16227         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
16228         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
16229         * modules/unistr/u16-mbtouc: Renamed from
16230         modules/unistr/u16-mbtouc-safe.
16231         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
16232         * lib/unistr.h: Update.
16233         * lib/unistr/u16-to-u8.c: Update.
16234         * modules/unistr/u16-to-u8: Update.
16235         * lib/unistr/u16-to-u32.c: Update.
16236         * modules/unistr/u16-to-u32: Update.
16237
16238 2007-01-27  Bruno Haible  <bruno@clisp.org>
16239
16240         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
16241         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
16242         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
16243         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
16244         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
16245         * modules/unistr/u8-mbtouc-unsafe: Renamed from
16246         modules/unistr/u8-mbtouc.
16247         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
16248         * lib/unistr.h: Update.
16249         * lib/striconveh.c: Update.
16250         * modules/striconveh: Update.
16251         * lib/linebreak.c: Update.
16252         * modules/linebreak: Update.
16253         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
16254         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
16255         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
16256         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
16257         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
16258         * lib/unistr.h: Update.
16259         * lib/striconveh.c: Update.
16260         * modules/striconveh: Update.
16261         * lib/unistr/u8-to-u16.c: Update.
16262         * modules/unistr/u8-to-u16: Update.
16263         * lib/unistr/u8-to-u32.c: Update.
16264         * modules/unistr/u8-to-u32: Update.
16265
16266 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16267
16268         Sync from Libtool.
16269         * lib/argz.c: Do not include strings.h nor memory.h, include
16270         string.h unconditionally.  Patch by Simon Josefsson.
16271
16272 2007-01-27  Bruno Haible  <bruno@clisp.org>
16273
16274         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
16275         from gl_HEADER_STRING_H_BODY.
16276         (gl_HEADER_STRING_H_BODY): Require it.
16277         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
16278         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
16279         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
16280         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
16281         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16282         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
16283         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
16284         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
16285         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
16286         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
16287         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
16288         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
16289         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
16290         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
16291         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16292
16293 2007-01-27  Bruno Haible  <bruno@clisp.org>
16294
16295         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
16296         check_PROGRAMS into noinst_PROGRAMS.
16297         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
16298         check_PROGRAMS in this case.
16299         (func_import): Set for_test to false.
16300         (func_create_testdir): Set for_test to true.
16301
16302 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16303             Bruno Haible  <bruno@clisp.org>
16304
16305         * modules/strcasestr (Files): Remove lib/strcasestr.h.
16306         (Depends-on): Add string.
16307         (Includes): Use <string.h> instead of strcasestr.h.
16308         * modules/string (Makefile.am): Also substitute the value of
16309         REPLACE_STRCASESTR.
16310         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
16311         assume strcasestr is declared in <string.h> not <strings.h>. Also
16312         set REPLACE_STRCASESTR.
16313         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
16314         REPLACE_STRCASESTR.
16315         * lib/strcasestr.h: Remove file.
16316         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
16317         * lib/string_.h (strcasestr): New declaration.
16318
16319 2007-01-27  Bruno Haible  <bruno@clisp.org>
16320
16321         * lib/string_.h: Use 'extern'.
16322
16323 2007-01-27  Jim Meyering  <jim@meyering.net>
16324
16325         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
16326         of set-but-not-used local, "q".
16327
16328         * lib/mempcpy.c: Include <config.h> before <string.h>.
16329         This fixes a compilation error on HP-UX, due to the system's
16330         "restrict"-using mempcpy prototype.
16331
16332 2007-01-26  Bruno Haible  <bruno@clisp.org>
16333
16334         Small optimization.
16335         * lib/javacomp.c: Include c-strstr.h.
16336          (is_envjavac_gcj): Use c_strstr instead of strstr.
16337         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
16338
16339 2007-01-26  Bruno Haible  <bruno@clisp.org>
16340
16341         * MODULES.html.sh (Unicode string functions): Add the new modules.
16342
16343         * modules/uniconv/u32-strconv-to-locale: New file.
16344         * lib/uniconv/u32-strconv-to-locale.c: New file.
16345
16346         * modules/uniconv/u16-strconv-to-locale: New file.
16347         * lib/uniconv/u16-strconv-to-locale.c: New file.
16348
16349         * modules/uniconv/u8-strconv-to-locale: New file.
16350         * lib/uniconv/u8-strconv-to-locale.c: New file.
16351
16352         * modules/uniconv/u32-strconv-from-locale: New file.
16353         * lib/uniconv/u32-strconv-from-locale.c: New file.
16354
16355         * modules/uniconv/u16-strconv-from-locale: New file.
16356         * lib/uniconv/u16-strconv-from-locale.c: New file.
16357
16358         * modules/uniconv/u8-strconv-from-locale: New file.
16359         * lib/uniconv/u8-strconv-from-locale.c: New file.
16360
16361         * modules/uniconv/u32-strconv-to-enc: New file.
16362         * lib/uniconv/u32-strconv-to-enc.c: New file.
16363         * modules/uniconv/u32-strconv-to-enc-tests: New file.
16364         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
16365
16366         * modules/uniconv/u16-strconv-to-enc: New file.
16367         * lib/uniconv/u16-strconv-to-enc.c: New file.
16368         * lib/uniconv/u-strconv-to-enc.h: New file.
16369         * modules/uniconv/u16-strconv-to-enc-tests: New file.
16370         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
16371
16372         * modules/uniconv/u8-strconv-to-enc: New file.
16373         * lib/uniconv/u8-strconv-to-enc.c: New file.
16374         * modules/uniconv/u8-strconv-to-enc-tests: New file.
16375         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
16376
16377         * modules/uniconv/u32-strconv-from-enc: New file.
16378         * lib/uniconv/u32-strconv-from-enc.c: New file.
16379         * modules/uniconv/u32-strconv-from-enc-tests: New file.
16380         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
16381
16382         * modules/uniconv/u16-strconv-from-enc: New file.
16383         * lib/uniconv/u16-strconv-from-enc.c: New file.
16384         * modules/uniconv/u16-strconv-from-enc-tests: New file.
16385         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
16386
16387         * modules/uniconv/u8-strconv-from-enc: New file.
16388         * lib/uniconv/u8-strconv-from-enc.c: New file.
16389         * lib/uniconv/u-strconv-from-enc.h: New file.
16390         * modules/uniconv/u8-strconv-from-enc-tests: New file.
16391         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
16392
16393         * modules/uniconv/u32-conv-from-enc: New file.
16394         * lib/uniconv/u32-conv-from-enc.c: New file.
16395         * modules/uniconv/u32-conv-from-enc-tests: New file.
16396         * tests/uniconv/test-u32-conv-from-enc.c: New file.
16397
16398         * modules/uniconv/u16-conv-from-enc: New file.
16399         * lib/uniconv/u16-conv-from-enc.c: New file.
16400         * lib/uniconv/u-conv-from-enc.h: New file.
16401         * modules/uniconv/u16-conv-from-enc-tests: New file.
16402         * tests/uniconv/test-u16-conv-from-enc.c: New file.
16403
16404         * modules/uniconv/u8-conv-from-enc: New file.
16405         * lib/uniconv/u8-conv-from-enc.c: New file.
16406         * modules/uniconv/u8-conv-from-enc-tests: New file.
16407         * tests/uniconv/test-u8-conv-from-enc.c: New file.
16408
16409         * modules/uniconv/base: New file.
16410         * lib/uniconv.h: New file.
16411
16412 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
16413
16414         * doc/gnulib-tool.texi (Initial import): Update to match current
16415         behavior with strdup module.
16416         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
16417         * lib/memmem.h: Remove; all uses removed.  This is now done
16418         by <string.h>.
16419         * lib/mempcpy.h: Likewise.
16420         * lib/memrchr.h: Likewise.
16421         * lib/stpcpy.h: Likewise.
16422         * lib/stpncpy.h: Likewise.
16423         * lib/strcase.h: Likewise.
16424         * lib/strchrnul.h: Likewise.
16425         * lib/strdup.h: Likewise.
16426         * lib/strndup.h: Likewise.
16427         * lib/strnlen.h: Likewise.
16428         * lib/strpbrk.h: Likewise.
16429         * lib/strsep.h: Likewise.
16430         * lib/strstr.h: Likewise.
16431         * lib/strtok_r.h: Likewise.
16432         * lib/string_.h: New file.
16433         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
16434         Rely on <string.h> instead.
16435         * lib/canon-host.c: Likewise.
16436         * lib/chdir-long.c: Likewise.
16437         * lib/concatpath.c: Likewise.
16438         * lib/exclude.c: Likewise.
16439         * lib/fchdir.c: Likewise.
16440         * lib/getaddrinfo.c: Likewise.
16441         * lib/getcwd.c: Likewise.
16442         * lib/getsubopt.c: Likewise.
16443         * lib/glob.c: Likewise.
16444         * lib/hard-locale.c: Likewise.
16445         * lib/iconvme.c: Likewise.
16446         * lib/javacomp.c: Likewise.
16447         * lib/mempcpy.c: Likewise.
16448         * lib/memrchr.c: Likewise.
16449         * lib/regex_internal.h: Likewise.
16450         * lib/stpncpy.c: Likewise.
16451         * lib/strcasecmp.c: Likewise.
16452         * lib/strchrnul.c: Likewise.
16453         * lib/strdup.c: Likewise.
16454         * lib/striconv.c: Likewise.
16455         * lib/striconveh.c: Likewise.
16456         * lib/striconveha.c: Likewise.
16457         * lib/strncasecmp.c: Likewise.
16458         * lib/strndup.c: Likewise.
16459         * lib/strnlen.c: Likewise.
16460         * lib/strsep.c: Likewise.
16461         * lib/strstr.c: Likewise.
16462         * lib/strtok_r.c: Likewise.
16463         * lib/userspec.c: Likewise.
16464         * lib/w32spawn.h: Likewise.
16465         * lib/xstrndup.c: Likewise.
16466         * lib/mountlist.c (strstr): Remove decl.
16467         * m4/string_h.m4: New file.
16468         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
16469         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
16470         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
16471         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
16472         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
16473         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
16474         Set REPLACE_STRCASECMP if necessary.
16475         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
16476         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
16477         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
16478         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
16479         HAVE_DECL_STRDUP if necessary.
16480         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
16481         since gl_FUNC_STRNDUP does that now.
16482         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
16483         Check for decl here...
16484         (gl_PREREQ_STRNLEN): ... not here.
16485         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
16486         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
16487         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
16488         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
16489         necessary.
16490         * modules/string: New file.
16491         * modules/memmem (Files): Remove special-purpose include file.
16492         (Depends-on): Add string.
16493         (Include): Include <string.h>, not the removed file.
16494         * modules/mempcpy: Likewise.
16495         * modules/memrchr: Likewise.
16496         * modules/stpcpy: Likewise.
16497         * modules/stpncpy: Likewise.
16498         * modules/strcase: Likewise.
16499         * modules/strchrnul: Likewise.
16500         * modules/strdup: Likewise.
16501         * modules/strndup: Likewise.
16502         * modules/strnlen: Likewise.
16503         * modules/strpbrk: Likewise.
16504         * modules/strsep: Likewise.
16505         * modules/strstr: Likewise.
16506         * modules/strtok_r: Likewise.
16507         * tests/test-dirname.c: Don't include "strdup.h", since
16508         <string.h> now suffices.
16509         * tests/test-memmem.c: Don't include "memmem.h", since
16510         <string.h> now suffices.
16511
16512 2007-01-25  Bruno Haible  <bruno@clisp.org>
16513
16514         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
16515         *resultp is 0.
16516
16517         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
16518         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
16519         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
16520         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
16521
16522         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
16523         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
16524         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
16525         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
16526         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
16527         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
16528
16529 2007-01-24  Bruno Haible  <bruno@clisp.org>
16530
16531         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
16532         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
16533         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
16534         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
16535         gl_FUNC_FTS_CORE.
16536         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
16537         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
16538         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16539         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
16540         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
16541         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
16542         gl_FUNC_FCHOWNAT.
16543         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
16544         gl_FUNC_STRFTIME.
16545         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
16546         Reported by Ralf Wildenhues.
16547
16548 2007-01-24  Bruno Haible  <bruno@clisp.org>
16549
16550         Drop AC_REQUIRE calls that are redundant with the module dependencies.
16551         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
16552         gl_GETADDRINFO.
16553         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
16554         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
16555         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
16556
16557 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
16558
16559         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
16560         Don't use 'exit'; just return from 'main'.
16561         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
16562
16563         * lib/fnmatch_.h: Readjust white space and comments to match
16564         glibc, to avoid spurious diffs.
16565
16566 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16567
16568         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
16569         2004-12-01 change by Jakub Jelinek, since this code won't compile
16570         if !LIBC.  Problem reported by Bob Proulx.
16571
16572 2007-01-23  Bruno Haible  <bruno@clisp.org>
16573
16574         * lib/striconveh.c: Include c-strcaseeq.h.
16575         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
16576         * modules/striconveh (Depends-on): Add c-strcaseeq.
16577
16578 2007-01-23  Bruno Haible  <bruno@clisp.org>
16579
16580         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
16581
16582         * modules/c-strcaseeq: New file.
16583         * lib/c-strcaseeq.h: New file.
16584
16585         * modules/streq: New file.
16586         * lib/streq.h: New file.
16587
16588 2007-01-23  Bruno Haible  <bruno@clisp.org>
16589
16590         * modules/striconveha-tests: New file.
16591         * tests/test-striconveha.c: New file.
16592
16593         * lib/striconveha.h: Include <stdbool.h>.
16594         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
16595         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
16596         (mem_iconveha_notranslit): Renamed from mem_iconveha.
16597         (mem_iconveha): New function.
16598         (str_iconveha_notranslit): Renamed from str_iconveha.
16599         (str_iconveha): New function.
16600         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
16601         c-strcase.
16602
16603 2007-01-23  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
16606         encodings without forgiving before trying any encoding with handler.
16607         (str_iconveha): Try all encodings without forgiving before trying any
16608         encoding with handler.
16609
16610 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         Import the following changes from libc.
16613
16614         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
16615
16616         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
16617
16618         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16619
16620         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
16621         normal_bracket label.
16622
16623         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
16624
16625         [BZ #361]
16626         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
16627         to normal_bracket after fetching the next character.
16628
16629 2007-01-22  Bruno Haible  <bruno@clisp.org>
16630
16631         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
16632         argument.
16633         * lib/striconveh.c (iconv_carefully_1): New function.
16634         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
16635         argument.
16636         (str_cd_iconveh): Update.
16637         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
16638         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
16639         * tests/test-striconveh.c (MAGIC): New macro.
16640         (new_offsets): New function.
16641         (main): Test call with and without offsets.
16642
16643 2007-01-22  Bruno Haible  <bruno@clisp.org>
16644
16645         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
16646         * modules/sys_select (Makefile.am): Likewise.
16647         * modules/sys_socket (Makefile.am): Likewise.
16648         * modules/sys_time (Makefile.am): Likewise.
16649
16650 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16651
16652         * modules/gettimeofday (License): Change from GPL to LGPL, since
16653         gettimeofday is a library function.
16654
16655 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16656
16657         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
16658
16659 2007-01-21  Bruno Haible  <bruno@clisp.org>
16660
16661         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
16662
16663 2007-01-21  Bruno Haible  <bruno@clisp.org>
16664
16665         * modules/striconveha: New file.
16666         * lib/striconveha.h: New file.
16667         * lib/striconveha.c: New file.
16668         * MODULES.html.sh (Internationalization functions): Add striconveha.
16669         * lib/striconv.c (str_iconv): Optimize the case of an empty input
16670         string.
16671         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
16672
16673 2007-01-21  Bruno Haible  <bruno@clisp.org>
16674
16675         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
16676         * lib/striconveh.c (str_iconveh): Likewise.
16677
16678 2007-01-21  Bruno Haible  <bruno@clisp.org>
16679
16680         * lib/striconveh.h (mem_iconveh): New declaration.
16681         * lib/striconveh.c (mem_iconveh): New function.
16682         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
16683
16684 2007-01-21  Bruno Haible  <bruno@clisp.org>
16685
16686         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
16687
16688         * lib/striconveh.h (mem_cd_iconveh): Change specification.
16689         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
16690         original result buffer.
16691         (str_cd_iconveh): Update.
16692         * tests/test-striconveh.c (main): Update.
16693
16694         * lib/striconv.h (mem_cd_iconv): Change specification.
16695         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
16696         result buffer.
16697         (str_cd_iconv): Update.
16698         * tests/test-striconv.c (main): Update.
16699
16700 2007-01-21  Bruno Haible  <bruno@clisp.org>
16701
16702         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
16703
16704 2007-01-20  Jim Meyering  <jim@meyering.net>
16705
16706         * lib/userspec.c (parse_with_separator): If a user or group string
16707         starts with "+", skip the corresponding name-to-ID look-up, since
16708         such a look-up must fail: user and group names may not include "+".
16709
16710 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16711
16712         * lib/poll.c: Include sys/time.h and time.h unconditionally,
16713         since we now assume the sys_time module.
16714         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
16715         check for sys/time.h; no longer needed.
16716         * modules/poll (Depends-on): Depend on sys_time.
16717
16718 2007-01-18  Bruno Haible  <bruno@clisp.org>
16719
16720         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
16721         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
16722
16723         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
16724         gettimeofday.
16725
16726         * tests/test-gettimeofday.c: Include <time.h>.
16727         (dummy): Remove variable.
16728
16729         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
16730         gl_HEADER_SYS_TIME_H.
16731         (gl_HEADER_SYS_TIME_H): New macro.
16732
16733         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
16734         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16735         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
16736         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
16737         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16738         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
16739         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
16740         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16741         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
16742         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
16743         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16744
16745         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
16746         last change; it caused a compilation error when cross-compiling to
16747         Cygwin.
16748
16749 2007-01-18  Jim Meyering  <jim@meyering.net>
16750
16751         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
16752         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
16753         than the race-prone "test -d sys || mkdir sys".
16754         (configure.ac): Use AC_PROG_MKDIR_P.
16755         * modules/sys_select: Likewise.
16756         * modules/sys_socket: Likewise.
16757         * modules/sys_time: Likewise.
16758
16759 2007-01-18  Eric Blake  <ebb9@byu.net>
16760
16761         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
16762         replace gettimeofday.
16763         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
16764         name, to avoid infinite recursion.
16765
16766 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
16767
16768         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
16769         module sys_time.
16770         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
16771         assume timespec.h defines struct timeval.
16772         * lib/settime.c: Likewise.
16773         * lib/utimens.c: Likewise.
16774         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
16775         since we now assume the gettimeofday module.
16776         * lib/tempname.c (__gen_tempname): Likewise.
16777         * lib/gettimeofday.h: Remove.
16778         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
16779         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
16780         Include <time.h>, for 'time()'.
16781         (localtime_buffer_addr): Also use this workaround if
16782         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
16783         to simplify the uses.  All uses changed.
16784         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
16785         that #undef is inside {}, and 'const' follows type name consistently.
16786         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
16787         (gettimeofday): Do not use the maximum possible value for
16788         tv->tv_usec, since that might break usages other than ls.c.
16789         Instead, we'll leave ls.c alone.  This undoes today's patch
16790         by Bruno.  Add a compile-time warning for 1s-clock resolution;
16791         we've never observed the problem but might as well keep the
16792         canary.
16793         * lib/nanosleep.c: Include timespec.h first, for interface check.
16794         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
16795         now assume the sys_time module.
16796         * lib/tempname.c: Likewise.
16797         * lib/timespec.h: Likewise.
16798         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
16799         needed.
16800         * lib/strftime.c: Likewise.
16801         * lib/timespec.h: Likewise.
16802         * lib/posixtm.c: Include posixtm.h first, for interface check.
16803         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
16804         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
16805         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
16806         * lib/sys_time_.h: New file.
16807         * lib/timespec.h (struct timespec): Use long int, not long.
16808         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
16809         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
16810         Remove obsolescent call to AC_HEADER_TIME.
16811         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
16812         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16813         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
16814         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
16815         Likewise.
16816         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
16817         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
16818         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
16819         into the sys_time module.  Check for gettimeofday just once.
16820         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
16821         for gettimeofday signature to just check the signature.  Merely
16822         compile it, since linking doesn't test signature.  Improve test for
16823         whether gettimeofday.o is actually needed.
16824         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
16825         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
16826         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
16827         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16828         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
16829         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
16830         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
16831         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
16832         than worrying about sys/time.h.
16833         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16834         Don't bother worrying about TIME_WITH_SYS_TIME.
16835         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
16836         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
16837         * m4/sys_time_h.m4: New file.
16838         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
16839         Don't include sys/time.h.  Return from main rather than exiting.
16840         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
16841         all uses changed.
16842         * modules/gethrxtime (Depends-on): Add sys_time.
16843         * modules/gettime (Depends-on): Likewise.
16844         * modules/gettimeofday (Depends-on): Likewise.
16845         * modules/nanosleep (Depends-on): Likewise.
16846         * modules/settime (Depends-on): Likewise.
16847         * modules/tempname (Depends-on): Likewise.
16848         * modules/utimens (Depends-on): Likewise.
16849         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
16850         (Include:) Change back to <sys/time.h>.
16851         (Maintainer:) Add self.
16852         * modules/sys_time: New file.
16853         * modules/tempname (Depends-on): Add gettimeofday.
16854         * tests/test-gettimeofday.c: Include <sys/time.h>
16855         rather than gettimeofday.h.
16856
16857 2007-01-17  Bruno Haible  <bruno@clisp.org>
16858
16859         * gnulib-tool (func_get_license): Revert last patch. Instead, let
16860         the license default to GPL.
16861         (func_create_testdir): Don't complain if a module is LGPL and its
16862         tests module depends on GPLed modules.
16863
16864 2007-01-17  Bruno Haible  <bruno@clisp.org>
16865
16866         * lib/gettimeofday.c (gettimeofday): Add code for the case
16867         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
16868         maximum possible value for tv->tv_usec, rather than the minimum one.
16869
16870 2005-10-08  Martin Lambers  <marlam@marlam.de>
16871 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16872 2007-01-16  Bruno Haible  <bruno@clisp.org>
16873
16874         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
16875         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
16876         gl_FUNC_GETTIMEOFDAY.
16877         (Include): Add gettimeofday.h.
16878         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
16879         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
16880         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
16881         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
16882         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
16883         * lib/gettimeofday.h: New file.
16884         * lib/gettimeofday.c: Include <sys/timeb.h>.
16885         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
16886         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16887         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
16888         fall back on time().
16889
16890         * tests/test-gettimeofday.c: New file.
16891         * modules/gettimeofday-tests: New file.
16892
16893 2007-01-16  Eric Blake  <ebb9@byu.net>
16894
16895         * modules/fnmatch (Depends-on): Depend on wchar.
16896         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
16897         * m4/fnmatch.m4: Likewise.
16898         * modules/mbchar (Makefile.am): Assume <wchar.h>.
16899         * m4/mbchar.m4: Likewise.
16900         * modules/mbswidth (Depends-on): Depend on wchar.
16901         * lib/mbswidth.c: Assume <wchar.h>.
16902         * m4/mbswidth.m4: Likewise.
16903         * modules/quotearg (Depends-on): Depend on wchar.
16904         * lib/quotearg.c: Assume <wchar.h>.
16905         * m4/quotearg.m4: Likewise.
16906         * modules/regex (Depends-on): Depend on wchar.
16907         * lib/regex_internal.h: Assume <wchar.h>.
16908         * m4/regex.m4: Likewise.
16909         * modules/stdint (Depends-on): Depend on wchar.
16910         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
16911         * m4/stdint.m4: Likewise.
16912         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
16913         * modules/strftime (Depends-on): Depend on wchar.
16914         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
16915         * modules/strtol (Depends-on): Depend on wchar.
16916         * lib/strtol.c: Assume <wchar.h>.
16917         * modules/wcwidth (Depends-on): Depend on wchar.
16918         * lib/wcwidth.h: Assume <wchar.h>.
16919         * m4/wcwidth.m4: Likewise.
16920
16921 2007-01-16  Bruno Haible  <bruno@clisp.org>
16922
16923         * modules/csharpexec-script: New, created from...
16924         * modules/csharpexec: ... this.
16925
16926 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
16927
16928         * modules/javaexec-script: New, created from...
16929         * modules/javaexec: ... this.
16930
16931 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16932
16933         * modules/poll (Dependencies): Add sys_select.
16934
16935 2007-01-15  Jim Meyering  <jim@meyering.net>
16936
16937         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
16938         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
16939         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
16940         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
16941
16942 2007-01-15  Bruno Haible  <bruno@clisp.org>
16943
16944         * modules/striconveh: New file.
16945         * lib/striconveh.h: New file.
16946         * lib/striconveh.c: New file.
16947         * MODULES.html.sh (Internationalization functions): Add striconveh.
16948
16949         * modules/striconveh-tests: New file.
16950         * tests/test-striconveh.c: New file.
16951
16952 2007-01-15  Bruno Haible  <bruno@clisp.org>
16953
16954         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
16955         not from GNU libiconv or GNU libc.
16956
16957 2007-01-15  Bruno Haible  <bruno@clisp.org>
16958
16959         * doc/gnulib-intro.texi (Copyright): Explain the different license
16960         terms for module descriptions, autoconf macros, tests, documentation.
16961
16962 2007-01-14  Bruno Haible  <bruno@clisp.org>
16963
16964         * modules/striconv-tests: New file.
16965         * tests/test-striconv.c: New file.
16966
16967 2007-01-14  Bruno Haible  <bruno@clisp.org>
16968
16969         * modules/iconv-tests: New file.
16970         * tests/test-iconv.c: New file.
16971
16972 2007-01-14  Bruno Haible  <bruno@clisp.org>
16973
16974         * gnulib-tool (func_get_license): For test modules, use the license of
16975         the main module.
16976
16977 2007-01-14  Bruno Haible  <bruno@clisp.org>
16978
16979         * modules/iconv (Include): Clarify that <iconv.h> can only be included
16980         if iconv is found to exist.
16981
16982 2007-01-14  Bruno Haible  <bruno@clisp.org>
16983
16984         * modules/c-ctype-tests: New file.
16985         * tests/test-c-ctype.c: New file.
16986
16987 2007-01-14  Bruno Haible  <bruno@clisp.org>
16988
16989         * modules/binary-io-tests: New file.
16990         * tests/test-binary-io.sh: New file.
16991         * tests/test-binary-io.c: New file.
16992
16993 2007-01-14  Bruno Haible  <bruno@clisp.org>
16994
16995         * modules/array-oset-tests: New file.
16996         * tests/test-array_oset.c: New file.
16997
16998 2007-01-14  Bruno Haible  <bruno@clisp.org>
16999
17000         * modules/array-list-tests: New file.
17001         * tests/test-array_list.c: New file.
17002
17003 2007-01-14  Bruno Haible  <bruno@clisp.org>
17004
17005         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
17006         and make.
17007         Reported by Simon Josefsson in
17008         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
17009
17010 2007-01-14  Bruno Haible  <bruno@clisp.org>
17011
17012         * modules/allocsa-tests: New file.
17013         * tests/test-allocsa.c: New file.
17014
17015 2007-01-14  Bruno Haible  <bruno@clisp.org>
17016
17017         * modules/fchdir (Depends-on): Add absolute-header.
17018         * modules/unistd (Depends-on): Likewise.
17019
17020 2006-12-30  Bruno Haible  <bruno@clisp.org>
17021
17022         * modules/fchdir: New file.
17023         * modules/unistd (Files): Add lib/unistd_.h.
17024         (Makefile.am): Generate unistd.h from unistd_.h.
17025         * lib/fchdir.c: New file.
17026         * lib/dirent_.h: New file.
17027         * lib/unistd_.h: New file.
17028         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
17029         * m4/fchdir.m4: New file.
17030         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
17031         (gl_HEADER_UNISTD): Invoke it.
17032         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
17033         function.
17034         * lib/backupfile.c (opendir, closedir): Undefine.
17035         * lib/chown.c (open, close): Undefine.
17036         * lib/clean-temp.c (open, close): Undefine.
17037         * lib/copy-file.c (open, close): Undefine.
17038         * lib/execute.c (open, close): Undefine.
17039         * lib/fsusage.c (open, close): Undefine.
17040         * lib/gc-gnulib.c (open, close): Undefine.
17041         * lib/getcwd.c (opendir, closedir): Undefine.
17042         * lib/glob.c (opendir, closedir): Undefine.
17043         * lib/javacomp.c (open, close): Undefine.
17044         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
17045         * lib/openat-proc.c (open, close): Undefine.
17046         * lib/pagealign_alloc.c (open, close): Undefine.
17047         * lib/pipe.c (open, close): Undefine.
17048         * lib/progreloc.c (open, close): Undefine.
17049         * lib/savedir.c (opendir, closedir): Undefine.
17050         * lib/utime.c (open, close): Undefine.
17051         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
17052
17053 2007-01-10  Bruno Haible  <bruno@clisp.org>
17054
17055         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
17056
17057 2007-01-12  Eric Blake  <ebb9@byu.net>
17058
17059         Provide a robust <wchar.h>.  Further simplifications are now
17060         possible in other modules, but not included here.
17061         * modules/wchar: New module.
17062         * m4/wchar.m4: New file.
17063         * lib/wchar_.h: Likewise.
17064         * modules/mbchar (Depends-on): Depend on wchar, as the first use
17065         of the new module.
17066         * MODULES.html.sh (Extended multibyte and wide character utilities):
17067         New section.
17068
17069 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
17070
17071         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
17072         to a reasonable default for memory allocation.
17073         (xreadlink): Don't allocate a huge buffer, to work around a buggy
17074         file system that reports garbage st_size values for symlinks.
17075         Problem reported by Liyang Hu.
17076
17077 2007-01-11  Simon Josefsson  <simon@josefsson.org>
17078
17079         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
17080         Emacs .#* auto-save files).
17081
17082 2007-01-11  Bruno Haible  <bruno@clisp.org>
17083
17084         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
17085         directory.
17086
17087 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17088
17089         Use @...@ consistently in lib/wctype_.h.
17090         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
17091         on it being set to 1 or 0.
17092         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
17093         go back to AC_SUBSTing it.
17094         * modules/wctype (Makefile.am): Undo previous change.
17095
17096 2007-01-10  Eric Blake  <ebb9@byu.net>
17097
17098         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
17099         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
17100         * modules/wctype (Makefile.am): Likewise.
17101         Reported by Chris McGuire.
17102
17103 2007-01-10  Jim Meyering  <jim@meyering.net>
17104
17105         fts.c: a small readability/maintainability improvement
17106         * lib/fts.c (fts_read): Make this code slightly more readable and
17107         maintainable by hoisting the "sp->fts_cur = p" assignments to
17108         immediately follow the statements that set P.  Derived from
17109         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
17110
17111 2007-01-10  Eric Blake  <ebb9@byu.net>
17112
17113         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
17114         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
17115         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17116         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17117         Reported by Chris McGuire.
17118
17119 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17120
17121         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
17122         in sed script.
17123
17124 2007-01-09  Bruno Haible  <bruno@clisp.org>
17125
17126         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
17127         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
17128         variables.
17129         (func_module): Use them.
17130
17131 2007-01-09  Bruno Haible  <bruno@clisp.org>
17132
17133         * modules/unistr/base: New file.
17134         * lib/unistr.h: New file.
17135
17136         * modules/unistr/u8-to-u16: New file.
17137         * lib/unistr/u8-to-u16.c: New file.
17138
17139         * modules/unistr/u8-to-u32: New file.
17140         * lib/unistr/u8-to-u32.c: New file.
17141
17142         * modules/unistr/u16-to-u8: New file.
17143         * lib/unistr/u16-to-u8.c: New file.
17144
17145         * modules/unistr/u16-to-u32: New file.
17146         * lib/unistr/u16-to-u32.c: New file.
17147
17148         * modules/unistr/u32-to-u8: New file.
17149         * lib/unistr/u32-to-u8.c: New file.
17150
17151         * modules/unistr/u32-to-u16: New file.
17152         * lib/unistr/u32-to-u16.c: New file.
17153
17154         * modules/unistr/u8-check: New file.
17155         * modules/unistr/u16-check: New file.
17156         * modules/unistr/u32-check: New file.
17157         * lib/unistr/u8-check.c: New file.
17158         * lib/unistr/u16-check.c: New file.
17159         * lib/unistr/u32-check.c: New file.
17160
17161         * modules/unistr/u8-chr: New file.
17162         * modules/unistr/u16-chr: New file.
17163         * modules/unistr/u32-chr: New file.
17164         * lib/unistr/u8-chr.c: New file.
17165         * lib/unistr/u16-chr.c: New file.
17166         * lib/unistr/u32-chr.c: New file.
17167
17168         * modules/unistr/u8-cmp: New file.
17169         * modules/unistr/u16-cmp: New file.
17170         * modules/unistr/u32-cmp: New file.
17171         * lib/unistr/u8-cmp.c: New file.
17172         * lib/unistr/u16-cmp.c: New file.
17173         * lib/unistr/u32-cmp.c: New file.
17174
17175         * modules/unistr/u8-cpy: New file.
17176         * modules/unistr/u16-cpy: New file.
17177         * modules/unistr/u32-cpy: New file.
17178         * lib/unistr/u8-cpy.c: New file.
17179         * lib/unistr/u16-cpy.c: New file.
17180         * lib/unistr/u32-cpy.c: New file.
17181         * lib/unistr/u-cpy.h: New file.
17182
17183         * modules/unistr/u8-cpy-alloc: New file.
17184         * modules/unistr/u16-cpy-alloc: New file.
17185         * modules/unistr/u32-cpy-alloc: New file.
17186         * lib/unistr/u8-cpy-alloc.c: New file.
17187         * lib/unistr/u16-cpy-alloc.c: New file.
17188         * lib/unistr/u32-cpy-alloc.c: New file.
17189         * lib/unistr/u-cpy-alloc.h: New file.
17190
17191         * modules/unistr/u8-endswith: New file.
17192         * modules/unistr/u16-endswith: New file.
17193         * modules/unistr/u32-endswith: New file.
17194         * lib/unistr/u8-endswith.c: New file.
17195         * lib/unistr/u16-endswith.c: New file.
17196         * lib/unistr/u32-endswith.c: New file.
17197         * lib/unistr/u-endswith.h: New file.
17198
17199         * modules/unistr/u8-mblen: New file.
17200         * modules/unistr/u16-mblen: New file.
17201         * modules/unistr/u32-mblen: New file.
17202         * lib/unistr/u8-mblen.c: New file.
17203         * lib/unistr/u16-mblen.c: New file.
17204         * lib/unistr/u32-mblen.c: New file.
17205
17206         * modules/unistr/u8-mbtouc: New file.
17207         * modules/unistr/u16-mbtouc: New file.
17208         * modules/unistr/u32-mbtouc: New file.
17209         * lib/unistr/u8-mbtouc.c: New file.
17210         * lib/unistr/u16-mbtouc.c: New file.
17211         * lib/unistr/u32-mbtouc.c: New file.
17212
17213         * modules/unistr/u8-mbtouc-safe: New file.
17214         * modules/unistr/u16-mbtouc-safe: New file.
17215         * modules/unistr/u32-mbtouc-safe: New file.
17216         * lib/unistr/u8-mbtouc-safe.c: New file.
17217         * lib/unistr/u16-mbtouc-safe.c: New file.
17218         * lib/unistr/u32-mbtouc-safe.c: New file.
17219
17220         * modules/unistr/u8-move: New file.
17221         * modules/unistr/u16-move: New file.
17222         * modules/unistr/u32-move: New file.
17223         * lib/unistr/u8-move.c: New file.
17224         * lib/unistr/u16-move.c: New file.
17225         * lib/unistr/u32-move.c: New file.
17226         * lib/unistr/u-move.h: New file.
17227
17228         * modules/unistr/u8-next: New file.
17229         * modules/unistr/u16-next: New file.
17230         * modules/unistr/u32-next: New file.
17231         * lib/unistr/u8-next.c: New file.
17232         * lib/unistr/u16-next.c: New file.
17233         * lib/unistr/u32-next.c: New file.
17234
17235         * modules/unistr/u8-prev: New file.
17236         * modules/unistr/u16-prev: New file.
17237         * modules/unistr/u32-prev: New file.
17238         * lib/unistr/u8-prev.c: New file.
17239         * lib/unistr/u16-prev.c: New file.
17240         * lib/unistr/u32-prev.c: New file.
17241
17242         * modules/unistr/u8-set: New file.
17243         * modules/unistr/u16-set: New file.
17244         * modules/unistr/u32-set: New file.
17245         * lib/unistr/u8-set.c: New file.
17246         * lib/unistr/u16-set.c: New file.
17247         * lib/unistr/u32-set.c: New file.
17248         * lib/unistr/u-set.h: New file.
17249
17250         * modules/unistr/u8-startswith: New file.
17251         * modules/unistr/u16-startswith: New file.
17252         * modules/unistr/u32-startswith: New file.
17253         * lib/unistr/u8-startswith.c: New file.
17254         * lib/unistr/u16-startswith.c: New file.
17255         * lib/unistr/u32-startswith.c: New file.
17256         * lib/unistr/u-startswith.h: New file.
17257
17258         * modules/unistr/u8-stpcpy: New file.
17259         * modules/unistr/u16-stpcpy: New file.
17260         * modules/unistr/u32-stpcpy: New file.
17261         * lib/unistr/u8-stpcpy.c: New file.
17262         * lib/unistr/u16-stpcpy.c: New file.
17263         * lib/unistr/u32-stpcpy.c: New file.
17264         * lib/unistr/u-stpcpy.h: New file.
17265
17266         * modules/unistr/u8-stpncpy: New file.
17267         * modules/unistr/u16-stpncpy: New file.
17268         * modules/unistr/u32-stpncpy: New file.
17269         * lib/unistr/u8-stpncpy.c: New file.
17270         * lib/unistr/u16-stpncpy.c: New file.
17271         * lib/unistr/u32-stpncpy.c: New file.
17272         * lib/unistr/u-stpncpy.h: New file.
17273
17274         * modules/unistr/u8-strcat: New file.
17275         * modules/unistr/u16-strcat: New file.
17276         * modules/unistr/u32-strcat: New file.
17277         * lib/unistr/u8-strcat.c: New file.
17278         * lib/unistr/u16-strcat.c: New file.
17279         * lib/unistr/u32-strcat.c: New file.
17280         * lib/unistr/u-strcat.h: New file.
17281
17282         * modules/unistr/u8-strchr: New file.
17283         * modules/unistr/u16-strchr: New file.
17284         * modules/unistr/u32-strchr: New file.
17285         * lib/unistr/u8-strchr.c: New file.
17286         * lib/unistr/u16-strchr.c: New file.
17287         * lib/unistr/u32-strchr.c: New file.
17288
17289         * modules/unistr/u8-strcmp: New file.
17290         * modules/unistr/u16-strcmp: New file.
17291         * modules/unistr/u32-strcmp: New file.
17292         * lib/unistr/u8-strcmp.c: New file.
17293         * lib/unistr/u16-strcmp.c: New file.
17294         * lib/unistr/u32-strcmp.c: New file.
17295
17296         * modules/unistr/u8-strcpy: New file.
17297         * modules/unistr/u16-strcpy: New file.
17298         * modules/unistr/u32-strcpy: New file.
17299         * lib/unistr/u8-strcpy.c: New file.
17300         * lib/unistr/u16-strcpy.c: New file.
17301         * lib/unistr/u32-strcpy.c: New file.
17302         * lib/unistr/u-strcpy.h: New file.
17303
17304         * modules/unistr/u8-strcspn: New file.
17305         * modules/unistr/u16-strcspn: New file.
17306         * modules/unistr/u32-strcspn: New file.
17307         * lib/unistr/u8-strcspn.c: New file.
17308         * lib/unistr/u16-strcspn.c: New file.
17309         * lib/unistr/u32-strcspn.c: New file.
17310         * lib/unistr/u-strcspn.h: New file.
17311
17312         * modules/unistr/u8-strdup: New file.
17313         * modules/unistr/u16-strdup: New file.
17314         * modules/unistr/u32-strdup: New file.
17315         * lib/unistr/u8-strdup.c: New file.
17316         * lib/unistr/u16-strdup.c: New file.
17317         * lib/unistr/u32-strdup.c: New file.
17318         * lib/unistr/u-strdup.h: New file.
17319
17320         * modules/unistr/u8-strlen: New file.
17321         * modules/unistr/u16-strlen: New file.
17322         * modules/unistr/u32-strlen: New file.
17323         * lib/unistr/u8-strlen.c: New file.
17324         * lib/unistr/u16-strlen.c: New file.
17325         * lib/unistr/u32-strlen.c: New file.
17326         * lib/unistr/u-strlen.h: New file.
17327
17328         * modules/unistr/u8-strmblen: New file.
17329         * modules/unistr/u16-strmblen: New file.
17330         * modules/unistr/u32-strmblen: New file.
17331         * lib/unistr/u8-strmblen.c: New file.
17332         * lib/unistr/u16-strmblen.c: New file.
17333         * lib/unistr/u32-strmblen.c: New file.
17334
17335         * modules/unistr/u8-strmbtouc: New file.
17336         * modules/unistr/u16-strmbtouc: New file.
17337         * modules/unistr/u32-strmbtouc: New file.
17338         * lib/unistr/u8-strmbtouc.c: New file.
17339         * lib/unistr/u16-strmbtouc.c: New file.
17340         * lib/unistr/u32-strmbtouc.c: New file.
17341
17342         * modules/unistr/u8-strncat: New file.
17343         * modules/unistr/u16-strncat: New file.
17344         * modules/unistr/u32-strncat: New file.
17345         * lib/unistr/u8-strncat.c: New file.
17346         * lib/unistr/u16-strncat.c: New file.
17347         * lib/unistr/u32-strncat.c: New file.
17348         * lib/unistr/u-strncat.h: New file.
17349
17350         * modules/unistr/u8-strncmp: New file.
17351         * modules/unistr/u16-strncmp: New file.
17352         * modules/unistr/u32-strncmp: New file.
17353         * lib/unistr/u8-strncmp.c: New file.
17354         * lib/unistr/u16-strncmp.c: New file.
17355         * lib/unistr/u32-strncmp.c: New file.
17356
17357         * modules/unistr/u8-strncpy: New file.
17358         * modules/unistr/u16-strncpy: New file.
17359         * modules/unistr/u32-strncpy: New file.
17360         * lib/unistr/u8-strncpy.c: New file.
17361         * lib/unistr/u16-strncpy.c: New file.
17362         * lib/unistr/u32-strncpy.c: New file.
17363         * lib/unistr/u-strncpy.h: New file.
17364
17365         * modules/unistr/u8-strnlen: New file.
17366         * modules/unistr/u16-strnlen: New file.
17367         * modules/unistr/u32-strnlen: New file.
17368         * lib/unistr/u8-strnlen.c: New file.
17369         * lib/unistr/u16-strnlen.c: New file.
17370         * lib/unistr/u32-strnlen.c: New file.
17371         * lib/unistr/u-strnlen.h: New file.
17372
17373         * modules/unistr/u8-strpbrk: New file.
17374         * modules/unistr/u16-strpbrk: New file.
17375         * modules/unistr/u32-strpbrk: New file.
17376         * lib/unistr/u8-strpbrk.c: New file.
17377         * lib/unistr/u16-strpbrk.c: New file.
17378         * lib/unistr/u32-strpbrk.c: New file.
17379         * lib/unistr/u-strpbrk.h: New file.
17380
17381         * modules/unistr/u8-strrchr: New file.
17382         * modules/unistr/u16-strrchr: New file.
17383         * modules/unistr/u32-strrchr: New file.
17384         * lib/unistr/u8-strrchr.c: New file.
17385         * lib/unistr/u16-strrchr.c: New file.
17386         * lib/unistr/u32-strrchr.c: New file.
17387
17388         * modules/unistr/u8-strspn: New file.
17389         * modules/unistr/u16-strspn: New file.
17390         * modules/unistr/u32-strspn: New file.
17391         * lib/unistr/u8-strspn.c: New file.
17392         * lib/unistr/u16-strspn.c: New file.
17393         * lib/unistr/u32-strspn.c: New file.
17394         * lib/unistr/u-strspn.h: New file.
17395
17396         * modules/unistr/u8-strstr: New file.
17397         * modules/unistr/u16-strstr: New file.
17398         * modules/unistr/u32-strstr: New file.
17399         * lib/unistr/u8-strstr.c: New file.
17400         * lib/unistr/u16-strstr.c: New file.
17401         * lib/unistr/u32-strstr.c: New file.
17402         * lib/unistr/u-strstr.h: New file.
17403
17404         * modules/unistr/u8-strtok: New file.
17405         * modules/unistr/u16-strtok: New file.
17406         * modules/unistr/u32-strtok: New file.
17407         * lib/unistr/u8-strtok.c: New file.
17408         * lib/unistr/u16-strtok.c: New file.
17409         * lib/unistr/u32-strtok.c: New file.
17410         * lib/unistr/u-strtok.h: New file.
17411
17412         * modules/unistr/u8-uctomb: New file.
17413         * modules/unistr/u16-uctomb: New file.
17414         * modules/unistr/u32-uctomb: New file.
17415         * lib/unistr/u8-uctomb.c: New file.
17416         * lib/unistr/u16-uctomb.c: New file.
17417         * lib/unistr/u32-uctomb.c: New file.
17418
17419         * MODULES.html.sh (Unicode string functions): Add the new modules.
17420
17421 2007-01-08  Bruno Haible  <bruno@clisp.org>
17422
17423         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
17424         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
17425         subdirectories.
17426
17427 2007-01-08  Karl Berry  <karl@gnu.org>
17428
17429         * doc/error.texi: mention that main() fns must set program_name
17430         when progname is used.
17431
17432 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
17433
17434         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
17435         WCTYPE_H is empty, for the benefit of builds from non-distclean
17436         directories.  Problem reported by Eric Blake in
17437         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
17438
17439 2007-01-08  Bruno Haible  <bruno@clisp.org>
17440
17441         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
17442         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
17443         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
17444         PROVIDE_CANONICALIZE_FILENAME_MODE.
17445         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
17446
17447 2007-01-08  Bruno Haible  <bruno@clisp.org>
17448
17449         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
17450         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
17451         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
17452         * lib/fts.c: Likewise.
17453         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
17454
17455 2006-12-25  Bruno Haible  <bruno@clisp.org>
17456
17457         * modules/utf8-ucs4-safe: New file.
17458         * lib/utf8-ucs4-safe.h: New file.
17459         * lib/unistr/utf8-ucs4-safe.c: New file.
17460
17461         * modules/utf16-ucs4-safe: New file.
17462         * lib/utf16-ucs4-safe.h: New file.
17463         * lib/unistr/utf16-ucs4-safe.c: New file.
17464
17465         * MODULES.html.sh (Unicode string functions): Add the new modules.
17466
17467 2007-01-08  Bruno Haible  <bruno@clisp.org>
17468
17469         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
17470         (Depends-on): Add unitypes.
17471         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
17472         (u8_mbtouc_aux): Move out to separate file.
17473         (u8_mbtouc): Use ucs4_t, uint8_t types.
17474         * lib/unistr/utf8-ucs4.c: New file.
17475
17476         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
17477         (Depends-on): Add unitypes.
17478         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
17479         (u16_mbtouc_aux): Move out to separate file.
17480         (u16_mbtouc): Use ucs4_t, uint16_t types.
17481         * lib/unistr/utf16-ucs4.c: New file.
17482
17483         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
17484         (Depends-on): Add unitypes.
17485         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
17486         (u8_uctomb_aux): Move out to separate file.
17487         (u8_uctomb): Use ucs4_t, uint8_t types.
17488         * lib/unistr/ucs4-utf8.c: New file.
17489
17490         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
17491         (Depends-on): Add unitypes.
17492         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
17493         (u16_uctomb_aux): Move out to separate file.
17494         (u16_uctomb): Use ucs4_t, uint16_t types.
17495         * lib/unistr/ucs4-utf16.c: New file.
17496
17497 2006-12-25  Bruno Haible  <bruno@clisp.org>
17498
17499         * modules/unitypes: New file.
17500         * lib/unitypes.h: New file.
17501         * MODULES.html.sh (func_all_modules): New section "Unicode string
17502         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
17503         this section. Add unitypes.
17504
17505 2007-01-08  Bruno Haible  <bruno@clisp.org>
17506
17507         Avoid variable names that conflict with those from libtool.
17508         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
17509         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
17510         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
17511         library_names_spec to acl_library_names_spec, hardcode_* to
17512         acl_hardcode_*.
17513         Reported by Ralf Wildenhues.
17514
17515 2007-01-08  Bruno Haible  <bruno@clisp.org>
17516
17517         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
17518         definition.
17519         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
17520         definition.
17521         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
17522         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
17523         definition.
17524         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
17525         definition.
17526         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
17527         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
17528         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
17529         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
17530         definition.
17531         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
17532         definition.
17533         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
17534         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
17535         GC_USE_<algorithm>.
17536         * lib/gc-libgcrypt.c: Likewise.
17537         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
17538         * modules/gc-arctwo (configure.ac): Likewise.
17539         * modules/gc-des (configure.ac): Likewise.
17540         * modules/gc-hmac-md5 (configure.ac): Likewise.
17541         * modules/gc-hmac-sha1 (configure.ac): Likewise.
17542         * modules/gc-md2 (configure.ac): Likewise.
17543         * modules/gc-md4 (configure.ac): Likewise.
17544         * modules/gc-md5 (configure.ac): Likewise.
17545         * modules/gc-random (configure.ac): Likewise.
17546         * modules/gc-rijndael (configure.ac): Likewise.
17547         * modules/gc-sha1 (configure.ac): Likewise.
17548
17549 2007-01-08  Bruno Haible  <bruno@clisp.org>
17550
17551         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
17552         macro definition.
17553         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
17554         definition.
17555         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
17556         definition.
17557         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
17558         * modules/fcntl-safer (configure.ac): Likewise.
17559         * modules/fopen-safer (configure.ac): Likewise.
17560         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
17561         GNULIB_FWRITEERROR macro definition.
17562
17563 2007-01-08  Bruno Haible  <bruno@clisp.org>
17564
17565         * m4/gnulib-common.m4: New file.
17566         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
17567         (func_get_filelist): Add m4/gnulib-common.m4.
17568
17569 2007-01-08  Bruno Haible  <bruno@clisp.org>
17570
17571         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
17572         command.
17573
17574 2007-01-08  Jim Meyering  <jim@meyering.net>
17575
17576         Use a more robust test for a "can't happen" condition.
17577         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
17578         narrowed the st_size value.  Presuming the "can't happen" condition
17579         is true, that narrowing could conceivably convert an invalid st_size
17580         value into a valid one.  Instead, use a change based on Matthew
17581         Woehlke's original patch.
17582
17583         Slight readability improvement: use an assert-like macro
17584         in place of literal "abort ()" uses.
17585         * lib/fts.c (fts_assert): Define.
17586         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
17587         Use this macro instead of a bare 'abort'.
17588
17589 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
17590
17591         Don't worry about using IRIX 5.3's wctype.h broken definitions;
17592         simply work around them.
17593         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
17594         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
17595         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
17596         declaring.
17597         Don't bother to define as macros, since the standard doesn't require it.
17598         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
17599         longer worry about IRIX 5.3.
17600         (HAVE_WCTYPE_CTMP_BUG): Remove.
17601
17602 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17603
17604         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
17605         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
17606         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
17607         Problems reported by Georg Schwarz for IRIX 5.3.
17608
17609         * gnulib-tool (autoconf_minversion): Take the maximum version number
17610         found, not the minimum.  Problem reported by James Youngman.
17611
17612 2007-01-03  Karl Berry  <karl@gnu.org>
17613
17614         * doc/error.texi: new file, explaining interaction with progname.
17615         * doc/gnulib.texi: include it.  Update copyright.
17616
17617 2007-01-03  Simon Josefsson  <simon@josefsson.org>
17618
17619         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
17620         AC_CANONICAL_HOST, to improve autobuild outputs.
17621
17622 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
17623             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
17624
17625         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
17626         sockets, server sockets, and other file descriptors.  Count errors
17627         to compute the return value.  Reorder the code a bit to be easier
17628         to follow.  Don't set event bits that were not requested (except
17629         POLLERR and POLLHUP).
17630
17631 2007-01-01  Bruno Haible  <bruno@clisp.org>
17632
17633         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
17634
17635 2007-01-03  Jim Meyering  <jim@meyering.net>
17636
17637         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
17638
17639 2007-01-02  Bruno Haible  <bruno@clisp.org>
17640
17641         * modules/settime (Include): Require timespec.h.
17642         * modules/nanosleep (Include): Likewise.
17643
17644 2007-01-01  Bruno Haible  <bruno@clisp.org>
17645
17646         * gnulib-tool (func_emit_copyright_notice): Bump year.
17647         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
17648
17649 2007-01-01  Bruno Haible  <bruno@clisp.org>
17650
17651         Improve support for OpenBSD.
17652         * build-aux/config.rpath (libname_spec): Export.
17653         (library_names_spec): New variable. Export.
17654         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
17655         library_names_spec from the config.rpath output. Locate shared library
17656         through the name pattern in library_names_spec.
17657
17658 2007-01-01  Eric Blake  <ebb9@byu.net>
17659
17660         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
17661
17662 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
17663
17664         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
17665         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
17666         assume the C locale, and avoid an "eval" that could cause trouble.
17667         Problem with SORT reported by Bob Proulx.
17668
17669         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
17670         Define.  Trivial patch from Henning Nielsen Lund, originally
17671         sent to bug-grep@gnu.org today.
17672
17673 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
17674
17675         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
17676         struct stat.  Problem reported by Henning Nielsen Lund.
17677         * lib/acl.c: Include acl.h first, to check interface.  Don't
17678         bother to include sys/types.h and sys/stat.h again.
17679
17680 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17681
17682         Import the following change from libc; problem reported by
17683         Sven Verdoolaege.
17684
17685         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
17686
17687         [BZ #1373]
17688         * lib/argp.h: Remove __NTH for __argp_usage inline function.
17689
17690 2006-12-28  Jim Meyering  <jim@meyering.net>
17691
17692         * build-aux/announce-gen: Do not assume that the package
17693         builds any of tar.gz, tar.bz2, and .xdelta files.
17694         Suggestion from Simon Josefsson.
17695
17696 2006-12-28  Simon Josefsson  <simon@josefsson.org>
17697
17698         * modules/announce-gen: New file.
17699
17700 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
17701
17702         * lib/mbchar.h: Just include <wctype.h>; the wctype module
17703         handles its gotchas now.
17704         * lib/mbswidth.c: Likewise.
17705         * lib/wcwidth.h: Likewise.
17706         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
17707         and iswcntrl; the wctype module does this stuff now.
17708         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17709         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17710         * modules/mbchar (Depends-on): Add wctype.
17711         * modules/mbswidth (Depends-on): Likewise.
17712         * modules/wcwidth (Depends-on): Likewise.
17713
17714 2006-12-27  Eric Blake  <ebb9@byu.net>
17715
17716         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
17717         module uses more than what <wctype.h> is required to provide.
17718
17719 2006-12-26  Eric Blake  <ebb9@byu.net>
17720
17721         * gnulib-tool (sed_extract_prog): Avoid space-tab.
17722
17723 2006-12-26  Eric Blake  <ebb9@byu.net>
17724
17725         * modules/absolute-header: New module.
17726         * modules/fcntl (Depends-on): Depend on it.
17727         * modules/inttypes (Depends-on): Likewise.
17728         * modules/stdint (Depends-on): Likewise.
17729         * modules/sys_stat (Depends-on): Likewise.
17730         * modules/wctype (Depends-on): Likewise.
17731         * MODULES.html.sh (Support for building libraries and
17732         executables): Document it.
17733
17734 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         * gnulib-tool (SED): Remove, undoing previous change.
17737         The problem was that it broke coreutils on Solaris, because
17738         "sed --posix" leaked into a makefile.
17739         (sed): New alias, if 'alias' and GNU sed.
17740
17741 2006-12-24  Jim Meyering  <jim@meyering.net>
17742
17743         Work around an fchownat bug in glibc-2.4:
17744         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
17745         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
17746         in spite of the -P option.
17747         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
17748         New macros.
17749         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
17750         * modules/openat (Files): Add lib/fchownat.c.
17751         * lib/openat.c (fchownat): Don't define here.  Move to...
17752         * lib/fchownat.c: ...this new file.
17753
17754 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         Fix bug reported by Bruno Haible in
17757         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
17758         where quotearg.c didn't compile on Mac OS X 10.2 because it
17759         lacks <wchar.h> and wint_t.
17760         * lib/wctype_.h (__wctype_wint_t): New type.
17761         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
17762         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
17763         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
17764         Arg is now of type __wctype_wint_t, not wint_t.
17765         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
17766         substitute HAVE_WINT_T.
17767         * modules/wctype (Files): Add m4/wint_t.m4.
17768         (wctype.h): Substitute HAVE_WINT_T.
17769
17770 2006-12-23  Bruno Haible  <bruno@clisp.org>
17771
17772         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
17773
17774 2006-12-23  Bruno Haible  <bruno@clisp.org>
17775
17776         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
17777         S_ISLNK.
17778         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
17779         mingw.
17780
17781 2006-12-22  Bruno Haible  <bruno@clisp.org>
17782
17783         * lib/copy-file.c: Include acl.h.
17784         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
17785         Close the file descriptors only after being done with copy_acl.
17786         * modules/copy-file (Depends-on): Add acl.
17787
17788 2006-12-22  Bruno Haible  <bruno@clisp.org>
17789
17790         * gnulib-tool (SED): New variable.
17791         Use $SED instead of sed everywhere.
17792
17793 2006-12-22  Bruno Haible  <bruno@clisp.org>
17794
17795         * modules/no-c++: New file.
17796         * m4/no-c++.m4: New file.
17797         * MODULES.html.sh (Support for building libraries and executables):
17798         Add no-c++.
17799
17800 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
17801
17802         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
17803         Include <limits.h>, and use its INT_MAX to rewrite the
17804         j loop so that it does not overflow 'int'.  Problem reported by
17805         Ralf Wildenhues in
17806         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
17807         Play it safe by shifting left by 1 rather than multiplying by 2,
17808         as GCC is less likely to optimize this away when the value
17809         is signed (when it assumes overflow leads to undefined behavior).
17810         Also, don't assume time_t uses two's complement.
17811
17812 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
17813
17814         * MODULES.html.sh: New module wctype.
17815         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
17816         * lib/fnmatch.c: Don't bother to include <wchar.h> before
17817         <wctype.h>, since the new wctype module should fix this.
17818         * lib/quotearg.c: Include <wctype.h> unconditionally, since
17819         the wctype module should arrange for it.
17820         * lib/regex_internal.h: Likewise.
17821         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
17822         since the wctype module should handle this now.
17823         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
17824         * modules/fnmatch (Depends-on): Add wctype.
17825         * modules/quotearg (Depends-on): Likewise.
17826         * modules/regex (Depends-on): Likewise.
17827
17828 2006-12-19  Bruno Haible  <bruno@clisp.org>
17829
17830         * lib/strdup.h [C++]: Wrap definitions in extern "C".
17831         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
17832
17833 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17834
17835         * modules/savewd (Depends-on): Fix dependency on fcntl.
17836
17837 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17838
17839         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
17840         conforms to C99, rather than relying on the user's environment
17841         setting of STDINT_H.
17842
17843 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17844         and Eric Blake  <ebb9@byu.net>
17845
17846         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
17847         This is more consistent with the other defines here.
17848         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
17849         Port to z/OS.  Problem reported by Paul Gilmartin.
17850         Change local vars to use gl_ prefix rather than ac_.
17851         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
17852         with other defines.
17853         * modules/double-slash-root: New module.
17854         * modules/dirname (Files): Remove m4/double-slash-root.m4.
17855         (Depends-on): Add double-slash-root.
17856         * MODULES.html.sh (File system functions): Mention new module.
17857
17858 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
17859
17860         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
17861         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
17862         This is for the benefit of gzip, which doesn't do i18n.
17863
17864 2006-12-12  Jim Meyering  <jim@meyering.net>
17865
17866         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
17867         Reported by Andreas Schwab <schwab@suse.de>.
17868
17869 2006-12-12  Bruno Haible  <bruno@clisp.org>
17870
17871         Merge these changes.
17872         2006-09-05  Bruno Haible  <bruno@clisp.org>
17873         * lib/iconvme.c (iconv_string): No need to save and restore errno when
17874         iconv_alloc succeeded.
17875         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
17876         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
17877         test for " && dest " at the end - dest is always != NULL there. Call
17878         iconv with 4xNULL arguments initially, to reset the state. Call iconv
17879         with 2xNULL arguments, also to flush the state storage. Handle the
17880         IRIX iconv behaviour. Realloc the final result, to throw away unused
17881         memory.
17882
17883 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
17884
17885         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
17886         and fchmodat unconditionally, since glibc 2.4 has them.
17887         Problem reported by Arkadiusz Miskiewicz.
17888
17889 2006-12-10  Bruno Haible  <bruno@clisp.org>
17890
17891         * gnulib-tool (func_import): Show the include files only for those
17892         modules that are copied and specified.
17893         Reported by Karl Berry.
17894
17895 2006-12-08  Jim Meyering  <jim@meyering.net>
17896
17897         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
17898         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
17899
17900         * build-aux/announce-gen: Add two new options, both optional:
17901         --bootstrap-tools=TOOL_LIST
17902               a comma-separated list of tools, e.g.,
17903               autoconf,automake,bison,gnulib
17904         --gnulib-snapshot-date=DATE
17905               if gnulib is in the bootstrap tool list,
17906               then report this as the snapshot date.
17907               If not specified, use the current date/time.
17908               If you specify a date here, be sure it's UTC.
17909
17910 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17911
17912         * tests/test-argp-2.sh: Fix test to match actual output.
17913         (func_compare): Fix sed script to be portable.
17914
17915 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
17916
17917         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
17918         workaround for this case.  It is not autoconfigured now; offhand
17919         it's hard to see how to autoconfigure it.
17920
17921 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
17924         a directory that is about to be chowned.  Such a directory's
17925         initial file permissions should permit the owner only and this
17926         should not be changed until after the chown, since the group and
17927         other bits would be incorrect if they granted permission before
17928         the chown.
17929
17930         Fix porting problem for iswctype reported by Georg Schwarz in:
17931         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
17932         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
17933         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
17934         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
17935         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17936
17937 2006-12-03  Jim Meyering  <jim@meyering.net>
17938
17939         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
17940         p->fts_statp may not yet be defined.
17941         (fts_read): Instead, set it in the caller, once p->fts_statp is
17942         sure to be defined, and corresponds to a top-level directory.
17943         This bug made du -x fail.  Here's the coreutils test case:
17944         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
17945         Reported by Mike Frysinger.
17946
17947 2006-12-01  Jim Meyering  <jim@meyering.net>
17948
17949         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
17950         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
17951         Reported by Simon Josefsson.
17952
17953 2006-11-30  Jim Meyering  <jim@meyering.net>
17954
17955         * m4/warning.m4: Use the all-permissive copyright notice
17956         recommended by RMS (rather than LGPL).
17957         * m4/vararrays.m4: Likewise.
17958         * m4/flexmember.m4: Likewise.
17959
17960 2006-11-29  Bruno Haible  <bruno@clisp.org>
17961
17962         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17963         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
17964         using +=.
17965         Reported by Simon Josefsson <simon@josefsson.org>.
17966
17967 2006-11-28  James Youngman <jay@gnu.org>
17968
17969         * README: Advise users that they might find the bug-gnulib@gnu.org
17970         and autotools-announce@gnu.org mailing lists useful.
17971
17972 2006-11-28  Bruno Haible  <bruno@clisp.org>
17973
17974         * m4/ptrdiff_max.m4: Remove file.
17975
17976 2006-11-21  Bruno Haible  <bruno@clisp.org>
17977
17978         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
17979         _AC_COMPUTE_INT.
17980         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17981         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
17982         _AC_COMPUTE_INT.
17983         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17984         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
17985         _AC_COMPUTE_INT.
17986         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17987
17988 2006-11-28  Jim Meyering  <jim@meyering.net>
17989
17990         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
17991         warning from "gcc -Wshadow" about shadowing the builtin.
17992
17993 2006-11-27  Bruno Haible  <bruno@clisp.org>
17994
17995         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
17996         _AC_COMPUTE_INT.
17997         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
17998
17999 2006-11-27  Bruno Haible  <bruno@clisp.org>
18000             Paul Eggert  <eggert@cs.ucla.edu>
18001
18002         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
18003
18004 2006-11-26  Bruno Haible  <bruno@clisp.org>
18005
18006         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18007         noinst_LTLIBRARIES.
18008
18009 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18010             Bruno Haible  <bruno@clisp.org>
18011
18012         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
18013         if compiling with "gcc -ansi".
18014
18015 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18016
18017         Fix some incompatibilities with gcc -ansi -pedantic.
18018         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
18019         if compiling pedantically with GCC, unless it's C99 or later.
18020         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
18021         it mishandles gcc -ansi -pedantic as well.
18022         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
18023         if gcc -pedantic.
18024         * lib/regexec.c (check_node_accept_bytes): Don't use auto
18025         initializers for struct if -pedantic, unless it's C99 or later.
18026
18027 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
18028
18029         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
18030         Don't close an fd more than once. Identical atimes indicate
18031         success, not failure.
18032
18033 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
18034
18035         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
18036
18037 2006-11-23  Jim Meyering  <jim@meyering.net>
18038
18039         * build-aux/announce-gen: New file.  From coreutils.
18040
18041 2006-11-22  Jim Meyering  <jim@meyering.net>
18042
18043         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
18044         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
18045         (fts_read): Use a temporary to narrow the overused st_size member
18046         before using it in a switch statement.  Reported by Matthew Woehlke.
18047
18048         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
18049         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
18050
18051 2006-11-20  Bruno Haible  <bruno@clisp.org>
18052
18053         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
18054         changequote instead of pairs of brackets.
18055         Reported by Andreas Schwab <schwab@suse.de>.
18056
18057 2006-11-21  Jim Meyering  <jim@meyering.net>
18058
18059         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
18060         so as to remain compatible with older compilers.
18061         Patch from Michael Deutschmann.
18062
18063 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * MODULES.html.sh (File system functions): Add openat.
18066
18067         * lib/openat.h (rpl_fstatat): New macro, if
18068         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
18069         (fstatat): Define to rpl_fstatat under the same conditions,
18070         unless COMPILING_FSTATAT.
18071         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
18072         seems to have the bug.
18073         * lib/fstatat.c: New file.
18074         * modules/openat (Files): Add it.
18075
18076 2006-11-20  Bruno Haible  <bruno@clisp.org>
18077
18078         * Makefile: New file.
18079
18080 2006-11-20  Jim Meyering  <jim@meyering.net>
18081
18082         The beginnings of syntax-related checks for gnulib.
18083         * lib/Makefile: New file.
18084         * lib/t-idcache: New script.  Ensure that the two halves of
18085         idcache.c stay in sync.
18086
18087         * lib/idcache.c: Adjust comments in user- and group- portions to
18088         be more accurate, and to be consistent with one another.
18089
18090 2006-11-20  Jim Meyering  <jim@meyering.net>
18091
18092         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
18093         continue using the flexible array member (thus, this module performs
18094         half as many malloc calls), with the addition that...
18095         (getgroup, getuser): Consistently record a non-match via an empty
18096         "name" string, and map an empty string match to a NULL return value.
18097         * modules/idcache (Depends-on): Re-add flexmember.
18098
18099         * lib/idcache.c (getuser): Remove all uses of the register keyword.
18100         (getuidbyname, getgroup, getgidbyname): Likewise.
18101
18102         Use cleaner syntax: NULL rather than 0.
18103         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
18104
18105 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18106
18107         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
18108         It mishandled the case where the group was missing.
18109         Problem reported by Greg Schafer.
18110         * modules/idcache: Likewise.
18111
18112 2006-11-18  Jim Meyering  <jim@meyering.net>
18113
18114         * check-module (%exempt_header): Add exception for some
18115         conditionally-included headers.
18116
18117         * modules/i-ring (Depends-on): Add verify.
18118         (License): Change to LGPL.
18119
18120 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18121
18122         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
18123         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
18124         and inttostr.h.  Use snprintf rather than uinttostr, so that
18125         LGPLed code doesn't depend on GPLed.
18126
18127 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18128
18129         * modules/inline (License): Change from GPL to LGPL.
18130
18131 2006-11-17  Jim Meyering  <jim@meyering.net>
18132
18133         * modules/d-type (License): Switch to LGPL.
18134
18135 2006-11-15  Bruno Haible  <bruno@clisp.org>
18136
18137         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
18138
18139 2006-11-15  Eric Blake  <ebb9@byu.net>
18140
18141         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
18142         the module dependency.
18143
18144 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18145             Bruno Haible  <bruno@clisp.org>
18146
18147         * gnulib-tool (func_create_testdir): Add license consistency check.
18148
18149 2006-11-15  Eric Blake  <ebb9@byu.net>
18150
18151         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
18152         random "(cached)" in configure output.
18153
18154 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18155
18156         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
18157         test for conforming inttypes.h is both announced and cached.
18158
18159         * MODULES.html.sh (seen_modules, seen_files): New variables.
18160         (func_module): Rewrite to use a few less gnulib-tool and sed
18161         invocations.  Avoid a couple of quadratic algorithms for ...
18162         (missed_modules, missed_files): ... these, with ...
18163         (func_append, func_tmpdir): ... these new functions, from
18164         gnulib-tool.  Analogously, install traps for cleanup.
18165
18166         * tests/test-gc.c (main): Remove unused variables.
18167         * tests/test-read-file.c: Include stdlib.h, for 'free'.
18168
18169 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
18170
18171         * modules/inttostr (License): Change to LGPL.
18172
18173 2006-11-14  Eric Blake  <ebb9@byu.net>
18174
18175         * modules/tempname (License): Change to LGPL.
18176
18177 2006-11-14  Eric Blake  <ebb9@byu.net>
18178
18179         * doc/functions.texi (Function Portability): *printf functions on
18180         Cygwin now understand all POSIX size specifiers.
18181
18182 2006-11-14  Bruno Haible  <bruno@clisp.org>
18183
18184         * modules/c-ctype (License): Change to LGPL.
18185
18186 2006-11-12  Bruno Haible  <bruno@clisp.org>
18187
18188         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
18189         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
18190         for GNOME libraries, for which the include files are installed in
18191         subdirectories of $prefix/include.
18192
18193 2006-11-12  Bruno Haible  <bruno@clisp.org>
18194
18195         * m4/lib-link.m4: Require at least autoconf-2.54.
18196         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
18197         name to underscores for the --with option.
18198
18199 2006-11-13  Bruno Haible  <bruno@clisp.org>
18200
18201         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
18202         the tests directory.
18203         Reported by Ralf Wildenhues.
18204
18205 2006-11-13  Bruno Haible  <bruno@clisp.org>
18206
18207         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
18208         (func_emit_initmacro_end): Undo the override here.
18209         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
18210         Works around the famous automake error in coreutils.
18211
18212 2006-11-13  Eric Blake  <ebb9@byu.net>
18213
18214         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
18215         element, not its node.
18216
18217 2006-11-12  Bruno Haible  <bruno@clisp.org>
18218
18219         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
18220         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
18221
18222 2006-11-12  Bruno Haible  <bruno@clisp.org>
18223
18224         * gnulib-tool: New option --local-symlink.
18225         (func_usage): Document it.
18226         (lsymbolic): New variable.
18227         (func_import, func_create_testdir): If --symlink was not specified,
18228         test whether --local-symlink was specified and the file comes from
18229         the local_gnulib_dir.
18230
18231 2006-11-12  Bruno Haible  <bruno@clisp.org>
18232
18233         * gnulib-tool (func_ln): New function.
18234         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
18235
18236 2006-11-12  Bruno Haible  <bruno@clisp.org>
18237
18238         Finish support for source files in subdirectories.
18239         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
18240         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
18241         AUTOMAKE_OPTIONS.
18242         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
18243
18244 2006-11-12  Bruno Haible  <bruno@clisp.org>
18245
18246         * gnulib-tool (func_get_automake_snippet): Synthesize also an
18247         EXTRA_lib_SOURCES augmentation.
18248         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
18249
18250 2006-11-12  Jim Meyering  <jim@meyering.net>
18251
18252         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
18253         file descriptors.  This also averts a failure on systems with
18254         native openat support when a traversed directory lacks "x" access.
18255         * lib/fts_.h: Include "i-ring.h"
18256         (struct FTS) [fts_fd_ring]: New member.
18257         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
18258         (FCHDIR): Add parentheses.
18259         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
18260         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
18261         When descending, rather than simply closing the previous
18262         fts_cwd_fd value, push that file descriptor onto the ring.
18263         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
18264         (fts_open): Initialize the new fd_ring member.
18265         (fts_close): Clear the ring.
18266         (fts_safe_changedir): When possible, use our new fd_ring to skip
18267         the diropen and fstat and dev/ino comparison that would normally
18268         accompany a virtual `chdir ("..")'.
18269
18270         * modules/fts (Depends-on): Add i-ring.
18271         * modules/i-ring: New module.
18272         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
18273         * m4/i-ring.m4: New file.
18274
18275 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18276
18277         * gnulib-tool (func_create_testdir): Fix replacement of
18278         `build-aux' in configure.ac.  Run autotools in gltests
18279         subdirectory.
18280         (func_create_testdir, func_create_megatestdir, test): There is
18281         no need for '--force' in most autotool invocations in a new
18282         tree.  Actually fail the whole test if any of the tools, or the
18283         configure or make stages fail.
18284
18285         Sync from Automake.
18286         * build-aux/gnupload: Revert last change.  Add pointer to upload
18287         instructions of the GNU Maintenance Instructions.
18288         Suggestion by Karl Berry.
18289
18290 2006-11-10  Jim Meyering  <jim@meyering.net>
18291
18292         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
18293
18294 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18295
18296         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
18297         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
18298         (bind_textdomain_codeset) [! ENABLE_NLS]:
18299         Evaluate all the arguments.  That way, callers get compatible behavior
18300         if the arguments have side effects.  Also, it avoids some GCC
18301         diagnostics in some cases; Joel E. Denny reported problems when Bison
18302         was configured with --enable-gcc-warnigs.
18303
18304 2006-11-10  Jim Meyering  <jim@meyering.net>
18305
18306         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
18307         relevant options in CFLAGS (like -O, -fno-inline) are taken into
18308         account.
18309
18310 2006-11-10  Jim Meyering  <jim@meyering.net>
18311
18312         * modules/inline: New file/module.
18313         * modules/xalloc (Files): Remove m4/inline.m4.
18314         (Depends-on): Add inline, instead.
18315         * modules/oset: Likewise.
18316         * modules/list: Likewise.
18317
18318 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18319
18320         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
18321         Problem reported by Matthew Woehlke.
18322
18323 2006-11-09  Bruno Haible  <bruno@clisp.org>
18324
18325         * lib/tempname.c (gen_tempname): Remove variant that invokes
18326         __gen_tempname.
18327         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
18328         __gen_tempname.
18329
18330 2006-11-08  Bruno Haible  <bruno@clisp.org>
18331
18332         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
18333         to 'yes' instead of 'cross-compiling'.
18334
18335 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
18336
18337         * lib/quotearg.h (quotearg_free): New decl.
18338         * lib/quotearg.c (quotearg_free): New function.
18339         (slot0, nslots, slotvec0, slotvec):
18340         Now file-scope so that quotearg_free can get at them.
18341
18342 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18343
18344         Sync from Automake.
18345         * build-aux/gnupload: Add missing 'gnu' to example URL.
18346         Report by Karl Berry.
18347
18348 2006-11-08  Bruno Haible  <bruno@clisp.org>
18349
18350         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
18351         Suggested by Paul Eggert.
18352
18353 2006-11-08  Jim Meyering  <jim@meyering.net>
18354
18355         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
18356         It's already included if !_LIBC.
18357         (fts_safe_changedir): Add a comment.
18358
18359 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
18360
18361         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
18362         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
18363         Matthew Woehlke.
18364
18365         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
18366         definitions up, to avoid colliding with change below.
18367         (static_inline) [HAVE_INLINE]: New macro.
18368         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
18369         Provide extern decls when !HAVE_INLINE.  Do not define unless
18370         static_inline is defined, either by us or by xmalloc.c.  Use
18371         static_inline rather than static inline.
18372         (XCALLOC): Optimize sizeof(T) = 1 case.
18373         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
18374
18375 2006-11-07  Bruno Haible  <bruno@clisp.org>
18376
18377         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
18378         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
18379         AC_C_INLINE.
18380         * modules/xalloc (Files): Add m4/inline.m4.
18381
18382 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18383
18384         * README: Fix typo.
18385         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
18386         (Miscellanous Notes): ...from this.
18387
18388 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
18389
18390         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
18391         Mention that offsetof should be used instead of sizeof.
18392         From Bruno Haible.
18393
18394 2006-11-07  Bruno Haible  <bruno@clisp.org>
18395
18396         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
18397
18398 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
18401         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
18402         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
18403         (gl_tree_add_before, gl_tree_add_after):
18404         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
18405         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
18406         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18407         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
18408         (gl_linked_add_after, gl_linked_add_at): Likewise.
18409         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
18410         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
18411         (gl_tree_add_before, gl_tree_add_after): Likewise.
18412         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
18413         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
18414         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
18415
18416 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18417
18418         * lib/gl_oset.h: Use C comment style, not C++ comment style.
18419
18420 2006-11-06  Bruno Haible  <bruno@clisp.org>
18421
18422         * m4/inline.m4: New file.
18423         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
18424         * modules/list (Files): Add m4/inline.m4.
18425         * modules/oset (Files): Likewise.
18426
18427 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
18428
18429         * lib/idcache.c: Include <stddef.h>, for offsetof.
18430         (struct userid.name): Change from char * to a flexible array member.
18431         All uses changed.
18432         * modules/idcache (Depends-on): Add flexmember.
18433
18434         * MODULES.html.sh (Core language properties): New module flexmember.
18435         * modules/flexmember, m4/flexmember.m4: New files.
18436
18437         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
18438         inline functions that are identical with the old xnmalloc_inline,
18439         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
18440         that we can avoid some unnecessary integer multiplications and
18441         divisions in the common case where the element size is known at
18442         compile time.
18443         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
18444         needed.
18445         (xnboundedmalloc): Remove.
18446         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
18447         arguments, for consistency with rest of this header.
18448         (xcharalloc): Rewrite using XNMALLOC.
18449         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
18450         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
18451         versions have been moved to lib/xalloc.h and renamed to be the
18452         non-*_inline versions.
18453         (xmalloc, xrealloc): Implement without reference to the xnmalloc
18454         and xnrealloc functions, since those functions are now inline and
18455         now call us.
18456         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
18457         renaming described above.
18458         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
18459         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
18460         captures the dependency in AC_C_INLINE.
18461
18462         New module canonicalize-lgpl, proposed by Charles Wilson in
18463         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
18464         with a few small changes afterwards.
18465         * MODULES.html.sh (File system functions): New module
18466         canonicalize-lgpl.
18467         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
18468         and canonicalize_file_name.
18469         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
18470         * modules/canonicalize-lgpl: New files.
18471
18472 2006-11-05  Bruno Haible  <bruno@clisp.org>
18473
18474         * gnulib-tool (func_import, func_create_testdir): Create directories
18475         also for files in subdirectories of lib/.
18476
18477 2006-11-05  Bruno Haible  <bruno@clisp.org>
18478
18479         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
18480         ANSI C compliant.
18481
18482 2006-11-03  Bruno Haible  <bruno@clisp.org>
18483
18484         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
18485         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
18486         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
18487         (xnboundedmalloc): New inline function.
18488         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
18489         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
18490         xmalloc.
18491         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
18492         xmalloc.
18493         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
18494         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
18495         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
18496         xmalloc.
18497         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
18498         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
18499         xmalloc.
18500         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
18501         gl_tree_add_after): Use XMALLOC instead of xmalloc.
18502         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
18503         xmalloc.
18504         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
18505         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
18506         gl_tree_add_after): Use XMALLOC instead of xmalloc.
18507         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
18508         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
18509         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
18510         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
18511
18512 2006-11-03  Bruno Haible  <bruno@clisp.org>
18513
18514         * lib/c-ctype.h [C++]: Define functions without name mangling.
18515         * lib/fwriteerror.h [C++]: Likewise.
18516         * lib/gcd.h [C++]: Likewise.
18517         * lib/linebreak.h [C++]: Likewise.
18518
18519 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18520
18521         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
18522         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
18523         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
18524         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
18525         Check for functions and headers just once.
18526         Check for declaration of canonicalize_file_name.
18527         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
18528
18529 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18530
18531         * gnulib-tool (func_import): Fix typo in actioncmd.
18532
18533 2006-11-02  Bruno Haible  <bruno@clisp.org>
18534
18535         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
18536         newline sequence in the Makefile.am snippet as a space, like "make"
18537         does.
18538         Reported by Roger Persson <perrog@gmail.com>.
18539
18540 2006-11-01  Bruno Haible  <bruno@clisp.org>
18541
18542         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
18543         already declared in <string.h>.
18544         * lib/strcase.h (strncasecmp): Don't declare it if yes.
18545
18546 2006-11-01  Bruno Haible  <bruno@clisp.org>
18547
18548         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
18549         * lib/strcase.h: Include <string.h>.
18550         (strcasecmp): Define to rpl_strcasecmp here.
18551
18552 2006-11-01  Bruno Haible  <bruno@clisp.org>
18553
18554         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
18555
18556 2006-11-01  Eric Blake  <ebb9@byu.net>
18557
18558         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
18559
18560         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
18561
18562 2006-10-29  Bruno Haible  <bruno@clisp.org>
18563
18564         Make it compile in C++ mode.
18565         * lib/full-write.c (full_rw): Add a cast.
18566
18567 2006-11-01  Bruno Haible  <bruno@clisp.org>
18568
18569         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
18570         be POSIX compliant.
18571         Reported by Roger Persson <perrog@gmail.com>.
18572
18573 2006-11-01  Eric Blake  <ebb9@byu.net>
18574
18575         * lib/getopt_.h: Fix comments.
18576
18577 2006-10-31  Eric Blake  <ebb9@byu.net>
18578
18579         * modules/tmpdir (Depends-on): Add sys_stat.
18580         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
18581         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
18582         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
18583         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
18584         tempname.
18585
18586 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
18587
18588         Avoid some C++ diagnostics reported by Bruno Haible.
18589         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
18590         xmalloc.
18591         (quotearg_alloc): Use xcharalloc rather than xmalloc.
18592         (struct slotvec): Move to top level.
18593         (quotearg_n_options): Rewrite to avoid xmalloc.
18594         * lib/xalloc.h (xcharalloc): New function.
18595         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
18596         [defined __cplusplus]: Add function template that provides result
18597         type propagation.  This part of the change is from Bruno Haible.
18598
18599 2006-10-29  Bruno Haible  <bruno@clisp.org>
18600
18601         Make it compile in C++ mode.
18602         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
18603         * lib/strnlen1.c (strnlen1): Cast memchr result.
18604         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
18605         * lib/clean-temp.c (string_equals, string_hash): Add casts.
18606         (create_temp_dir): Rename local variable 'template'.
18607         (compile_csharp_using_sscli): Add cast.
18608         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
18609         * lib/findprog.c (find_in_path): Likewise.
18610         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
18611         * lib/wait-process.c (register_slave_subprocess): Likewise.
18612
18613 2006-10-22  Bruno Haible  <bruno@clisp.org>
18614
18615         * modules/tsearch: New file.
18616         * lib/tsearch.h: New file.
18617         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
18618         * m4/tsearch.m4: New file.
18619         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
18620
18621 2006-10-29  Eric Blake  <ebb9@byu.net>
18622
18623         * lib/arcfour.c: Assume config.h.
18624         * lib/arctwo.c: Likewise.
18625         * lib/base64.c: Likewise.
18626         * lib/check-version.c: Likewise.
18627         * lib/crc.c: Likewise.
18628         * lib/des.c: Likewise.
18629         * lib/gc-gnulib.c: Likewise.
18630         * lib/gc-libgcrypt.c: Likewise.
18631         * lib/gc-pbkdf2-sha1.c: Likewise.
18632         * lib/getaddrinfo.c: Likewise.
18633         * lib/getdelim.c: Likewise.
18634         * lib/getline.c: Likewise.
18635         * lib/hmac-md5.c: Likewise.
18636         * lib/hmac-sha1.c: Likewise.
18637         * lib/iconvme.c: Likewise.
18638         * lib/md2.c: Likewise.
18639         * lib/md4.c: Likewise.
18640         * lib/memxor.c: Likewise.
18641         * lib/read-file.c: Likewise.
18642         * lib/readline.c: Likewise.
18643         * lib/rijndael-alg-fst.c: Likewise.
18644         * lib/rijndael-api-fst.c: Likewise.
18645         * lib/xgetdomainname.c: Likewise.
18646
18647 2006-10-28  Eric Blake  <ebb9@byu.net>
18648
18649         * lib/xstrndup.c: Assume config.h.
18650
18651 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18652
18653         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
18654         stat-macros.h is now for our own macros, whereas stat_h is for
18655         macros in the <sys/stat.h> name space.
18656         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
18657         (STAT_MACROS_H): Remove.
18658         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
18659         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
18660         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
18661         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
18662         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
18663         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
18664         Move these macros to ...
18665         * lib/stat_.h: here.  Don't include stat-macros.h.
18666         * lib/canonicalize.c: Don't include stat-macros.h.
18667         * lib/chown.c: Likewise.
18668         * lib/euidaccess.c: Likewise.
18669         * lib/file-type.c: Likewise.
18670         * lib/filemode.c: Likewise.
18671         * lib/glob.c: Likewise.
18672         * lib/isapipe.c: Likewise.
18673         * lib/lchown.c: Likewise.
18674         * lib/lstat.c: Likewise.
18675         * lib/mkdir-p.c: Likewise.
18676         * lib/rmdir.c: Likewise.
18677         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
18678         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
18679         unless mkdir isn't declared, to speed up 'configure'.
18680         Always create sys/stat.h, since it's unlikely any real sys/stat.h
18681         would define all the S_* symbols.
18682         * modules/canonicalize (Depends-on):
18683         Depend on sys_stat, not stat-macros.
18684         * modules/chown: Likewise.
18685         * modules/euidaccess: Likewise.
18686         * modules/filemode: Likewise.
18687         * modules/file-type: Likewise.
18688         * modules/glob: Likewise.
18689         * modules/isapipe: Likewise.
18690         * modules/lchown: Likewise.
18691         * modules/lstat: Likewise.
18692         * modules/mkancesdirs: Likewise.
18693         * modules/rmdir: Likewise.
18694         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
18695         * modules/modechange: Likewise.
18696         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
18697         (configure.ac): Remove gl_STAT_MACROS.
18698         * modules/sys_stat (Depends-on): Remove stat-macros.
18699
18700 2006-10-27  Bruno Haible  <bruno@clisp.org>
18701
18702         * m4/signed.m4: Remove file.
18703         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
18704         invocation.
18705         * modules/vasnprintf (Files): Remove m4/signed.m4.
18706
18707 2006-10-27  Bruno Haible  <bruno@clisp.org>
18708
18709         Update to GNU gettext 0.16.
18710         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
18711         m4/inttypes-h.m4, m4/signed.m4.
18712         * m4/gettext.m4: Update to GNU gettext 0.16.
18713         * m4/intl.m4: New file, from GNU gettext.
18714         * m4/intldir.m4: New file, from GNU gettext.
18715         * config/srclist.txt: Update
18716
18717 2006-10-27  Eric Blake  <ebb9@byu.net>
18718
18719         * MODULES.html.sh: Document tempname.
18720         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
18721         dependencies.
18722         (Files): Move lib/tempname.c...
18723         * modules/tempname: ...to this new module.
18724         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
18725         (gl_PREREQ_TEMPNAME): Move...
18726         * m4/tempname.m4: ...to this new file.
18727         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
18728         * modules/sys_stat (Depends-on): Add stat-macros.
18729         * lib/stat_.h (includes): Pick up stat macros.
18730         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
18731         if stat macros are broken.
18732         * lib/tempname.c (includes): No need to include "stat-macros.h".
18733         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
18734         (direxists, __path_search) [!_LIBC]: Don't compile these in
18735         gnulib; the tmpdir module covers that.
18736         * lib/tempname.h: New file.
18737
18738 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
18739
18740         * COPYING: Explain how gnulib-tool converts licence headers.
18741         Almost all wording by Eric Blake.
18742
18743 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
18744
18745         * lib/mbchar.h (is_basic_table): Make read-only.
18746         * lib/mbchar.c (is_basic_table): Likewise.
18747         Reported by John Darrington.
18748
18749 2006-10-25  Bruno Haible  <bruno@clisp.org>
18750
18751         * lib/progname.h (set_program_name): Undefine before defining.
18752
18753 2006-10-25  Bruno Haible  <bruno@clisp.org>
18754
18755         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
18756         false for non-gcc C++ compilers.
18757         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
18758
18759 2006-10-24  Bruno Haible  <bruno@clisp.org>
18760
18761         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
18762         iconv implementations like Irix iconv.
18763
18764 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18765
18766         * modules/vararrays: New file.
18767         * m4/vararrays.m4: New file, taken from diffutils.
18768         * MODULES.html.sh: New module vararrays.
18769
18770 2006-10-24  Karl Berry  <karl@gnu.org>
18771
18772         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
18773         Don't call GNU Unix.
18774
18775 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18776
18777         * users.txt: Add Libtool.
18778
18779         Sync from Libtool:
18780
18781         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18782
18783         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
18784         to gnulib's policy of including config.h unconditionally.
18785
18786 2006-10-24  Bruno Haible  <bruno@clisp.org>
18787
18788         * modules/wcwidth (Files): Add m4/wint_t.m4.
18789         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
18790         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
18791
18792 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18793
18794         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
18795         to pacify GCC with some -W flags enabled.  Problem reported by
18796         Bruno Haible.
18797
18798 2006-10-24  Jim Meyering  <jim@meyering.net>
18799
18800         * MODULES.html.sh: Remove uinttostr.  It's not a module.
18801         Reported by Karl Berry.
18802
18803 2006-10-23  Bruno Haible  <bruno@clisp.org>
18804
18805         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
18806
18807 2006-10-24  Bruno Haible  <bruno@clisp.org>
18808
18809         * lib/gl_list.h: Use C comment style, not C++ comment style.
18810
18811 2006-10-23  Eric Blake  <ebb9@byu.net>
18812
18813         * lib/getaddrinfo.c (includes): Add missing include.
18814
18815 2006-10-23  Bruno Haible  <bruno@clisp.org>
18816             Paul Eggert  <eggert@cs.ucla.edu>
18817
18818         Ability to rename obstack_free.
18819         * lib/obstack.h (__obstack_free): New macro. Declare instead of
18820         obstack_free.
18821         (obstack_free): Invoke the __obstack_free macro.
18822         * lib/obstack.c (obstack_free): Use __obstack_free macro.
18823
18824 2006-10-23  Bruno Haible  <bruno@clisp.org>
18825             Paul Eggert  <eggert@cs.ucla.edu>
18826
18827         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
18828         __argc, __argv from the declaration. (They are defined as macros on
18829         mingw.)
18830
18831 2006-10-22  Bruno Haible  <bruno@clisp.org>
18832
18833         * doc/gnulib-intro.texi: New file.
18834         * doc/gnulib.texi: Include it.
18835
18836 2006-10-21  Bruno Haible  <bruno@clisp.org>
18837
18838         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
18839         "Introduction", "Miscellanous Notes", "Particular Modules".
18840
18841 2006-10-21  Bruno Haible  <bruno@clisp.org>
18842
18843         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18844         Change mostlyclean-local rule to avoid sh syntax error from bash
18845         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
18846
18847 2006-10-23  Jim Meyering  <jim@meyering.net>
18848
18849         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
18850         in place of snprintf.
18851
18852         * modules/inttostr (Files): Add lib/uinttostr.c.
18853         * lib/uinttostr.c (inttostr): New file/function.
18854         * lib/inttostr.h (uinttostr): Declare.
18855         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
18856         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
18857         Add uinttostr.
18858         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
18859
18860 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18861
18862         * lib/canonicalize.c (ELOOP): Define if not already defined.
18863         Problem reported by Bruno Haible in
18864         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
18865
18866 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18867
18868         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
18869         Problem reported by Perry Smith and Ville Laurikari.
18870
18871         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
18872         uses.
18873
18874 2006-10-19  Bruno Haible  <bruno@clisp.org>
18875
18876         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
18877         for mingw.
18878
18879 2006-10-19  Bruno Haible  <bruno@clisp.org>
18880
18881         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
18882         Needed for mingw.
18883
18884 2006-10-19  Bruno Haible  <bruno@clisp.org>
18885
18886         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
18887
18888 2006-10-19  Bruno Haible  <bruno@clisp.org>
18889
18890         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
18891         it.
18892
18893 2006-10-19  Bruno Haible  <bruno@clisp.org>
18894
18895         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
18896         invocation.
18897
18898 2006-10-19  Bruno Haible  <bruno@clisp.org>
18899
18900         * gnulib-tool (func_create_testdir): Don't include ftruncate and
18901         mountlist by default.
18902
18903 2006-10-16  Bruno Haible  <bruno@clisp.org>
18904
18905         * lib/c-strstr.c: Include c-strstr.h.
18906
18907 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18908
18909         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
18910         in a slash.
18911
18912 2006-10-18  Bruno Haible  <bruno@clisp.org>
18913
18914         * lib/lock.h [C++]: Wrap definitions in extern "C".
18915
18916 2006-10-18  Bruno Haible  <bruno@clisp.org>
18917
18918         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
18919         gl_LIBOBJS list.
18920
18921 2006-10-18  Bruno Haible  <bruno@clisp.org>
18922
18923         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
18924
18925 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
18926
18927         * lib/xstrtol.h: Include gettext.h.
18928         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
18929         Problem reported by Eric Blake.
18930         * modules/xstrtol (Depends-on): Add gettext-h.
18931
18932 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
18933
18934         * lib/strftime.c (advance): New macro.
18935         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
18936         incomplete type, so you can't add 0 to it.  Problem and patch
18937         reported by Eelco Dolstra for dietlibc.
18938
18939 2006-10-18  Jim Meyering  <jim@meyering.net>
18940
18941         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
18942         type for a local, and rename it: s/up/user_proc/.
18943
18944 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
18945
18946         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
18947         READ_UTMP_USER_PROCESS.
18948         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
18949
18950 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18951
18952         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
18953         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
18954
18955 2006-10-17  Eric Blake  <ebb9@byu.net>
18956
18957         * lib/sigprocmask.c (sigprocmask): Fix typo.
18958
18959         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
18960
18961         * modules/clean-temp (Makefile.am): Don't add to make output...
18962         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
18963         config.h.
18964
18965 2006-10-17  Bruno Haible  <bruno@clisp.org>
18966
18967         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
18968         differently if DEFAULT_TEXT_DOMAIN is set.
18969
18970 2006-10-16  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/clean-temp.c: Include fwriteerror.h.
18973
18974 2006-10-16  Bruno Haible  <bruno@clisp.org>
18975
18976         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
18977
18978 2006-10-16  Bruno Haible  <bruno@clisp.org>
18979
18980         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
18981         * lib/sigprocmask.h: Include <sys/types.h>.
18982         (sigset_t): Use the system's definition if present.
18983
18984 2006-10-17  Eric Blake  <ebb9@byu.net>
18985
18986         * lib/xvasprintf.c (includes): Assume config.h.
18987         * lib/xasprintf.c (includes): Likewise.
18988
18989 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18990
18991         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
18992         at least as wide as intmax_t.
18993
18994 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
18995
18996         (Imported from Automake.)
18997         * build-aux/gnupload: Update to version 1.1 of directive file.
18998
18999 2006-10-16  Eric Blake  <ebb9@byu.net>
19000
19001         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
19002         match Automake 1.10a.
19003
19004 2006-10-14  Bruno Haible  <bruno@clisp.org>
19005
19006         * modules/sigprocmask: New file.
19007         * lib/sigprocmask.h: New file.
19008         * lib/sigprocmask.c: New file.
19009         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
19010         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
19011         request sigprocmask.o.
19012         (gl_PREREQ_SIGPROCMASK): New macro.
19013         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
19014         (Depends-on): Add sigprocmask.
19015         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
19016         gt_SIGNALBLOCKING. Test for 'raise' only once.
19017         * lib/fatal-signal.c: Include sigprocmask.h.
19018         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
19019         unblock_fatal_signals): Define always.
19020         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19021         sigprocmask.
19022
19023 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19024
19025         Sync from Automake.
19026         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
19027         which incorrectly sets the mode of an existing destination
19028         directory.  In some cases the unpatched install-sh could do the
19029         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
19030         system.  We hope this is rare in practice, but it's clearly worth
19031         fixing.  Problem reported by Alex Unleashed in
19032         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
19033         Also, don't bother to check for -m bugs unless we're using -m;
19034         suggested by Stepan Kasal.
19035
19036 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19037
19038         Sync from Automake.
19039         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
19040         `-c' flag, so they appear at the same position as in %FASTDEP%
19041         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
19042         which ignores unknown options only after the first non-option.
19043         Bug report against M4 by Nelson H. F. Beebe.
19044
19045 2006-10-13  Jim Meyering  <jim@meyering.net>
19046
19047         Fix a bug in yesterday's change.
19048         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
19049         p->fts_statp->st_dev would be used uninitialized.
19050         Ensures that we always call fts_stat on the very first entry.
19051         Miklos Szeredi reported that find -xdev stopped working.
19052
19053 2006-10-12  Bruno Haible  <bruno@clisp.org>
19054
19055         * gnulib-tool (func_get_automake_snippet): Append an automatically
19056         computed EXTRA_DIST augmentation.
19057         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
19058         * modules/alloca-opt (Makefile.am): Likewise.
19059         * modules/allocsa (Makefile.am): Likewise.
19060         * modules/arcfour (Makefile.am): Likewise.
19061         * modules/arctwo (Makefile.am): Likewise.
19062         * modules/argmatch (Makefile.am): Likewise.
19063         * modules/argz (Makefile.am): Likewise.
19064         * modules/atexit (Makefile.am): Likewise.
19065         * modules/backupfile (Makefile.am): Likewise.
19066         * modules/byteswap (Makefile.am): Likewise.
19067         * modules/c-strtod (Makefile.am): Likewise.
19068         * modules/c-strtold (Makefile.am): Likewise.
19069         * modules/calloc (Makefile.am): Likewise.
19070         * modules/canon-host (Makefile.am): Likewise.
19071         * modules/canonicalize (Makefile.am): Likewise.
19072         * modules/chdir-long (Makefile.am): Likewise.
19073         * modules/chdir-safer (Makefile.am): Likewise.
19074         * modules/check-version (Makefile.am): Likewise.
19075         * modules/chown (Makefile.am): Likewise.
19076         * modules/cloexec (Makefile.am): Likewise.
19077         * modules/close-stream (Makefile.am): Likewise.
19078         * modules/closeout (Makefile.am): Likewise.
19079         * modules/crc (Makefile.am): Likewise.
19080         * modules/csharpexec (Makefile.am): Likewise.
19081         * modules/cycle-check (Makefile.am): Likewise.
19082         * modules/des (Makefile.am): Likewise.
19083         * modules/dev-ino (Makefile.am): Likewise.
19084         * modules/dirfd (Makefile.am): Likewise.
19085         * modules/dirname (Makefile.am): Likewise.
19086         * modules/dup2 (Makefile.am): Likewise.
19087         * modules/eealloc (Makefile.am): Likewise.
19088         * modules/error (Makefile.am): Likewise.
19089         * modules/euidaccess (Makefile.am): Likewise.
19090         * modules/exclude (Makefile.am): Likewise.
19091         * modules/exitfail (Makefile.am): Likewise.
19092         * modules/fcntl-safer (Makefile.am): Likewise.
19093         * modules/fcntl (Makefile.am): Likewise.
19094         * modules/file-type (Makefile.am): Likewise.
19095         * modules/fileblocks (Makefile.am): Likewise.
19096         * modules/filemode (Makefile.am): Likewise.
19097         * modules/filenamecat (Makefile.am): Likewise.
19098         * modules/fnmatch (Makefile.am): Likewise.
19099         * modules/fopen-safer (Makefile.am): Likewise.
19100         * modules/fpending (Makefile.am): Likewise.
19101         * modules/fprintftime (Makefile.am): Likewise.
19102         * modules/free (Makefile.am): Likewise.
19103         * modules/fsusage (Makefile.am): Likewise.
19104         * modules/ftruncate (Makefile.am): Likewise.
19105         * modules/fts (Makefile.am): Likewise.
19106         * modules/gc-arcfour (Makefile.am): Likewise.
19107         * modules/gc-des (Makefile.am): Likewise.
19108         * modules/gc-hmac-md5 (Makefile.am): Likewise.
19109         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
19110         * modules/gc-md4 (Makefile.am): Likewise.
19111         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
19112         * modules/gc-sha1 (Makefile.am): Likewise.
19113         * modules/gc (Makefile.am): Likewise.
19114         * modules/getaddrinfo (Makefile.am): Likewise.
19115         * modules/getcwd (Makefile.am): Likewise.
19116         * modules/getdelim (Makefile.am): Likewise.
19117         * modules/getdomainname (Makefile.am): Likewise.
19118         * modules/getgroups (Makefile.am): Likewise.
19119         * modules/gethostname (Makefile.am): Likewise.
19120         * modules/gethrxtime (Makefile.am): Likewise.
19121         * modules/getline (Makefile.am): Likewise.
19122         * modules/getloadavg (Makefile.am): Likewise.
19123         * modules/getlogin_r (Makefile.am): Likewise.
19124         * modules/getndelim2 (Makefile.am): Likewise.
19125         * modules/getopt (Makefile.am): Likewise.
19126         * modules/getpagesize (Makefile.am): Likewise.
19127         * modules/getpass-gnu (Makefile.am): Likewise.
19128         * modules/getpass (Makefile.am): Likewise.
19129         * modules/getsubopt (Makefile.am): Likewise.
19130         * modules/gettime (Makefile.am): Likewise.
19131         * modules/gettimeofday (Makefile.am): Likewise.
19132         * modules/getugroups (Makefile.am): Likewise.
19133         * modules/getusershell (Makefile.am): Likewise.
19134         * modules/glob (Makefile.am): Likewise.
19135         * modules/group-member (Makefile.am): Likewise.
19136         * modules/hard-locale (Makefile.am): Likewise.
19137         * modules/hash (Makefile.am): Likewise.
19138         * modules/hmac-md5 (Makefile.am): Likewise.
19139         * modules/hmac-sha1 (Makefile.am): Likewise.
19140         * modules/human (Makefile.am): Likewise.
19141         * modules/idcache (Makefile.am): Likewise.
19142         * modules/imaxabs (Makefile.am): Likewise.
19143         * modules/imaxdiv (Makefile.am): Likewise.
19144         * modules/inet_ntop (Makefile.am): Likewise.
19145         * modules/inet_pton (Makefile.am): Likewise.
19146         * modules/intprops (Makefile.am): Likewise.
19147         * modules/inttostr (Makefile.am): Likewise.
19148         * modules/inttypes (Makefile.am): Likewise.
19149         * modules/isapipe (Makefile.am): Likewise.
19150         * modules/javaversion (Makefile.am): Likewise.
19151         * modules/lchmod (Makefile.am): Likewise.
19152         * modules/lchown (Makefile.am): Likewise.
19153         * modules/localcharset (Makefile.am): Likewise.
19154         * modules/long-options (Makefile.am): Likewise.
19155         * modules/lstat (Makefile.am): Likewise.
19156         * modules/malloc (Makefile.am): Likewise.
19157         * modules/mathl (Makefile.am): Likewise.
19158         * modules/mbchar (Makefile.am): Likewise.
19159         * modules/md2 (Makefile.am): Likewise.
19160         * modules/md4 (Makefile.am): Likewise.
19161         * modules/md5 (Makefile.am): Likewise.
19162         * modules/memcasecmp (Makefile.am): Likewise.
19163         * modules/memchr (Makefile.am): Likewise.
19164         * modules/memcmp (Makefile.am): Likewise.
19165         * modules/memcoll (Makefile.am): Likewise.
19166         * modules/memcpy (Makefile.am): Likewise.
19167         * modules/memmem (Makefile.am): Likewise.
19168         * modules/memmove (Makefile.am): Likewise.
19169         * modules/mempcpy (Makefile.am): Likewise.
19170         * modules/memrchr (Makefile.am): Likewise.
19171         * modules/memset (Makefile.am): Likewise.
19172         * modules/memxor (Makefile.am): Likewise.
19173         * modules/mkancesdirs (Makefile.am): Likewise.
19174         * modules/mkdir-p (Makefile.am): Likewise.
19175         * modules/mkdir (Makefile.am): Likewise.
19176         * modules/mkdtemp (Makefile.am): Likewise.
19177         * modules/mkstemp (Makefile.am): Likewise.
19178         * modules/mktime (Makefile.am): Likewise.
19179         * modules/modechange (Makefile.am): Likewise.
19180         * modules/mountlist (Makefile.am): Likewise.
19181         * modules/nanosleep (Makefile.am): Likewise.
19182         * modules/obstack (Makefile.am): Likewise.
19183         * modules/openat (Makefile.am): Likewise.
19184         * modules/pagealign_alloc (Makefile.am): Likewise.
19185         * modules/pathmax (Makefile.am): Likewise.
19186         * modules/physmem (Makefile.am): Likewise.
19187         * modules/poll (Makefile.am): Likewise.
19188         * modules/posixtm (Makefile.am): Likewise.
19189         * modules/posixver (Makefile.am): Likewise.
19190         * modules/putenv (Makefile.am): Likewise.
19191         * modules/quote (Makefile.am): Likewise.
19192         * modules/quotearg (Makefile.am): Likewise.
19193         * modules/raise (Makefile.am): Likewise.
19194         * modules/read-file (Makefile.am): Likewise.
19195         * modules/readline (Makefile.am): Likewise.
19196         * modules/readlink (Makefile.am): Likewise.
19197         * modules/readtokens (Makefile.am): Likewise.
19198         * modules/readutmp (Makefile.am): Likewise.
19199         * modules/realloc (Makefile.am): Likewise.
19200         * modules/regex (Makefile.am): Likewise.
19201         * modules/rename-dest-slash (Makefile.am): Likewise.
19202         * modules/rename (Makefile.am): Likewise.
19203         * modules/rijndael (Makefile.am): Likewise.
19204         * modules/rmdir (Makefile.am): Likewise.
19205         * modules/rpmatch (Makefile.am): Likewise.
19206         * modules/safe-read (Makefile.am): Likewise.
19207         * modules/safe-write (Makefile.am): Likewise.
19208         * modules/same-inode (Makefile.am): Likewise.
19209         * modules/same (Makefile.am): Likewise.
19210         * modules/save-cwd (Makefile.am): Likewise.
19211         * modules/savedir (Makefile.am): Likewise.
19212         * modules/setenv (Makefile.am): Likewise.
19213         * modules/settime (Makefile.am): Likewise.
19214         * modules/sha1 (Makefile.am): Likewise.
19215         * modules/sig2str (Makefile.am): Likewise.
19216         * modules/snprintf (Makefile.am): Likewise.
19217         * modules/stat-macros (Makefile.am): Likewise.
19218         * modules/stat-time (Makefile.am): Likewise.
19219         * modules/stdbool (Makefile.am): Likewise.
19220         * modules/stdint (Makefile.am): Likewise.
19221         * modules/stdlib-safer (Makefile.am): Likewise.
19222         * modules/stpcpy (Makefile.am): Likewise.
19223         * modules/stpncpy (Makefile.am): Likewise.
19224         * modules/strcase (Makefile.am): Likewise.
19225         * modules/strcasestr (Makefile.am): Likewise.
19226         * modules/strchrnul (Makefile.am): Likewise.
19227         * modules/strcspn (Makefile.am): Likewise.
19228         * modules/strdup (Makefile.am): Likewise.
19229         * modules/strerror (Makefile.am): Likewise.
19230         * modules/strftime (Makefile.am): Likewise.
19231         * modules/strndup (Makefile.am): Likewise.
19232         * modules/strnlen (Makefile.am): Likewise.
19233         * modules/strpbrk (Makefile.am): Likewise.
19234         * modules/strsep (Makefile.am): Likewise.
19235         * modules/strstr (Makefile.am): Likewise.
19236         * modules/strtod (Makefile.am): Likewise.
19237         * modules/strtoimax (Makefile.am): Likewise.
19238         * modules/strtok_r (Makefile.am): Likewise.
19239         * modules/strtol (Makefile.am): Likewise.
19240         * modules/strtoll (Makefile.am): Likewise.
19241         * modules/strtoul (Makefile.am): Likewise.
19242         * modules/strtoull (Makefile.am): Likewise.
19243         * modules/strtoumax (Makefile.am): Likewise.
19244         * modules/strverscmp (Makefile.am): Likewise.
19245         * modules/sys_socket (Makefile.am): Likewise.
19246         * modules/sys_stat (Makefile.am): Likewise.
19247         * modules/sysexits (Makefile.am): Likewise.
19248         * modules/time_r (Makefile.am): Likewise.
19249         * modules/timegm (Makefile.am): Likewise.
19250         * modules/timespec (Makefile.am): Likewise.
19251         * modules/tmpfile-safer (Makefile.am): Likewise.
19252         * modules/trim (Makefile.am): Likewise.
19253         * modules/unistd-safer (Makefile.am): Likewise.
19254         * modules/unlinkdir (Makefile.am): Likewise.
19255         * modules/unlocked-io (Makefile.am): Likewise.
19256         * modules/userspec (Makefile.am): Likewise.
19257         * modules/utime (Makefile.am): Likewise.
19258         * modules/utimecmp (Makefile.am): Likewise.
19259         * modules/utimens (Makefile.am): Likewise.
19260         * modules/vasnprintf (Makefile.am): Likewise.
19261         * modules/vasprintf (Makefile.am): Likewise.
19262         * modules/vsnprintf (Makefile.am): Likewise.
19263         * modules/xalloc (Makefile.am): Likewise.
19264         * modules/xgetcwd (Makefile.am): Likewise.
19265         * modules/xnanosleep (Makefile.am): Likewise.
19266         * modules/xreadlink (Makefile.am): Likewise.
19267         * modules/xstrtod (Makefile.am): Likewise.
19268         * modules/xstrtol (Makefile.am): Likewise.
19269         * modules/xstrtold (Makefile.am): Likewise.
19270         * modules/yesno (Makefile.am): Likewise.
19271         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
19272
19273 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
19274
19275         * modules/error (Makefile.am): Distribute files through
19276         EXTRA_DIST, not lib_SOURCES.
19277
19278 2006-10-12  Eric Blake  <ebb9@byu.net>
19279
19280         * modules/error (Makefile.am): Distribute files in /lib.
19281         * modules/obstack (Makefile.am): Likewise.
19282
19283 2006-10-12  Bruno Haible  <bruno@clisp.org>
19284
19285         * modules/acl (Makefile.am): Distribute all files in lib/ through
19286         EXTRA_DIST.
19287         * modules/arcfour (Makefile.am): Likewise.
19288         * modules/arctwo (Makefile.am): Likewise.
19289         * modules/argmatch (Makefile.am): Likewise.
19290         * modules/argz (Makefile.am): Likewise.
19291         * modules/atexit (Makefile.am): Likewise.
19292         * modules/backupfile (Makefile.am): Likewise.
19293         * modules/c-strtod (Makefile.am): Likewise.
19294         * modules/c-strtold (Makefile.am): Likewise.
19295         * modules/calloc (Makefile.am): Likewise.
19296         * modules/canon-host (Makefile.am): Likewise.
19297         * modules/canonicalize (Makefile.am): Likewise.
19298         * modules/chdir-long (Makefile.am): Likewise.
19299         * modules/chdir-safer (Makefile.am): Likewise.
19300         * modules/check-version (Makefile.am): Likewise.
19301         * modules/chown (Makefile.am): Likewise.
19302         * modules/cloexec (Makefile.am): Likewise.
19303         * modules/close-stream (Makefile.am): Likewise.
19304         * modules/closeout (Makefile.am): Likewise.
19305         * modules/crc (Makefile.am): Likewise.
19306         * modules/cycle-check (Makefile.am): Likewise.
19307         * modules/des (Makefile.am): Likewise.
19308         * modules/dirfd (Makefile.am): Likewise.
19309         * modules/dirname (Makefile.am): Likewise.
19310         * modules/dup2 (Makefile.am): Likewise.
19311         * modules/euidaccess (Makefile.am): Likewise.
19312         * modules/exclude (Makefile.am): Likewise.
19313         * modules/exitfail (Makefile.am): Likewise.
19314         * modules/fcntl-safer (Makefile.am): Likewise.
19315         * modules/file-type (Makefile.am): Likewise.
19316         * modules/fileblocks (Makefile.am): Likewise.
19317         * modules/filemode (Makefile.am): Likewise.
19318         * modules/filenamecat (Makefile.am): Likewise.
19319         * modules/fnmatch (Makefile.am): Likewise.
19320         * modules/fopen-safer (Makefile.am): Likewise.
19321         * modules/fpending (Makefile.am): Likewise.
19322         * modules/fprintftime (Makefile.am): Likewise.
19323         * modules/free (Makefile.am): Likewise.
19324         * modules/fsusage (Makefile.am): Likewise.
19325         * modules/ftruncate (Makefile.am): Likewise.
19326         * modules/fts (Makefile.am): Likewise.
19327         * modules/gc (Makefile.am): Likewise.
19328         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
19329         * modules/getaddrinfo (Makefile.am): Likewise.
19330         * modules/getcwd (Makefile.am): Likewise.
19331         * modules/getdelim (Makefile.am): Likewise.
19332         * modules/getdomainname (Makefile.am): Likewise.
19333         * modules/getgroups (Makefile.am): Likewise.
19334         * modules/gethostname (Makefile.am): Likewise.
19335         * modules/gethrxtime (Makefile.am): Likewise.
19336         * modules/getline (Makefile.am): Likewise.
19337         * modules/getloadavg (Makefile.am): Likewise.
19338         * modules/getlogin_r (Makefile.am): Likewise.
19339         * modules/getopt (Makefile.am): Likewise.
19340         * modules/getpass (Makefile.am): Likewise.
19341         * modules/getpass-gnu (Makefile.am): Likewise.
19342         * modules/getsubopt (Makefile.am): Likewise.
19343         * modules/gettime (Makefile.am): Likewise.
19344         * modules/gettimeofday (Makefile.am): Likewise.
19345         * modules/getugroups (Makefile.am): Likewise.
19346         * modules/getusershell (Makefile.am): Likewise.
19347         * modules/glob (Makefile.am): Likewise.
19348         * modules/group-member (Makefile.am): Likewise.
19349         * modules/hard-locale (Makefile.am): Likewise.
19350         * modules/hash (Makefile.am): Likewise.
19351         * modules/hmac-md5 (Makefile.am): Likewise.
19352         * modules/hmac-sha1 (Makefile.am): Likewise.
19353         * modules/human (Makefile.am): Likewise.
19354         * modules/idcache (Makefile.am): Likewise.
19355         * modules/imaxabs (Makefile.am): Likewise.
19356         * modules/imaxdiv (Makefile.am): Likewise.
19357         * modules/inet_ntop (Makefile.am): Likewise.
19358         * modules/inet_pton (Makefile.am): Likewise.
19359         * modules/inttostr (Makefile.am): Likewise.
19360         * modules/isapipe (Makefile.am): Likewise.
19361         * modules/lchown (Makefile.am): Likewise.
19362         * modules/long-options (Makefile.am): Likewise.
19363         * modules/lstat (Makefile.am): Likewise.
19364         * modules/malloc (Makefile.am): Likewise.
19365         * modules/mathl (Makefile.am): Likewise.
19366         * modules/mbchar (Makefile.am): Likewise.
19367         * modules/md2 (Makefile.am): Likewise.
19368         * modules/md4 (Makefile.am): Likewise.
19369         * modules/md5 (Makefile.am): Likewise.
19370         * modules/memcasecmp (Makefile.am): Likewise.
19371         * modules/memchr (Makefile.am): Likewise.
19372         * modules/memcmp (Makefile.am): Likewise.
19373         * modules/memcoll (Makefile.am): Likewise.
19374         * modules/memcpy (Makefile.am): Likewise.
19375         * modules/memmem (Makefile.am): Likewise.
19376         * modules/memmove (Makefile.am): Likewise.
19377         * modules/mempcpy (Makefile.am): Likewise.
19378         * modules/memrchr (Makefile.am): Likewise.
19379         * modules/memset (Makefile.am): Likewise.
19380         * modules/memxor (Makefile.am): Likewise.
19381         * modules/mkancesdirs (Makefile.am): Likewise.
19382         * modules/mkdir (Makefile.am): Likewise.
19383         * modules/mkdir-p (Makefile.am): Likewise.
19384         * modules/mkdtemp (Makefile.am): Likewise.
19385         * modules/mkstemp (Makefile.am): Likewise.
19386         * modules/mktime (Makefile.am): Likewise.
19387         * modules/modechange (Makefile.am): Likewise.
19388         * modules/mountlist (Makefile.am): Likewise.
19389         * modules/nanosleep (Makefile.am): Likewise.
19390         * modules/openat (Makefile.am): Likewise.
19391         * modules/pagealign_alloc (Makefile.am): Likewise.
19392         * modules/physmem (Makefile.am): Likewise.
19393         * modules/poll (Makefile.am): Likewise.
19394         * modules/posixtm (Makefile.am): Likewise.
19395         * modules/posixver (Makefile.am): Likewise.
19396         * modules/putenv (Makefile.am): Likewise.
19397         * modules/quote (Makefile.am): Likewise.
19398         * modules/quotearg (Makefile.am): Likewise.
19399         * modules/raise (Makefile.am): Likewise.
19400         * modules/read-file (Makefile.am): Likewise.
19401         * modules/readline (Makefile.am): Likewise.
19402         * modules/readlink (Makefile.am): Likewise.
19403         * modules/readtokens (Makefile.am): Likewise.
19404         * modules/readutmp (Makefile.am): Likewise.
19405         * modules/realloc (Makefile.am): Likewise.
19406         * modules/regex (Makefile.am): Likewise.
19407         * modules/rename (Makefile.am): Likewise.
19408         * modules/rename-dest-slash (Makefile.am): Likewise.
19409         * modules/rijndael (Makefile.am): Likewise.
19410         * modules/rmdir (Makefile.am): Likewise.
19411         * modules/rpmatch (Makefile.am): Likewise.
19412         * modules/safe-read (Makefile.am): Likewise.
19413         * modules/safe-write (Makefile.am): Likewise.
19414         * modules/same (Makefile.am): Likewise.
19415         * modules/save-cwd (Makefile.am): Likewise.
19416         * modules/savedir (Makefile.am): Likewise.
19417         * modules/setenv (Makefile.am): Likewise.
19418         * modules/settime (Makefile.am): Likewise.
19419         * modules/sha1 (Makefile.am): Likewise.
19420         * modules/sig2str (Makefile.am): Likewise.
19421         * modules/snprintf (Makefile.am): Likewise.
19422         * modules/stdlib-safer (Makefile.am): Likewise.
19423         * modules/stpcpy (Makefile.am): Likewise.
19424         * modules/stpncpy (Makefile.am): Likewise.
19425         * modules/strcase (Makefile.am): Likewise.
19426         * modules/strcasestr (Makefile.am): Likewise.
19427         * modules/strchrnul (Makefile.am): Likewise.
19428         * modules/strcspn (Makefile.am): Likewise.
19429         * modules/strdup (Makefile.am): Likewise.
19430         * modules/strerror (Makefile.am): Likewise.
19431         * modules/strftime (Makefile.am): Likewise.
19432         * modules/strndup (Makefile.am): Likewise.
19433         * modules/strnlen (Makefile.am): Likewise.
19434         * modules/strpbrk (Makefile.am): Likewise.
19435         * modules/strsep (Makefile.am): Likewise.
19436         * modules/strstr (Makefile.am): Likewise.
19437         * modules/strtod (Makefile.am): Likewise.
19438         * modules/strtoimax (Makefile.am): Likewise.
19439         * modules/strtok_r (Makefile.am): Likewise.
19440         * modules/strtol (Makefile.am): Likewise.
19441         * modules/strtoll (Makefile.am): Likewise.
19442         * modules/strtoul (Makefile.am): Likewise.
19443         * modules/strtoull (Makefile.am): Likewise.
19444         * modules/strtoumax (Makefile.am): Likewise.
19445         * modules/strverscmp (Makefile.am): Likewise.
19446         * modules/time_r (Makefile.am): Likewise.
19447         * modules/timegm (Makefile.am): Likewise.
19448         * modules/tmpfile-safer (Makefile.am): Likewise.
19449         * modules/unistd-safer (Makefile.am): Likewise.
19450         * modules/unlinkdir (Makefile.am): Likewise.
19451         * modules/userspec (Makefile.am): Likewise.
19452         * modules/utime (Makefile.am): Likewise.
19453         * modules/utimecmp (Makefile.am): Likewise.
19454         * modules/utimens (Makefile.am): Likewise.
19455         * modules/vasnprintf (Makefile.am): Likewise.
19456         * modules/vasprintf (Makefile.am): Likewise.
19457         * modules/vsnprintf (Makefile.am): Likewise.
19458         * modules/xalloc (Makefile.am): Likewise.
19459         * modules/xgetcwd (Makefile.am): Likewise.
19460         * modules/xnanosleep (Makefile.am): Likewise.
19461         * modules/xreadlink (Makefile.am): Likewise.
19462         * modules/xstrtod (Makefile.am): Likewise.
19463         * modules/xstrtol (Makefile.am): Likewise.
19464         * modules/xstrtold (Makefile.am): Likewise.
19465         * modules/yesno (Makefile.am): Likewise.
19466
19467 2006-10-12  Jim Meyering  <jim@meyering.net>
19468
19469         * m4/getloadavg.m4: Revert the change below.
19470
19471         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
19472         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
19473         fail with a symlink, which is what coreutils' ./bootstrap now
19474         creates by default.
19475
19476 2006-10-12  Bruno Haible  <bruno@clisp.org>
19477
19478         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
19479         mingw.
19480         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
19481         MSVC and mingw explicitly.
19482
19483 2006-10-11  Simon Josefsson  <jas@extundo.com>
19484             Bruno Haible  <bruno@clisp.org>
19485
19486         Add support for multiple gnulib-tool invocations in the scope of a
19487         single configure.ac file.
19488         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
19489         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
19490         with the same contents as the _LIBADD variable.
19491         (func_emit_initmacro_start, func_emit_initmacro_end,
19492         func_emit_initmacro_done): New functions.
19493         (func_import, func_create_testdir): Invoke them. Allow the identifiers
19494         gl_LIBOBJS and gl_LTLIBOBJS.
19495
19496 2006-10-11  Bruno Haible  <bruno@clisp.org>
19497
19498         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
19499         (func_create_testdir): Don't create po/Makefile.am, don't invoke
19500         autoreconf. Instead, invoke autopoint explicitly but move back the
19501         *.m4 files from gnulib.
19502
19503 2006-10-11  Bruno Haible  <bruno@clisp.org>
19504
19505         * gnulib-tool (func_usage): Make module names after --create-testdir
19506         optional.
19507         (func_create_testdir): If no module was specified, use nearly all
19508         modules.
19509
19510 2006-10-12  Jim Meyering  <jim@meyering.net>
19511
19512         Big performance improvement for fts-based tools that use FTS_NOSTAT.
19513         Avoid spurious inode-mismatch problems on non-POSIX file systems.
19514         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
19515         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
19516         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
19517         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
19518         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
19519         (fts_set_stat_required): New function.
19520         (fts_open): Defer the calls to fts_stat, if possible or requested.
19521         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
19522         into fts_stat itself.
19523         (fts_read): Perform any required (deferred) fts_stat call.
19524         (fts_build): Likewise, for the directory we're about to open and read.
19525         In the readdir loop, carefully decide whether each entry will require
19526         an eventual call to fts_stat, using dirent.d_type info if available.
19527         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
19528         a command line argument into this function.  Update all callers.
19529         Map a return value of FTS_DOT to FTS_D for a command line argument.
19530         * modules/fts (Depends-on): Add d-type.  Alphabetize.
19531         Thanks to Miklos Szeredi for his tenacity and for the initial
19532         bug report about "find" failing on a FUSE-based file system.
19533
19534         * lib/fts.c (fts_open): Use consistent indentation.
19535
19536 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
19537
19538         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
19539         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
19540         reported by Jim Meyering.  All uses of cache variables renamed
19541         to match Autoconf's.
19542         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
19543         the other one.
19544
19545         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
19546         Fix misspelling in diagnostic.
19547
19548 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19549
19550         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
19551         defined.  Problem reported by Matthew Woehlke.
19552
19553         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
19554         Add support for Tandem NonStop R series.
19555         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
19556         Use new macro.
19557
19558         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
19559         (has_trailing_slash): Omit size arg; all callers changed.
19560         Omit 'inline', since it doesn't help performance and we'd
19561         need to configure it.
19562         Don't count //, ///, etc. as having a trailing slash.
19563         As a side effect, this removes a C99ism reported by Matthew Woehlke.
19564         (rpl_rename_dest_slash): On failure, use rename's errno rather
19565         than (in some cases) an incorrect or junk errno.
19566         Simplify code by removing need to compute length; this does
19567         cause it to make two passes instead of one over the file name,
19568         but it's worth it.
19569
19570         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
19571         change, since Autoconf's version may no longer be appropriate now
19572         that we are using CVS Autoconf's version.  Add support for Tandem.
19573
19574 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19575             Bruno Haible  <bruno@clisp.org>
19576
19577         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
19578         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
19579         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
19580         gl_AC_TYPE_LONG_LONG.
19581
19582         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
19583         instead of HAVE_LONG_LONG.
19584         * lib/printf-args.c (printf_fetchargs): Likewise.
19585         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
19586         * lib/vasnprintf.c (VASNPRINTF): Likewise.
19587         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
19588         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
19589         gl_AC_TYPE_LONG_LONG.
19590
19591 2006-10-11  Bruno Haible  <bruno@clisp.org>
19592
19593         * m4/longlong.m4: Add comments.
19594         * m4/ulonglong.m4: Likewise.
19595
19596 2006-10-10  Bruno Haible  <bruno@clisp.org>
19597
19598         Make it possible to #define stpcpy, strdup to aliases.
19599         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
19600         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
19601
19602 2006-10-10  Bruno Haible  <bruno@clisp.org>
19603
19604         Make it possible to #define gcd to an alias.
19605         * lib/gcd.c: Include config.h.
19606
19607 2006-10-10  Bruno Haible  <bruno@clisp.org>
19608
19609         Make it possible to #define c_isascii to an alias.
19610         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
19611         defined. Undefine the macros before defining them, to avoid gcc
19612         warnings.
19613         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
19614         define NO_C_CTYPE_MACROS early.
19615
19616 2006-10-10  Bruno Haible  <bruno@clisp.org>
19617
19618         Make it possible to #define set_program_name to an alias.
19619         * lib/progname.c: Don't undefine set_program_name; instead, undefine
19620         ENABLE_RELOCATABLE early.
19621
19622 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19623
19624         Port to Tandem NSK OSS, which has 64-bit signed int but at most
19625         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
19626         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
19627         More generally, don't assume that 64-bit signed int is available
19628         if unsigned int is, and vice versa.
19629         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
19630         unsigned symbols, not on their signed counterparts.
19631         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
19632         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
19633         (UINT64_C, UINTMAX_C):
19634         Likewise.
19635         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
19636         unsigned counterparts.
19637         (Have_long_long, Unsigned): New macros.
19638         (Int): Renamed from INT.
19639         (strtoimax): Use the new macros.
19640         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
19641         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
19642         * modules/inttypes (inttypes.h): Substitute
19643         HAVE_UNSIGNED_LONG_LONG_INT.
19644         * modules/stdint (stdint.h): Likewise.
19645         (Files): Add m4/ulonglong.m4.
19646
19647 2006-10-10  Bruno Haible  <bruno@clisp.org>
19648
19649         Fix a gcc -Wshadow warning.
19650         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
19651         to 'bucket'.
19652         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
19653         gl_linked_indexof_from_to): Likewise.
19654         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
19655         Likewise.
19656         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
19657         Likewise.
19658         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
19659         Reported by Eric Blake.
19660
19661 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
19662
19663         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
19664         for NetBSD.  Problem reported by Bruno Haible.
19665
19666 2006-10-09  Jim Meyering  <jim@meyering.net>
19667
19668         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
19669         Patch from Bruno Haible.
19670
19671 2006-10-09  Jim Meyering  <jim@meyering.net>
19672
19673         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
19674         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
19675         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
19676
19677 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
19678
19679         Don't include <config.h> twice; this doesn't work in some cases,
19680         e.g., when config.h has "#define intmax_t long long int" and
19681         we include <config.h>, <inttypes.h>, <config.h> in that order.
19682         Problem reported by Matthew Woehlke in:
19683         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
19684         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
19685         * lib/fts-cycle.c: Don't include config.h.
19686         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
19687         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
19688         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
19689         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
19690         inttypes.h.
19691         * lib/xstrtoumax.c: Likewise.
19692         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
19693         __strtol and the like, so that this module is more like its siblings.
19694         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
19695         Remove; no longer needed now that we assume gnulib inttypes.h.
19696
19697 2006-10-08  Bruno Haible  <bruno@clisp.org>
19698
19699         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
19700         option.
19701
19702 2006-10-07  Jim Meyering  <jim@meyering.net>
19703
19704         * modules/inttypes (inttypes.h): Revert what seems to have been
19705         an inadvertent part of today's change: use "|", not "/" in the
19706         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
19707
19708 2006-10-07  Bruno Haible  <bruno@clisp.org>
19709
19710         * modules/sublist: New file.
19711
19712 2006-10-07  Bruno Haible  <bruno@clisp.org>
19713
19714         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
19715         * modules/argz (argz.h): Likewise.
19716         * modules/arpa_inet (arpa/inet.h): Likewise.
19717         * modules/byteswap (byteswap.h): Likewise.
19718         * modules/configmake (configmake.h): Likewise.
19719         * modules/fcntl (fcntl.h): Likewise.
19720         * modules/fnmatch (fnmatch.h): Likewise.
19721         * modules/getopt (getopt.h): Likewise.
19722         * modules/glob (glob.h): Likewise.
19723         * modules/inttypes (inttypes.h): Likewise.
19724         * modules/netinet_in (netinet/in.h): Likewise.
19725         * modules/poll (poll.h): Likewise.
19726         * modules/stdbool (stdbool.h): Likewise.
19727         * modules/stdint (stdint.h): Likewise.
19728         * modules/sys_select (sys/select.h): Likewise.
19729         * modules/sys_socket (sys/socket.h): Likewise.
19730         * modules/sys_stat (sys/stat.h): Likewise.
19731         * modules/sysexits (sysexits.h): Likewise.
19732         * modules/unistd (unistd.h): Likewise.
19733         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19734         Add a "DO NOT EDIT" comment to the generated file.
19735         (func_import): Likewise for gnulib-comp.m4.
19736
19737 2006-10-07  Bruno Haible  <bruno@clisp.org>
19738
19739         * lib/gl_sublist.h: New file.
19740         * lib/gl_sublist.c: New file.
19741
19742 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19743
19744         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
19745         name (relative to the original working directory) and the file
19746         name component (relative to the temporary working directory).  All
19747         callers changed.
19748         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
19749         * lib/mkdir-p.c (make_dir_parents): Likewise.
19750         * lib/mkdir-p.h (make_dir_parents): Likewise.
19751
19752 2006-10-06  Eric Blake  <ebb9@byu.net>
19753
19754         Define several macros for use by the clean-temp module.
19755         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
19756         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
19757         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
19758
19759         * lib/clean-temp.h (close_stream_temp): New declaration.
19760         * lib/clean-temp.c (includes): Pull in headers according to what
19761         other modules are in use.
19762         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
19763
19764 2006-10-06  Bruno Haible  <bruno@clisp.org>
19765
19766         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
19767         instead of fopen, fwriteerror.
19768
19769 2006-10-06  Bruno Haible  <bruno@clisp.org>
19770
19771         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
19772         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
19773         int.
19774         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
19775         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
19776         Return an error indicator.
19777         Suggested by Eric Blake.
19778
19779 2006-10-06  Bruno Haible  <bruno@clisp.org>
19780
19781         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
19782         Reported by Eric Blake.
19783
19784 2006-10-06  Bruno Haible  <bruno@clisp.org>
19785
19786         * modules/closeout (Description): Mention stderr too.
19787
19788 2006-10-06  Bruno Haible  <bruno@clisp.org>
19789         and Paul Eggert  <eggert@cs.ucla.edu>
19790
19791         * lib/closeout.c (close_stdout): Also close stderr.
19792         * lib/closeout.h: Update comment.
19793
19794 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19795
19796         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
19797         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
19798         * lib/dirchownmod.c: Include lchown.h.
19799         * lib/lchown.c: Don't include files that lchown.h now includes.
19800         Don't declare chown, since lchown.h now does that.
19801         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
19802         (lchown): Define to rpl_chown if lchown is declared but
19803         does not exist.  Declare using a prototype if lchown is not
19804         declared.  Add a copyright notice.
19805         * lib/mkstemp.h: Include <unistd.h>.
19806         * lib/openat.c: Include lchown.h.
19807
19808         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
19809         we now test for that separately.
19810         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
19811         rather than O_NOFOLLOW, when testing whether it's possible to
19812         avoid a race condition reliably.
19813         * lib/savewd.c (savewd_chdir): Likewise.
19814
19815         Remove macros that are no longer needed now that stdint.h is
19816         reliable.
19817         * lib/fsusage.c (UINTMAX_MAX): Remove.
19818         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
19819         * lib/utimecmp.c (SIZE_MAX): Remove.
19820
19821         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
19822
19823         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
19824         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
19825         O_NOATIME works.
19826
19827 2006-10-05  Bruno Haible  <bruno@clisp.org>
19828
19829         * lib/gl_list.h (gl_sortedlist_search_from_to,
19830         gl_sortedlist_indexof_from_to): New declarations.
19831         (gl_list_implementation): New fields sortedlist_search_from_to,
19832         sortedlist_indexof_from_to.
19833         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
19834         inline functions.
19835         * lib/gl_list.c (gl_sortedlist_search_from_to,
19836         gl_sortedlist_indexof_from_to): New functions.
19837         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
19838         function.
19839         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
19840         (gl_array_sortedlist_search_from_to): New function.
19841         (gl_array_list_implementation): Update.
19842         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
19843         function.
19844         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
19845         (gl_carray_sortedlist_search_from_to): New function.
19846         (gl_carray_list_implementation): Update.
19847         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
19848         gl_linked_sortedlist_indexof_from_to): New functions.
19849         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19850         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19851         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
19852         gl_tree_sortedlist_indexof_from_to): New functions.
19853         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19854         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19855         Update.
19856         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19857         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
19858         Update.
19859
19860 2006-10-05  Bruno Haible  <bruno@clisp.org>
19861
19862         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
19863         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
19864         (struct gl_list_implementation): Add fields search_from_to,
19865         indexof_from_to. Remove fields search, indexof.
19866         (gl_list_search): Use the search_from_to method.
19867         (gl_list_search_from, gl_list_search_from_to): New functions.
19868         (gl_list_indexof): Use the indexof_from_to method.
19869         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19870         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
19871         (gl_list_search_from, gl_list_search_from_to): New functions.
19872         (gl_list_indexof): Use the indexof_from_to method.
19873         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19874         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
19875         gl_array_indexof. Add start_index, end_index arguments.
19876         (gl_array_search_from_to): Renamed from gl_array_search. Add
19877         start_index, end_index arguments.
19878         (gl_array_remove, gl_array_list_implementation): Update.
19879         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
19880         gl_carray_indexof. Add start_index, end_index arguments.
19881         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
19882         start_index, end_index arguments.
19883         (gl_carray_remove, gl_carray_list_implementation): Update.
19884         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
19885         gl_linked_search. Add start_index, end_index arguments.
19886         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
19887         start_index, end_index arguments.
19888         (gl_linked_remove): Update.
19889         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19890         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19891         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
19892         field to 'size_t'.
19893         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
19894         gl_tree_search. Add start_index, end_index arguments.
19895         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19896         start_index, end_index arguments.
19897         (gl_tree_remove): Update.
19898         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19899         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19900         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
19901         function.
19902         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
19903         gl_tree_search. Add start_index, end_index arguments.
19904         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19905         start_index, end_index arguments.
19906         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19907         Update.
19908         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
19909
19910 2006-10-05  Bruno Haible  <bruno@clisp.org>
19911
19912         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
19913
19914         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
19915         fwriteerror_temp): New declarations.
19916         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
19917         (descriptors): New variable.
19918         (cleanup): First, close the descriptors.
19919         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
19920         fclose_temp, fwriteerror_temp): New functions.
19921
19922 2006-10-04  Jim Meyering  <jim@meyering.net>
19923
19924         * lib/fts.c (fts_open): Tiny comment change.
19925
19926 2006-10-04  Bruno Haible  <bruno@clisp.org>
19927
19928         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
19929         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
19930         gl_LOCK_BODY.
19931         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
19932         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
19933         gl_LOCK_EARLY_BODY.
19934         (gl_LOCK): Require gl_LOCK_BODY.
19935
19936 2006-10-04  Bruno Haible  <bruno@clisp.org>
19937
19938         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
19939         (gl_oset_search_atleast): New declaration.
19940         (struct gl_oset_implementation): Add field 'search_atleast'.
19941         (gl_oset_search_atleast): New inline function.
19942         * lib/gl_oset.c (gl_oset_search_atleast): New function.
19943         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
19944         (gl_array_oset_implementation): Update.
19945         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
19946         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
19947         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
19948
19949 2006-10-04  Bruno Haible  <bruno@clisp.org>
19950
19951         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
19952
19953 2006-10-03  Bruno Haible  <bruno@clisp.org>
19954
19955         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
19956         from gl_avltreehash_list_implementation.
19957
19958 2006-10-03  Bruno Haible  <bruno@clisp.org>
19959
19960         * lib/gl_oset.c (gl_oset_add): Fix return type.
19961
19962 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
19963
19964         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
19965
19966 2006-10-02  Eric Blake  <ebb9@byu.net>
19967
19968         * modules/strnlen (Depends-on): Add extensions.
19969
19970 2006-10-02  Eric Blake  <ebb9@byu.net>
19971
19972         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
19973         definition in 2.60+.
19974
19975 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
19976
19977         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
19978         checks.
19979
19980 2006-10-02  Bruno Haible  <bruno@clisp.org>
19981
19982         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
19983         to the AUTOMAKE_OPTIONS.
19984         Reported by Jim Meyering.
19985
19986 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
19987
19988         Work around bug in Solaris 10 /proc file system:
19989         /proc/self/fd/NNN/.. isn't the parent directory of
19990         the directory whose file descriptor is NNN.  This needs to
19991         be worked around at run time, not compile time, since a
19992         program might be built on Solaris 8, where things work, and
19993         run on Solaris 10.
19994         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
19995         to use the following interface instead:
19996         (OPENAT_BUFFER_SIZE): New macro.
19997         (openat_proc_name): New function.
19998         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
19999         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
20000         Likewise.
20001         * lib/openat-proc.c: New file.
20002         * modules/openat (Files): Add lib/openat-proc.c.
20003         (Depends-on): Add same-inode, stdbool.
20004         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
20005
20006 2006-09-29  Bruno Haible  <bruno@clisp.org>
20007
20008         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
20009         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
20010         argument. Set stdout_closed before testing for ferror, not after.
20011         (fwriteerror, fwriteerror_no_ebadf): New functions.
20012
20013 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20014
20015         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
20016
20017 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
20018
20019         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
20020         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
20021
20022 2006-09-28  Jim Meyering  <jim@meyering.net>
20023
20024         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
20025         Include <unistd.h>.
20026
20027 2006-09-28  Bruno Haible  <bruno@clisp.org>
20028
20029         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
20030         * modules/linkedhash-list (Depends-on): Likewise.
20031         * modules/rbtreehash-list (Depends-on): Likewise.
20032
20033 2006-09-28  Bruno Haible  <bruno@clisp.org>
20034
20035         * lib/strndup.h: Simplify the redefinition of strndup.
20036         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
20037         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
20038
20039 2006-09-28  Bruno Haible  <bruno@clisp.org>
20040
20041         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
20042         * lib/gl_linkedhash_list.c: Likewise.
20043         * lib/gl_rbtreehash_list.c: Likewise.
20044
20045 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
20048         getaddrinfo.
20049
20050         * lib/__fpending.h: Don't include <stdio_ext.h> unless
20051         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
20052         it causes <stdio_ext.h> to cause a compile-time error.
20053         Problem reported by Nelson H. F. Beebe.
20054         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
20055         of HAVE_DECL___PENDING.
20056
20057         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
20058         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
20059         declaration.
20060
20061 2006-09-27  Jim Meyering  <jim@meyering.net>
20062
20063         This file could end up with a definition for a function
20064         named __strndup, rather than rpl_strndup on a system with
20065         incomplete weak_alias support.
20066         * lib/strndup.c (strndup): Rename from __strndup.
20067         Remove #defines that used to map __strndup to strndup.
20068         Don't use K&R prototypes.
20069         Remove LIBC-related code, since this file is not sync'd with glibc.
20070         * lib/strndup.h: Revamp, accordingly.
20071         * m4/strndup.m4: Modernize.
20072
20073 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
20074
20075         * modules/savewd (Depends-on): Add 'raise'.
20076         * lib/savewd.c: Include <signal.h>, for 'raise'.
20077
20078 2006-09-26  Jim Meyering  <jim@meyering.net>
20079
20080         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
20081         when we detect Darwin 8.7.0's acl_get_file bug.
20082         Rearrange to perform the new (below) run-test while $LIBS
20083         contains any acl-related library.  Set USE_ACL at the end.
20084         (gl_ACL_GET_FILE): New function.
20085
20086 2006-09-26  Eric Blake  <ebb9@byu.net>
20087
20088         * lib/verror.c: Include <config.h> unconditionally.
20089
20090 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
20091
20092         * modules/clock-time (Maintainer): Add self.
20093         * modules/getlogin_r (Depends-on): Add extensions.
20094
20095 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20096
20097         * modules/clock-time: New module.
20098         * modules/nanosleep (Depends-on): Add clock-time.
20099         * modules/gethrxtime (Depends-on): Likewise.
20100         * modules/gettime (Depends-on): Likewise.
20101         * modules/settime (Depends-on): Likewise.
20102
20103         * modules/fts-lgpl: Depend on openat.
20104         * modules/mkancesdirs: Depend on savewd.
20105         * modules/mkdir-p: Likewise.
20106
20107 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20108
20109         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
20110
20111         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
20112         `gl_have_arbitrary_file_name_length_limit' to
20113         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
20114         actually works between configure runs.
20115
20116 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20117             Bruno Haible  <bruno@clisp.org>
20118
20119         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
20120
20121 2006-09-25  Jim Meyering  <jim@meyering.net>
20122
20123         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
20124         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
20125
20126 2006-09-25  Eric Blake  <ebb9@byu.net>
20127
20128         * gnulib-tool (func_import, func_create_testdir): Fix typos in
20129         exec's in 2006-09-18 patch when shuffling fds.
20130
20131 2006-09-25  Bruno Haible  <bruno@clisp.org>
20132
20133         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
20134         Reported by Jim Meyering.
20135
20136 2006-09-24  Jim Meyering  <jim@meyering.net>
20137
20138         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
20139         compare a pointer against a literal "0".  That caused failures with
20140         at least HP-UX's hpcc.
20141
20142 2006-09-22  Simon Josefsson  <jas@extundo.com>
20143
20144         * modules/gc-sha1:
20145         * modules/gc-md4:
20146         * modules/gc-hmac-sha1:
20147         * modules/gc-hmac-md5:
20148         * modules/gc-des:
20149         * modules/gc-arcfour: Distribute more files.
20150
20151 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20152
20153         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
20154         (gl_linked_iterator_from_to): Initialize struct completely.
20155         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
20156         (gl_tree_iterator_from_to): Likewise
20157         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
20158         * lib/gl_array_list.c [lint] (gl_array_iterator)
20159         (gl_array_iterator_from_to): Likewise.
20160         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
20161         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
20162         (gl_carray_iterator_from_to): Likewise.
20163
20164         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
20165         * lib/md4.c (md4_process_block): Remove unused variable.
20166         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
20167         parentheses for clarity.
20168
20169 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20170
20171         * modules/bison-i18n (Depends-on): Add gettext.
20172
20173 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20174
20175         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
20176         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
20177         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
20178         also add missing comma that caused broken test.
20179         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
20180         stdlib.h, for `abort'.
20181         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
20182         variables.
20183         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
20184         include unistd.h if present, for `rmdir'.
20185         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
20186         variables.
20187         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
20188         in the process include standard headers for prototypes.
20189         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
20190         gets declared on GNU/Linux.
20191         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
20192         unistd.h, for `rmdir'.
20193         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
20194
20195         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
20196         always true.
20197         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
20198
20199         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
20200
20201 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20202
20203         * gnulib-tool (func_version): Create output all at once.  This
20204         may help avoid triggering unnecessary SIGPIPEs, and at any
20205         rate it doesn't hurt.
20206
20207 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20208             Bruno Haible  <bruno@clisp.org>
20209
20210         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
20211         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
20212         * m4/signed.m4 (bh_C_SIGNED): Likewise.
20213
20214         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
20215         (gl_FUNC_VASPRINTF): Invoke it.
20216
20217 2006-09-22  Bruno Haible  <bruno@clisp.org>
20218
20219         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
20220         getloadavg.c as first argument.
20221
20222 2006-09-22  Bruno Haible  <bruno@clisp.org>
20223
20224         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
20225         at the beginning of the gl_INIT macro.
20226         * modules/getloadavg (configure.ac): Pass $gl_source_base to
20227         gl_GETLOADAVG.
20228
20229 2006-09-22  Bruno Haible  <bruno@clisp.org>
20230
20231         * gnulib-tool (func_create_megatestdir): Don't include the config-h
20232         module.
20233         Suggested by Ralf Wildenhues.
20234
20235 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20236
20237         Import this patch from libc:
20238
20239         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
20240
20241         * lib/regex_internal.c (re_string_reconstruct): Handle
20242         offset < pstr->valid_raw_len && pstr->offsets_needed case.
20243         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
20244         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
20245         re_string_context_at.
20246
20247         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
20248         now requires it.
20249         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
20250         gl_REGEX now does it for us.
20251         (gl_REGEX): Add test taken from
20252         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
20253
20254         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
20255         Check that large offsets work.  Modernize Autoconf usages.
20256         Prefer "yes" to mean a good thing rather than a bad.
20257         Don't put "#define mkstemp" in config.h, as this might interfere
20258         with standard system headers that "#define mkstemp mkstemp64".
20259
20260         * modules/mkstemp (Depends-on): Add extensions, so that
20261         mkstemp is visible on some platforms.
20262         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
20263         (Include): Change to "mkstemp.h" from <stdlib.h>.
20264         (Files): Add mkstemp.h.
20265
20266         * lib/mkstemp.h: New file, since some standard headers
20267         #define mkstemp.
20268         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
20269         Include "mkstemp.h".
20270         Make the _LIBC code resemble glibc original more,
20271         e.g., use K&R style.
20272         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
20273         (mkstemp): Remove, since mkstemp.h does this for us.
20274         * lib/stdlib--.h: Include mkstemp.h.
20275
20276         Import this patch from libc:
20277
20278         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
20279
20280         * lib/tempname.c (__gen_tempname): Change attempts_min
20281         into a macro.  Use preprocessor to decide how to initialize
20282         attempts [Coverity CID 67].
20283
20284 2006-09-20  Bruno Haible  <bruno@clisp.org>
20285
20286         * lib/mkdtemp.c: Import from libc.
20287         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
20288                 * sysdeps/posix/tempname.c (__gen_tempname): Change
20289                 attempts_min into a macro.  Use preprocessor to decide how to
20290                 initialize attempts [Coverity CID 67].
20291         2001-11-27  Paul Eggert  <eggert@twinsun.com>
20292                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
20293                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
20294
20295 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20296
20297         * gnulib-tool (func_exit): New function, to allow to pass the
20298         exit status portably through the trap.  Use everywhere.
20299         (--help, --version): Signal a write error.
20300         (trap): catch SIGPIPE, for write errors.
20301         Exit at the end of the trap, with the correct exit status.
20302
20303 2006-09-19  Karl Berry  <karl@gnu.org>
20304
20305         * doc/gnulib.texi: note about the license texinfo files.
20306
20307 2006-09-19  Eric Blake  <ebb9@byu.net>
20308
20309         * gnulib-tool: Avoid space-tab.
20310
20311 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
20312
20313         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
20314         that prevented coreutils 6.1 from building.  Problem reported
20315         by Petter Reinholdtsen.
20316
20317 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
20318
20319         * gnulib-tool (avoidlist): Fix typo that broke options like
20320         --avoid=lock that are used by coreutils bootstrap.
20321
20322 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
20323
20324         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
20325         more systematically.
20326
20327 2006-09-18  Jim Meyering  <jim@meyering.net>
20328
20329         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
20330
20331 2006-09-18  Bruno Haible  <bruno@clisp.org>
20332
20333         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
20334
20335 2006-09-18  Bruno Haible  <bruno@clisp.org>
20336
20337         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
20338         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
20339         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
20340         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
20341         * m4/gettext.m4: Require autoconf >= 2.52.
20342         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
20343         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
20344         of gl_cv_header_inttypes_h.
20345
20346 2006-09-18  Bruno Haible  <bruno@clisp.org>
20347
20348         * lib/javaversion.c: Include configmake.h.
20349
20350 2006-09-18  Bruno Haible  <bruno@clisp.org>
20351
20352         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
20353         avoid that the while loops be executed in a subshell.
20354
20355 2006-09-18  Bruno Haible  <bruno@clisp.org>
20356
20357         * MODULES.html.sh (func_module): Break long lines.
20358         Suggested by Bruce Korb <bkorb@gnu.org>.
20359
20360 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20361
20362         Speed up by a factor of 1.12.
20363         * gnulib-tool (nl): New variable.
20364         (func_import): Rewrite include directive extraction to only read each
20365         directive once.
20366
20367 2006-09-17  Bruno Haible  <bruno@clisp.org>
20368
20369         * modules/javaversion (Makefile.am): Remove DEFS setting.
20370         (Depends-on): Add configmake, for PKGDATADIR definition.
20371
20372 2006-09-17  Bruno Haible  <bruno@clisp.org>
20373
20374         * gnulib-tool (func_create_testdir): Rewrite all files at once.
20375
20376 2006-09-17  Bruno Haible  <bruno@clisp.org>
20377
20378         * gnulib-tool (func_append): New function, stolen from libtool.m4.
20379         (func_modules_transitive_closure, func_modules_add_dummy,
20380         func_modules_to_filelist, func_import, func_create_testdir,
20381         func_create_megatestdir, ...): Use it wherever possible.
20382         Suggested by Ralf Wildenhues.
20383
20384 2006-09-16  Karl Berry  <karl@gnu.org>
20385
20386         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
20387         to avoid sectioning errors.
20388         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
20389         [ifinfo]: blank line after @center-ed titles.
20390         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
20391         Spell FSF address consistently with others.
20392         (These changes approved by rms.)
20393
20394 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20395
20396         Speed up by a factor of 1.61.
20397         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
20398         already checked module names again.
20399
20400 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20401
20402         Speed up by a factor of 1.13.
20403         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
20404         for new_files, and the input to func_add_or_update.
20405
20406 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20407
20408         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
20409         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
20410
20411 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20412
20413         * modules/mkancesdirs (Depends-on): Add fcntl.
20414         * modules/savewd: New file.
20415         * MODULES.html.sh (File system functions): Add savewd.
20416
20417         * modules/configmake (Makefile.am): Add support for the
20418         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
20419
20420 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20421
20422         * m4/savewd.m4: New file.
20423
20424 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20425
20426         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
20427         (dirchownmod): New arg FD.  All callers changed.
20428         Use FD rather than opening the directory ourself, as opening is
20429         now the caller's responsibility.
20430         * lib/dirchownmod.h: Likewise.
20431         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
20432         hosts that require <sys/types.h> before <sys/stat.h>.  Include
20433         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
20434         (test_dir): Remove.
20435         (mkancesdirs): Return length of prefix of FILE that has already
20436         been made, or -2 if there is a child doing the work.  Redo
20437         algorithm so that it is O(N) rather than O(N**2).  Optimize away
20438         ".", and treat ".." specially since it might stray back into
20439         already-created areas.  Use a subprocess if necessary.  New arg
20440         WD; all users changed.  MAKE_DIR function should now return 1
20441         if it creates a directory that is not readable.  Return -2 if
20442         a child process is spun off.
20443         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
20444         Adjust signature to match code.
20445         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
20446         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
20447         all users changed.
20448         * lib/savewd.c, lib/savewd.h: New files.
20449
20450 2006-09-15  Jim Meyering  <jim@meyering.net>
20451
20452         * modules/rename-dest-slash: New module.
20453         * MODULES.html.sh (posix_compat): Add it here.
20454
20455         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
20456
20457 2006-09-15  Jim Meyering  <jim@meyering.net>
20458
20459         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
20460         file.
20461
20462         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
20463
20464 2006-09-15  Jim Meyering  <jim@meyering.net>
20465
20466         * lib/rename-dest-slash.c (has_trailing_slash): Use
20467         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
20468         (rpl_rename_dest_slash): Perform the cheaper trailing slash
20469         test before testing whether SRC is a directory.
20470         Suggestions from Bruno Haible.
20471
20472         Avoid a warning about an unused variable.
20473         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
20474         into the #ifdef block where it's used.
20475
20476         * lib/rename-dest-slash.c: New file.
20477
20478 2006-09-14  Bruno Haible  <bruno@clisp.org>
20479
20480         * lib/allocsa.c: Include <config.h> unconditionally.
20481         * lib/asnprintf.c: Likewise.
20482         * lib/asprintf.c: Likewise.
20483         * lib/c-strcasecmp.c: Likewise.
20484         * lib/c-strcasestr.c: Likewise.
20485         * lib/c-strncasecmp.c: Likewise.
20486         * lib/c-strstr.c: Likewise.
20487         * lib/classpath.c: Likewise.
20488         * lib/clean-temp.c: Likewise.
20489         * lib/concatpath.c: Likewise.
20490         * lib/copy-file.c: Likewise.
20491         * lib/csharpcomp.c: Likewise.
20492         * lib/csharpexec.c: Likewise.
20493         * lib/execute.c: Likewise.
20494         * lib/fatal-signal.c: Likewise.
20495         * lib/findprog.c: Likewise.
20496         * lib/fwriteerror.c: Likewise.
20497         * lib/gl_array_list.c: Likewise.
20498         * lib/gl_array_oset.c: Likewise.
20499         * lib/gl_avltree_list.c: Likewise.
20500         * lib/gl_avltree_oset.c: Likewise.
20501         * lib/gl_avltreehash_list.c: Likewise.
20502         * lib/gl_carray_list.c: Likewise.
20503         * lib/gl_linked_list.c: Likewise.
20504         * lib/gl_linkedhash_list.c: Likewise.
20505         * lib/gl_list.c: Likewise.
20506         * lib/gl_oset.c: Likewise.
20507         * lib/gl_rbtree_list.c: Likewise.
20508         * lib/gl_rbtree_oset.c: Likewise.
20509         * lib/gl_rbtreehash_list.c: Likewise.
20510         * lib/imaxabs.c: Likewise.
20511         * lib/imaxdiv.c: Likewise.
20512         * lib/javacomp.c: Likewise.
20513         * lib/javaexec.c: Likewise.
20514         * lib/javaversion.c: Likewise.
20515         * lib/linebreak.c: Likewise.
20516         * lib/localcharset.c: Likewise.
20517         * lib/lock.c: Likewise.
20518         * lib/mbchar.c: Likewise.
20519         * lib/mbswidth.c: Likewise.
20520         * lib/mkdtemp.c: Likewise.
20521         * lib/pipe.c: Likewise.
20522         * lib/printf-args.c: Likewise.
20523         * lib/printf-parse.c: Likewise.
20524         * lib/progname.c: Likewise.
20525         * lib/progreloc.c: Likewise.
20526         * lib/readlink.c: Likewise.
20527         * lib/sh-quote.c: Likewise.
20528         * lib/stpcpy.c: Likewise.
20529         * lib/stpncpy.c: Likewise.
20530         * lib/strcasecmp.c: Likewise.
20531         * lib/strcasestr.c: Likewise.
20532         * lib/strcspn.c: Likewise.
20533         * lib/striconv.c: Likewise.
20534         * lib/strncasecmp.c: Likewise.
20535         * lib/strnlen1.c: Likewise.
20536         * lib/strstr.c: Likewise.
20537         * lib/strtok_r.c: Likewise.
20538         * lib/tls.c: Likewise.
20539         * lib/tmpdir.c: Likewise.
20540         * lib/unicodeio.c: Likewise.
20541         * lib/unsetenv.c: Likewise.
20542         * lib/vasnprintf.c: Likewise.
20543         * lib/vasprintf.c: Likewise.
20544         * lib/wait-process.c: Likewise.
20545         * lib/xallocsa.c: Likewise.
20546         * lib/xsetenv.c: Likewise.
20547         * lib/xstriconv.c: Likewise.
20548
20549 2006-09-13  Simon Josefsson  <jas@extundo.com>
20550
20551         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
20552         that internally, suggested by Ralf Wildenhues
20553         <Ralf.Wildenhues@gmx.de>.
20554
20555 2006-09-13  Simon Josefsson  <jas@extundo.com>
20556
20557         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
20558         @LIBOBJS@.
20559         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20560
20561 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20562
20563         * lib/_fpending.c: Include <config.h> unconditionally, since we no
20564         longer worry about uses that don't define HAVE_CONFIG_H.
20565         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
20566         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
20567         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
20568         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
20569         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
20570         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
20571         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
20572         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
20573         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
20574         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
20575         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
20576         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
20577         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
20578         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
20579         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
20580         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
20581         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
20582         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
20583         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
20584         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
20585         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
20586         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
20587         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
20588         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
20589         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
20590         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
20591         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
20592         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
20593         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
20594         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
20595         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
20596         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
20597         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
20598         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
20599         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
20600         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
20601         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
20602         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
20603         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
20604         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
20605         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
20606         Likewise.
20607
20608 2006-09-13  Eric Blake  <ebb9@byu.net>
20609
20610         * lib/getopt.c: Fix typo in last commit.
20611
20612 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
20613
20614         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
20615         dgettext.
20616
20617 2006-09-12  Jim Meyering  <jim@meyering.net>
20618
20619         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
20620         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
20621         Reported by Nelson H. F. Beebe.
20622
20623 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20624
20625         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
20626         program_invocation_name and program_invocation_short_name are
20627         initialized.
20628         * lib/argp-namefrob.h: Move declarations of program_invocation_name
20629         and program_invocation_short_name to argp.h, so they are visible
20630         to user programs.
20631         * lib/argp.h: Likewise
20632
20633 2006-09-10  Bruno Haible  <bruno@clisp.org>
20634
20635         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20636         m4/inttypes_h.m4, m4/uintmax_t.m4.
20637
20638 2006-09-10  Bruno Haible  <bruno@clisp.org>
20639
20640         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
20641         gl_AC_TYPE_UINTMAX_T.
20642
20643 2006-09-10  Bruno Haible  <bruno@clisp.org>
20644
20645         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
20646
20647 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20648
20649         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
20650         convention.  Text proposed by Bruno Haible.
20651         (struct argp_option): Document the use of N_() wrappers.
20652
20653         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
20654         '\v', and translate the two parts separately, instead of feeding
20655         the whole string to gettext.  This allows to exclude
20656         '\v' from the strings visible to the translator by writing doc
20657         strings as N_("..") "\v" N_("..").
20658
20659 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
20660
20661         * config/srclist.txt: Undo latest change; the bug was fixed.
20662
20663 2006-09-09  Bruno Haible  <bruno@clisp.org>
20664
20665         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
20666         assignments if building a library without libtool.
20667         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
20668         in func_emit_lib_Makefile_am.
20669         (func_import): When building a static library libfoo.a, arrange to
20670         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
20671         (func_create_testdir): Likewise.
20672         * modules/gc (configure.ac, Makefile.am): If building statically,
20673         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
20674         * modules/iconvme (configure.ac, Makefile.am): Likewise.
20675         * modules/striconv (configure.ac, Makefile.am): Likewise.
20676         Based on a suggestion by Ralf Wildenhues.
20677
20678 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20679
20680         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
20681         Check for unistd.h too, since Autoconf doesn't assume POSIX.
20682         Also:
20683
20684         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20685         Add year_2050_test to catch glibc bug 2821
20686         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
20687
20688         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20689         Prefer #ifdef to #if.
20690
20691         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
20692         Return from 'main' instead of calling 'exit'.
20693
20694 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20695
20696         * lib/mktime.c (guess_time_tm): Fix bug where mktime
20697         returned the maximum time_t value rather than (time_t) -1.
20698         Problem originally reported by William Bardwell
20699         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
20700
20701         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
20702         Moved to here ...
20703         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
20704         ... from here.
20705
20706 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20707
20708         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
20709         2821 is fixed.
20710
20711 2006-09-08  Jim Meyering  <jim@meyering.net>
20712
20713         Don't make generated files read-only.  That would bother too many
20714         people.  However, do retain the ability to work when targets are
20715         read-only: remove the destination and temporary files before writing
20716         them (when generated via sed or echo), or by using the -f option for
20717         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
20718         * modules/alloca-opt, modules/argz, modules/arpa_inet:
20719         * modules/byteswap, modules/configmake, modules/fcntl:
20720         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
20721         * modules/localcharset, modules/netinet_in, modules/poll:
20722         * modules/stdbool, modules/stdint, modules/sys_select:
20723         * modules/sys_socket, modules/sys_stat, modules/sysexits:
20724
20725 2006-09-08  Jim Meyering  <jim@meyering.net>
20726
20727         Avoid new build failure on FreeBSD 6.0.
20728         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
20729         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
20730         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
20731
20732 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20733
20734         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
20735
20736 2006-09-07  Jim Meyering  <jim@meyering.net>
20737
20738         Fix global typo in last change: use chmod u-w, not chmod u-x.
20739         Spotted by Paul Eggert and Bruce Korb.
20740         * modules/alloca-opt, modules/argz, modules/arpa_inet:
20741         * modules/byteswap, modules/configmake, modules/fcntl:
20742         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
20743         * modules/localcharset, modules/netinet_in, modules/poll:
20744         * modules/stdbool, modules/stdint, modules/sys_select:
20745         * modules/sys_socket, modules/sys_stat, modules/sysexits:
20746
20747 2006-09-06  Jim Meyering  <jim@meyering.net>
20748
20749         Make generated files be read-only.
20750         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
20751         Ensure that each generated file is now read-only.
20752         * modules/argz: Likewise.
20753         * modules/arpa_inet: Likewise.
20754         * modules/byteswap: Likewise.
20755         * modules/configmake: Likewise.
20756         * modules/fcntl: Likewise.
20757         * modules/fnmatch: Likewise.
20758         * modules/getopt: Likewise.
20759         * modules/glob: Likewise.
20760         * modules/inttypes: Likewise.
20761         * modules/netinet_in: Likewise.
20762         * modules/poll: Likewise.
20763         * modules/stdbool: Likewise.
20764         * modules/stdint: Likewise.
20765         * modules/sys_select: Likewise.
20766         * modules/sys_socket: Likewise.
20767         * modules/sys_stat: Likewise.
20768         * modules/sysexits: Likewise.
20769         * modules/localcharset: Same as above, but continue using temporary
20770         file named "t-$@" (why different?) rather than the "$@-t" used
20771         everywhere else.
20772
20773         * modules/sysexits (Makefile.am): Replace literal occurrences
20774         of "sysexit.h" more readable, and more consistent, "$@".
20775
20776 2006-09-06  Bruno Haible  <bruno@clisp.org>
20777
20778         * modules/striconv: New file.
20779         * modules/xstriconv: New file.
20780         * MODULES.html.sh (Internationalization functions): Add striconv,
20781         xstriconv.
20782
20783 2006-09-06  Bruno Haible  <bruno@clisp.org>
20784
20785         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
20786         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
20787         not using libtool correctly.
20788
20789 2006-09-06  Bruno Haible  <bruno@clisp.org>
20790
20791         * lib/striconv.h: New file.
20792         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
20793         iconvstring.c.
20794         * lib/xstriconv.h: New file.
20795         * lib/xstriconv.c: New file.
20796
20797 2006-09-06  Bruno Haible  <bruno@clisp.org>
20798
20799         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20800         lib_..._LDFLAGS.
20801
20802 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20803
20804         * lib/argz_.h: Sync from Libtool.
20805
20806         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
20807                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20808
20809         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
20810
20811 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
20812
20813         * modules/trim: New file.
20814
20815 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
20816
20817         * lib/trim.h: New file.
20818         * lib/trim.c: New file.
20819
20820 2006-09-05  Bruno Haible  <bruno@clisp.org>
20821
20822         * MODULES.html.sh (String handling): Add trim.
20823
20824 2006-09-04  Karl Berry  <karl@gnu.org>
20825
20826         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
20827         until next release.
20828
20829 2006-09-03  Bruno Haible  <bruno@clisp.org>
20830
20831         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
20832         correctly.
20833
20834 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20835
20836         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
20837         not gl_GETLOADAVG.  Omit unneeded semicolons.
20838         Problems reported by Ralf Wildenhues in
20839         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20840         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
20841         at the end, which is the usual gnulib style.
20842
20843         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
20844         of doing all the work ourselves.
20845         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
20846         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
20847
20848 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20849
20850         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
20851         Problem reported by Ralf Wildenhues in
20852         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20853
20854         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
20855         HAVE_STRUCT_STATFS_F_FSTYPENAME.
20856
20857 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20858
20859         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
20860         yesterday's patch by changing test -n to test -z.
20861
20862 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20863
20864         * modules/getloadavg (Files): Add m4/getloadavg.m4.
20865         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
20866         the former is now obsolescent.
20867
20868         * modules/chdir-long (Depends-on): Add fcntl.
20869
20870 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20871
20872         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
20873         obsolescent, and programs should use gnulib instead.
20874         * m4/getloadavg.m4: New file, with contents taken from Autoconf
20875         but with prefixes changed.
20876
20877 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20878
20879         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
20880         or stdbool.h, because they might not exist while configuring.
20881
20882         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
20883         Don't include unistd.h or limits.h; not needed, since chdir-long.h
20884         does that for us.
20885         (O_DIRECTORY): Remove.
20886
20887 2006-08-31  Eric Blake  <ebb9@byu.net>
20888
20889         * gnulib-tool: Don't let emacs change spaces to TAB.
20890
20891 2006-08-31  Bruno Haible  <bruno@clisp.org>
20892
20893         * gnulib-tool: When calling func_import more than once, do it in a
20894         subshell.
20895         Reported by Eric Blake <ebb9@byu.net>.
20896
20897 2006-08-31  Bruno Haible  <bruno@clisp.org>
20898
20899         * gnulib-tool (nl): Remove variable.
20900         (sed_transform_lib_file): Use more robust test for config-h module.
20901         (func_import): Fix typo in 2006-08-25 patch.
20902
20903 2006-08-31  Bruno Haible  <bruno@clisp.org>
20904
20905         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
20906         specified, augment Makefile.am variables instead of assigning them.
20907
20908 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20909
20910         Work around a bug in both the Linux and SunOS 64-bit kernels:
20911         nanosleep mishandles sleeps for longer than 2**31 seconds.
20912         Problem reported by Frank v Waveren in
20913         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20914         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
20915         Check for nanosleep bug.
20916         (LIB_NANOSLEEP): Append clock_gettime library if needed.
20917
20918 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20919
20920         Work around a bug in both the Linux and SunOS 64-bit kernels:
20921         nanosleep mishandles sleeps for longer than 2**31 seconds.
20922         Problem reported by Frank v Waveren in
20923         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
20924         * lib/nanosleep.c (BILLION): New constant.
20925         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
20926         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
20927         implementation.
20928
20929 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20930
20931         * modules/nanosleep (Depends-on): Add gettime.
20932
20933 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
20934         and Simon Josefsson  <jas@extundo.com>
20935         and Oskar Liljeblad  <oskar@osk.mine.nu>
20936
20937         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
20938         * gnulib-tool (func_import): New license type 'unmodifiable license
20939         text'.
20940         * modules/fdl: Use it.  Longer description.
20941         * module/gpl, module/lgpl: New files.
20942
20943 2006-08-30  Jim Meyering  <jim@meyering.net>
20944
20945         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
20946         shadowing the parameter.
20947
20948 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20949
20950         Sync from Libtool:
20951
20952         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20953
20954         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
20955         sharing with gnulib.  Report by Eric Blake.
20956
20957 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20958
20959         * modules/isapipe: New file.
20960         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
20961
20962 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20963
20964         * modules/configmake (Makefile.am): Add a comment, and omit
20965         the CONFIGMAKE_ prefix from generated macro names.  Suggested
20966         by Bruno Haible.
20967
20968 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20969
20970         * m4/isapipe.m4: New file.
20971
20972 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
20973
20974         * lib/isapipe.c, lib/isapipe.h: New files.
20975
20976 2006-08-29  Jim Meyering  <jim@meyering.net>
20977
20978         * modules/configmake (Makefile.am): Make configmake.h depend on
20979         Makefile.  Otherwise, a stale configmake.h could hang around.
20980
20981 2006-08-29  Eric Blake  <ebb9@byu.net>
20982
20983         * lib/error.c (error_at_line, print_errno_message): Match libc, after
20984         resolution of upstream bug 3044.
20985
20986 2006-08-29  Bruno Haible  <bruno@clisp.org>
20987
20988         * modules/localcharset (Depends-on): Add configmake.
20989         (Makefile.am): Remove setting of LIBDIR through DEFS.
20990
20991 2006-08-29  Bruno Haible  <bruno@clisp.org>
20992
20993         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
20994         defined.
20995
20996 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
20997
20998         * modules/fcntl: New file.
20999         * modules/chdir-safer (Depends-on): Add fcntl.
21000         * modules/fts: Likewise.
21001         * modules/mkdir-p: Likewise.
21002
21003         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
21004         This undoes the most recent change, since we're now addressing the
21005         problem in a different way.
21006
21007         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
21008         into output, since the output might be called Makefile.am even
21009         if $makefile_name is something different.
21010         (func_import): Use $makefile_am rather than
21011         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
21012         empty.
21013
21014         * modules/inttypes (Files): Add m4/inttypes-h.m4.
21015
21016 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21017
21018         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
21019         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
21020         recent change to stdint.m4, since we're now addressing the problem in a
21021         different way.
21022
21023 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21024
21025         * m4/fcntl_h.m4: New file.
21026
21027 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21028
21029         * lib/fcntl_.h: New file.
21030         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
21031         the fcntl module.
21032         * lib/dirchownmod.c: Likewise.
21033         * lib/fts.c: Likewise.
21034
21035         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
21036         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
21037         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
21038         just before including <inttypes.h>, to avoid circular inclusion.
21039
21040 2006-08-28  Jim Meyering  <jim@meyering.net>
21041
21042         * doc/visibility.texi: Actually read and correct the grammar of the
21043         sentence affected by yesterday's change.
21044
21045 2006-08-28  Eric Blake  <ebb9@byu.net>
21046
21047         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
21048         needs wrapper.
21049
21050 2006-08-28  Eric Blake  <ebb9@byu.net>
21051
21052         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
21053
21054 2006-08-28  Eric Blake  <ebb9@byu.net>
21055
21056         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
21057
21058 2006-08-28  Bruno Haible  <bruno@clisp.org>
21059
21060         * modules/c-strstr: New file, from GNU gettext.
21061         * MODULES.html.sh (String handling): Add c-strstr.
21062
21063 2006-08-28  Bruno Haible  <bruno@clisp.org>
21064
21065         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
21066         macros.
21067         Reported by Eric Blake.
21068
21069 2006-08-28  Bruno Haible  <bruno@clisp.org>
21070
21071         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
21072         (VASNPRINTF): Return a string of length > INT_MAX without failing.
21073         * lib/vasprintf.c: Include errno.h, limits.h.
21074         (EOVERFLOW): New fallback definition.
21075         (vasprintf): Test here whether the string length is > INT_MAX.
21076         * lib/vsnprintf.c: Include errno.h, limits.h.
21077         (EOVERFLOW): New fallback definition.
21078         (vsnprintf): Fix bug when generated string was too long for the buffer.
21079         Test here whether the string length is > INT_MAX.
21080
21081 2006-08-28  Bruno Haible  <bruno@clisp.org>
21082
21083         * lib/inttypes_.h (SCNX*): Remove definitions.
21084         Reported by Eric Blake.
21085
21086 2006-08-28  Bruno Haible  <bruno@clisp.org>
21087
21088         * lib/c-strstr.h: New file, from GNU gettext.
21089         * lib/c-strstr.c: New file, from GNU gettext.
21090
21091 2006-08-28  Bruno Haible  <bruno@clisp.org>
21092
21093         * gnulib-tool: Reorder some statements.
21094
21095 2006-08-28  Bruno Haible  <bruno@clisp.org>
21096
21097         * gnulib-tool: New option --makefile-name.
21098         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
21099         $makefile_name.
21100         (func_import): Write $makefile_name to the cache file, and read it from
21101         there unless explicitly specified. Use $makefile_name as file name
21102         instead of Makefile.am. Adjust the recommendations accordingly.
21103
21104 2006-08-28  Bruno Haible  <bruno@clisp.org>
21105
21106         * gnulib-tool (func_verify_module): Check against misapplying patch.
21107
21108 2006-08-28  Bruno Haible  <bruno@clisp.org>
21109
21110         * gnulib-tool (func_relativize, func_relconcat): New functions.
21111         Give an error if --local-dir is given with --update.
21112         Remove trailing slashes from $local_gnulib_dir.
21113         (func_import): Store the relativized $local_gnulib_dir in
21114         gnulib-cache.m4, and read it from there if not specified explicitly.
21115
21116 2006-08-28  Bruno Haible  <bruno@clisp.org>
21117
21118         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
21119         is the current directory. Respect also $local_gnulib_dir.
21120
21121 2006-08-28  Bruno Haible  <bruno@clisp.org>
21122             Simon Josefsson  <jas@extundo.com>
21123
21124         BeOS portability.
21125         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
21126
21127 2006-08-27  Jim Meyering  <jim@meyering.net>
21128
21129         * doc/visibility.texi: Remove duplicate word: "pointer".
21130
21131 2006-08-26  Bruno Haible  <bruno@clisp.org>
21132
21133         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
21134         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
21135         (Makefile.am): Create inttypes.h from inttypes_.h.
21136         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
21137
21138         * modules/imaxabs: New file.
21139
21140         * modules/imaxdiv: New file.
21141
21142 2006-08-26  Bruno Haible  <bruno@clisp.org>
21143
21144         * m4/inttypes.m4: New file.
21145         * m4/_inttypes_h.m4: Remove file.
21146         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
21147         PRI_MACROS_BROKEN.
21148         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
21149
21150         * m4/imaxabs.m4: New file.
21151
21152         * m4/imaxdiv.m4: New file.
21153
21154 2006-08-26  Bruno Haible  <bruno@clisp.org>
21155
21156         * lib/inttypes_.h: New file.
21157         * lib/inttypes.h: Remove file.
21158         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
21159
21160         * lib/imaxabs.c: New file.
21161
21162         * lib/imaxdiv.c: New file.
21163
21164 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21165
21166         New config-h module, so that "make" output needn't be cluttered
21167         by -DHAVE_CONFIG_H.
21168         * MODULES.html.sh (Support for building libraries and executables):
21169         Add config-h.
21170         * modules/config-h: New file.
21171         * gnulib-tool (nl, sed_transform_lib_file): New vars.
21172         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
21173         the config-h module is used.
21174
21175         New configmake module, so that "make" output needn't be cluttered
21176         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
21177         * MODULES.html.sh (Support for building libraries and executables):
21178         Add configmake.
21179         * modules/configmake: New file.
21180
21181 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21182
21183         * m4/config-h.m4: New file.
21184
21185 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21186
21187         * config/srclist.txt: Add elisp-comp.
21188
21189 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21190
21191         * MODULES.html.sh (Support for building libraries and executables):
21192         Add elisp-comp.
21193         * build-aux/elisp-comp: New file.
21194         * modules/elisp-comp: New file.
21195
21196 2006-08-24  Bruno Haible  <bruno@clisp.org>
21197
21198         * gnulib-tool (func_create_testdir): Use non-default values of
21199         sourcebase and m4base.
21200
21201 2006-08-24  Bruno Haible  <bruno@clisp.org>
21202
21203         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
21204         HTML structure.
21205
21206 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21207
21208         * modules/openat (Depends-on): Add lchown.
21209
21210 2006-08-23  Bruno Haible  <bruno@clisp.org>
21211
21212         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
21213         of gl_LOCK_EARLY instead of gl_LOCK.
21214
21215 2006-08-23  Bruno Haible  <bruno@clisp.org>
21216
21217         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
21218         on OSF/1 to no.
21219         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
21220
21221 2006-08-23  Bruno Haible  <bruno@clisp.org>
21222
21223         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
21224         as unusable.
21225
21226         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
21227         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
21228         (gl_LOCK): New macro.
21229
21230 2006-08-22  Simon Josefsson  <jas@extundo.com>
21231
21232         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
21233         to md5 module.
21234
21235 2006-08-22  Simon Josefsson  <jas@extundo.com>
21236
21237         * MODULES.html.sh: Add "Support for maintaining and release
21238         projects".
21239
21240         * build-aux/gnupload: New file, from coreutils.
21241
21242 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
21243
21244         Avoid the need for AC_LIBSOURCES in m4 macros.
21245         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
21246         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
21247         * modules/check-version (EXTRA_DIST): Add check-version.h.
21248         * modules/crc (EXTRA_DIST): Add crc.h.
21249         * modules/des (EXTRA_DIST): Add des.h.
21250         * modules/gc (EXTRA_DIST): Add gc.h.
21251         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
21252         * modules/getline (EXTRA_DIST): Add getline.h.
21253         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
21254         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
21255         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
21256         * modules/md2 (EXTRA_DIST): Add md2.h.
21257         * modules/md4 (EXTRA_DIST): Add md4.h.
21258         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
21259         * modules/read-file (EXTRA_DIST): Add read-file.h.
21260         * modules/readline (EXTRA_DIST): Add readline.h.
21261         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
21262         rijndael-api-fst.h.
21263
21264 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
21265
21266         * m4/rijndael.m4 (gl_ARCFOUR):
21267         * m4/arctwo.m4 (gl_ARCTWO):
21268         * m4/check-version.m4 (gl_CHECK_VERSION):
21269         * m4/crc.m4 (gl_CRC):
21270         * m4/des.m4 (gl_DES):
21271         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
21272         * m4/gc.m4 (gl_GC):
21273         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
21274         * m4/getline.m4 (gl_FUNC_GETLINE):
21275         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
21276         * m4/hmac-md5.m4 (gl_HMAC_MD5):
21277         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
21278         * m4/md2.m4 (gl_MD2):
21279         * m4/md4.m4 (gl_MD4):
21280         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
21281         * m4/read-file.m4 (gl_FUNC_READ_FILE):
21282         * m4/readline.m4 (gl_FUNC_READLINE):
21283         * m4/rijndael.m4 (gl_RIJNDAEL):
21284         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
21285         to get the necessary .h files and whatnot.
21286
21287 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
21288
21289         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
21290         gnulib rather than the other way around.
21291         * config/srclistvars.sh (COREUTILS): Remove.
21292
21293 2006-08-22  Jim Meyering  <jim@meyering.net>
21294
21295         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
21296
21297         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
21298
21299 2006-08-22  Eric Blake  <ebb9@byu.net>
21300
21301         * modules/regexprops-generic: New file.
21302         * MODULES.html.sh (Support for building documentation): List it.
21303
21304 2006-08-22  Eric Blake  <ebb9@byu.net>
21305
21306         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
21307         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
21308         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
21309         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
21310
21311 2006-08-22  Bruno Haible  <bruno@clisp.org>
21312
21313         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
21314         and lib_LTLIBRARIES like the other lib_* variables.
21315
21316 2006-08-22  Bruno Haible  <bruno@clisp.org>
21317
21318         * build-aux/x-to-1.in: New file, from GNU gettext.
21319
21320 2006-08-22  Bruno Haible  <bruno@clisp.org>
21321
21322         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
21323         <utmpx.h> exists.
21324
21325 2006-08-22  Bruno Haible  <bruno@clisp.org>
21326
21327         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
21328         <utmpx.h> exists.
21329
21330 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
21331
21332         BeOS portability.
21333         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
21334         exist.
21335         Problem reported by Bruno Haible.
21336
21337 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
21338
21339         Avoid the need for AC_LIBSOURCES in m4 macros.
21340         * modules/acl (EXTRA_DIST): Add acl.h.
21341         * modules/argmatch (Files): Add m4/argmatch.m4.
21342         (configure.ac): Add gl_ARGMATCH.
21343         (EXTRA_DIST): Renamed from lib_SOURCES, for
21344         consistency with the other modules.  Remove argmatch.c.
21345         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
21346         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
21347         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
21348         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
21349         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
21350         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
21351         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
21352         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
21353         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
21354         * modules/closeout (EXTRA_DIST): Add closeout.h.
21355         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
21356         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
21357         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
21358         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
21359         dirname.h; remove basename.c and stripslash.c.
21360         * modules/exclude (EXTRA_DIST): Add exclude.h.
21361         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
21362         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
21363         * modules/file-type (EXTRA_DIST): Add file-type.h.
21364         * modules/filemode (EXTRA_DIST): Add filemode.h.
21365         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
21366         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
21367         * modules/fpending (EXTRA_DIST): Add __fpending.h.
21368         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
21369         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
21370         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
21371         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
21372         * modules/getdate (EXTRA_DIST): Add getdate.c.
21373         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
21374         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
21375         * modules/getpass (EXTRA_DIST): Add getpass.h.
21376         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
21377         * modules/group-member (EXTRA_DIST): Add group-member.h.
21378         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
21379         * modules/hash (EXTRA_DIST): Add hash.h.
21380         * modules/human (EXTRA_DIST): Add human.h.
21381         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
21382         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
21383         * modules/lchown (EXTRA_DIST): Add lchown.h.
21384         * modules/long-options (EXTRA_DIST): Add long-options.h.
21385         * modules/lstat (EXTRA_DIST): Add lstat.h.
21386         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
21387         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
21388         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
21389         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
21390         * modules/memxor (EXTRA_DIST): Add memxor.h.
21391         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
21392         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
21393         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
21394         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
21395         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
21396         * modules/physmem (EXTRA_DIST): Add physmem.h.
21397         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
21398         * modules/posixver (EXTRA_DIST): Add posixver.h.
21399         * modules/quote (EXTRA_DIST): Add quote.h.
21400         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
21401         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
21402         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
21403         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
21404         regex_internal.h regexec.c.
21405         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
21406         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
21407         * modules/same (EXTRA_DIST): Add same.h.
21408         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
21409         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
21410         * modules/savedir (EXTRA_DIST): Add savedir.h.
21411         * modules/sha1 (EXTRA_DIST): Add sha1.h.
21412         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
21413         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
21414         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
21415         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
21416         * modules/strdup (EXTRA_DIST): Add strdup.h.
21417         * modules/strftime (EXTRA_DIST): Add strftime.h.
21418         * modules/strndup (EXTRA_DIST): Add strndup.h.
21419         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
21420         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
21421         * modules/time_r (EXTRA_DIST): Add time_r.h.
21422         * modules/timespec (EXTRA_DIST): Add timespec.h.
21423         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
21424         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
21425         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
21426         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
21427         * modules/userspec (EXTRA_DIST): Add userspec.h.
21428         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
21429         * modules/utimens (EXTRA_DIST): Add utimens.h.
21430         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
21431         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
21432         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
21433         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
21434         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
21435         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
21436         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
21437         * modules/yesno (EXTRA_DIST): Add yesno.h.
21438
21439 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
21440
21441         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
21442
21443         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
21444         * m4/dev-ino.m4, same-inode.m4: Remove.
21445
21446         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
21447         * m4/acl.m4 (AC_FUNC_ACL):
21448         * m4/backupfile.m4 (gl_BACKUPFILE):
21449         * m4/c-strtod.m4 (gl_C99_STRTOLD):
21450         * m4/canon-host.m4 (gl_CANON_HOST):
21451         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21452         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
21453         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
21454         * m4/cloexec.m4 (gl_CLOEXEC):
21455         * m4/close-stream.m4 (gl_CLOSE_STREAM):
21456         * m4/closeout.m4 (gl_CLOSEOUT):
21457         * m4/dirfd.m4 (gl_FUNC_DIRFD):
21458         * m4/dirname.m4 (gl_DIRNAME):
21459         * m4/exclude.m4 (gl_EXCLUDE):
21460         * m4/exitfail.m4 (gl_EXITFAIL):
21461         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
21462         * m4/file-type.m4 (gl_FILE_TYPE):
21463         * m4/filemode.m4 (gl_FILEMODE):
21464         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
21465         * m4/fpending.m4 (gl_FUNC_FPENDING):
21466         * m4/fprintftime.m4 (gl_FPRINTFTIME):
21467         * m4/fts.m4 (gl_FUNC_FTS):
21468         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
21469         * m4/getdate.m4 (gl_GETDATE):
21470         * m4/gethrxtime.m4 (gl_GETHRXTIME):
21471         * m4/getpagesize.m4 (gl_GETPAGESIZE):
21472         * m4/getpass.m4 (gl_FUNC_GETPASS):
21473         * m4/gettime.m4 (gl_GETTIME):
21474         * m4/getugroups.m4 (gl_GETUGROUPS):
21475         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
21476         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
21477         * m4/hard-locale.m4 (gl_HARD_LOCALE):
21478         * m4/hash.m4 (gl_HASH):
21479         * m4/idcache.m4 (gl_IDCACHE):
21480         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
21481         * m4/lchown.m4 (gl_FUNC_LCHOWN):
21482         * m4/long-options.m4 (gl_LONG_OPTIONS):
21483         * m4/lstat.m4 (gl_FUNC_LSTAT):
21484         * m4/md5.m4 (gl_MD5):
21485         * m4/memcasecmp.m4 (gl_MEMCASECMP):
21486         * m4/memcoll.m4 (gl_MEMCOLL):
21487         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
21488         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
21489         * m4/memxor.m4 (gl_MEMXOR):
21490         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
21491         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
21492         * m4/modechange.m4 (gl_MODECHANGE):
21493         * m4/mountlist.m4 (gl_MOUNTLIST):
21494         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21495         * m4/openat.m4 (gl_FUNC_OPENAT):
21496         * m4/pathmax.m4 (gl_PATHMAX):
21497         * m4/physmem.m4 (gl_PHYSMEM):
21498         * m4/posixtm.m4 (gl_POSIXTM):
21499         * m4/posixver.m4 (gl_POSIXVER):
21500         * m4/quote.m4 (gl_QUOTE):
21501         * m4/quotearg.m4 (gl_QUOTEARG):
21502         * m4/readtokens.m4 (gl_READTOKENS):
21503         * m4/readutmp.m4 (gl_READUTMP):
21504         * m4/regex.m4 (gl_REGEX):
21505         * m4/safe-read.m4 (gl_SAFE_READ):
21506         * m4/safe-write.m4 (gl_SAFE_WRITE):
21507         * m4/same.m4 (gl_SAME):
21508         * m4/save-cwd.m4 (gl_SAVE_CWD):
21509         * m4/savedir.m4 (gl_SAVEDIR):
21510         * m4/settime.m4 (gl_SETTIME):
21511         * m4/sha1.m4 (gl_SHA1):
21512         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
21513         * m4/stat-macros.m4 (gl_STAT_MACROS):
21514         * m4/stat-time.m4 (gl_STAT_TIME):
21515         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
21516         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
21517         * m4/strdup.m4 (gl_FUNC_STRDUP):
21518         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
21519         * m4/strndup.m4 (gl_FUNC_STRNDUP):
21520         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
21521         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
21522         * m4/time_r.m4 (gl_TIME_R):
21523         * m4/timespec.m4 (gl_TIMESPEC):
21524         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
21525         * m4/unlinkdir.m4 (gl_UNLINKDIR):
21526         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
21527         * m4/userspec.m4 (gl_USERSPEC):
21528         * m4/utimecmp.m4 (gl_UTIMECMP):
21529         * m4/utimens.m4 (gl_UTIMENS):
21530         * m4/xalloc.m4 (gl_XALLOC):
21531         * m4/xgetcwd.m4 (gl_XGETCWD):
21532         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
21533         * m4/xreadlink.m4 (gl_XREADLINK):
21534         * m4/xstrtod.m4 (gl_XSTRTOD):
21535         * m4/yesno.m4 (gl_YESNO):
21536         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
21537         to get the necessary .h files and whatnot.
21538
21539 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
21540             Bruno Haible  <bruno@clisp.org>
21541
21542         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
21543         /bin/sh understanding of '!' conditional negation.
21544
21545 2006-08-21  Jim Meyering  <jim@meyering.net>
21546
21547         * modules/openat (Depends-on): Really alphabetize.
21548
21549         * modules/acl (Depends-on): Add error and quote.
21550
21551         * check-module (find_included_lib_files): Add at-func.c to the
21552         ok-to-include-more-than-once white list.
21553
21554         * modules/openat (Depends-on): Add lstat.  Alphabetize.
21555
21556 2006-08-21  Bruno Haible  <bruno@clisp.org>
21557
21558         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21559         Emit a pkgdata_DATA variable only if some snippets add contents to it.
21560         Reported by Martin Lambers <marlam@marlam.de>.
21561
21562 2006-08-21  Bruno Haible  <bruno@clisp.org>
21563
21564         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
21565         specify an installation location, don't emit a noinst_LIBRARIES or
21566         noinst_LTLIBRARIES assignment.
21567
21568 2006-08-21  Bruno Haible  <bruno@clisp.org>
21569
21570         BeOS portability.
21571         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
21572         BeOS has mbrtowc() but no <wctype.h>.
21573
21574 2006-08-21  Bruno Haible  <bruno@clisp.org>
21575
21576         BeOS portability.
21577         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
21578         exist.
21579
21580 2006-08-21  Bruno Haible  <bruno@clisp.org>
21581
21582         BeOS portability.
21583         * lib/mbchar.h: Include <wctype.h> only if it exists.
21584
21585 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21586
21587         Remove files that are no longer needed by their respective modules.
21588         * m4/obstack.m4: Remove.
21589         * m4/strerror_r.m4: Remove.
21590         * m4/uint32_t.m4: Remove.
21591         * m4/uintptr_t.m4: Remove.
21592         * m4/ullong_max.m4: Remove.
21593         * m4/xstrtoimax.m4: Remove.
21594         * m4/xstrtoumax.m4: Remove.
21595
21596         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
21597         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
21598         dependencies now capture this.
21599
21600         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
21601         Do not use AC_LIBSOURCES, since gnulib modules now do this.
21602         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
21603         * m4/human.m4 (gl_HUMAN): Likewise.
21604         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
21605         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
21606
21607         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
21608
21609         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
21610         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
21611         stdint.
21612         * m4/human.m4 (gl_HUMAN): Likewise.
21613         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
21614         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
21615         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
21616         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
21617         * m4/xstrtol (gl_XSTRTOL): Likewise.
21618
21619         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
21620         AC_TYPE_LONG_LONG_INT.
21621         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
21622         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
21623         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
21624         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
21625
21626         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
21627         on stdbool.
21628
21629         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
21630         (gl_PREREQ_XSTRTOUL): Remove.
21631
21632         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
21633
21634         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
21635         mode.
21636
21637 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21638
21639         Add and change modules to make it easier for coreutils to use
21640         gnulib-tool.
21641         * modules/backupfile (Files): Remove m4/d-ino.m4.
21642         (Depends-on): Add d-ino.
21643         * modules/cycle-check (Depends-on): Add stdint.
21644         (lib_SOURCES): Add cycle-check.h.
21645         * modules/d-ino: New module.
21646         * modules/d-type: New module.
21647         * modules/error (Files): Remove m4/strerror_r.m4.
21648         * modules/filemode (Files): Add m4/st_dm_mode.m4.
21649         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
21650         m4/inttypes_h.m4, m4/uintmax_t.m4.
21651         (Depends-on): Add stdint.
21652         (lib_SOURCES): Add fsusage.h.
21653         * modules/getcwd (Files): Remove d-ino.m4.
21654         (Depends-on): Add d-ino.
21655         * modules/getndelim2 (Depends-on): Add stdint.
21656         * modules/glob (Files): Remove m4/d-type.m4.
21657         (Depends-on): Add d-type.
21658         * modules/host-os: New module.
21659         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
21660         m4/inttypes_h.m4, m4/uintmax_t.m4.
21661         * Depends-on: Add stdint.
21662         (lib_SOURCES): Add human.h.
21663         * modules/inttostr (Files): Remove m4/intmax_t.m4,
21664         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
21665         m4/uintmax_t.m4, m4/ulonglong.m4.
21666         (Depends-on): Add stdint.
21667         (EXTRA_DIST): Add inttostr.h.
21668         * modules/lchmod: New module.
21669         * modules/link-follow: New module.
21670         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
21671         (Depends-on): Add lchmod.
21672         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
21673         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
21674         (Depends-on): Add stdint.
21675         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
21676         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
21677         (Depends-on): Add stdint.
21678         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
21679         * modules/perl: New module.
21680         * modules/regex (Depends-on): Add stdint.
21681         * modules/rmdir-errno: New module.
21682         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
21683         m4/intmax_t.m4.
21684         (Depends-on): Add stdint.
21685         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
21686         m4/uintmax_t.m4.
21687         (Depends-on): Add stdint.
21688         * modules/unlink-busy: New module.
21689         * modules/utimecmp (Depends-on): Add stdint.
21690         * modules/uptime: New module.
21691         * modules/winsz-ioctl: New module.
21692         * modules/winsz-termios: New module.
21693         * modules/xnanosleep (Depends-on): Add nanosleep.
21694         * modules/ullong_max: Remove.
21695         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
21696         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
21697         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
21698         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
21699         (Depends-on): Add inttypes.
21700         (lib_SOURCES): Add xstrtol.h.
21701         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
21702         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
21703         * MODULES.html.sh: Move 'assert' into the assert section.
21704         Move 'dummy' into the linking section.
21705         Remove ullong_max.
21706         Add section for compatibility checks for POSIX:2001 functions,
21707         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
21708         winsz-ioctl, and winsz-termios into it.
21709         Add lchmod.
21710         Add top-level Misc section and put host-os, perl, and uptime
21711         into it.
21712
21713 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21714
21715         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
21716         now assume the stdint module.  Do not include inttypes.h.
21717         * lib/fsusage.h: Likewise.
21718         * lib/getndelim2.c: Likewise.
21719         * lib/human.h: Likewise.
21720         * lib/inttostr.h: Likewise.
21721         * lib/obstack.c: Likewise.
21722         * lib/regex_internal.h: Likewise.
21723         * lib/tempname.c: Likewise.
21724         * lib/utimecmp.c: Likewise.
21725         * lib/xstrtol.h: Likewise.
21726
21727         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
21728
21729         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
21730         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
21731         * lib/xtime.h: Likewise.
21732
21733 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21734
21735         * modules/openat (Files): Add lib/fchmodat.c.
21736         Fixes problem reported by Jay Youngman.
21737
21738 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21739
21740         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
21741         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
21742
21743 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
21744             Bruno Haible  <bruno@clisp.org>
21745
21746         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
21747         and is a script that invokes bison. Tighten the code. Add comments.
21748
21749 2006-08-18  Jim Meyering  <jim@meyering.net>
21750
21751         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
21752         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
21753         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
21754         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
21755
21756 2006-08-18  Bruno Haible  <bruno@clisp.org>
21757
21758         * modules/bison-i18n: New file.
21759         * MODULES.html.sh (Internationalization functions): Add it.
21760
21761 2006-08-18  Bruno Haible  <bruno@clisp.org>
21762
21763         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
21764         sys/statvfs.h. When getmntinfo was found, check its declaration and
21765         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
21766
21767 2006-08-18  Bruno Haible  <bruno@clisp.org>
21768
21769         * m4/bison-i18n.m4: New file, from bison.
21770
21771 2006-08-18  Bruno Haible  <bruno@clisp.org>
21772
21773         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
21774         (ME_DUMMY): Treat "kernfs" as a dummy.
21775         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
21776
21777 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21778
21779         Update from coreutils.
21780
21781         2006-08-15  Jim Meyering  <jim@meyering.net>
21782
21783         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
21784
21785         2006-01-17  Jim Meyering  <jim@meyering.net>
21786
21787         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
21788
21789         2006-01-11  Jim Meyering  <jim@meyering.net>
21790
21791         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
21792         Check for the lchmod function.
21793
21794 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21795
21796         Update from coreutils.
21797
21798         * lib/__fpending.h: Add copyright notice.
21799         * lib/fprintftime.h: Likewise.
21800         * lib/savedir.c: Use (C) in copyright notice.
21801         * lib/savedir.h: Likewise.
21802
21803         2006-08-15  Jim Meyering  <jim@meyering.net>
21804
21805         * lib/at-func.c: New file, with the logic of all emulated at-functions.
21806         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
21807         in support of the EXPECTED_ERRNO macro.
21808         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
21809         definitions.  Instead, define the appropriate symbols and include
21810         "at-func.c".
21811         * lib/mkdirat.c (mkdirat): Likewise.
21812         * lib/fchmodat.c (fchmodat): Likewise.
21813         (ENOSYS): Remove definition.
21814         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
21815         it.  Don't include "unistd--.h" -- it wasn't ever used.
21816
21817         2006-01-17  Jim Meyering  <jim@meyering.net>
21818
21819         Rewrite fts.c not to change the current working directory,
21820         by using openat, fstatat, fdopendir, etc..
21821
21822         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
21823         (HAVE_OPENAT_SUPPORT): Define.
21824         [_LIBC] (fchdir): Don't undef or define; no longer used.
21825         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
21826         Now, this `function' always succeeds, and consumes its file descriptor
21827         parameter -- so callers must not close such FDs.  Update callers.
21828         (diropen_fd, opendirat, cwd_advance_fd): New functions.
21829         (diropen): Add parameter, SP.  Adjust all callers.
21830         Implement using diropen_fd, rather than open.
21831         (fts_open): Initialize new member, fts_cwd_fd.
21832         Remove fts_rft-setting code.
21833         (fts_close): Close fts_cwd_fd, if necessary.
21834         (__opendir2): Define in terms of opendir or opendirat,
21835         depending on whether the FST_NOCHDIR flag is set.
21836         (fts_build): Since fts_safe_changedir consumes its FD, and since
21837         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
21838         and close the dup'd file descriptor upon failure.
21839         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
21840         (fts_safe_changedir): Tweak semantics to reflect that this function
21841         now calls cwd_advance_fd and hence consumes its FD argument.
21842         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
21843         [struct FTS] (fts_rft): Remove now-unused member.
21844         [struct FTS] (fts_cycle.state): Improve comment.
21845
21846         * lib/openat.c (openat_needs_fchdir): New function.
21847         * lib/openat.h (openat_needs_fchdir): Declare it.
21848
21849 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21850
21851         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
21852         Problem and fix reported by Pádraig Brady in
21853         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
21854
21855 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21856
21857         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
21858
21859 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         * lib/memcoll.c (memcoll): Optimize for the common case where the
21862         arguments are bytewise equal.
21863
21864 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21865
21866         * doc/regexprops-generic.texi: Add a copyright notice.
21867
21868 2006-08-15  Bruno Haible  <bruno@clisp.org>
21869
21870         * modules/tmpdir (License): Change to LGPL.
21871
21872 2006-08-15  Bruno Haible  <bruno@clisp.org>
21873
21874         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
21875         module.
21876
21877 2006-08-14  Simon Josefsson  <jas@extundo.com>
21878
21879         * config/srclist.txt: Add gnupload.
21880
21881 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21882
21883         Change copyright notice from LGPL 2 to GPL 2, since that's the
21884         standard form used in the gnulib repository.
21885         * tests/test-lock.c: Likewise.
21886         * tests/test-stdint.c: Likewise.
21887         * tests/test-tls.c: Likewise.
21888
21889         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
21890         prelude-manager.  User shorter URLs for GNU projects, without '?'.
21891         Add copyright notice.
21892
21893         * check-module: Add copyright notice.  Output a copyright
21894         notice if "--version" is specified.
21895         * modules/COPYING: New file.
21896         * tests/test-getaddrinfo.c: Add copyright notice.
21897         * tests/test-verify.c: Likewise.
21898
21899 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21900
21901         Change copyright notice from LGPL 2 to GPL 2, since that's the
21902         standard form used in the gnulib repository.
21903         * lib/lock.c: LGPL -> GPL.
21904         * lib/lock.h: Likewise.
21905         * lib/strnlen1.c: Likewise.
21906         * lib/strnlen1.h: Likewise.
21907         * lib/tls.c: Likewise.
21908         * lib/tls.h: Likewise.
21909         * lib/tmpdir.c: Likewise.
21910
21911         * lib/TODO: Remove; this belongs only in coreutils.
21912
21913 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21914
21915         Add copyright notices to long-enough files that lack them, since
21916         otherwise the files aren't clearly free.  Use the same notice that
21917         getdate.texi already uses.
21918         * doc/alloca-opt.texi: Add copyright notice.
21919         * doc/alloca.texi: Likewise.
21920         * doc/ctime.texi: Likewise.
21921         * doc/functions.texi: Likewise.
21922         * doc/gcd.texi: Likewise.
21923         * doc/gnulib-tool.texi: Likewise.
21924         * doc/inet_ntoa.texi: Likewise.
21925         * doc/visibility.texi: Likewise.
21926
21927         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
21928         * doc/quote.texi: Add copyright notice.
21929
21930         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
21931         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
21932         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
21933         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
21934         is now obsolete, and give a pointer to the Sun list.
21935         Add copyright notice.
21936
21937 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21938
21939         * config/srclistvars.sh: Add copyright notice.
21940
21941 2006-08-14  Eric Blake  <ebb9@byu.net>
21942
21943         Import the following change from libc:
21944
21945         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
21946
21947         Upstream bug 2997.
21948         * lib/misc/error.c: Add space between program name and message if file
21949         name is missing.
21950
21951 2006-08-12  Karl Berry  <karl@gnu.org>
21952
21953         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
21954         remove, these originate in gnulib now.
21955
21956 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21957
21958         * doc/Makefile (standards.info standards.html standards.dvi):
21959         Also depend on make-stds.texi.
21960
21961 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
21962
21963         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
21964         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
21965
21966         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
21967         in wchar_t.  Problem reported by Eric Blake.
21968
21969         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
21970         LEN is smaller than SIZE.  Suggested by Bruno Haible.
21971         Also, help the compiler to keep LEN in a register.
21972
21973 2006-08-11  Eric Blake  <ebb9@byu.net>
21974
21975         * users.txt: Sort.  Add tar.
21976
21977 2006-08-11  Bruno Haible  <bruno@clisp.org>
21978
21979         * users.txt: New file.
21980
21981 2006-08-11  Bruno Haible  <bruno@clisp.org>
21982
21983         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
21984         before <wchar.h>. Needed for OSF/1 and BSD/OS.
21985
21986 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21987
21988         * modules/snprintf (Depends-on): Remove minmax.
21989         (Maintainer): Add self and Bruno.
21990
21991 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21992
21993         * lib/.cppi-disable: Add snprintf.h, socket_.h.
21994         * lib/snprintf.c: Include <errno.h> and <limits.h>.
21995         (EOVERFLOW): Define if the system does not.
21996         Do not include "minmax.h"; it wasn't used.
21997         (snprintf): Don't assume size_t promotes to an unsigned type.
21998         Fix bug when generated string was too long for the buffer: the
21999         buffer's contents are supposed to be the initial prefix of the
22000         output.  Don't assume vasnprintf returns EOVERFLOW if the size
22001         exceeds INT_MAX; do the check ourselves.
22002
22003         Import the following changes from libc:
22004
22005         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
22006
22007         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
22008         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
22009         set wc to the byte which couldn't be converted.
22010         (re_string_reconstruct): Don't clear valid_raw_len before calling
22011         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
22012         tip_context using re_string_context_at.
22013
22014         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
22015
22016         * lib/posix/regex.h: g++ still cannot handled [restrict].
22017
22018         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
22019
22020         * lib/posix/regex.h: Remove special handling for VMS.
22021
22022 2006-08-10  Jim Meyering  <jim@meyering.net>
22023
22024         * modules/same-inode: New module.
22025         * modules/dev-ino: New module.
22026         * modules/cycle-check: Depend on these modules, rather than simply
22027         including their .h files.
22028         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
22029         required via m4/cycle-check.m4.
22030         * modules/same: Depend on new same-inode module, rather than
22031         including same-inode.h.
22032         * modules/chdir-safer: New file.
22033
22034         * modules/chown (Depends-on): Add stat-macros.
22035
22036 2006-08-10  Jim Meyering  <jim@meyering.net>
22037
22038         * m4/cycle-check.m4: New file.
22039         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
22040         * m4/dev-ino.m4, m4/same-inode.m4: New files.
22041
22042 2006-08-10  Eric Blake  <ebb9@byu.net>
22043
22044         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
22045         in from original proposal.
22046
22047 2006-08-10  Eric Blake  <ebb9@byu.net>
22048         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22049
22050         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
22051         namespace.
22052
22053 2006-08-10  Bruno Haible  <bruno@clisp.org>
22054
22055         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
22056         as well.
22057
22058 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22059
22060         Sync from coreutils.
22061
22062         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
22063
22064         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
22065         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
22066
22067 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22068
22069         * modules/restrict: Remove; no longer needed now that we assume
22070         Autoconf 2.59 or later.
22071         * MODULES.html.sh: Remove 'restrict'.
22072         * modules/argp (Depends-on): Remove 'restrict'.
22073         * modules/base64 (Depends-on): Likewise.
22074         * modules/gc (Depends-on): Likewise.
22075         * modules/getaddrinfo (Depends-on): Likewise.
22076         * modules/glob (Depends-on): Likewise.
22077         * modules/inet_ntop (Depends-on): Likewise.
22078         * modules/inet_pton (Depends-on): Likewise.
22079         * modules/memxor (Depends-on): Likewise.
22080         * modules/regex (Depends-on): Likewise.
22081         * modules/strtok_r (Depends-on): Likewise.
22082         * modules/time_r (Depends-on): Likewise.
22083
22084 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22085
22086         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
22087         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
22088         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22089         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
22090         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
22091         * m4/memxor.m4 (gl_MEMXOR): Likewise.
22092         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
22093         gl_C_RESTRICT replaced by AC_C_RESTRICT.
22094
22095         Merge from coreutils.
22096         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
22097         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
22098         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
22099         * m4/time_r.m4 (gl_TIME_R): Likewise.
22100
22101 2006-08-09  Karl Berry  <karl@gnu.org>
22102
22103         * config/srclist.txt: no more gettext-tools, per Bruno.
22104
22105 2006-08-08  Eric Blake  <ebb9@byu.net>
22106
22107         * modules/verror: New module.
22108         * MODULES.html.sh: Document it.
22109
22110 2006-08-08  Eric Blake  <ebb9@byu.net>
22111
22112         * lib/verror.h, lib/verror.c: New files.
22113
22114 2006-08-08  Eric Blake  <ebb9@byu.net>
22115
22116         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
22117         verror_at_line output complies with GNU Coding Standards even when
22118         file is NULL.
22119
22120 2006-08-07  Bruno Haible  <bruno@clisp.org>
22121
22122         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
22123         versions of AIX.
22124         Reported by Ralf Wildenhues.
22125
22126 2006-08-07  Bruno Haible  <bruno@clisp.org>
22127
22128         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
22129         in an AC_DEFUN. Needed so that the autoconf snippets can use
22130         AC_REQUIRE.
22131
22132 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22133
22134         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22135         Initialize pkgdata_DATA.
22136         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
22137         overriding it.
22138
22139 2006-08-06  Eric Blake  <ebb9@byu.net>
22140
22141         * lib/error.h: Fold in some upstream changes from glibc.
22142         * lib/error.c: Likewise.
22143
22144 2006-08-04  Bruno Haible  <bruno@clisp.org>
22145
22146         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22147         Make the mostlyclean-local rule depend on mostlyclean-generic.
22148         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
22149
22150 2006-07-31  Bruno Haible  <bruno@clisp.org>
22151
22152         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
22153         <stdlib.h>, <string.h>.
22154
22155 2006-07-30  Bruno Haible  <bruno@clisp.org>
22156
22157         * modules/readlink (License): Change to LGPL.
22158
22159 2006-07-30  Bruno Haible  <bruno@clisp.org>
22160
22161         * modules/javaversion (Makefile.am): Distribute javaversion.java and
22162         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
22163         set PKGDATADIR to point to it.
22164
22165 2006-07-30  Bruno Haible  <bruno@clisp.org>
22166
22167         * modules/csharpexec (configure.ac): Comment out macro invocation.
22168         * modules/javaexec (configure.ac): Likewise.
22169         * modules/javacomp-script (configure.ac): Likewise.
22170
22171         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
22172
22173 2006-07-30  Bruno Haible  <bruno@clisp.org>
22174
22175         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
22176         linked-list.
22177
22178 2006-07-30  Bruno Haible  <bruno@clisp.org>
22179
22180         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
22181
22182 2006-07-30  Bruno Haible  <bruno@clisp.org>
22183
22184         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22185         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
22186         get removed.
22187
22188 2006-07-29  Bruno Haible  <bruno@clisp.org>
22189
22190         Make it possible for gnulib-tool to work with locally modified or
22191         augmented gnulib repositories.
22192         * gnulib-tool (func_usage): Document --local-dir option.
22193         (local_gnulib_dir): New variable.
22194         Handle --local-dir option.
22195         (func_lookup_file): New function.
22196         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
22197         (func_get_description, func_get_filelist, func_get_description,
22198         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
22199         func_get_automake_snippet, func_get_include_directive,
22200         func_get_license, func_get_maintainer): Use func_lookup_file.
22201         (func_import, func_create_testdir): Use func_lookup_file.
22202
22203 2006-07-29  Bruno Haible  <bruno@clisp.org>
22204
22205         * modules/setenv (Depends-on): Add unistd.
22206
22207 2006-07-29  Bruno Haible  <bruno@clisp.org>
22208
22209         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
22210
22211 2006-07-29  Bruno Haible  <bruno@clisp.org>
22212
22213         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
22214
22215 2006-07-29  Bruno Haible  <bruno@clisp.org>
22216
22217         * gnulib-tool (import, update): If there is no Makefile.am, look at
22218         aclocal.m4, instead of bailing out.
22219
22220 2006-07-29  Bruno Haible  <bruno@clisp.org>
22221
22222         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
22223         Categorize the options by when they are useful.
22224
22225 2006-07-29  Bruno Haible  <bruno@clisp.org>
22226
22227         * gnulib-tool (func_usage): Document option --no-libtool.
22228         Handle option --no-libtool.
22229         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
22230         for changed semantics of $libtool variable.
22231         (func_import): Likewise. If libtool is not used, show this through
22232         an option --no-libtool.
22233         (func_create_testdir): Update.
22234
22235 2006-07-29  Bruno Haible  <bruno@clisp.org>
22236
22237         * gnulib-tool (func_import): Extend error message about missing
22238         --doc-base.
22239
22240 2006-07-29  Bruno Haible  <bruno@clisp.org>
22241
22242         * gnulib-tool (func_import): Don't create the $docbase directory if
22243         there is no file to store there.
22244
22245 2006-07-29  Bruno Haible  <bruno@clisp.org>
22246
22247         * gnulib-tool (autoconf_minversion): If a --dir option is given and
22248         relevant, look for configure.ac there, not in the current directory.
22249         Also use a simple search for AC_PREREQ, not "autoconf --trace".
22250
22251 2006-07-29  Bruno Haible  <bruno@clisp.org>
22252
22253         * gnulib-tool (SORT): New variable.
22254         (func_usage): Undocument --assume-autoconf option.
22255         Remove --assume-autoconf option handling.
22256         (autoconf_minversion): Determine from the contents of configure.ac.
22257         (func_import): Remove autoconf_minversion handling.
22258         Suggested by Eric Blake.
22259
22260 2006-07-29  Bruno Haible  <bruno@clisp.org>
22261
22262         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
22263
22264 2006-07-29  Bruno Haible  <bruno@clisp.org>
22265
22266         * config/srclist.txt (*setenv.[ch]): Remove rules.
22267
22268 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22269
22270         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
22271
22272 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22273
22274         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
22275         arpa/inet.h.
22276
22277 2006-07-28  Simon Josefsson  <jas@extundo.com>
22278
22279         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
22280         * modules/inet_pton (Depends-on): Likewise.
22281
22282 2006-07-28  Simon Josefsson  <jas@extundo.com>
22283
22284         * m4/netinet_in_h.m4: New file.
22285
22286 2006-07-28  Simon Josefsson  <jas@extundo.com>
22287
22288         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
22289         #include's.
22290
22291 2006-07-28  Simon Josefsson  <jas@extundo.com>
22292
22293         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
22294         #include's.
22295
22296 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
22297
22298         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
22299         setgid on directories only if they set these bits.
22300         * lib/modechange.h: Remove obsolete comment about masks.
22301
22302 2006-07-28  Eric Blake  <ebb9@byu.net>
22303
22304         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
22305         macro expansion.
22306
22307 2006-07-28  Bruno Haible  <bruno@clisp.org>
22308
22309         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
22310
22311 2006-07-28  Bruno Haible  <bruno@clisp.org>
22312
22313         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
22314
22315 2006-07-28  Bruno Haible  <bruno@clisp.org>
22316
22317         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
22318         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
22319         Define fallbacks.
22320         Avoids link error on FreeBSD 4.x.
22321         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22322
22323         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
22324         encoding.
22325         * lib/mbswidth.c (iswcntrl): Likewise.
22326
22327 2006-07-27  Bruno Haible  <bruno@clisp.org>
22328
22329         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
22330         test.
22331
22332 2006-07-27  Bruno Haible  <bruno@clisp.org>
22333
22334         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
22335         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
22336         defined.
22337
22338 2006-07-26  Eric Blake  <ebb9@byu.net>
22339
22340         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
22341
22342 2006-07-26  Eric Blake  <ebb9@byu.net>
22343
22344         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
22345         like mingw that lack mkstemp.
22346         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
22347         avoid compilation warning on mingw.
22348
22349 2006-07-26  Bruno Haible  <bruno@clisp.org>
22350
22351         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
22352         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
22353         INT_FAST*_MIN, INTPTR_MIN.
22354
22355 2006-07-25  Bruno Haible  <bruno@clisp.org>
22356
22357         * modules/version-etc (Depends-on): Add stdarg.
22358
22359 2006-07-25  Bruno Haible  <bruno@clisp.org>
22360
22361         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
22362         complex commands.
22363
22364 2006-07-25  Bruno Haible  <bruno@clisp.org>
22365
22366         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
22367         defined in <stdarg.h> or config.h.
22368
22369 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
22370
22371         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
22372         (gl_STDIO_SAFER): Remove.
22373
22374 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
22375
22376         * MODULES.html.sh (File stream based Input/Output):
22377         Add fopen-safer, tmpfile-safer; remove stdio-safer.
22378         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
22379         * modules/fopen-safer, modules/tmpfile-safer: New files.
22380         * modules/stdio-safer: Remove.
22381
22382 2006-07-24  Bruno Haible  <bruno@clisp.org>
22383
22384         * modules/tmpdir: New file.
22385         * MODULES.html.sh (File system functions): Add it.
22386
22387 2006-07-24  Bruno Haible  <bruno@clisp.org>
22388
22389         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
22390         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
22391
22392 2006-07-24  Bruno Haible  <bruno@clisp.org>
22393
22394         * modules/clean-temp: New file.
22395
22396 2006-07-24  Bruno Haible  <bruno@clisp.org>
22397
22398         * m4/tmpdir.m4: New file, from GNU gettext.
22399
22400 2006-07-24  Bruno Haible  <bruno@clisp.org>
22401
22402         * lib/tmpdir.h: New file, from GNU gettext.
22403         * lib/tmpdir.c: New file, from GNU gettext.
22404
22405 2006-07-24  Bruno Haible  <bruno@clisp.org>
22406
22407         * lib/clean-temp.h: New file, from GNU gettext.
22408         * lib/clean-temp.c: New file, from GNU gettext.
22409
22410 2006-07-23  Eric Blake  <ebb9@byu.net>
22411
22412         * modules/stdio-safer (Files): Add tmpfile-safer.c.
22413         (Depends-on): Add binary-io.
22414
22415 2006-07-23  Eric Blake  <ebb9@byu.net>
22416
22417         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
22418
22419 2006-07-23  Eric Blake  <ebb9@byu.net>
22420
22421         * lib/tmpfile-safer.c: New file.
22422         * lib/stdio-safer.h (fopen_safer): Add prototype.
22423         * lib/stdio--.h (tmpfile): Make safer.
22424
22425 2006-07-23  Bruno Haible  <bruno@clisp.org>
22426
22427         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
22428         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
22429         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
22430         gl_linked_remove_at): Use it.
22431
22432 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22433         and Simon Josefsson <jas@extundo.com>
22434
22435         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
22436
22437         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
22438
22439 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22440
22441         * modules/close-stream: New file.
22442         * modules/closeout (Description): Make it clear that it exits
22443         with a diagnostic on error.
22444         (Depends-on): Add close-stream.  Remove fpending, stdbool.
22445         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
22446
22447 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22448
22449         * m4/close-stream.m4: New file.
22450
22451 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22452
22453         * lib/close-stream.c, lib/close-stream.h: New files.
22454
22455 2006-07-22  Bruno Haible  <bruno@clisp.org>
22456
22457         Merge from GNU gettext 0.15.
22458
22459         2006-05-01  Bruno Haible  <bruno@clisp.org>
22460
22461                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
22462
22463         2006-07-22  Bruno Haible  <bruno@clisp.org>
22464
22465                 * modules/javaversion: New file.
22466                 * MODULES.html.sh (Java): Add javaversion.
22467
22468         2006-03-12  Bruno Haible  <bruno@clisp.org>
22469
22470                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
22471
22472         2005-12-04  Bruno Haible  <bruno@clisp.org>
22473
22474                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
22475                 (untested).
22476
22477         2006-06-21  Bruno Haible  <bruno@clisp.org>
22478
22479                 Avoid warnings from recent versions of mcs.
22480                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
22481                 -o, -L, -r any more. Use options documented since mcs-1.0
22482                 instead. Similarly for -g.
22483
22484         2005-12-04  Bruno Haible  <bruno@clisp.org>
22485
22486                 * build-aux/csharpcomp.sh.in: Suffix for resources is
22487                 .resources, not .resource.
22488
22489         2005-07-09  Bruno Haible  <bruno@clisp.org>
22490
22491                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
22492                 add a .dll suffix.
22493                 Reported by Mark Junker <mjscod@gmx.de>.
22494
22495         2006-07-22  Bruno Haible  <bruno@clisp.org>
22496
22497                 * modules/gettext: Upgrade to gettext-0.15.
22498                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
22499                 m4/visibility.m4.
22500                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
22501
22502 2006-07-22  Bruno Haible  <bruno@clisp.org>
22503
22504         Merge from GNU gettext 0.15.
22505
22506         2006-03-25  Bruno Haible  <bruno@clisp.org>
22507
22508                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
22509
22510         2006-07-21  Bruno Haible  <bruno@clisp.org>
22511
22512                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
22513                 "1.1".
22514
22515         2006-05-09  Bruno Haible  <bruno@clisp.org>
22516
22517                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
22518                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
22519                 for the conftestver execution.
22520
22521         2006-05-01  Bruno Haible  <bruno@clisp.org>
22522
22523                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
22524                 optional target-version argument. Verify that the compiler
22525                 groks source of the specified source-version, or add -source
22526                 option as necessary. Verify that the compiler produces
22527                 bytecode in the specified target-version, or add -target and
22528                 -source options as necessary. Make the result of the test
22529                 available as variable CONF_JAVAC. Also log error output in
22530                 config.log.
22531
22532         2006-03-11  Bruno Haible  <bruno@clisp.org>
22533
22534                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
22535
22536         2006-05-09  Bruno Haible  <bruno@clisp.org>
22537
22538                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
22539                 CLASSPATH_SEPARATOR to a semicolon.
22540
22541         2006-03-12  Bruno Haible  <bruno@clisp.org>
22542
22543                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
22544                 available as variable CONF_JAVA, for subsequent autoconf
22545                 tests. Also log error output in config.log.
22546
22547         2006-07-19  Bruno Haible  <bruno@clisp.org>
22548
22549                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
22550                 that getline works on glibc2 systems. Needed to avoid trouble
22551                 in relocatable.c.
22552                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
22553
22554         2005-12-04  Bruno Haible  <bruno@clisp.org>
22555
22556                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
22557                 launcher (untested).
22558
22559         2005-12-04  Bruno Haible  <bruno@clisp.org>
22560
22561                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
22562
22563         2006-07-22  Bruno Haible  <bruno@clisp.org>
22564
22565                 * gettext.m4: Update from GNU gettext-0.15.
22566                 * nls.m4: Likewise.
22567                 * po.m4: Likewise.
22568                 * inttypes-pri.m4: Likewise.
22569                 * inttypes-h.m4: Renamed from inttypes.m4.
22570                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
22571
22572 2006-07-22  Bruno Haible  <bruno@clisp.org>
22573
22574         Merge from GNU gettext 0.15.
22575
22576         2005-07-05  Bruno Haible  <bruno@clisp.org>
22577
22578                 * printf-args.c (printf_fetchargs): Work around broken
22579                 definition of wint_t on mingw.
22580
22581         2005-02-12  Bruno Haible  <bruno@clisp.org>
22582
22583                 * xallocsa.h: Add extern "C" for C++.
22584
22585         2006-05-17  Bruno Haible  <bruno@clisp.org>
22586
22587                 Cygwin portability.
22588                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
22589
22590         2006-04-30  Bruno Haible  <bruno@clisp.org>
22591
22592                 * progreloc.c: Include <mach-o/dyld.h> if available.
22593                 (find_executable): Use _NSGetExecutablePath when possible.
22594
22595         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22596
22597                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
22598                 function.
22599
22600         2005-12-29  Bruno Haible  <bruno@clisp.org>
22601
22602                 * progreloc.c (set_program_name_and_installdir): Fix
22603                 compilation error.
22604
22605         2005-12-04  Bruno Haible  <bruno@clisp.org>
22606
22607                 Cygwin portability.
22608                 * progreloc.c: Include <windows.h> also on Cygwin.
22609                 (find_executable): Add support for Cygwin.
22610                 (set_program_name_and_installdir): Handle also platforms with
22611                 nonempty EXEEXT.
22612
22613         2006-07-11  Bruno Haible  <bruno@clisp.org>
22614
22615                 * javacomp.c: Fix a comment.
22616                 Reported by Jim Meyering.
22617
22618         2006-04-30  Bruno Haible  <bruno@clisp.org>
22619
22620                 * javacomp.h (compile_java_class): Add source_version,
22621                 target_version arguments.
22622                 * javacomp.c: Rewritten to choose only a compiler that
22623                 respects the specified source_version and target_version.
22624
22625         2006-06-27  Bruno Haible  <bruno@clisp.org>
22626
22627                 Assume correct S_ISDIR macro.
22628                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
22629
22630         2006-07-22  Bruno Haible  <bruno@clisp.org>
22631
22632                 * javaversion.h: New file, from GNU gettext.
22633                 * javaversion.c: New file, from GNU gettext.
22634                 * javaversion.java: New file, from GNU gettext.
22635                 * javaversion.class: New file, from GNU gettext.
22636
22637         2006-05-17  Bruno Haible  <bruno@clisp.org>
22638
22639                 Cygwin portability.
22640                 * javaexec.c (execute_java_class): Test for jview program
22641                 also on Cygwin.
22642
22643         2006-04-09  Bruno Haible  <bruno@clisp.org>
22644
22645                 * fatal-signal.c: Don't include string.h.
22646                 (at_fatal_signal): Use a copying loop instead of memcpy.
22647
22648         2005-12-04  Bruno Haible  <bruno@clisp.org>
22649
22650                 * csharpexec.c: Add support for 'clix' launcher (untested).
22651                 (execute_csharp_using_sscli): New function.
22652                 (execute_csharp_program): Call it.
22653
22654         2006-06-21  Bruno Haible  <bruno@clisp.org>
22655
22656                 Avoid warnings from recent versions of mcs.
22657                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
22658                 -o, -L, -r any more. Use options documented since mcs-1.0
22659                 instead. Similarly for -g.
22660
22661         2005-07-09  Bruno Haible  <bruno@clisp.org>
22662
22663                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
22664                 add a .dll suffix.
22665                 Reported by Mark Junker <mjscod@gmx.de>.
22666
22667         2006-06-17  Bruno Haible  <bruno@clisp.org>
22668
22669                 * config.charset: Update for NetBSD 3.0.
22670
22671         2006-05-17  Bruno Haible  <bruno@clisp.org>
22672
22673                 Cygwin portability.
22674                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
22675
22676         2006-05-16  Bruno Haible  <bruno@clisp.org>
22677
22678                 * localcharset.c [CYGWIN]: Include <windows.h>.
22679                 (get_charset_aliases): For Cygwin, return the same CPxxx
22680                 aliases list as under WIN32.
22681                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
22682                 the environment variables. Fall back to GetACP().
22683
22684         2006-04-05  Bruno Haible  <bruno@clisp.org>
22685
22686                 * config.charset: Update Juan Manuel Guerrero's address.
22687
22688         2005-02-12  Bruno Haible  <bruno@clisp.org>
22689
22690                 * allocsa.h: Add extern "C" for C++.
22691
22692         2005-02-10  Bruno Haible  <bruno@clisp.org>
22693
22694                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
22695                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
22696
22697         2006-07-22  Bruno Haible  <bruno@clisp.org>
22698
22699                 * gettext.h: Update to GNU gettext-0.15.
22700
22701 2006-07-22  Bruno Haible  <bruno@clisp.org>
22702
22703         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
22704         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
22705         lib-prefix.m4, longdouble.m4, ssize_t.m4.
22706
22707 2006-07-21  Eric Blake  <ebb9@byu.net>
22708
22709         * modules/stdlib-safer: New file.
22710         * MODULES.html.sh (File stream based Input/Output): Add
22711         stdlib-safer.
22712
22713 2006-07-21  Eric Blake  <ebb9@byu.net>
22714
22715         * lib/stdlib-safer.h: New file from coreutils, required by
22716         stdlib--.h.
22717
22718 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
22719
22720         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
22721
22722 2006-07-20  Bruno Haible  <bruno@clisp.org>
22723
22724         * gnulib-tool: Recognize new option --assume-autoconf.
22725         (autoconf_minversion): New variable.
22726         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
22727
22728 2006-07-20  Bruno Haible  <bruno@clisp.org>
22729
22730         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
22731
22732 2006-07-19  Derek R. Price  <derek@ximbiot.com>
22733
22734         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
22735         Reindent and repaginate.
22736
22737 2006-07-19  Derek Price  <derek@ximbiot.com>
22738
22739         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
22740         Correct grammar.
22741
22742 2006-07-17  Bruno Haible  <bruno@clisp.org>
22743
22744         * modules/list: New file.
22745         * modules/array-list: New file.
22746         * modules/carray-list, modules/carray-list-tests: New files.
22747         * modules/linked-list, modules/linked-list-tests: New files.
22748         * modules/avltree-list, modules/avltree-list-tests: New files.
22749         * modules/rbtree-list, modules/rbtree-list-tests: New files.
22750         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
22751         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
22752         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
22753         * modules/oset: New file.
22754         * modules/array-oset: New file.
22755         * modules/avltree-oset, modules/avltree-oset-tests: New files.
22756         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
22757         * tests/test-carray_list.c: New file.
22758         * tests/test-linked_list.c: New file.
22759         * tests/test-avltree_list.c: New file.
22760         * tests/test-rbtree_list.c: New file.
22761         * tests/test-linkedhash_list.c: New file.
22762         * tests/test-avltreehash_list.c: New file.
22763         * tests/test-rbtreehash_list.c: New file.
22764         * tests/test-avltree_oset.c: New file.
22765         * tests/test-rbtree_oset.c: New file.
22766         * MODULES.html.sh (Container data structures): New section.
22767
22768 2006-07-17  Bruno Haible  <bruno@clisp.org>
22769
22770         * m4/gl_list.m4: New file.
22771
22772 2006-07-17  Bruno Haible  <bruno@clisp.org>
22773
22774         * lib/gl_list.h: New file.
22775         * lib/gl_list.c: New file.
22776         * lib/gl_array_list.h: New file.
22777         * lib/gl_array_list.c: New file.
22778         * lib/gl_carray_list.h: New file.
22779         * lib/gl_carray_list.c: New file.
22780         * lib/gl_linked_list.h: New file.
22781         * lib/gl_linked_list.c: New file.
22782         * lib/gl_anylinked_list1.h: New file.
22783         * lib/gl_anylinked_list2.h: New file.
22784         * lib/gl_avltree_list.h: New file.
22785         * lib/gl_avltree_list.c: New file.
22786         * lib/gl_anyavltree_list1.h: New file.
22787         * lib/gl_anyavltree_list2.h: New file.
22788         * lib/gl_rbtree_list.h: New file.
22789         * lib/gl_rbtree_list.c: New file.
22790         * lib/gl_anyrbtree_list1.h: New file.
22791         * lib/gl_anyrbtree_list2.h: New file.
22792         * lib/gl_anytree_list1.h: New file.
22793         * lib/gl_anytree_list2.h: New file.
22794         * lib/gl_linkedhash_list.h: New file.
22795         * lib/gl_linkedhash_list.c: New file.
22796         * lib/gl_anyhash_list1.h: New file.
22797         * lib/gl_anyhash_list2.h: New file.
22798         * lib/gl_avltreehash_list.h: New file.
22799         * lib/gl_avltreehash_list.c: New file.
22800         * lib/gl_rbtreehash_list.h: New file.
22801         * lib/gl_rbtreehash_list.c: New file.
22802         * lib/gl_anytreehash_list1.h: New file.
22803         * lib/gl_anytreehash_list2.h: New file.
22804
22805         * lib/gl_oset.h: New file.
22806         * lib/gl_oset.c: New file.
22807         * lib/gl_array_oset.h: New file.
22808         * lib/gl_array_oset.c: New file.
22809         * lib/gl_avltree_oset.h: New file.
22810         * lib/gl_avltree_oset.c: New file.
22811         * lib/gl_rbtree_oset.h: New file.
22812         * lib/gl_rbtree_oset.c: New file.
22813         * lib/gl_anytree_oset.h: New file.
22814
22815 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22816
22817         * m4/mkancesdirs.m4: New file.
22818         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
22819         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
22820         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
22821         it.
22822
22823 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22824
22825         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
22826         * lib/mkancesdirs.h: New files.
22827         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
22828         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
22829         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
22830         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
22831         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
22832         callers changed.  Revamp internals significantly, by not
22833         attempting to create directories that are temporarily more
22834         permissive than the final results.  Do not attempt to use
22835         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
22836         This removes some race conditions, fixes some bugs, and simplifies
22837         things.  Use new dirchownmod function to do owner and mode changes.
22838         * lib/mkdir-p.h: Likewise.
22839         * lib/modechange.c (octal_to_mode): New function.
22840         (struct mode_change): New member mentioned.
22841         (make_node_op_equals): New arg mentioned.  All callers changed.
22842         (mode_compile): Keep track of which mode bits the user has explicitly
22843         mentioned.
22844         (mode_adjust): New arg DIR, so that we implement the X op correctly.
22845         New arg PMODE_BITS, to keep track of which mode bits the user
22846         mentioned; it treats S_ISUID and S_ISGID speciall.
22847         All callers changed.
22848         * lib/modechange.h: Likewise.
22849
22850 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22851
22852         * MODULES.html.sh: Add mkancestors.
22853         * modules/mkancesdirs: New module.
22854         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
22855         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
22856         The chdir-safer and afs files are now orphans; I'll remove them
22857         unless someone speaks up.
22858         Add lib/dirchownmod.c, lib/dirchownmod.h.
22859         (Depends-on): Remove alloca, chown, save-cwd, dirname.
22860         Add lchown, mkancesdirs.
22861         (Maintainer): Add self.
22862
22863 2006-07-15  Karl Berry  <karl@gnu.org>
22864
22865         * gnulib-tool: help message wording/arrangement.
22866
22867 2006-07-14  Simon Josefsson  <jas@extundo.com>
22868
22869         * doc/gnulib.texi (Libtool and Windows): New section.
22870
22871 2006-07-12  Simon Josefsson  <jas@extundo.com>
22872
22873         * modules/gendocs (License): Fix license, approved by Karl.
22874
22875 2006-07-12  Eric Blake  <ebb9@byu.net>
22876
22877         * MODULES.html.sh: Add gendocs.
22878
22879 2006-07-11  Eric Blake  <ebb9@byu.net>
22880
22881         * modules/fdl: New module, to install doc/fdl.texi.
22882         * MODULES.html.sh: Add new section for documentation modules.
22883         * gnulib-tool: Avoid space-tab.
22884         (--doc-base): New option, to manage files from doc.
22885
22886 2006-07-11  Eric Blake  <ebb9@byu.net>
22887
22888         * m4/absolute-header.m4: Fix comments to match recent change.
22889
22890 2006-07-11  Eric Blake  <ebb9@byu.net>
22891
22892         * gnulib-tool: List --doc-base before --tests-base.
22893
22894 2006-07-11  Derek R. Price  <derek@ximbiot.com>
22895
22896         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
22897
22898 2006-07-11  Bruno Haible  <bruno@clisp.org>
22899
22900         * README: Mention where to put documentation.
22901
22902 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22903
22904         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
22905
22906 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22907
22908         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
22909         to stdint.m4.
22910
22911 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
22912
22913         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
22914         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
22915         "no/such/file/stdint.h" when there is no such file, so that
22916         the resulting C code can be parsed by dodgy compilers.
22917         Problems reported by Bob Proulx.
22918
22919 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22920
22921         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
22922         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22923         macros into the GNU _D_EXACT_NAMLEN.
22924         * lib/savedir.c:  Likewise.
22925         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
22926
22927 2006-07-10  Derek R. Price  <derek@ximbiot.com>
22928         and Paul Eggert  <eggert@cs.ucla.edu>
22929
22930         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
22931         * m4/savedir.m4:
22932         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
22933         macros into the GNU _D_EXACT_NAMLEN.
22934
22935 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22936
22937         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
22938         around the absolute name, to work around a problem with the HP-UX
22939         11.23 native C compiler, reported by Bob Proulx.
22940
22941 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22942
22943         * doc/maintain.texi, make-stds.texi: Sync from
22944         <http://savannah.gnu.org/projects/gnustandards>.
22945
22946 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22947
22948         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
22949
22950 2006-07-09  Jim Meyering  <jim@meyering.net>
22951
22952         * m4/glob.m4: Remove a doubled word in a comment.
22953
22954 2006-07-09  Jim Meyering  <jim@meyering.net>
22955
22956         * lib/argp-pv.c: Remove a doubled word in a comment.
22957         * lib/check-version.c (check_version): Likewise.
22958         * lib/javacomp.c (compile_java_class): Likewise.
22959
22960 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
22961
22962         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
22963         for the benefit of people using Autoconf 2.60.  If you want to
22964         support older Autoconf versions you can copy m4/onceonly_2_57.m4
22965         (or m4/onceonly.m4, if pre-2.57) manually.
22966
22967 2006-07-08  Jim Meyering  <jim@meyering.net>
22968
22969         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
22970         comment.
22971         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
22972         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
22973         comment.
22974
22975 2006-07-08  Jim Meyering  <jim@meyering.net>
22976
22977         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
22978
22979 2006-07-07  Simon Josefsson  <jas@extundo.com>
22980
22981         * tests/test-crc.c: Change expected crc value, the test vector
22982         were probably computed using the old broken crc.c?
22983
22984 2006-07-06  Simon Josefsson  <jas@extundo.com>
22985
22986         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
22987         now the canonical place for the M4 file).
22988
22989         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
22990         from the sys_socket dependency now.
22991
22992         * modules/inet_pton (Files): Ditto.
22993
22994         * modules/inet_ntop (Files): Ditto.
22995
22996 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22997
22998         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
22999         not gl_PREREQ_GETUSERSHELL.
23000
23001 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23002
23003         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
23004         with only one argument, for Autoconf 2.60.
23005         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
23006         expand to nothing, so add a shell command to avoid syntax error.
23007         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23008
23009 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23010
23011         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
23012
23013 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23014
23015         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
23016         no longer needed.  Check for isblank decl.
23017         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
23018         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
23019         of existence.
23020
23021 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23022
23023         * lib/getloadavg.c: Use __VMS, not VMS.
23024         * lib/getopt.c: Likewise.
23025         * lib/getpagesize.h: Likewise.
23026         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
23027         and probably does not work.
23028
23029 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23030
23031         * lib/.cppi-disable: Add wcwidth.
23032         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
23033         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
23034         (ISGRAPH): Remove.  All uses changed to isgraph.
23035         (FOLD) [!defined _LIBC]: Remove special case.
23036         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
23037         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
23038         HAVE_ISBLANK.
23039         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
23040         case.
23041
23042 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
23043
23044         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
23045         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
23046         brackets.  Other minor changes to suppress some compiler
23047         warnings.
23048
23049 2006-07-06  Derek R. Price  <derek@ximbiot.com>
23050         and Paul Eggert  <eggert@cs.ucla.edu>
23051
23052         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
23053         of invoking obsolescent AC_HEADER_DIRENT macro.
23054         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
23055         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
23056         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
23057         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
23058         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
23059         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23060         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
23061         * m4/readdir.m4: Remove; no longer needed.
23062
23063 2006-07-06  Derek R. Price  <derek@ximbiot.com>
23064         and Paul Eggert  <eggert@cs.ucla.edu>
23065
23066         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
23067         Don't worry about this obsolete case any more.
23068         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
23069         directories.
23070         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
23071         worry about this obsolete case any more.
23072         * lib/fts.c: Likewise.
23073         * lib/getcwd.c: Likewise.
23074         * lib/glob.h: Likewise.
23075         * lib/savedir.c: Likewise.
23076
23077 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23078
23079         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
23080         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
23081         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
23082         needed.
23083         All uses removed.
23084         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23085         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
23086         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
23087         needed.
23088         * m4/getdate.m4 (gl_GETDATE): Likewise.
23089         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
23090         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
23091         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
23092         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23093         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
23094         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23095         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
23096         needed.
23097
23098 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23099
23100         * lib/memcasecmp.c: Include <limits.h>.
23101         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
23102         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
23103         Don't assume isdigit succeeds only on '0' through '9'.
23104
23105 2006-07-05  Eric Blake  <ebb9@byu.net>
23106
23107         * modules/getaddrinfo (Depends-on): Add snprintf.
23108
23109 2006-07-05  Eric Blake  <ebb9@byu.net>
23110
23111         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
23112         to avoid 'header present but could not be compiled' on cygwin.
23113
23114 2006-07-05  Eric Blake  <ebb9@byu.net>
23115
23116         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
23117         missing from netdb.h.
23118         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
23119
23120 2006-07-05  Derek R. Price  <derek@ximbiot.com>
23121
23122         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
23123         no longer needed.
23124         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
23125         * m4/getdate.m4 (gl_GETDATE): Likewise.
23126         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
23127         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
23128         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
23129         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23130         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23131
23132 2006-07-05  Derek R. Price  <derek@ximbiot.com>
23133
23134         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
23135         All uses of is_space replaced by isspace.
23136         * lib/exit.h: Don't talk about STDC_HEADERS.
23137         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
23138         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
23139         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
23140         replaced by isprint etc.
23141         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
23142         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
23143         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
23144         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
23145         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
23146         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
23147
23148 2006-07-05  Bruno Haible  <bruno@clisp.org>
23149
23150         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
23151         the function exists, before testing against AIX.
23152         Reported by Martin Lambers <marlam@marlam.de>.
23153
23154 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
23155
23156         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
23157         From Mark D. Baushke.
23158
23159 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
23160
23161         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
23162         to the absolute name, not just one, to bypass Sun C 5.8's
23163         "warning: #include of /usr/include/... may be non-portable".
23164
23165 2006-07-04  Eric Blake  <ebb9@byu.net>
23166
23167         * modules/dirname-tests: New test module.
23168         * tests/test-dirname.c: New file, replacing dirname.c
23169         TEST_DIRNAME section that was recently deleted.
23170
23171 2006-07-04  Bruno Haible  <bruno@clisp.org>
23172
23173         Assume ANSI C header files and <ctype.h> functions.
23174         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
23175         (mbsnwidth): Use isprint, iscntrl instead.
23176
23177 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23178
23179         Merge from coreutils.
23180         * MODULES.html.sh: Add xstrtold.
23181         * modules/xstrtold: New file.
23182         * modules/cycle-check (Files): Add lib/same-inode.h.
23183         * modules/dirname (Files): Add m4/double-slash-root.m4.
23184         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
23185         * modules/mkdir-p (Files): Add lib/same-inode.h.
23186         * modules/same (Files): Add lib/same-inode.h.
23187
23188 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23189
23190         * m4/absolute-header.m4: Renamed from full-header-path.m4.
23191         This is to keep the terminology clean; POSIX talks about
23192         "absolute pathnames", not "full pathnames", but the GNU
23193         Coding Standards say to use "path" for something else;
23194         so use "absolute" to keep both sides happy.
23195         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
23196         Set gl_absolute_header, not gl_full_header_path.
23197         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
23198         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
23199         All uses changed.
23200
23201         Merge from coreutils.
23202
23203         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
23204
23205         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
23206         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
23207         want to require the building of c-strtod.o.
23208         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
23209         needs -lm directly.
23210         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
23211
23212         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
23213
23214         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
23215         --as-needed option if available.  Problem reported by Albert Chin in
23216         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
23217         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
23218         cc merely issues a bunch of annoying warnings for --as-needed
23219         (this problem was reported by Bob Proulx).  Also, try linking with
23220         -lm to detect a bug in binutils 2.16 (this problem was reported
23221         by Ralf Wildenhues).
23222
23223         2006-06-18  Jim Meyering  <jim@meyering.net>
23224
23225         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
23226         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
23227         macro.
23228         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
23229         also check for glibc-2.4's abort-inducing bug.
23230
23231         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
23232         Low-probability clean-up should be to use rmdir to get rid of
23233         the just-created directory, not unlink.
23234
23235         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
23236         configure fail, and request a bug report to inform us about it.
23237         Add a comment that, barring reports to the contrary, in 2007 we'll
23238         assume ftruncate is universally available.
23239
23240         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
23241
23242         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
23243
23244         2006-03-12  Jim Meyering  <jim@meyering.net>
23245
23246         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
23247         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
23248         * m4/same.m4 (gl_SAME): Likewise.
23249         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
23250
23251         2006-03-11  Eric Blake  <ebb9@byu.net>
23252
23253         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
23254         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
23255         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
23256         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
23257
23258 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23259
23260         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
23261         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
23262         reported by Mark D. Baushke, one in
23263         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
23264
23265         Merge from coreutils.
23266
23267         * lib/.cppi-disable: Add stdint_.h.
23268         * lib/.cvsignore: Add stdint.h.
23269
23270         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
23271
23272         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
23273         both double and long double versions.
23274         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
23275         * lib/xstrtold.c: New file.
23276         * lib/xstrtod.h (xstrtold): New decl.
23277
23278         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
23279
23280         * lib/filemode.c (setst): Remove.
23281         (strmode): Rewrite to avoid setst.  This makes the code shorter,
23282         (arguably) clearer, and the generated code is a bit smaller on my
23283         Debian GNU/Linux stable x86 host.
23284
23285         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
23286
23287         * lib/filemode.c: Include "filemode.h" first, to test the interface.
23288         Assume that filemode.h includes sys/types.h and sys/stat.h.
23289         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
23290         (ftypelet): Reorder to put common cases first, for efficiency.
23291         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
23292         to do 'M'.
23293         (strmode): Renamed from mode_string, and now stores 12 bytes instead
23294         of 10, for compatibility with FreeBSD.  All callers changed.
23295         (filemodestring): Now stores 12 bytes instead of 10, and sets file
23296         types that can't be deduced solely from st_mode.  First arg is now a
23297         const pointer.
23298         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
23299         (strmode): Renamed from mode_string.
23300         (filemodestring): New decl.
23301         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
23302         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
23303         needed.
23304         (S_ISPORT, S_ISWHT): New macros, if not already defined.
23305
23306         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
23307
23308         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
23309         fsusage.h now does that.  Include fsusage.h first, to test interface.
23310         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
23311         at most one method (the old code could have generated decls that
23312         didn't conform to C89, not that this was ever exercised).
23313         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
23314
23315         2006-03-19  Jim Meyering  <jim@meyering.net>
23316
23317         Work even in a chroot where d_ino values for entries in "/"
23318         don't match the stat.st_ino values for the same names.
23319         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
23320         number, iterate through all entries again, using lstat instead.
23321         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
23322         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
23323
23324         * lib/getcwd.c (__getcwd): Clarify a comment.
23325         Use memcpy in place of a call to strcpy.
23326
23327         2006-03-12  Jim Meyering  <jim@meyering.net>
23328
23329         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
23330         matches that of the current directory (which we're about to chdir ".."
23331         out of), then save the dev-ino of the parent, instead.
23332
23333         * lib/same-inode.h (SAME_INODE): New file/macro.
23334         * lib/chdir-safer.c (SAME_INODE): Remove definition.
23335         Include "same-inode.h", instead.
23336         * lib/same.c: Likewise.
23337         * lib/cycle-check.h: Include "same-inode.h".
23338         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
23339         * lib/cycle-check.c (SAME_INODE): Remove definition.
23340         * lib/root-dev-ino.h: Include "same-inode.h".
23341
23342         2006-03-11  Eric Blake  <ebb9@byu.net>
23343
23344         * lib/same.c (same_name): s/base_name/last_component/
23345         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
23346         * lib/filenamecat.c (file_name_concat): Likewise.
23347
23348         2006-03-11  Eric Blake  <ebb9@byu.net>,
23349                     Paul Eggert  <eggert@cs.ucla.edu>
23350
23351         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
23352         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
23353         drive prefix.
23354         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
23355         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
23356         (last_component): New method.
23357         * lib/dirname.c (dir_len): Determine when drive letters need a
23358         subsequent slash.  Preserve // when it is special.
23359         (dir_name): Don't append dot when drive letter is absolute.
23360         [TEST_DIRNAME]: Move into a full-blown gnulib test.
23361         * lib/basename.c (base_name): New semantics - malloc the result.
23362         Preserve // when it is special.  Preserve relative files that look
23363         like drive letters.
23364         (base_len): Preserve // when it is special.
23365         (last_component): New method, similar to old base_name semantics.
23366         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
23367         base_name.  Strip redundant slashes from ///.
23368
23369 2006-07-03  Jim Meyering  <jim@meyering.net>
23370
23371         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
23372         macro is used before the first cycle_check call.
23373
23374 2006-07-03  Eric Blake  <ebb9@byu.net>
23375
23376         * modules/dirname (Depends-on): Add xstrndup.
23377
23378 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
23379
23380         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
23381         test cases, so that config.log is a bit easier to follow.
23382
23383 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
23384
23385         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
23386         both are 64 bits, since this seems to be the tradition, and this
23387         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
23388         we ever run into a host that prefers long long to long in this
23389         case, we'll need another configure-time test.  Problem reported by
23390         Jim Meyering.
23391
23392 2006-07-02  Eric Blake  <ebb9@byu.net>
23393
23394         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
23395
23396 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23397
23398         * modules/inttypes (Depends-on): No longer depends on stdint.
23399         * modules/stdint (Description): Say more about assumptions.
23400         Say that the fast types might differ.  Say macros are used.
23401         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
23402         (Makefile.am): Revise list of substituted symbols to match
23403         new stdint.m4.
23404         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
23405         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
23406         * tests/test-stdint.c (verify_same_types)
23407         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
23408         the code conforms to C99/C89.
23409         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
23410         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
23411
23412 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23413
23414         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
23415         but fix a bug, by requiring at least 64 bits.
23416         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
23417         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
23418         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
23419         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
23420
23421         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
23422         changes.  Make 2.59 a prerequisite.  Check and substitute for
23423         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
23424         inttypes.h.  Do not use special include files; just use the
23425         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
23426         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
23427         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
23428         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
23429         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
23430         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
23431         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
23432         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
23433         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
23434         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
23435         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
23436         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
23437         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
23438         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
23439         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
23440         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
23441         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
23442         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
23443         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
23444         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
23445         WINT_MAX.  Check for C99 conformance more strictly, by detecting
23446         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
23447         not check for things that C99 does not require, e.g., int8_t.  If
23448         a test isn't needed unless <stdint.h> isn't working, and is
23449         unlikely to be needed for any other reason, then don't do it
23450         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
23451         size_t, since we assume C89 freestanding at least.  Do not check
23452         for sig_atomic_t, wchar_t, or wint_t, since the code now does
23453         the right thing even if the types are not defined.  Instead use:
23454         (gl_STDINT_TYPE_PROPERTIES): New macro.
23455         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
23456         testing whether <sys/types.h> clashes, as Autoconf does this for
23457         us now.  All uses removed.
23458         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
23459         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
23460         (gl_CHECK_TYPE_SAME):
23461         Remove; no longer needed.
23462         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
23463         exists, since we'll return 0 anyway in that case.
23464         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
23465
23466 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23467
23468         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
23469         possible collision with system files.
23470         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
23471         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
23472         WCHAR_MIN and WCHAR_MAX in this case.
23473         (<stddef.h>): Do not include; no longer needed.
23474         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
23475         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
23476         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
23477         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
23478         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
23479         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
23480         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
23481         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
23482         !defined(__c99))]: Include in this case too, since it's harmless
23483         now.
23484         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
23485         dangerous to do so.
23486         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
23487         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
23488         (_STDINT_MIN, _STDINT_MAX): New macros.
23489         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
23490         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
23491         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
23492         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
23493         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
23494         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
23495         macros, not typedefs; this simplifies things quite a bit.
23496         Use long int for all types narrower than int64_t.
23497         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
23498         Define in terms of long long int or int64_t or long int,
23499         not int64_t or int32_t.  This saves some compile-time testing.
23500         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
23501         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
23502         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
23503         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
23504         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
23505         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
23506         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
23507         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
23508         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
23509         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
23510         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
23511         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
23512         undef any previous version and define our own version, for
23513         simplicity and consistency with the new macros for types.
23514         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
23515         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
23516         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
23517         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
23518         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
23519         @WINT_T_SUFFIX@ to keep things simple here.
23520         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
23521         Simplify by assuming typical 8/16/32/64 host, since we're
23522         already doing that elsewhere anyway.
23523         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
23524         and assume long long int is 64 bits if available.  This
23525         speeds up 'configure'.
23526
23527 2006-07-01  Eric Blake  <ebb9@byu.net>
23528
23529         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
23530         Reported by Andreas Buening.
23531
23532 2006-07-01  Eric Blake  <ebb9@byu.net>
23533
23534         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
23535
23536 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
23537
23538         * lib/getaddrinfo.c: fixed typo
23539
23540 2006-06-29  Jim Meyering  <jim@meyering.net>
23541
23542         * modules/strftime (Maintainer): Add my name, since with the
23543         FPRINTFTIME changes strftime.c has forked from glibc.
23544
23545 2006-06-29  Eric Blake  <ebb9@byu.net>
23546
23547         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
23548
23549 2006-06-29  Eric Blake  <ebb9@byu.net>
23550
23551         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
23552
23553 2006-06-29  Eric Blake  <ebb9@byu.net>
23554
23555         * lib/stat_.h: New file.
23556
23557 2006-06-29  Eric Blake  <ebb9@byu.net>
23558
23559         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
23560         unused static function.
23561
23562 2006-06-29  Eric Blake  <ebb9@byu.net>
23563
23564         * doc/functions.texi (Function Portability): Document missing lstat
23565         on mingw.
23566
23567 2006-06-29  Eric Blake  <ebb9@byu.net>
23568
23569         * MODULES.html.sh: Add sys_stat.
23570         * modules/sys_stat: New module.
23571         * modules/mkstemp (Depends-on): Add sys_stat.
23572
23573 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23574
23575         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
23576
23577 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23578
23579         * m4/c-bs-a.m4: Removed.
23580
23581 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23582
23583         * lib/strftime.c: Assume strftime() exists.
23584
23585 2006-06-29  Derek Price  <derek@ximbiot.com>
23586
23587         * modules/c-bs-a: Removed - \a is C89.
23588         * MODULES.html.sh: Remove c-bs-a.
23589
23590 2006-06-29  Bruno Haible  <bruno@clisp.org>
23591
23592         * modules/wcwidth (License): Change to LGPL.
23593
23594 2006-06-28  Simon Josefsson  <jas@extundo.com>
23595
23596         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
23597         on _WIN32.
23598
23599         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
23600         getnameinfo.
23601
23602 2006-06-28  Simon Josefsson  <jas@extundo.com>
23603
23604         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
23605
23606 2006-06-28  Simon Josefsson  <jas@extundo.com>
23607
23608         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
23609         functions there.  It will succeed on Windows XP, but on Windows
23610         2000 and (presumably) earlier, it will fail, and use the internal
23611         re-implementation.
23612         (use_win32_p): New function.
23613         (getaddrinfo): Use strtoul on servname, to support numeric ports.
23614         Support AI_NUMERICSERV to disable getservbyname.
23615         (getnameinfo): New function, only supports
23616         NI_NUMERICHOST|NI_NUMERICSERV for now.
23617
23618         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
23619         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
23620         getnameinfo.
23621
23622 2006-06-28  Eric Blake  <ebb9@byu.net>
23623
23624         * modules/wcwidth: New file.
23625         * modules/mbchar (Depends-on): Add wcwidth.
23626         * modules/mbswidth (Depends-on): Add wcwidth.
23627         * MODULES.html.sh: Add wcwidth.
23628
23629 2006-06-28  Eric Blake  <ebb9@byu.net>
23630
23631         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
23632         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
23633
23634 2006-06-28  Eric Blake  <ebb9@byu.net>
23635
23636         * lib/xvasprintf.h: Fix comments.
23637
23638 2006-06-28  Eric Blake  <ebb9@byu.net>
23639
23640         * lib/mbchar.h (wcwidth): Include wcwidth.h.
23641         * lib/mbswidth.c (wcwidth): Move from here...
23642         * lib/wcwidth.h: ...to this new file.
23643
23644 2006-06-28  Derek R. Price  <derek@ximbiot.com>
23645
23646         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
23647
23648         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
23649         it's obsolete.
23650         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
23651
23652 2006-06-28  Derek R. Price  <derek@ximbiot.com>
23653
23654         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
23655         Autoconf 2.60 says this stuff was obsolete.
23656
23657 2006-06-28  Bruno Haible  <bruno@clisp.org>
23658
23659         * modules/wcwidth (Files): Add m4/wchar_t.m4.
23660
23661 2006-06-28  Bruno Haible  <bruno@clisp.org>
23662
23663         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
23664         gt_TYPE_WCHAR_T.
23665
23666 2006-06-28  Bruno Haible  <bruno@clisp.org>
23667
23668         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
23669         declaration for wcwidth.
23670         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
23671
23672 2006-06-28  Bruno Haible  <bruno@clisp.org>
23673
23674         * lib/mkdtemp.c [MINGW]: Include <io.h>.
23675         (mkdir): Define using _mkdir.
23676
23677 2006-06-28  Bruno Haible  <bruno@clisp.org>
23678
23679         * lib/getaddrinfo.h: Fix POSIX URL.
23680         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
23681         _WIN32.
23682         (use_win32_p): Make static.
23683         (getaddrinfo): Reject service name if it is empty or does not consist
23684         solely of decimal digits, or if its value is > 65535.
23685         (getnameinfo): Remove useless casts.
23686
23687 2006-06-27  Simon Josefsson  <jas@extundo.com>
23688
23689         * modules/sys_select: New file, suggested by Bruno Haible, Paul
23690         Eggert and Martin Lambers.
23691
23692 2006-06-27  Simon Josefsson  <jas@extundo.com>
23693
23694         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
23695         Eggert and Martin Lambers.
23696
23697 2006-06-27  Bruno Haible  <bruno@clisp.org>
23698
23699         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
23700         result to 0, not to empty.
23701         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
23702
23703 2006-06-27  Bruno Haible  <bruno@clisp.org>
23704
23705         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
23706
23707 2006-06-26  Simon Josefsson  <jas@extundo.com>
23708
23709         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
23710         present.
23711
23712 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
23713
23714         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
23715         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
23716         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
23717
23718 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
23719
23720         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
23721
23722 2006-06-26  Bruno Haible  <bruno@clisp.org>
23723
23724         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
23725
23726 2006-06-26  Bruno Haible  <bruno@clisp.org>
23727
23728         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
23729
23730 2006-06-26  Bruno Haible  <bruno@clisp.org>
23731
23732         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
23733         SGI C compiler in pre-C99 mode.
23734         Suggested by Mark D. Baushke and Larry Jones.
23735
23736 2006-06-26  Bruno Haible  <bruno@clisp.org>
23737
23738         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
23739         WCHAR_MAX.
23740         Reported by Mark D. Baushke and Larry Jones.
23741
23742 2006-06-26  Bruno Haible  <bruno@clisp.org>
23743
23744         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
23745         in pre-C99 mode.
23746         Suggested by Mark D. Baushke and Larry Jones.
23747
23748 2006-06-23  Simon Josefsson  <jas@extundo.com>
23749             Bruno Haible  <bruno@clisp.org>
23750
23751         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
23752         Emit mostlyclean-local rule.
23753         (func_emit_tests_Makefile_am): Likewise.
23754         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
23755
23756 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
23757
23758         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
23759
23760 2006-06-23  Bruno Haible  <bruno@clisp.org>
23761
23762         * tests/test-stdint.c: Update to match ISO C 99 Technical
23763         Corrigendum 1.
23764
23765 2006-06-23  Bruno Haible  <bruno@clisp.org>
23766
23767         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
23768
23769 2006-06-23  Bruno Haible  <bruno@clisp.org>
23770
23771         * lib/stdint_.h: Treat IRIX like OpenBSD.
23772
23773 2006-06-23  Bruno Haible  <bruno@clisp.org>
23774
23775         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
23776         ISO C 99 Technical Corrigendum 1.
23777
23778 2006-06-22  Simon Josefsson  <jas@extundo.com>
23779
23780         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
23781         MinGW.
23782
23783 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23784
23785         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
23786         needed.  Some compiler complained about some of them.  Problem reported
23787         by Larry Jones in
23788         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
23789
23790 2006-06-21  Simon Josefsson  <jas@extundo.com>
23791
23792         * tests/test-getaddrinfo.c: New file.
23793
23794         * modules/getaddrinfo-tests: New file.
23795
23796         * MODULES.html.sh: Add inet_pton.
23797
23798         * modules/inet_pton: New file.
23799
23800 2006-06-21  Simon Josefsson  <jas@extundo.com>
23801
23802         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
23803         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
23804         of using the (limited) gnulib implementation on Windows XP.
23805
23806         * m4/inet_pton.m4: New file.
23807
23808 2006-06-21  Simon Josefsson  <jas@extundo.com>
23809
23810         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
23811         variable.
23812
23813         * lib/socket_.h: Don't define WINVER.
23814
23815         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
23816         slightly modified to work in gnulib.
23817
23818 2006-06-21  Simon Josefsson  <jas@extundo.com>
23819
23820         * doc/gnulib.texi (Windows sockets): Add.
23821
23822 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
23823
23824         * lib/read-file.c (fread_file): Start with buffer allocation of
23825         0 bytes rather than 1 byte; this simplifies the code.
23826         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
23827         code to free buffer and save/restore errno.
23828         (internal_read_file): Remove unused local.
23829
23830 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
23831
23832         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
23833         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
23834         Problem reported by Denis Excoffier in
23835         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
23836
23837 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23838
23839         * modules/sys_socket, modules/socklen: Include sys/types since
23840         FreeBSD 4.x's sys/socket.h needs it.
23841
23842 2006-06-19  Simon Josefsson  <jas@extundo.com>
23843
23844         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
23845
23846 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
23847
23848         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
23849
23850 2006-06-19  Bruno Haible  <bruno@clisp.org>
23851
23852         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
23853         and FULL_PATH_INTTYPES_H in angle brackets.
23854         Reported by Mark D. Baushke <mdb@gnu.org>.
23855
23856 2006-06-17  Eric Blake  <ebb9@byu.net>
23857
23858         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
23859         errno.
23860
23861 2006-06-17  Bruno Haible  <bruno@clisp.org>
23862
23863         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
23864         <sys/inttypes.h>.
23865
23866 2006-06-17  Bruno Haible  <bruno@clisp.org>
23867
23868         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
23869         whether errno is declared. Assume <errno.h> declares errno.
23870
23871 2006-06-17  Bruno Haible  <bruno@clisp.org>
23872
23873         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
23874
23875 2006-06-17  Bruno Haible  <bruno@clisp.org>
23876
23877         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
23878         problem on Solaris 2.5.1.
23879
23880 2006-06-16  Eric Blake  <ebb9@byu.net>
23881
23882         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
23883         * lib/unicodeio.c [!defined errno]: Likewise.
23884         * lib/strtol.c [!defined errno]: Likewise.
23885         * lib/strtod.c [!defined errno]: Likewise.
23886
23887 2006-06-15  Eric Blake  <ebb9@byu.net>
23888
23889         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
23890
23891 2006-06-15  Eric Blake  <ebb9@byu.net>
23892
23893         * config/srclist.txt (ssize_t.m4): Lose sync.
23894
23895 2006-06-15  Bruno Haible  <bruno@clisp.org>
23896
23897         * modules/stdint (Files): Include m4/full-header-path.m4,
23898         m4/size_max.m4, m4/wchar_t.m4.
23899         (Makefile.am): Many more substitutions.
23900         * modules/stdint-tests: New file.
23901         * tests/test-stdint.c: New file.
23902
23903 2006-06-15  Bruno Haible  <bruno@clisp.org>
23904
23905         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
23906         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
23907         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
23908         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
23909         gl_CHECK_TYPE_SAME): New macros.
23910
23911 2006-06-15  Bruno Haible  <bruno@clisp.org>
23912
23913         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
23914
23915 2006-06-15  Bruno Haible  <bruno@clisp.org>
23916
23917         * lib/stdint_.h: Rewritten to be fully auto-configured.
23918         Fixes bug on HP-UX/IA64.
23919
23920 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
23921
23922         * lib/getdate.y (__attribute__): Don't define if already defined.
23923         Problem reported by Larry Jones.
23924         * lib/utimens.c (__attribute__): Likewise.
23925
23926 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
23927
23928         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
23929         reported by Andreas Schwab.
23930
23931 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23932             Bruno Haible  <bruno@clisp.org>
23933
23934         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
23935         check for the declaration of strnlen and a run test that exposes the
23936         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
23937         rpl_strndup.
23938
23939 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23940             Bruno Haible  <bruno@clisp.org>
23941
23942         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
23943
23944 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23945
23946         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
23947         compile test, for Tru64 4.0D.
23948
23949 2006-05-28  Karl Berry  <karl@gnu.org>
23950
23951         * config/srclist.txt (printf-args.c): lose sync.
23952
23953 2006-05-26  Martin Lambers  <marlam@marlam.de>
23954
23955         * lib/getpass.c: Updates the test for the native W32 API, and adds
23956         missing includes, thus fixing compilation warnings.
23957
23958 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
23959
23960         * lib/exclude.c (exclude_fnmatch): New function.
23961         (excluded_file_name): Call exclude_fnmatch.
23962         * lib/exclude.h (excluded_file_name): New prototype
23963
23964 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
23965
23966         * lib/tempname.c (small_open, large_open): New macros.
23967         (__open, __open64) [!_LIBC]: Remove.
23968         (__gen_tempname): Use small_open and large_open instead of __open
23969         and __open64.  This fixes a portability bug on HP-UX 11.11i
23970         reported by Simon Wing-Tang in
23971         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
23972
23973 2006-05-24  Bruno Haible  <bruno@clisp.org>
23974
23975         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
23976         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
23977         Reported by Thorsten Maerz <torte@netztorte.de> via
23978         Aaron Stone <aaron@serendipity.cx>.
23979
23980 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23981
23982         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
23983         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
23984         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
23985         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
23986         not really conditional on the cache.
23987         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
23988
23989 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23990
23991         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
23992         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
23993         (my_usleep): Don't mishandle maximum value.
23994
23995 2006-05-19  Jim Meyering  <jim@meyering.net>
23996
23997         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
23998
23999 2006-05-17  Bruno Haible  <bruno@clisp.org>
24000
24001         Cygwin portability.
24002         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
24003
24004 2006-05-17  Bruno Haible  <bruno@clisp.org>
24005
24006         * lib/stdint_.h: Fix recognition of Cygwin.
24007
24008 2006-05-15  Bruno Haible  <bruno@clisp.org>
24009
24010         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
24011         on libtool patch by Ralf Wildenhues.
24012
24013 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24014
24015         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
24016         test for C99 conformance; (bool) 0.5 is an integer constant
24017         expression, but (bool) -0.5 is not.  Problem reported by Fedor
24018         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
24019
24020 2006-05-11  Simon Josefsson  <jas@extundo.com>
24021
24022         * m4/xvasprintf.m4: Fix obvious typo.
24023
24024 2006-05-11  Jim Meyering  <jim@meyering.net>
24025
24026         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
24027         James Lemley.
24028
24029 2006-05-10  Simon Josefsson  <jas@extundo.com>
24030
24031         * lib/md4.c: Typo fix, update copyright years.
24032         (K1, K2): Don't use L because it turn computations into 64-bit on
24033         64-bit platforms.
24034
24035 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
24036
24037         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
24038         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
24039         unwanted sign propagation, e.g., on hosts with 64-bit int.
24040         There still are some problems with reeelly weird theoretical hosts
24041         (e.g., 33-bit int) but it's not worth worrying about now.
24042         * lib/sha1.c (rol): Likewise.
24043         (K1, K2, K3, K4): Remove unnecessary L suffix.
24044
24045 2006-05-10  Bruno Haible  <bruno@clisp.org>
24046
24047         * lib/des.c: Cast to avoid warnings.
24048
24049 2006-05-09  Bruno Haible  <bruno@clisp.org>
24050
24051         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
24052         (Depends-on): Depend also on xsize, stdarg.
24053         (configure.ac): Add gl_XVASPRINTF.
24054
24055 2006-05-09  Bruno Haible  <bruno@clisp.org>
24056
24057         * m4/xvasprintf.m4: New file.
24058
24059 2006-05-09  Bruno Haible  <bruno@clisp.org>
24060
24061         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
24062         (EOVERFLOW): Define fallback value.
24063         (xstrcat): New function.
24064         (xvasprintf): Recognize the special case of a string concatenation.
24065
24066 2006-05-08  Eric Blake  <ebb9@byu.net>
24067
24068         * gnulib-tool (func_version): Base copyright year on CVS date.
24069         (func_emit_copyright_notice): New function.
24070         (func_emit_lib_Makefile_am): Use it.
24071         (func_emit_tests_Makefile_am): Likewise.
24072         (func_import): Likewise.
24073
24074 2006-05-08  Bruno Haible  <bruno@clisp.org>
24075
24076         * modules/stdarg: New file.
24077         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
24078
24079 2006-05-08  Bruno Haible  <bruno@clisp.org>
24080
24081         * m4/stdarg.m4: New file, from GNU gettext.
24082
24083 2006-05-08  Bruno Haible  <bruno@clisp.org>
24084
24085         * config/srclist.txt (build-aux/config.rpath): different from latest
24086         release.
24087
24088 2006-05-08  Bruno Haible  <bruno@clisp.org>
24089
24090         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
24091
24092 2006-05-05  Jim Meyering  <jim@meyering.net>
24093
24094         * m4/warning.m4: New file, derived from bison's file by the same name.
24095
24096 2006-05-03  Bruno Haible  <bruno@clisp.org>
24097
24098         * lib/stdint_.h: Shorter URL.
24099         * lib/inttypes.h: Likewise.
24100
24101 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24102
24103         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
24104
24105 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24106
24107         * lib/verify.h: Document the internals better.  Most of this change
24108         was written by Bruno Haible.
24109
24110 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24111
24112         * doc/verify.texi: New file, partly based on a proposal by
24113         Bruno Haible.
24114
24115 2006-05-02  Bruno Haible  <bruno@clisp.org>
24116
24117         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
24118         test from here...
24119         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
24120
24121 2006-04-29  Bruno Haible  <bruno@clisp.org>
24122
24123         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
24124         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
24125
24126 2006-04-29  Bruno Haible  <bruno@clisp.org>
24127
24128         * gnulib-tool: Make --update option actually work.
24129
24130 2006-04-29  Bruno Haible  <bruno@clisp.org>
24131
24132         * doc/gcd.texi: New file.
24133         * doc/gnulib.texi: Include it.
24134
24135 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
24136
24137         * lib/getdate.y (get_date): When adding relative date, start with the
24138         initial time, not with the result of the first mktime call.
24139
24140 2006-04-25  Bruno Haible  <bruno@clisp.org>
24141
24142         * gnulib-tool (func_import): Output the include directives in three
24143         blocks, sorted separately.
24144         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24145
24146 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
24147
24148         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
24149         to define main with arguments, for C++.  Reported by Eric Blake.
24150         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
24151         Prefer 'int main ()' to 'int main (void)', for C++.
24152         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
24153         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
24154         for 'main', for C99 and C++.
24155
24156 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
24157
24158         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
24159         Don't assume that exit status -1 is valid.
24160         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24161         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
24162         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
24163         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
24164         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
24165         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
24166         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
24167         functions can be used without declaring them, or that you can
24168         exit with status -1.
24169         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
24170
24171 2006-04-24  Karl Berry  <karl@gnu.org>
24172
24173         * config/srclist.txt (longdouble.m4): sync lost.
24174
24175 2006-04-24  Eric Blake  <ebb9@byu.net>
24176
24177         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
24178
24179 2006-04-24  Bruno Haible  <bruno@clisp.org>
24180
24181         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
24182         poll() implementation in AIX.
24183         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24184
24185 2006-04-24  Bruno Haible  <bruno@clisp.org>
24186
24187         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
24188         assigned exactly once.
24189
24190 2006-04-23  Claudio Fontana  <claudio@gnu.org>
24191             Bruno Haible  <bruno@clisp.org>
24192
24193         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
24194         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
24195         for AM_CPPFLAGS.
24196
24197 2006-04-23  Bruno Haible  <bruno@clisp.org>
24198
24199         * modules/copy-file: Depend on unistd.
24200         * modules/execute: Likewise.
24201         * modules/fatal-signal: Likewise.
24202         * modules/findprog: Likewise.
24203         * modules/mkdtemp : Likewise.
24204         * modules/pipe: Likewise.
24205         * modules/wait-process: Likewise.
24206
24207 2006-04-23  Bruno Haible  <bruno@clisp.org>
24208
24209         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
24210         condition was already detected.
24211         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24212
24213 2006-04-23  Bruno Haible  <bruno@clisp.org>
24214
24215         * lib/copy-file.c: Include <unistd.h> unconditionally.
24216         * lib/execute.c: Likewise.
24217         * lib/fatal-signal.c: Likewise.
24218         * lib/findprog.c: Likewise.
24219         * lib/mkdtemp.c: Likewise.
24220         * lib/pipe.h: Likewise.
24221         * lib/pipe.c: Likewise.
24222         * lib/wait-process.h: Likewise.
24223
24224 2006-04-23  Bruno Haible  <bruno@clisp.org>
24225
24226         * gnulib-tool (func_usage): Fix --import description. Document
24227         --update.
24228         (func_import): Create temporary file in a temporary directory, if
24229         --dry-run is specified. Silence errors from 'grep' when there are no
24230         m4 files in $m4dir.
24231         (func_create_testdir): Silence errors from 'grep' when there are no
24232         m4 files in $m4dir.
24233         Reported by Karl Berry <karl@freefriends.org>.
24234
24235 2006-04-20  Bruno Haible  <bruno@clisp.org>
24236
24237         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
24238         one argument, so that the code will be portable to Autoconf 2.60.
24239         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
24240         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
24241         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
24242
24243 2006-04-19  Derek Price  <derek@ximbiot.com>
24244             Eric Blake  <ebb9@byu.net>
24245
24246         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
24247         rather than "/full/path.h".  Update comment to match.  Shorten &
24248         generalize m4_translit call via AS_TR_CPP.
24249
24250 2006-04-19  Derek Price  <derek@ximbiot.com>
24251             Eric Blake  <ebb9@byu.net>
24252
24253         * lib/inttypes.h: Correct grammar in comment.
24254
24255 2006-04-18  Derek Price  <derek@ximbiot.com>
24256             Paul Eggert  <eggert@cs.ucla.edu>
24257
24258         * modules/inttypes: New file.
24259         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
24260
24261 2006-04-18  Derek Price  <derek@ximbiot.com>
24262             Paul Eggert  <eggert@cs.ucla.edu>
24263
24264         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
24265         New files.
24266
24267 2006-04-18  Derek Price  <derek@ximbiot.com>
24268             Paul Eggert  <eggert@cs.ucla.edu>
24269
24270         * lib/inttypes.h: New file.
24271         * lib/strtoimax.c: Assume <inttypes.h>.
24272
24273 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
24274
24275         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
24276         isn't mounted.  Problem reported by Kir Kolyshkin.
24277
24278 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
24279
24280         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
24281         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
24282         Derek R. Price.
24283         * lib/regex.h (RE_DUP_MAX): Update comment to match current
24284         implementation.
24285
24286 2006-04-12  Eric Blake  <ebb9@byu.net>
24287
24288         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
24289         is now done automatically by the corresponding Autoconf macro.
24290
24291 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
24292
24293         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
24294         time_r.h.
24295
24296 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24297
24298         Merge regex changes from libc, removing some of our
24299         POSIX-conformance changes that were rejected and redoing them in a
24300         less-intrusive way.
24301
24302         * lib/regcomp.c (re_compile_internal, init_dfa):
24303         Length arg is now size_t, not Idx.  All uses changed.
24304         (peek_token): Forward decl now says internal_function.
24305         (__re_error_msgid, __re_error_msgid_idx):
24306         Now static rather than extern with attribute_hidden.
24307         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
24308         For some reason libc prefers K&R style defns for external functions.
24309         (regerror) [!defined _LIBC]: Likewise.
24310         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
24311         (seek_collating_symbol_entry, lookup_collation_sequence_value):
24312         (build_range_exp, build_collating_symbol):
24313         Use K&R-style defn.
24314         (re_compile_fastmap): Use '\0' to memset, not 0.
24315         (utf8_sb_map): Make the calculations more obvious.
24316         (init_dfa, parse_bracket_exp, build_charclass_op):
24317         Call calloc and cast result, as glibc does.
24318         (init_word_char, fetch_token, peek_token, peek_token_bracket):
24319         (build_range_exp, build_collating_symbol):
24320         Now internal functions.
24321
24322         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
24323
24324         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
24325         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
24326         Don't depend on VMS; depend on __VMS instead, for POSIX
24327         namespace cleanness.
24328         (regoff_t): Define to ssize_t, not long int.
24329
24330         Remove the REG_ macros named below.  Instead, make the old names
24331         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
24332         __USE_GNU_REGEX.
24333         (REG_BACKSLASH_ESCAPE_IN_LISTS):
24334         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
24335         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
24336         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
24337         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
24338         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
24339         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
24340         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
24341         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
24342         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
24343         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
24344         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
24345         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
24346         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
24347         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
24348         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
24349         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
24350         (REG_NREGS):
24351         Remove.  All uses replaced by the old RE_* names.
24352         (RE_BACKSLASH_ESCAPE_IN_LISTS):
24353         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
24354         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
24355         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
24356         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
24357         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
24358         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
24359         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
24360         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
24361         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
24362         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
24363         Don't bother having these macros be independent of each others'
24364         values, since they no longer exist in the POSIX name space.
24365
24366         Rename the following member names back to their old names,
24367         unless !__USE_GNU_REGEX.  All uses changed back.
24368         (buffer): Renamed from re_buffer.
24369         (allocated): Renamed from re_allocated.
24370         (used): Renamed from re_used.
24371         (syntax): Renamed from re_syntax.
24372         (fastmap): Renamed from re_fastmap.
24373         (translate): Renamed from re_translate.
24374         (can_be_null): Renamed from re_can_be_null.
24375         (regs_allocated): Renamed from re_regs_allocated.
24376         (fastmap_accurate): Renamed from re_fastmap_accurate.
24377         (no_sub): Renamed from re_no_sub.
24378         (not_bol): Renamed from re_not_bol.
24379         (not_eol): Renamed from re_not_eol.
24380         (newline_anchor): Renamed from re_newline_anchor.
24381         (num_regs): Renamed from rm_num_regs.
24382         (start): Renamed from rm_start.
24383         (end): Renamed from rm_end.
24384
24385         (free_state): Move up a bit.
24386
24387         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
24388         #define to be empty.
24389         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
24390         when that is what is intended.
24391         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
24392         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
24393         (MAX): New macro.
24394         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
24395         All uses changed back to re_malloc, etc.  It's now the caller's
24396         responsibility to check for overflow; all callers changed.
24397         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
24398         (re_x2nrealloc): Remove.
24399         (free_state): Remove decl.
24400
24401         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
24402         (re_set_registers, re_exec):
24403         Use K&R-style defn.
24404
24405         2006-01-31  Roland McGrath  <roland@redhat.com>
24406
24407         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
24408         Reported by Mike Frysinger <vapier@gentoo.org>.
24409
24410         2006-01-15  Andreas Jaeger  <aj@suse.de>
24411
24412         [BZ #1950]
24413         * lib/regex_internal.c (re_string_reconstruct): Adjust for
24414         build_wcs_upper_buffer change.
24415         (build_wcs_upper_buffer): Change return type.
24416
24417         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
24418
24419         * lib/regex_internal.h: Include <stdint.h> if available.
24420
24421         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
24422
24423         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
24424
24425         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24426
24427         * lib/regcomp.c: Adjust for changed secondary hash function.
24428
24429         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
24430
24431         * lib/regex.h: Pretty printing.
24432         Clean up namespace a bit.
24433
24434         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
24435
24436         * lib/regexec.c (update_cur_sifted_state, check_arrival,
24437         check_arrival_add_next_nodes): Avoid using uninitialized variable.
24438
24439         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24440                     Ulrich Drepper  <drepper@redhat.com>
24441
24442         [BZ #1302]
24443         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
24444         changed.
24445         (bitset_word_t): Renamed from bitset_word.  All uses changed.
24446
24447         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
24448
24449         [BZ #281]
24450         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
24451         * lib/regcomp.c: Remove unnecessary uses of
24452         unsigned RE_TRANSLATE_TYPE.
24453         * lib/regex_internal.h: Likewise.
24454         * lib/regex_internal.c: Likewise.
24455         * lib/regexec.c: Likewise.
24456         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
24457
24458         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
24459
24460         * lib/regexec.c (find_recover_state): Remove unnecessary
24461         initialization.
24462         (transit_state_bkref): Make DFA a const pointer.
24463         (get_subexp): Likewise.
24464         (check_arrival): Likewise.
24465         (update_cur_sifted_state): Likewise.
24466         (re_search_internal): Likewise.
24467         (prune_impossible_nodes): Likewise.
24468         (acquire_init_state_context): Likewise.
24469         (proceed_next_node): Likewise.
24470         (set_regs): Likewise.
24471         (free_fail_stack_return): Likewise.
24472         (check_arrival_expand_ecl): Mark DFA parameter as const.
24473         (check_arrival_expand_ecl_sub): Likewise.
24474         (check_subexp_limits): Likewise.
24475         (sub_epsilon_src_nodes):  Likewise.
24476         (add_epsilon_src_nodes):  Likewise.
24477         (merge_state_array): Likewise.
24478         (update_regs): Likewise.
24479         (build_trtable): Likewise.
24480         (sift_states_backward): Mark MCTX parameter as const.
24481         (build_sifted_states): Likewise.
24482         (update_cur_sifted_state): Likewise.
24483         (sift_states_mkref): Likewise.
24484         (check_arrival_expand_ecl): Mark eclosure as const.
24485         (check_dst_limits_calc_pos_1): Likewise.
24486         * lib/regex_internal.h (re_match_context_t): Make dfa a const
24487         pointer.
24488
24489         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
24490
24491         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
24492         (transit_state_sb): Likewise.
24493         (transit_state_mb): Likewise.
24494         (sift_states_iter_mb): Likewise.
24495         (check_arrival_add_next_nodes): Likewise.
24496         (check_node_accept_bytes): Change first parameter to pointer-to-const.
24497         [_LIBC] (re_search_2_stub): Use mempcpy.
24498
24499         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
24500         mbrtowc for very simple UTF-8 case.
24501
24502         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
24503         a pointer-to-const.
24504         (re_acquire_state_context): Likewise.
24505         * lib/regex_internal.h: Adjust prototypes.
24506
24507         * lib/regex.c: Prevent using C++ compilers.
24508
24509         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
24510         (re_acquire_state_context): Likewise.
24511
24512 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24513
24514         * modules/regex (Depends-on): Add ssize_t.
24515
24516 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24517
24518         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
24519         translation table.
24520
24521 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24522
24523         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
24524
24525 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
24526             Bruno Haible  <bruno@clisp.org>
24527
24528         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
24529         <sys/types.h> and <inttypes.h>.
24530
24531 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24532
24533         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
24534         `__error_t_defined', so argp.h will not typedef the former.
24535
24536 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
24537
24538         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
24539         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
24540         glibc names.  Even if glibc is changed to conform to POSIX, the
24541         traditional names will be available anyway, since regex depends on
24542         the extensions module.  Also, fix a longstanding typo in the
24543         implementation of Spencer ERE test #75 from grep 2.3.  Problems
24544         reported by Emanuele Giaquinta.  Also, change sense of cached
24545         variable, so that the message makes sense.
24546
24547 2006-03-24  Simon Josefsson  <jas@extundo.com>
24548
24549         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
24550         including some doc fixes.
24551         (base64_encode_alloc): Fix +1 bug on allocation failures.
24552
24553 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24554
24555         * lib/base64.c (base64_encode): Do not read past end of array with
24556         unsanitized input on systems with CHAR_BIT > 8.
24557
24558 2006-03-24  Eric Blake  <ebb9@byu.net>
24559
24560         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
24561
24562 2006-03-22  Karl Berry  <karl@gnu.org>
24563
24564         * config/srclist.txt (*setenv.[ch]): get from coreutils.
24565         * config/srclistvars.sh (COREUTILS): new var.
24566
24567 2006-03-17  Jim Meyering  <jim@meyering.net>
24568
24569         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
24570         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
24571
24572 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
24573
24574         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
24575         no longer needs it.  Instead, check that regoff_t is as least
24576         as wide as ptrdiff_t.
24577
24578         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
24579         so that our regex.h stays compatible with the installed regex.
24580         This is helpful for installers who configure --without-included-regex.
24581         Problem reported by Emanuele Giaquinta.
24582
24583 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
24584
24585         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
24586         Typedef to long int, not to off_, as POSIX will likely change
24587         in that direction.
24588
24589 2006-03-15  Eric Blake  <ebb9@byu.net>
24590
24591         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
24592
24593 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24594
24595         * lib/argp-help.c (validate_uparams): Fix typo
24596         * lib/argp-parse.c (argp_default_options): Consistently begin help
24597         messages with a lowercase letter.
24598
24599 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
24600
24601         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
24602         overrun buffers and shouldn't be used (much as gets shouldn't be
24603         used).
24604         * lib/time_r.c (asctime_r, ctime_r): Likewise.
24605
24606 2006-03-08  Simon Josefsson  <jas@extundo.com>
24607
24608         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
24609         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24610
24611 2006-03-08  Simon Josefsson  <jas@extundo.com>
24612
24613         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
24614         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24615
24616 2006-03-08  Simon Josefsson  <jas@extundo.com>
24617
24618         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
24619         signal that configure disabled the device.
24620
24621 2006-03-08  Simon Josefsson  <jas@extundo.com>
24622
24623         * build-aux/maint.mk: Fix refresh-po, to handle no translated
24624         languages.
24625
24626 2006-03-07  Simon Josefsson  <jas@extundo.com>
24627
24628         * modules/getopt (Depends-on): Add unistd.
24629
24630         * modules/unistd: New file.
24631
24632 2006-03-07  Simon Josefsson  <jas@extundo.com>
24633
24634         * modules/gc-random: New file.
24635
24636 2006-03-07  Simon Josefsson  <jas@extundo.com>
24637
24638         * m4/unistd_h.m4: New file.
24639
24640 2006-03-07  Simon Josefsson  <jas@extundo.com>
24641
24642         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
24643         test to be side-effect free by storing the result in the cache
24644         variable gl_cv_lib_readline, and moving the assignment of
24645         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
24646         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24647
24648 2006-03-07  Simon Josefsson  <jas@extundo.com>
24649
24650         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
24651         error on missing devices (the functions will return an error).
24652
24653         * m4/gc.m4: Move random stuff to gc-random.m4
24654
24655 2006-03-07  Simon Josefsson  <jas@extundo.com>
24656
24657         * lib/unistd_.h: New file.
24658
24659 2006-03-07  Simon Josefsson  <jas@extundo.com>
24660
24661         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
24662
24663 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24664
24665         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
24666         Problem reported by Juan Manuel Guerrero.
24667
24668 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24669
24670         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
24671         the unistd module.
24672         * lib/getlogin_r.c: Likewise.
24673         * lib/getlogin_r.h: Likewise.
24674         * lib/glob.c: Likewise.
24675         * lib/pagealign_alloc.c: Likewise.
24676         * lib/unistd_.h: Remove; no longer needed.
24677
24678 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24679
24680         * MODULES.html.sh (Support for systems lacking POSIX:2001):
24681         Add unistd.
24682         * modules/c-stack (Depends-on): Add unistd.
24683         * modules/getlogin_r: Likewise.
24684         * modules/glob: Likewise.
24685         * modules/pagealign_alloc: Likewise.
24686         * modules/unistd (Files): Remove lib/unistd_.h.
24687         (EXTRA_DIST): Remove.
24688         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
24689         need unistd_.h.
24690         (MOSTLYCLEANFILES): Remove unistd.h-t.
24691
24692 2006-03-03  Simon Josefsson  <jas@extundo.com>
24693
24694         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
24695
24696 2006-03-03  Simon Josefsson  <jas@extundo.com>
24697
24698         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
24699         libidn and bison.
24700
24701 2006-03-03  Simon Josefsson  <jas@extundo.com>
24702
24703         * build-aux/maint.mk: Add indent target.
24704
24705 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
24706
24707         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
24708         our replacement poll.h in any case, to avoid a differing
24709         declaration from a system header.  Seen on AIX.
24710
24711 2006-03-01  Simon Josefsson  <jas@extundo.com>
24712
24713         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
24714         <kasal@ucw.cz>.
24715
24716 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24717
24718         * modules/gettime (Depends-on): Add extensions module.
24719         * modules/nanosleep (Depends-on): Likewise.
24720         * modules/settime (Depends-on): Likewise.
24721
24722 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24723
24724         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
24725         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
24726         pedantically.
24727         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24728         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
24729
24730         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
24731         not "==".  Reported by Ralf Wildenhues.
24732
24733 2006-03-01  Karl Berry  <karl@gnu.org>
24734
24735         * doc/Copyright/request-*: new files, synced from gnuorg.
24736
24737 2006-03-01  Karl Berry  <karl@gnu.org>
24738
24739         * config/srclist.txt (Copyright/*): new entries.
24740
24741 2006-02-28  Simon Josefsson  <jas@extundo.com>
24742
24743         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
24744
24745 2006-02-27  Simon Josefsson  <jas@extundo.com>
24746
24747         * lib/base64.h: Indent #define's.  From Jim Meyering
24748         <jim@meyering.net>.
24749
24750 2006-02-27  Jim Meyering  <jim@meyering.net>
24751
24752         Revert the change of 2006-02-24, so these files can continue
24753         to be sync'd from gettext.
24754         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
24755         of `config.h'.
24756
24757 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24758
24759         * modules/intprops: New file.
24760         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
24761         Add intprops.
24762         * modules/getloadavg (Files): Remove lib/intprops.h.
24763         (Depends-on): Add intprops.
24764         * modules/human: Likewise.
24765         * modules/inttostr: Likewise.
24766         * modules/openat: Likewise.
24767         * modules/sig2str: Likewise.
24768         * modules/userspec: Likewise.
24769         * modules/utimecmp: Likewise.
24770         * modules/xnanosleep: Likewise.
24771         * modules/xstrtol: Likewise.
24772
24773 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
24774
24775         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
24776         * modules/lock-tests (TESTS): Use $(EXEEXT).
24777         * modules/tls-tests: Likewise.
24778         * modules/argp-tests: Likewise.
24779         (check_PROGRAMS): New var, replacing...
24780         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
24781
24782 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24783
24784         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
24785         `config.h'.
24786
24787 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
24788
24789         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
24790
24791 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24792
24793         Sync from coreutils.
24794         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
24795         gl_CHDIR_SAFER.
24796
24797 2006-02-22  Jim Meyering  <jim@meyering.net>
24798
24799         Sync from coreutils.
24800         * m4/chdir-safer.m4: New file.
24801
24802 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
24803
24804         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
24805         AT_FDCWD exceeds INT_MAX.
24806         * lib/openat.h (AT_FDCWD): Likewise.
24807
24808 2006-02-17  Eric Blake  <address@hidden>
24809
24810         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
24811
24812 2006-02-16  Simon Josefsson  <jas@extundo.com>
24813
24814         * modules/getaddrinfo (Depends-on): Add sys_socket.
24815
24816 2006-02-15  Simon Josefsson  <jas@extundo.com>
24817
24818         * build-aux/maint.mk: Add dsyntax-check rule.
24819
24820 2006-02-15  Eric Blake  <ebb9@byu.net>
24821
24822         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
24823         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
24824         'present but cannot compile' warnings on cygwin.
24825         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
24826         use ws2tcpip.h if sys/socket.h works.
24827         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
24828         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
24829
24830 2006-02-14  Simon Josefsson  <jas@extundo.com>
24831
24832         * modules/maintainer-makefile (Files): Rename.
24833
24834         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
24835         and (the local) Makefile.cfg to maint-cfg.mk.
24836
24837         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
24838         to the latter.
24839
24840         * modules/maintainer-makefile: New module.
24841
24842         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
24843         severaly stripped to make it possible to build it up from scratch
24844         with reliable tests.
24845
24846         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
24847         fixes to permit overriding the default actions when configure and
24848         makefile are not available.
24849
24850 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
24851
24852         Sync from coreutils.
24853         * modules/lstat (Depends-on): Don't depend on xalloc.
24854         (License): Change from GPL to LGPL, since this is now simply a
24855         replacement for a libc function.
24856
24857 2006-02-14  Jim Meyering  <jim@meyering.net>
24858
24859         Sync from coreutils.
24860
24861         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
24862         failure on deficient systems, and simplify gnulib lgpl dependencies.
24863         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
24864         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
24865
24866         * lib/xalloc-die.c: Remove unused definition of N_.
24867
24868 2006-02-14  Jim Meyering  <jim@meyering.net>
24869
24870         Sync from coreutils.
24871         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
24872         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
24873         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
24874         double-quote uses of that variable, to accommodate the rare case in
24875         which getmntent is available in none of the libraries checked.  This
24876         happens at least on FreeBSD 5.0.
24877
24878 2006-02-13  Simon Josefsson  <jas@extundo.com>
24879
24880         * gnulib-tool (Usage): Fix --import, from
24881         karl@freefriends.org (Karl Berry).
24882
24883 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24884
24885         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
24886
24887 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
24888
24889         * lib/argp-namefrob.h: Restore changes accidentally lost during the
24890         "autoupdate" on 2005-12-12.
24891
24892 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24893
24894         * modules/closeout (Depends-on): Remove atexit.
24895
24896 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24897
24898         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
24899         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
24900
24901 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
24902
24903         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
24904         __EXTENSIONS__ if this causes compilation to fail.  Problem
24905         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
24906         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
24907
24908 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
24909
24910         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
24911         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
24912         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
24913         All uses changed.
24914
24915 2006-01-26  Simon Josefsson  <jas@extundo.com>
24916
24917         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
24918         prototype is visible on mingw32.
24919
24920         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
24921         for mingw32.
24922
24923         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
24924         mingw32).
24925
24926 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24927
24928         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
24929         attempt to open for write; this always fails, at least on POSIX
24930         hosts.  This reinstates the 2006-01-09 change, which was
24931         inadvertently removed.
24932
24933 2006-01-26  Bruno Haible  <bruno@clisp.org>
24934
24935         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
24936         Reported by Paul Eggert.
24937
24938 2006-01-26  Bruno Haible  <bruno@clisp.org>
24939             Paul Eggert  <eggert@cs.ucla.edu>
24940
24941         * lib/stdbool_.h (_Bool)
24942         [(! (defined __cplusplus || defined __BEOS__)
24943           && !defined __GNUC__
24944           && !(defined __HP_cc || defined __xlc__
24945                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
24946                || defined __sgi))]:
24947         #define to signed char in these cases too; this simplifies
24948         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
24949         etc., separately) and makes it more conservative.
24950
24951 2006-01-25  Simon Josefsson  <jas@extundo.com>
24952
24953         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
24954         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
24955         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
24956
24957 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
24958
24959         * lib/argp-namefrob.h: Bugfix. Remove stray #
24960
24961 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
24962
24963         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
24964         so that we test the test.
24965         Check for yet another HP-UX cc bug involving *bool |= bool.
24966
24967 2006-01-25  Karl Berry  <karl@gnu.org>
24968
24969         * config/srclist.txt (vasnprintf.c): sync lost.
24970
24971 2006-01-25  Jim Meyering  <jim@meyering.net>
24972
24973         Sync from the stable (b5) branch of coreutils:
24974
24975         * lib/fts.c (fts_children): Don't let close() clobber errno from
24976         failed fchdir().
24977
24978         * lib/fts.c (fts_stat): When following a symlink-to-directory,
24979         don't necessarily interpret stat-fails+lstat-succeeds as indicating
24980         a dangling symlink.  That can also happen at least for ELOOP.
24981         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
24982         FYI, this bug predates the inclusion of fts.c in coreutils.
24983
24984         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
24985         in their own block, so pre-c99 compilers don't object.
24986
24987         Avoid the double-free (first in fts_read, second in fts_close) that
24988         would occur when an `active' directory is made inaccessible (e.g.,
24989         via chmod a-x) during a traversal.
24990         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
24991         before returning.  Reproduce this failure by
24992         mkdir -p a/b; cd a; chmod a-x . b
24993         Reported by Stavros Passas.
24994
24995 2006-01-25  Jim Meyering  <jim@meyering.net>
24996
24997         * lib/fileblocks.c: Remove more useless parentheses.
24998         * lib/readutmp.h: Likewise.
24999
25000 2006-01-25  Bruno Haible  <bruno@clisp.org>
25001
25002         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
25003         warnings.
25004         Reported by Paul Eggert.
25005
25006 2006-01-25  Bruno Haible  <bruno@clisp.org>
25007
25008         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
25009         rid of a trap command. For Solaris sh.
25010         Reported by Mark D. Baushke <mdb@gnu.org>.
25011
25012 2006-01-24  Simon Josefsson  <jas@extundo.com>
25013
25014         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
25015         Bruno.
25016
25017 2006-01-24  Karl Berry  <karl@gnu.org>
25018
25019         * config/srclist.txt (argp-namefrob.h): sync lost.
25020
25021 2006-01-24  Jim Meyering  <jim@meyering.net>
25022
25023         * modules/openat (Files): Add lib/intprops.h.
25024         From Mark D. Baushke.
25025
25026 2006-01-24  Jim Meyering  <jim@meyering.net>
25027
25028         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
25029         Reported by Mark D. Baushke.
25030
25031 2006-01-24  Jim Meyering  <jim@meyering.net>
25032
25033         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
25034
25035 2006-01-24  Bruno Haible  <bruno@clisp.org>
25036
25037         * modules/strnlen (Maintainer): Change from glibc to all.
25038
25039 2006-01-24  Bruno Haible  <bruno@clisp.org>
25040
25041         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
25042         Patch by Paul Eggert.
25043
25044 2006-01-24  Bruno Haible  <bruno@clisp.org>
25045
25046         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
25047         already has it.
25048         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
25049         2005-11-26.
25050
25051         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
25052         'signed char' to avoid problems with the built-in _Bool type.
25053         Reported by Paul Eggert on 2005-11-26.
25054
25055 2006-01-24  Bruno Haible  <bruno@clisp.org>
25056
25057         * gnulib-tool (func_import): Avoid constructing complicated sed
25058         expressions inside backquote.
25059         Report and solution by Mark D. Baushke <mdb@gnu.org>.
25060
25061 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
25062
25063         These changes imported from libc.
25064         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
25065         test and two separate function calls.
25066         * lib/strndup.c (__strndup): Add libc_hidden_def.
25067
25068 2006-01-23  Simon Josefsson  <jas@extundo.com>
25069
25070         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
25071         Remove the test_*_SOURCES variable: automake infers it by default.
25072         * modules/tls-tests: Likewise.
25073
25074 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25075
25076         Work around porting bugs reported by Dieter in
25077         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
25078         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
25079         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
25080         Include "getopt.h" first, to check interface.
25081         (getenv): Declare only if defined HAVE_DECL_GETENV &&
25082         !HAVE_DECL_GETENV.
25083         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
25084         (__strndup): Revert to K&R-style function dfns, the glibc style.
25085         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
25086         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
25087         Include strnlen.h first, to get prototype properly.
25088         (strnlen): Renamed from __strnlen.
25089         Remove weak alias.
25090
25091 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25092
25093         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
25094
25095 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25096
25097         * config/srclist.txt: Adjust to reflect glibc reorganization.
25098         This affects only comments.
25099
25100 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25101
25102          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
25103          Reported by Bruce Korb <bkorb@gnu.org>.
25104
25105 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
25106
25107         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
25108         to pacify gcc -Wswitch-default.
25109
25110 2006-01-22  Bruno Haible  <bruno@clisp.org>
25111
25112         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
25113         temporary buffer for sprintf, take into account the precision also
25114         for 'd', 'i', 'u', 'o', 'x', 'X'.
25115
25116 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
25117
25118         * modules/argp-tests: New module
25119         * tests/test-argp.c: New file
25120         * tests/test-argp-2.sh: New file
25121
25122 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
25123
25124         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
25125         (__argp_base_name): Removed
25126         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
25127         typo.
25128         (__argp_base_name): Provide macro definition or extern declaration
25129         depending on the configuration
25130
25131 2006-01-20  Simon Josefsson  <jas@extundo.com>
25132
25133         * modules/inet_ntop (Depends-on): Depend on sys_socket.
25134
25135 2006-01-20  Simon Josefsson  <jas@extundo.com>
25136
25137         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
25138
25139 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25140
25141         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
25142         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
25143         Suggested by Bruno Haible.
25144
25145 2006-01-20  Karl Berry  <karl@gnu.org>
25146
25147         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
25148         until changes propagate, I guess.
25149
25150 2006-01-19  Simon Josefsson  <jas@extundo.com>
25151
25152         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
25153
25154 2006-01-19  Simon Josefsson  <jas@extundo.com>
25155
25156         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
25157
25158 2006-01-19  Simon Josefsson  <jas@extundo.com>
25159
25160         * gnulib-tool: Set check_PROGRAMS.
25161
25162         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
25163         modules/des-tests, modules/gc-arcfour-tests,
25164         modules/gc-arctwo-tests, modules/gc-des-tests,
25165         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
25166         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
25167         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
25168         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
25169         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
25170         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
25171         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
25172         test_*_SOURCES.
25173
25174 2006-01-18  Simon Josefsson  <jas@extundo.com>
25175
25176         * modules/socklen (Depends-on): Depend on sys_socket.
25177
25178 2006-01-18  Simon Josefsson  <jas@extundo.com>
25179
25180         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
25181         modules/des-tests, modules/gc-arcfour-tests,
25182         modules/gc-arctwo-tests, modules/gc-des-tests,
25183         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
25184         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
25185         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
25186         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
25187         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
25188         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
25189         $(EXEEXT) to automake TESTS variable, for mingw32.
25190
25191 2006-01-17  Simon Josefsson  <jas@extundo.com>
25192
25193         * modules/socklen (Include): Need sys/socket.h.
25194
25195 2006-01-17  Bruno Haible  <bruno@clisp.org>
25196
25197         * modules/ssize_t (Include): Add <sys/types.h>.
25198
25199 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
25200
25201         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
25202         it's not portable and it doesn't work with cross-compiles.
25203         Problem reported by Bruno Haible.  Fix missing-$ typo in
25204         'test "gl_cv_ignore_unused_libraries" ...' that prevented
25205         -zignore from being used with Sun's C compiler.
25206
25207 2006-01-12  Simon Josefsson  <jas@extundo.com>
25208
25209         * lib/base64.c: Fix warning, reported by Bruno Haible
25210         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
25211
25212 2006-01-12  Bruno Haible  <bruno@clisp.org>
25213
25214         * modules/ldd: New file.
25215         * build-aux/ldd.sh.in: New file.
25216         * MODULES.html.sh (Support for building libraries and executables): Add
25217         ldd.
25218
25219 2006-01-12  Bruno Haible  <bruno@clisp.org>
25220
25221         * m4/ldd.m4: New file.
25222
25223 2006-01-12  Bruno Haible  <bruno@clisp.org>
25224
25225         * gnulib-tool (func_import, func_create_testdir): Don't go into an
25226         endless loop while replacing $auxdir with build-aux.
25227
25228 2006-01-11  Simon Josefsson  <jas@extundo.com>
25229
25230         * lib/stdint_.h (SIZE_MAX): Add missing (.
25231
25232 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
25233
25234         Sync from coreutils.
25235         * lib/md5.c: Fix commentary typos.
25236         (alignof, UNALIGNED_P): No need for a GCC-specific version.
25237         * lib/md5.h (__attribute__): Remove; unused.
25238         * lib/sha1.c: Fix commentary to match md5 better.
25239         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
25240         so that we don't need to worry about alignment.  All uses changed.
25241         This merges the 2005-10-28 md5 change into sha1.
25242
25243 2006-01-11  Jim Meyering  <jim@meyering.net>
25244
25245         Sync from coreutils.
25246         * lib/md5.c (OP): Fix spacing.
25247
25248 2006-01-11  Bruno Haible  <bruno@clisp.org>
25249
25250         Ensure automatic ordering between gl_LOCK and gl_ARGP.
25251         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
25252         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
25253
25254 2006-01-11  Bruno Haible  <bruno@clisp.org>
25255
25256         Ensure automatic ordering between gl_LOCK and gl_ARGP.
25257         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
25258         the "early" section as well.
25259
25260 2006-01-11  Bruno Haible  <bruno@clisp.org>
25261
25262         Avoid "ar: no archive members specified" error on MacOS X.
25263         * gnulib-tool (func_modules_add_dummy): New function.
25264         (func_import, func_create_testdir): Invoke it.
25265
25266 2006-01-11  Bruno Haible  <bruno@clisp.org>
25267
25268         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
25269         with $auxdir in AC_CONFIG_FILES statements.
25270
25271 2006-01-11  Bruno Haible  <bruno@clisp.org>
25272
25273         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25274         Initialize also noinst_HEADERS to empty.
25275
25276 2006-01-11  Bruno Haible  <bruno@clisp.org>
25277
25278         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
25279         variables.
25280         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
25281         autoreconf.
25282
25283 2006-01-11  Bruno Haible  <bruno@clisp.org>
25284
25285         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
25286         overridable by the user.
25287         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25288
25289 2006-01-10  Simon Josefsson  <jas@extundo.com>
25290
25291         * modules/sys_socket: New file.
25292
25293 2006-01-10  Simon Josefsson  <jas@extundo.com>
25294
25295         * m4/sys_socket_h.m4: New file.
25296
25297 2006-01-10  Simon Josefsson  <jas@extundo.com>
25298
25299         * lib/socket_.h: New file.
25300
25301 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25302
25303         * modules/readutmp (Maintainer): Add myself.
25304
25305 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25306
25307         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
25308         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
25309         People who are still concerned with buggy memcmp implementations
25310         can invoke gl_FUNC_MEMCMP themselves.
25311
25312 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25313
25314         * lib/regex_internal.h (BITSET_WORD_BITS):
25315         Work around a bug in 64-bit PGC (before version 6.1-2), where the
25316         preprocessor mishandles large unsigned values as if they were signed.
25317         Problem reported by Claudio Fontana in
25318         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
25319
25320 2006-01-10  Jim Meyering  <jim@meyering.net>
25321
25322         Avoid the double-free (first in fts_read, second in fts_close) that
25323         would occur when an `active' directory is made inaccessible (e.g.,
25324         via chmod a-x) during a traversal.
25325         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
25326         before returning.  Reproduce this failure by
25327         mkdir -p a/b; cd a; chmod a-x . b
25328         Reported by Stavros Passas.
25329
25330         Sync from coreutils.
25331         * lib/sha1.c: Tweak grammar in a comment.
25332
25333 2006-01-10  Jim Meyering  <jim@meyering.net>
25334
25335         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
25336         Patch by Joerg Sonnenberger.
25337
25338 2006-01-10  Bruno Haible  <bruno@clisp.org>
25339
25340         * modules/readutmp: Depend on module free.
25341         * modules/strtok_r: Depend on module restrict.
25342
25343 2006-01-10  Bruno Haible  <bruno@clisp.org>
25344
25345         * modules/gettext (configure.ac): Add an invocation of
25346         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
25347
25348 2006-01-10  Bruno Haible  <bruno@clisp.org>
25349
25350         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
25351         Reported by Werner Lemberg <wl@gnu.org>.
25352
25353 2006-01-10  Bruno Haible  <bruno@clisp.org>
25354
25355         * lib/localcharset.c: Update from GNU gettext.
25356
25357 2006-01-10  Bruno Haible  <bruno@clisp.org>
25358
25359         * lib/argp.h (__const): Remove macro. Use const instead.
25360         * lib/argp-fmtstream.h (__const): Likewise.
25361         * lib/glob_.h (__const): Remove macro.
25362         * lib/glob-libc.h: Use const instead of __const.
25363
25364 2006-01-10  Bruno Haible  <bruno@clisp.org>
25365
25366         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
25367         variable.
25368         Needed to avoid an automake error regarding the 'gettext' module.
25369
25370 2006-01-09  Simon Josefsson  <jas@extundo.com>
25371
25372         * modules/inet_ntop (Depends-on): Add restrict.
25373
25374 2006-01-09  Simon Josefsson  <jas@extundo.com>
25375
25376         * modules/gc-rijndael-tests (License): Put under LGPL.
25377
25378         * modules/gc-des-tests (License): Likewise.
25379
25380         * modules/gc-arcfour-tests (License): Likewise.
25381
25382         * modules/gc-arctwo-tests (License): Likewise.
25383
25384         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
25385
25386         * modules/gc-hmac-sha1-tests (Files): Likewise.
25387
25388         * modules/gc-hmac-md5-tests (License): Likewise.
25389
25390         * modules/gc-sha1-tests (License): Likewise.
25391
25392         * modules/gc-md5-tests (License): Likewise.
25393
25394         * modules/gc-md4-tests (License): Likewise.
25395
25396         * modules/gc-md2-tests (License): Likewise.
25397
25398         * modules/gc-tests (License): Likewise.
25399
25400         * modules/des-tests (License): Likewise.
25401
25402         * modules/md4-tests (License): Likewise.
25403
25404         * modules/md2-tests (License): Likewise.
25405
25406 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25407
25408         Sync from coreutils:
25409
25410         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
25411         * modules/lib-ignore: New file.
25412         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
25413         chdir-safer.m4, lchmod.m4.
25414         * modules/openat: Add mkdirat.c, openat-priv.h.
25415
25416 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25417
25418         Sync from coreutils.
25419         * m4/lib-ignore.m4: New file.
25420         * m4/lchmod.m4: New file.
25421
25422 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25423
25424         Sync from coreutils.
25425         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
25426         for write access: POSIX says that must fail.
25427         * lib/fts.c (diropen): Likewise.
25428         * lib/save-cwd.c (save_cwd): Likewise.
25429         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
25430         well, for minor improvements on hosts that lack O_DIRECTORY.
25431         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
25432         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
25433         Fall back on chown if open failed with EACCES.
25434
25435         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
25436         Report an error at compile-time if only a 1-second nominal clock
25437         resolution is found.
25438
25439         * lib/lchmod.h: New file.
25440         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
25441         (make_dir_parents): Use lchown rather than chown, and
25442         lchmod rather than chmod.
25443
25444         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
25445         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
25446         "proc" reported by n0dalus.
25447
25448         * lib/mountlist.c: Include <limits.h>.
25449         (dev_from_mount_options)
25450         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
25451         New function.  It no longer assumes "dev=" has the System V meaning
25452         on Linux (since it doesn't).  It also parses "dev=" more carefully.
25453         (read_file_system_list)
25454         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
25455         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
25456         dev= in that case.
25457
25458         * lib/posixtm.h (PDS_PRE_2000): New macro.
25459         * lib/posixtm.c (year): Arg is now syntax_bits rather than
25460         allow_century.  All usages changed.  Reject dates outside the range
25461         1969-1999 if PDS_PRE_2000 is used.
25462
25463 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25464
25465         Sync from coreutils.
25466         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
25467         (Time of day items): Mention the possibility of leap seconds.
25468         Problem reported by Dr. David Alan Gilbert.
25469
25470 2006-01-09  Jim Meyering  <jim@meyering.net>
25471
25472         Sync from coreutils.
25473
25474         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
25475
25476         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
25477
25478         * lib/modechange.c (mode_compile): Reject an invalid mode string
25479         that starts with an octal digit.  From Andreas Gruenbacher.
25480
25481         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
25482         and dup to open_safer and dup_safer, respectively.
25483         (openat_permissive): Fix typo in comment.
25484
25485         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
25486         "gettext.h"; either no longer needed or are guaranteed by openat.h.
25487         (_): Remove; no longer needed.
25488         (openat): Renamed from rpl_openat; no need for rpl_openat
25489         since openat.h renames openat for us.
25490         Replace most of the body with a call to openat_permissive,
25491         to avoid duplicate code.
25492         Port to (probably hypothetical) environments were mode_t is
25493         wider than int.
25494         (openat_permissive): Require mode arg, so that we can check
25495         types better.  Put it just after flags.  Change cwd failure
25496         indicator from pointer-to-bool to pointer-to-errno-value.
25497         All callers changed.
25498         Invoke openat_save_fail and/or openat_restore_fail if
25499         cwd_errno is null, so that openat can call us.
25500         (openat_permissive, fdopendir, fstatat, unlinkat):
25501         Simplify errno handling to avoid some duplicate code,
25502         as it's OK to set errno on success.
25503         * lib/openat.h: Revamp code so that function macros depend on
25504         __OPENAT_PREFIX only, not also on AT_FDCWD.
25505         (openat_ro): Remove.  Caller changed to use openat_permissive.
25506         (openat_permissive): Now a macro, if not a function.
25507         (openat_restore_fail, openat_save_fail): Now always functions,
25508         since mkdirat needs them even if __OPENAT_PREFIX is defined.
25509
25510         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
25511         and openat.c.
25512         * lib/mkdirat.c: Include openat-priv.h.
25513         Remove definitions of macros defined therein.
25514         * lib/openat.c: Likewise.
25515
25516         * lib/mkdirat.c (mkdirat): New file and function.
25517         * lib/openat.h (mkdirat): Declare.
25518
25519         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
25520
25521         * lib/openat.h (openat_permissive): Declare.
25522         (openat_ro): Define.
25523
25524         * lib/openat.c (EXPECTED_ERRNO): New macro.
25525         (openat_permissive): New function -- used in remove.c rewrite.
25526         (all functions): Set errno just before returning, only if there
25527         was an actual failure.
25528         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
25529
25530         Emulate openat-family functions using Linux's procfs, if possible.
25531         Idea and some code based on Ulrich Drepper's glibc changes.
25532
25533         * lib/openat.c: (BUILD_PROC_NAME): New macro.
25534         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
25535         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
25536         before falling back on save_cwd and restore_cwd.
25537         (fdopendir, fstatat, unlinkat): Likewise.
25538
25539         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
25540         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
25541
25542         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
25543         as second argument to va_arg.  Otherwise, some versions of gcc
25544         warn that `if this code is reached, the program will abort'.
25545
25546 2006-01-09  Jim Meyering  <jim@meyering.net>
25547
25548         Sync from coreutils.
25549         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
25550         Require openat-priv.h.
25551
25552 2006-01-09  Bruno Haible  <bruno@clisp.org>
25553
25554         * modules/strnlen (Include): Use strnlen.h.
25555
25556 2006-01-09  Bruno Haible  <bruno@clisp.org>
25557
25558         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
25559
25560 2006-01-09  Bruno Haible  <bruno@clisp.org>
25561
25562         * lib/sysexit_.h (EX_OK): New macro.
25563         Suggested by Martin Lambers <marlam@marlam.de>.
25564
25565 2006-01-09  Bruno Haible  <bruno@clisp.org>
25566
25567         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
25568         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
25569
25570 2006-01-09  Bruno Haible  <bruno@clisp.org>
25571
25572         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
25573         numbers.
25574
25575 2006-01-09  Bruno Haible  <bruno@clisp.org>
25576
25577         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
25578         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
25579         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
25580         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
25581
25582 2006-01-09  Bruno Haible  <bruno@clisp.org>
25583
25584         * build-aux/javacomp.sh.in: New file, moved from lib/.
25585         * modules/javacomp-script (Files): Update.
25586         (configure.ac): Add AC_CONFIG_FILES invocation.
25587         (EXTRA_DIST): Remove variable.
25588
25589         * build-aux/javaexec.sh.in: New file, moved from lib/.
25590         * modules/javaexec (Files): Update.
25591         (configure.ac): Add AC_CONFIG_FILES invocation.
25592         (EXTRA_DIST): Remove javaexec.sh.in.
25593
25594         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
25595         * modules/csharpcomp-script (Files): Update.
25596         (configure.ac): Add AC_CONFIG_FILES invocation.
25597         (EXTRA_DIST): Remove variable.
25598
25599         * build-aux/csharpexec.sh.in: New file, moved from lib/.
25600         * modules/csharpexec (Files): Update.
25601         (configure.ac): Add AC_CONFIG_FILES invocation.
25602         (EXTRA_DIST): Remove csharpexec.sh.in.
25603
25604 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
25605
25606         Sync from coreutils.
25607
25608         Add POSIX ACL support
25609         * lib/acl.h (copy_acl, set_acl): Add declarations.
25610         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
25611         systems other than Linux.
25612         (chmod_or_fchmod): New function: use fchmod when possible,
25613         and chmod otherwise.
25614         (file_has_acl): Add a POSIX ACL implementation, with a
25615         Linux-specific subcase.
25616         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
25617         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
25618         acls are unsupported.
25619         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
25620         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
25621         are unsupported.
25622
25623 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
25624
25625         Sync from coreutils.
25626         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
25627
25628 2006-01-07  Bruno Haible  <bruno@clisp.org>
25629
25630         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
25631         gl_EARLY.
25632
25633 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25634
25635         * lib/strftime.c (tzname): Don't declare if it is already #defined.
25636         Problem reported for Mingw by Mark Junker.
25637
25638 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25639
25640         * README: Gnulib normally doesn't generate a tarball.
25641
25642 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
25643
25644         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
25645         long int, not int, for nanosecond counts, so that people who are
25646         used to POSIX struct timespec won't be surprised.  Reported by Jim
25647         Meyering.
25648
25649 2005-12-28  Bruno Haible  <bruno@clisp.org>
25650
25651         * build-aux/config.rpath: Update from GNU gettext.
25652
25653 2005-12-16  Jim Meyering  <jim@meyering.net>
25654
25655         * modules/fprintftime: New module.
25656         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
25657
25658 2005-12-16  Jim Meyering  <jim@meyering.net>
25659
25660         * m4/fprintftime.m4: New file.
25661
25662 2005-12-16  Jim Meyering  <jim@meyering.net>
25663
25664         * lib/fprintftime.c, lib/fprintftime.h: New files.
25665
25666 2005-12-15  Simon Josefsson  <jas@extundo.com>
25667
25668         * modules/socklen (configure.ac): Fix M4 macro name, to align with
25669         new m4/socklen.m4.
25670
25671 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25672
25673         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
25674         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
25675
25676 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25677
25678         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
25679         * lib/argp-help.c (fill_in_uparams): Check if the constructed
25680         struct uparams is valid. Fall back to the default values if it is
25681         not.
25682
25683 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25684
25685         * modules/argp (Files): Add argp-pin.c
25686         (Depends-on): dirname
25687         (lib_SOURCES): Add argp-pin.c
25688
25689 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25690
25691         * m4/argp.m4:  Check if program_invocation_name and
25692         program_invocation_short_name are declared and define appropriate
25693         macros if they are not.
25694
25695 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25696
25697         * lib/argp-help.c (__argp_base_name): New function
25698         (__argp_short_program_name): Rewrite using __argp_base_name
25699         * lib/argp-namefrob.h: Define program_invocation_name and
25700         program_invocation_short_name if requested
25701         (__argp_base_name): Add prototype
25702         * lib/argp-parse.c (argp_def): Use gettext wrappers
25703         (argp_default_parser): Use __argp_base_name
25704         * lib/argp-pin.c: New file. Defines program_invocation_name and
25705         program_invocation_short_name on systems that lack them.
25706
25707 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25708
25709         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
25710         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
25711         porting problem reported by Georg Schwarz in
25712         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
25713
25714 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25715
25716         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
25717         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
25718         porting problem reported by Georg Schwarz in
25719         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
25720
25721 2005-12-05  Bruno Haible  <bruno@clisp.org>
25722
25723         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
25724         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
25725         Reported by Mark Junker <mjscod@gmx.de>.
25726
25727 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
25728
25729         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
25730         Use implementation from Albert Chin, with some
25731         comments/corrections by Stepan Kasal and myself.
25732
25733 2005-12-02  Bruno Haible  <bruno@clisp.org>
25734
25735         * gnulib-tool (func_import): Accept GPLed build tool modules when
25736         --lgpl is given.
25737         * modules/csharpcomp-script: New file.
25738         * modules/csharpcomp: Depend on it.
25739         * modules/javacomp-script: New file.
25740         * modules/javacomp: Depend on it.
25741         Suggested by Simon Josefsson.
25742
25743 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
25744
25745         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
25746         statement, to work around an HP-UX 10.20 compiler bug reported by
25747         Peter O'Gorman.
25748
25749 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
25750
25751         * modules/savedir (Depends-on): Add openat.
25752
25753 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
25754
25755         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
25756         (uintmax_t) [defined uintmax_t]: Do not declare.
25757         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
25758         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
25759         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
25760         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
25761         sake of portability to weird hosts that C allows (though we don't
25762         know of any practical examples).
25763
25764         * lib/savedir.h (fdsavedir): New decl.
25765         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
25766         contains most of the former guts of savedir.
25767         (savedir): Use savedirstream.
25768         Include "openat.h".
25769
25770 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25771
25772         * modules/obstack (Files): Add m4/ulonglong.m4.
25773         Problem reported by Davide Angelocola.
25774
25775 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
25776
25777         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
25778         coreutils no longer futzes with rounding modes.
25779
25780 2005-11-14  Jim Meyering  <jim@meyering.net>
25781
25782         * lib/mkstemp-safer.c: Include <config.h>, required for possible
25783         replacement of mkstemp.
25784
25785 2005-11-10  Simon Josefsson  <jas@extundo.com>
25786
25787         * lib/readline.c: Remove EOL.
25788
25789 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25790
25791         * modules/gethrxtime (Depends-on): Add gettime.
25792
25793 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25794
25795         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
25796         or gettimeofday; no longer needed.
25797
25798 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25799
25800         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
25801         time business.
25802         (gethrxtime) [! (HAVE_NANOUPTIME
25803         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
25804         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
25805         our own approximation.
25806
25807 2005-11-08  Eric Blake  <ebb9@byu.net>
25808
25809         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
25810
25811 2005-11-08  Eric Blake  <ebb9@byu.net>
25812
25813         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
25814
25815 2005-11-04  Bruno Haible  <bruno@clisp.org>
25816
25817         * gnulib-tool: Implement --update mode.
25818
25819 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25820
25821         Fix porting problem reported by Theodoros V. Kalamatianos.
25822         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
25823         Don't assume that futimes failing means we must fail.
25824
25825 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25826
25827         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
25828         variables to suggest the intended function of the PATH_MAX check.
25829
25830 2005-10-30  Kean Johnston  <jkj@sco.com>
25831
25832         Trivial changes to support SCO systems.
25833         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
25834         as PATH_MAX.
25835         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
25836         where __ptr is null when no I/O is pending.
25837
25838 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25839
25840         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
25841         leave errno alone.  Problem reported by Dmitry V. Levin.
25842
25843 2005-10-28  Simon Josefsson  <jas@extundo.com>
25844
25845         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
25846         Test more.
25847
25848         * tests/test-gc-md2.c, tests/test-md2.c: New files.
25849
25850         * modules/md2, modules/md2-tests: New files.
25851
25852 2005-10-28  Simon Josefsson  <jas@extundo.com>
25853
25854         * m4/inet_ntop.m4: More tests.
25855
25856         * m4/gc-md2.m4, md2.m4: New file.
25857
25858 2005-10-28  Simon Josefsson  <jas@extundo.com>
25859
25860         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
25861         "restrict" keywords, as per POSIX.  Protect the function
25862         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
25863         Don't use K&R prototypes.  Check the sprintf return values.
25864         Re-define EAFNOSUPPORT if not present.  Indent.
25865
25866         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
25867         suggested by Bruno Haible <bruno@clisp.org>.
25868
25869         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
25870
25871         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
25872
25873         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
25874         libgcrypt).
25875
25876         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
25877
25878         * lib/md2.h, lib/md2.c: New files.
25879
25880 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
25881
25882         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
25883         errno alone.  Problem reported by Frederic Jolliton.
25884
25885 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25886
25887         * modules/verify (License): Change from GPL to LGPL.  This is a
25888         tiny module and there are apparently near-equivalents that are
25889         under the BSD license.
25890
25891 2005-10-24  Simon Josefsson  <jas@extundo.com>
25892
25893         * modules/sha1: Relicense to LGPL.
25894
25895 2005-10-24  Simon Josefsson  <jas@extundo.com>
25896
25897         * lib/md4.h: Shrink buffer size, now that we changed the type.
25898
25899 2005-10-23  Simon Josefsson  <jas@extundo.com>
25900
25901         * gnulib-tool (func_import): Fix --tests-base.
25902
25903 2005-10-22  Simon Josefsson  <jas@extundo.com>
25904
25905         * modules/arcfour (Depends-on): Need stdint.
25906
25907 2005-10-22  Simon Josefsson  <jas@extundo.com>
25908
25909         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
25910         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
25911
25912 2005-10-22  Simon Josefsson  <jas@extundo.com>
25913
25914         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
25915         suggested by Bruno Haible <bruno@clisp.org>.
25916
25917 2005-10-22  Simon Josefsson  <jas@extundo.com>
25918
25919         * lib/crc.h: Include stddef.h, for size_t.
25920
25921 2005-10-22  Simon Josefsson  <jas@extundo.com>
25922
25923         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
25924         arcfour_context struct (simplify test vector testing in GNU
25925         Shishi).
25926
25927 2005-10-21  Simon Josefsson  <jas@extundo.com>
25928
25929         * modules/des, modules/des-tests: New files.
25930
25931         * modules/gc-des, modules/gc-des-tests: New files.
25932
25933         * tests/test-des.c, tests/test-gc-des.c: New file.
25934
25935 2005-10-21  Simon Josefsson  <jas@extundo.com>
25936
25937         * modules/arctwo, modules/arctwo-tests: New files.
25938
25939         * tests/test-arctwo.c: New file.
25940
25941         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
25942
25943         * tests/test-gc-arctwo.c: New file.
25944
25945 2005-10-21  Simon Josefsson  <jas@extundo.com>
25946
25947         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
25948         Bruno Haible <bruno@clisp.org>.
25949
25950         * m4/gc-des.m4: New file.
25951
25952 2005-10-21  Simon Josefsson  <jas@extundo.com>
25953
25954         * m4/arctwo.m4: New file.
25955
25956         * m4/gc-arctwo.m4: New file.
25957
25958 2005-10-21  Simon Josefsson  <jas@extundo.com>
25959
25960         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
25961         block.
25962
25963 2005-10-21  Simon Josefsson  <jas@extundo.com>
25964
25965         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
25966         <bruno@clisp.org>.
25967
25968         * lib/hmac-sha1.c (hmac_sha1): Likewise.
25969
25970         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
25971         Bruno Haible <bruno@clisp.org>.
25972
25973         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
25974         <bruno@clisp.org>.
25975
25976 2005-10-21  Simon Josefsson  <jas@extundo.com>
25977
25978         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
25979
25980 2005-10-21  Simon Josefsson  <jas@extundo.com>
25981
25982         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
25983
25984 2005-10-21  Simon Josefsson  <jas@extundo.com>
25985
25986         * lib/des.h, lib/des.c: New files.
25987
25988         * lib/gc-gnulib.c: Support DES.c
25989
25990 2005-10-21  Simon Josefsson  <jas@extundo.com>
25991
25992         * lib/arctwo.h, lib/arctwo.c: New files.
25993
25994         * lib/gc-gnulib.c: Support ARCTWO.
25995
25996 2005-10-21  Simon Josefsson  <jas@extundo.com>
25997
25998         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
25999         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26000
26001 2005-10-21  Simon Josefsson  <jas@extundo.com>
26002
26003         * gnulib-tool (func_import, func_create_testdir): Define automake
26004         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
26005         Makefile.am snippet),
26006         suggested by Bruno Haible <bruno@clisp.org>.
26007
26008         * modules/gc (Makefile.am): Use it.
26009
26010 2005-10-21  Bruno Haible  <bruno@clisp.org>
26011
26012         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
26013         patch.
26014
26015 2005-10-19  Simon Josefsson  <jas@extundo.com>
26016
26017         * tests/test-gc-rijndael.c: New file.
26018
26019         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
26020
26021 2005-10-19  Simon Josefsson  <jas@extundo.com>
26022
26023         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
26024         interface too.
26025
26026 2005-10-19  Simon Josefsson  <jas@extundo.com>
26027
26028         * tests/test-gc-arcfour.c: New file.
26029
26030         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
26031
26032 2005-10-19  Simon Josefsson  <jas@extundo.com>
26033
26034         * modules/gc-md4, modules/gc-md4-tests: New file.
26035
26036         * tests/test-gc-md4.c: New file.
26037
26038 2005-10-19  Simon Josefsson  <jas@extundo.com>
26039
26040         * m4/gc-md4.m4: New file.
26041
26042 2005-10-19  Simon Josefsson  <jas@extundo.com>
26043
26044         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
26045         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
26046         <kasal@ucw.cz>.
26047
26048 2005-10-19  Simon Josefsson  <jas@extundo.com>
26049
26050         * m4/gc-arcfour.m4: New file.
26051
26052         * m4/gc-rijndael.m4: New file.
26053
26054 2005-10-19  Simon Josefsson  <jas@extundo.com>
26055
26056         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
26057
26058 2005-10-19  Simon Josefsson  <jas@extundo.com>
26059
26060         * lib/gc-gnulib.c: Support ARCFOUR.
26061
26062 2005-10-19  Simon Josefsson  <jas@extundo.com>
26063
26064         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
26065         support.
26066
26067         * lib/gc.h: Add ECB enum type.
26068
26069         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
26070
26071 2005-10-18  Simon Josefsson  <jas@extundo.com>
26072
26073         * tests/test-md5.c: New file.
26074
26075         * modules/md5-tests: New file.
26076
26077 2005-10-18  Simon Josefsson  <jas@extundo.com>
26078
26079         * tests/test-md4.c: New file.
26080
26081         * modules/md4, modules/md4-tests: New files.
26082
26083 2005-10-18  Simon Josefsson  <jas@extundo.com>
26084
26085         * m4/md4.m4: New file.
26086
26087 2005-10-18  Simon Josefsson  <jas@extundo.com>
26088
26089         * lib/md4.h, lib/md4.c: New files, based on md5.?.
26090
26091 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
26092
26093         * gnulib-tool (func_create_testdir): Omit the second check whether
26094         BUILT_SOURCES in nonempty.
26095
26096 2005-10-17  Simon Josefsson  <jas@extundo.com>
26097
26098         * tests/test-rijndael.c: New file.
26099
26100 2005-10-17  Simon Josefsson  <jas@extundo.com>
26101
26102         * modules/sha1: Depend on stdint instead of md5.
26103
26104         * modules/md5: Depend on stdint, remove uint32_t.
26105
26106 2005-10-17  Simon Josefsson  <jas@extundo.com>
26107
26108         * modules/gc-sha1-tests: New file.
26109
26110         * tests/test-gc-sha1.c: New file.
26111
26112 2005-10-17  Simon Josefsson  <jas@extundo.com>
26113
26114         * m4/md5.m4: Remove call to uint32_t.m4.
26115
26116 2005-10-17  Simon Josefsson  <jas@extundo.com>
26117
26118         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
26119
26120         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
26121         md5.h.
26122
26123         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
26124
26125         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
26126
26127 2005-10-17  Simon Josefsson  <jas@extundo.com>
26128
26129         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
26130
26131 2005-10-17  Simon Josefsson  <jas@extundo.com>
26132
26133         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
26134
26135 2005-10-17  Simon Josefsson  <jas@extundo.com>
26136
26137         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
26138
26139         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
26140
26141 2005-10-17  Bruno Haible  <bruno@clisp.org>
26142
26143         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
26144         that it can also be used in a test.
26145
26146 2005-10-16  Bruno Haible  <bruno@clisp.org>
26147
26148         * gnulib-tool (func_emit_tests_Makefile_am): Also define
26149         TESTS_ENVIRONMENT, so that individual tests can augment it.
26150
26151         * gnulib-tool (func_create_testdir): Use an intermediate target for
26152         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
26153         macros, like $(ALLOCA_H), which cannot be passed through the command
26154         line.
26155
26156 2005-10-15  Simon Josefsson  <jas@extundo.com>
26157
26158         * modules/rijndael-tests: New file.
26159
26160         * modules/rijndael: New file.
26161
26162 2005-10-15  Simon Josefsson  <jas@extundo.com>
26163
26164         * m4/rijndael.m4: New file.
26165
26166 2005-10-15  Simon Josefsson  <jas@extundo.com>
26167
26168         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
26169
26170         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
26171
26172 2005-10-14  Simon Josefsson  <jas@extundo.com>
26173
26174         * tests/test-arcfour.c: New file.
26175
26176         * modules/arcfour, modules/arcfour-tests: New files.
26177
26178 2005-10-14  Simon Josefsson  <jas@extundo.com>
26179
26180         * m4/arcfour.m4: New file.
26181
26182 2005-10-14  Simon Josefsson  <jas@extundo.com>
26183
26184         * lib/arcfour.h, lib/arcfour.c: New files.
26185
26186 2005-10-14  Roland McGrath  <roland@redhat.com>
26187
26188         Import from libc.  [BZ #1331]
26189         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
26190         macro argument.
26191         Reported by Matej Vela <vela@debian.org>.
26192
26193 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
26194
26195         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
26196         include <wchar.h>; no longer needed.
26197
26198 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
26199
26200         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
26201
26202 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
26203         and  Ulrich Drepper  <drepper@redhat.com>
26204
26205         Import from libc.
26206         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
26207         instead of inline stream orientation test and two separate
26208         function calls.  Pay no attention to USE_IN_LIBIO.
26209
26210 2005-10-13  Simon Josefsson  <jas@extundo.com>
26211
26212         * modules/gc-hmac-md5-tests: New file.
26213
26214         * tests/test-gc-hmac-sha1.c: New file.
26215
26216         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
26217
26218         * modules/gc-hmac-md5-tests: New file.
26219
26220         * tests/test-gc-md5.c: New file.
26221
26222         * modules/gc-md5-tests: New file.
26223
26224 2005-10-13  Simon Josefsson  <jas@extundo.com>
26225
26226         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
26227         Move memory allocation outside of loop.
26228
26229 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
26230
26231         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
26232         intermediate directory is in a read-only file system.  Problem
26233         reported by Eric Blake.
26234
26235 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
26236
26237         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
26238
26239 2005-10-12  Simon Josefsson  <jas@extundo.com>
26240
26241         * tests/test-hmac-sha1.c: New file.
26242
26243         * modules/hmac-sha1-tests: New file.
26244
26245         * modules/hmac-sha1: New file.
26246
26247 2005-10-12  Simon Josefsson  <jas@extundo.com>
26248
26249         * modules/gc-sha1: New file.
26250
26251 2005-10-12  Simon Josefsson  <jas@extundo.com>
26252
26253         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
26254
26255         * tests/test-gc-pbkdf2-sha1.c: New file.
26256
26257 2005-10-12  Simon Josefsson  <jas@extundo.com>
26258
26259         * modules/gc-md5, modules/gc-hmac-md5: New files.
26260
26261         * modules/gc (Files): Remove md5, memxor and hmac files.
26262
26263 2005-10-12  Simon Josefsson  <jas@extundo.com>
26264
26265         * m4/gc-pbkdf2-sha1.m4: New file.
26266
26267         * m4/gc-hmac-sha1.m4: New file.
26268
26269         * m4/gc-sha1: New file.
26270
26271         * m4/hmac-sha1.m4: New file.
26272
26273 2005-10-12  Simon Josefsson  <jas@extundo.com>
26274
26275         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
26276
26277         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
26278
26279 2005-10-12  Simon Josefsson  <jas@extundo.com>
26280
26281         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
26282         suggested by Bruno Haible <bruno@clisp.org>.
26283
26284 2005-10-12  Simon Josefsson  <jas@extundo.com>
26285
26286         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
26287
26288 2005-10-12  Simon Josefsson  <jas@extundo.com>
26289
26290         * lib/gc-pbkdf2-sha1.c: New file.
26291
26292         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
26293
26294 2005-10-12  Simon Josefsson  <jas@extundo.com>
26295
26296         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
26297
26298         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
26299
26300 2005-10-12  Simon Josefsson  <jas@extundo.com>
26301
26302         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
26303         GC_USE_HMAC_MD5, respectively.
26304
26305         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
26306         (gc_md5): Fix typo.
26307
26308         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
26309
26310         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
26311
26312         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
26313
26314 2005-10-12  Bruno Haible  <bruno@clisp.org>
26315
26316         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
26317         Reported by Stepan Kasal <kasal@ucw.cz>.
26318
26319 2005-10-11  Simon Josefsson  <jas@extundo.com>
26320
26321         * tests/test-crc.c: New file.
26322
26323         * modules/crc, modules/crc-tests: New files.
26324
26325 2005-10-11  Simon Josefsson  <jas@extundo.com>
26326
26327         * m4/crc.m4: New file.
26328
26329 2005-10-11  Simon Josefsson  <jas@extundo.com>
26330
26331         * lib/gc.h: Add gc_hash and gc_hash_buffer.
26332
26333         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
26334
26335         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
26336
26337 2005-10-11  Simon Josefsson  <jas@extundo.com>
26338
26339         * lib/crc.h, lib/crc.c: New files.
26340
26341         * lib/gc.h (gc_hash_buffer): Add doc.
26342
26343 2005-10-11  Bruno Haible  <bruno@clisp.org>
26344
26345         * modules/c-strcasestr: New file.
26346         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
26347
26348 2005-10-11  Bruno Haible  <bruno@clisp.org>
26349
26350         * modules/c-strcase: New file.
26351         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
26352
26353 2005-10-11  Bruno Haible  <bruno@clisp.org>
26354
26355         * lib/strcasecmp.c: Include limits.h.
26356         (strcasecmp): Avoid integer overflow on exotic platforms.
26357         * lib/strncasecmp.c: Include limits.h.
26358         (strncasecmp): Avoid integer overflow on exotic platforms.
26359         Reported by Paul Eggert.
26360
26361 2005-10-11  Bruno Haible  <bruno@clisp.org>
26362
26363         * lib/c-strcasestr.h: New file, from GNU gettext.
26364         * lib/c-strcasestr.c: New file, from GNU gettext.
26365
26366 2005-10-11  Bruno Haible  <bruno@clisp.org>
26367
26368         * lib/c-strcase.h: New file, from GNU gettext.
26369         * lib/c-strcasecmp.c: New file, from GNU gettext.
26370         * lib/c-strncasecmp.c: New file, from GNU gettext.
26371
26372 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
26373
26374         * modules/mempcpy (License): GPL -> LGPL.
26375         * modules/strchrnul (License): Likewise.
26376         * modules/sysexits (License): Likewise.
26377
26378 2005-10-08  Simon Josefsson  <jas@extundo.com>
26379
26380         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
26381
26382 2005-10-07  Simon Josefsson  <jas@extundo.com>
26383
26384         * m4/memxor.m4: Remove gl_C_RESTRICT call.
26385
26386 2005-10-06  Simon Josefsson  <jas@extundo.com>
26387
26388         * tests/test-hmac-md5.c: New file.
26389
26390         * modules/hmac-md5-tests: New file.
26391
26392         * modules/hmac-md5: New file.
26393
26394 2005-10-06  Simon Josefsson  <jas@extundo.com>
26395
26396         * m4/hmac-md5.m4: New file.
26397
26398         * m4/memxor.m4: Require gl_C_RESTRICT.
26399
26400 2005-10-06  Simon Josefsson  <jas@extundo.com>
26401
26402         * lib/memxor.c (memxor): Avoid casts and warnings.
26403
26404 2005-10-06  Simon Josefsson  <jas@extundo.com>
26405
26406         * lib/hmac-md5.c: New file.
26407
26408         * lib/hmac.h: New file.
26409
26410 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
26411
26412         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
26413         promotes to int, not unsigned int, to catch the AIX 5.3
26414         compiler bug.
26415
26416 2005-10-05  Simon Josefsson  <jas@extundo.com>
26417
26418         * modules/memxor: New file.
26419
26420         * modules/iconv (Files): Move config.rpath to havelib, it is used
26421         there.
26422
26423         * modules/havelib (Files): Add config.rpath.
26424
26425 2005-10-05  Simon Josefsson  <jas@extundo.com>
26426
26427         * m4/memxor.m4: New file.
26428
26429 2005-10-05  Simon Josefsson  <jas@extundo.com>
26430
26431         * lib/memxor.c (memxor): Fix compiler error.
26432
26433         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
26434         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
26435
26436         * lib/memxor.h, lib/memxor.c: New files.
26437
26438         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
26439         we assume all systems have it, suggested by Jim Meyering
26440         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
26441         any systems lack sys/socket.h; mingw32 is known to lack it, but we
26442         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
26443         same reasons.
26444
26445 2005-10-05  Simon Josefsson  <jas@extundo.com>
26446
26447         * config/srclist.txt: Add glibc bug 1423 for md5.h.
26448
26449 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
26450
26451         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
26452         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
26453         needed, since the source code now assumes these .h files.
26454
26455 2005-10-05  Derek Price  <derek@ximbiot.com>
26456
26457         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
26458
26459 2005-10-05  Bruno Haible  <bruno@clisp.org>
26460
26461         * modules/stdint (License): Change to LGPL.
26462
26463 2005-10-04  Simon Josefsson  <jas@extundo.com>
26464
26465         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
26466         D. Baushke" <mdb@gnu.org>.
26467
26468 2005-10-04  Bruno Haible  <bruno@clisp.org>
26469
26470         * lib/verify.h (verify_true): Provide alternative definition for C++.
26471
26472 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
26473
26474         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
26475         (SSIZE_MAX): New macro, if not already defined.
26476         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
26477         than 2 GiB.
26478
26479 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26480
26481         Sync from coreutils.
26482         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
26483         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
26484         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
26485         ULLONG_MAX doesn't work with 2.7.2.1.
26486
26487 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26488
26489         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
26490         From Ben Pfaff.
26491
26492         * modules/exclude (Depends-on): Depend on verify.
26493         * modules/strtoimax (Depends-on): Likewise.
26494         * modules/utimecmp (Depends-on): Likewise.
26495
26496 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26497
26498         * lib/exclude.c: Include verify.h.
26499         (verify): Remove.  All callers changed to use verify.h's version.
26500         * lib/strtoimax.c: Likewise.
26501         * lib/utimecmp.c: Likewis.e
26502
26503         Sync from coreutils.
26504         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
26505         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
26506         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
26507         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
26508         bother returning ENOSYS if settimeofday or stime fails; just let
26509         them return whatever errno they want to return.
26510         * lib/utimens.c: Include unistd.h, for dup2.
26511         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
26512         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
26513
26514 2005-10-02  Jim Meyering  <jim@meyering.net>
26515
26516         Sync from coreutils.
26517         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
26518         from glibc-2.2.5 that fails for read-only files.
26519
26520 2005-10-02  Jim Meyering  <jim@meyering.net>
26521
26522         Sync from coreutils.
26523         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
26524         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
26525         `#if HAVE_CONFIG_H'.
26526         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
26527         Remove AT_FDCWD test.
26528         Do not consume the fd unless successful.
26529         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
26530         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
26531         block, so that we don't even try to compile it if settimeofday is
26532         available.  This works around a compilation failure on OSF1 V5.1,
26533         due to stime requiring a `long int*' while tv_sec is `int'.
26534
26535 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
26536
26537         Sync from coreutils.
26538         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
26539         against `yes', rather than just testing for nonempty.
26540
26541 2005-10-01  Simon Josefsson  <jas@extundo.com>
26542
26543         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
26544         and Darwin.
26545
26546         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
26547         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
26548         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
26549         freeaddrinfo and gai_strerror are declared by the POSIX headers.
26550         Check if struct addrinfo is declared.
26551
26552 2005-10-01  Simon Josefsson  <jas@extundo.com>
26553
26554         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
26555         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
26556         AI_* and EAI_* definitions.  Protect function declarations.
26557
26558 2005-10-01  Jim Meyering  <jim@meyering.net>
26559
26560         Sync from coreutils.
26561
26562         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
26563         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
26564         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
26565         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
26566         in the inet and nsl libraries.  Required on Solaris 5.7.
26567
26568 2005-10-01  Jim Meyering  <jim@meyering.net>
26569
26570         Sync from coreutils.
26571         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
26572         in the inet and nsl libraries.  Required on Solaris 5.7.
26573
26574 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
26575
26576         * lib/getdelim.c (getdelim): Remove unused variables.
26577
26578 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26579
26580         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
26581         so that the code works even with ancient cpp.  Portability problem
26582         with GCC 2.7.2.1 reported by Thomas M.Ott.
26583
26584 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26585
26586         * modules/regex (Depends-on): Add strcase.
26587
26588         * modules/gethostname (Licence): Change from GPL to LGPL, since
26589         gethostname.c is a trivial implementation of a standard library
26590         function.
26591         * modules/poll (License): Change from GPL to LGPL, since it's
26592         derived from LGPL code.
26593
26594 2005-09-27  Jim Meyering  <jim@meyering.net>
26595
26596         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
26597         HAVE_CONFIG_H.
26598
26599         * lib/intprops.h (signed_type_or_expr__): Define.
26600         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
26601         for unsigned types.
26602
26603 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
26604
26605         * lib/verify.h (verify_expr): Remove, replacing with:
26606         (verify_true): New macro that returns true instead of void.
26607         (verify_type__): Remove.
26608         (verify): Use verify_true rather than verify_type__.
26609
26610 2005-09-26  Bruno Haible  <bruno@clisp.org>
26611
26612         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
26613         is necessary.
26614         (lib_SOURCES): Remove mbchar.c.
26615         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
26616         (Files): Add m4/mbrtowc.m4.
26617         * modules/mbiter: Likewise.
26618         * modules/mbuiter: Likewise.
26619
26620 2005-09-26  Bruno Haible  <bruno@clisp.org>
26621
26622         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
26623         compile mbchar.c if they are not both present.
26624         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
26625         * m4/mbiter.m4 (gl_MBITER): Likewise.
26626         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
26627         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
26628         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
26629
26630 2005-09-25  Jim Meyering  <jim@meyering.net>
26631
26632         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
26633         also uses socklen_t.
26634
26635 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
26636
26637         * lib/utimens.c (ENOSYS): Define if not already defined.
26638         (futimens): Support having a null PATH if the file descriptor
26639         is nonnegative.
26640
26641         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
26642         Remove.
26643         (__attribute): Define to empty unless GCC 3.1 or later.
26644         This works around a core dump on OpenBSD 3.4, which has GCC
26645         2.95.3, which dumps core when given __attribute__(()).  It also
26646         simplifies other tests, since we really don't want to bother with
26647         worrying about which ancient version of GCC supported what.
26648         Original problem reported by Yoann Vandoorselaere, with part of
26649         the fix suggested by Derek Price.
26650
26651 2005-09-24  Jim Meyering  <jim@meyering.net>
26652
26653         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
26654         so we can once again use a positive bitfield width of 1 -- now we
26655         don't have to explain why we were using a bitfield width of 2.
26656
26657 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
26658
26659         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
26660         and similarly for the other external symbols.  Problem reported
26661         by James Gallager.
26662
26663         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
26664         bug reported by Jim Meyering.
26665
26666         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
26667         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
26668         not needed, since socklen is a prerequisite module.
26669
26670 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
26671
26672         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
26673         Problem reported by Eric Blake.
26674         (getaddrinfo): Initialize se so that it's not garbage.
26675         Redo internal storage allocation so that it doesn't make unportable
26676         assumptions about alignment.
26677         Fix a memory leak.
26678
26679         * lib/utimens.c (futimens): Use futimesat if available.
26680         Prefer it to futimes since it doesn't have the futimes bug.
26681
26682         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
26683         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
26684         Instead, declare a function that returns a pointer to an array,
26685         and use verify_type__ to declare the size of the array.
26686         Problem and germ of a solution reported by Bruno Haible.
26687         (verify_type__): Use 2, not 1, for bitfield size, to avoid
26688         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
26689
26690 2005-09-23  Jim Meyering  <jim@meyering.net>
26691
26692         Sync from coreutils.
26693         Correct build failure (socklen_t not defined) on at least
26694         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
26695         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
26696
26697 2005-09-23  Jim Meyering  <jim@meyering.net>
26698
26699         * modules/getaddrinfo (Depends-on): Add socklen.
26700
26701 2005-09-23  Bruno Haible  <bruno@clisp.org>
26702
26703         * tests/test-verify.c: New file.
26704
26705 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26706
26707         Sync from coreutils.
26708
26709         * modules/argmatch (Depends-on): Add verify.
26710         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
26711         unistd-safer.
26712         * modules/save-cwd (Depends-on): Likewise.
26713
26714         * modules/openat (Files): Add lib/openat-die.c.
26715         (Depends-on): Remove error, exitfail.
26716         Add dirname.
26717
26718         * modules/verify: New file.
26719         * MODULES.html.sh (Diagnostics <assert.h>): New section,
26720         with "verify" module.
26721
26722 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26723
26724         Sync from coreutils.
26725
26726         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
26727         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
26728         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
26729         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
26730         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
26731         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
26732         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
26733         Don't bother checking for string.h, stdlib.h, unistd.h.
26734         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
26735         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
26736         module's job.
26737         * m4/jm-macros.m4 (gl_MACROS): Likewise.
26738         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
26739
26740         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
26741         (gl_GETDATE): Use it.
26742
26743         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
26744
26745 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26746
26747         Sync from coreutils.
26748
26749         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
26750         stat-time.h.
26751         * lib/argmatch.h: Include verify.h
26752         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
26753         (ARGMATCH_ASSERT): Remove; unused.
26754         * lib/canonicalize.c: Assume STDC_HEADERS.
26755         * lib/exclude.c: Include "strcase.h".
26756         * lib/regex_internal.h [!defined _LIBC]: Likewise.
26757         * lib/getusershell.c: Include stdio--.h rather than stdio.h
26758         and stdio-safer.h.
26759         (getusershell): Call fopen, not fopen_safer.
26760         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
26761         Do not include unistd-safer.h.
26762         (save_cwd): Don't call fd_safer; no longer needed
26763         now that we include fcntl--.h.
26764
26765         * lib/getdate.y (relative_time): New type.
26766         (RELATIVE_TIME_0): New constant.
26767         (parser_control): Use relative_time instead of doing it ourselves.
26768         (%union): Add new relative_time rel member.
26769         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
26770         Now typeless.
26771         (relunit, relunit_snumber): Now of type rel.
26772         (zone, rel, relunit, get_date): Adjust to above changes.
26773
26774         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
26775         Do not include unistd-safer.h.
26776         (getloadavg): Don't call fd_safer; no longer needed
26777         now that we include fcntl--.h.
26778
26779         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
26780         (make_dir_parents): Treat ENOSYS like EEXIST.
26781
26782         Improve quality of diagnostics on restore_cwd failure.
26783         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
26784         (make_dir_parents): Last arg is now int * (for errno), not bool *.
26785         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
26786         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
26787         each time through the loop.  Do not diagnose restore_cwd failure;
26788         that is the caller's job (and perhaps the caller does not care).
26789
26790         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
26791         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
26792         If the file already exists but is not a directory, don't bother
26793         to try to make its parents.
26794         Close potential file descriptor leak if we can't chdir("/") (!).
26795         Don't always return true if chdir($PWD) fails; return true only
26796         if the requested action was done successfully (except for the
26797         chdir($PWD)).
26798         Don't log final directory unless we actually made it.
26799         Refactor to avoid duplicate code to fix up permissions.
26800         Don't attempt to fix up parent permissions if chdir($PWD) fails.
26801
26802         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
26803         to make it a bit faster and (I hope) clearer.
26804         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
26805         Fix bug in formats like %2N.
26806
26807         * lib/verify.h: New file.
26808
26809 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26810
26811         Sync from coreutils.
26812         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
26813
26814 2005-09-22  Jim Meyering  <jim@meyering.net>
26815
26816         Sync from coreutils.
26817
26818         * m4/lstat.m4 (gl_FUNC_LSTAT):
26819         Use AC_LIBSOURCES to require lstat.c and lstat.h.
26820         Remove obsolete comment.
26821         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
26822         * m4/xstrtod.m4: Likewise.
26823
26824         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
26825
26826 2005-09-22  Jim Meyering  <jim@meyering.net>
26827
26828         Sync from coreutils.
26829
26830         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
26831
26832         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
26833         the .tm_year member, since otherwise gcc-4.0 would now warn about
26834         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
26835
26836         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
26837         order to avoid an unsuppressible warning from gcc on 64-bit systems.
26838
26839         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
26840         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
26841         when run in a time zone for which daylight savings time is in effect
26842         for the starting date.
26843
26844         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
26845         stop us from restricting permissions of just-created absolute-named
26846         directories.
26847         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
26848         to restore initial working directory.
26849         * lib/mkdir-p.c (make_dir_parents): New parameter:
26850         different_working_dir, to tell caller if/when we change the working
26851         directory and are unable to return to the initial one.
26852         * lib/mkdir-p.h (make_dir_parents): Update prototype.
26853         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
26854         `return false'.  This fixes a bug introduced on 2004-07-30.
26855
26856         * lib/openat.c (fdopendir): Be sure to close the supplied
26857         file descriptor before returning.  This makes our replacement
26858         implementation a little closer to Solaris's, where fdopendir
26859         ties the file descriptor to the returned DIR* pointer.
26860         * lib/openat.c (unlinkat): New function.
26861         * lib/openat.h (unlinkat): Add prototype.
26862         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
26863         (openat_restore_fail): Rename from openat_restore_die.
26864         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
26865
26866         Provide an alternative to exiting immediately upon save_cwd or
26867         restore_cwd failure.  Now, an application can arrange e.g.,
26868         to perform a longjump in that case.
26869         * lib/openat.c: Include dirname.h.
26870         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
26871         (rpl_openat, fdopendir, fstatat): Call openat_save_die
26872         and openat_restore_die rather than calling error directly.
26873         Don't include "error.h" or "exitfail.h"; they're no longer needed.
26874
26875         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
26876         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
26877         define.
26878
26879         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
26880         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
26881                             int utc, int nanoseconds);
26882         Background:
26883         date should not have to allocate a megabyte of virtual memory to
26884         handle a format argument like +%1048575T.  When implemented with
26885         strftime, it must allocate such a buffer, use strftime to fill it
26886         in, print it, then free it.
26887         With fprintftime, it simply prints everything and exits.
26888         With no need for memory allocation, that's one fewer way to fail.
26889         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
26890         optional field width, not before, so we accept %9:z, not %:9z.
26891         (my_strftime): Be sure to use L_('x') for literals.
26892
26893         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
26894         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
26895         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
26896         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
26897         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
26898         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
26899         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
26900         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
26901         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
26902         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
26903         * lib/xgethostname.c, lib/xreadlink.c:
26904         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
26905
26906         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
26907         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
26908         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
26909         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26910         and don't include <sys/file.h>).
26911
26912 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
26913
26914         Sync from coreutils.
26915
26916         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
26917         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
26918         [!LDAV_DONE]: Avoid unused variable warning.
26919
26920 2005-09-21  Bruno Haible  <bruno@clisp.org>
26921
26922         * lib/unicodeio.h (unicode_to_mb): New declaration.
26923
26924 2005-09-20  Derek Price  <derek@ximbiot.com>
26925
26926         * lib/getaddrinfo.c: Don't include <netdb.h> included from
26927         getaddrinfo.h.
26928
26929 2005-09-20  Bruno Haible  <bruno@clisp.org>
26930
26931         * gnulib-tool: Remove trailing slashes from the values specified for
26932         --source-base, --m4-base, --tests-base, --aux-dir.
26933         Suggested by Simon Josefsson <jas@extundo.com>.
26934
26935 2005-09-20  Bruno Haible  <bruno@clisp.org>
26936
26937         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
26938         func_modules_to_filelist, func_import, func_create_testdir): Make all
26939         sorting results locale-independent, so that gnulib-cache.m4 doesn't
26940         change when gnulib-tool is invoked in a different locale.
26941
26942 2005-09-19  Simon Josefsson  <jas@extundo.com>
26943
26944         * m4/socklen.m4: Fix typo.
26945
26946 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26947
26948         Use a consistent style for including <config.h>.
26949         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
26950         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
26951         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
26952         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
26953         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
26954         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
26955         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
26956         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
26957         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
26958         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
26959         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
26960         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
26961         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
26962         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
26963         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
26964         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
26965         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
26966         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
26967         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
26968         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
26969         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
26970         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
26971         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
26972         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
26973         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
26974         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
26975         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
26976         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
26977         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
26978         lib/xstrtoumax.c, lib/yesno.c:
26979         Standardize inclusion of config.h.
26980         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
26981         lib/inttostr.h:  Removed inclusion of config.h from header files.
26982         * lib/inttostr.c:  Adjusted in-tree users.
26983         * lib/timespec.h: Remove superfluous warning to include config.h.
26984         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
26985         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
26986         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
26987         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
26988         config.h with HAVE_CONFIG_H.
26989
26990 2005-09-19  Jim Meyering  <jim@meyering.net>
26991
26992         * modules/pathmax (License): Change to LGPL.
26993
26994 2005-09-19  Derek Price  <derek@ximbiot.com>
26995
26996         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
26997
26998 2005-09-19  Bruno Haible  <bruno@clisp.org>
26999
27000         * gnulib-tool (import): Provide default for --tests-base.
27001
27002 2005-09-19  Bruno Haible  <bruno@clisp.org>
27003
27004         * doc/quote.texi: New file, extracted from gnulib.texi.
27005         * doc/ctime.texi: New file, extracted from gnulib.texi.
27006         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
27007         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
27008         * doc/gnulib.texi: Include them.
27009
27010 2005-09-18  Bruno Haible  <bruno@clisp.org>
27011
27012         Portability fix.
27013         * gnulib-tool (func_readlink): New function.
27014         (func_ln_if_changed): Use it.
27015
27016 2005-09-18  Bruno Haible  <bruno@clisp.org>
27017
27018         * gnulib-tool: Support --with-tests also with --import.
27019         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
27020         (func_import): Use variables $testsbase and $inctests. Emit a
27021         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
27022         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
27023         SUBDIRS += $testsdir.
27024         (func_create_testdir): Update.
27025
27026 2005-09-18  Bruno Haible  <bruno@clisp.org>
27027
27028         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
27029         instead of $dry_run.
27030         (func_cp_if_changed, func_mv_if_changed): Remove functions.
27031         (func_ln_if_changed): Don't handle dry-run here.
27032         (func_import): In dry-run mode, detect more precisely which actions
27033         would be performed, and don't use "...ing" verbs.
27034
27035 2005-09-18  Bruno Haible  <bruno@clisp.org>
27036
27037         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
27038         (func_import): Use join on two temporary files instead of three nested
27039         loops, in order to determine which files are new or old.
27040
27041 2005-09-18  Bruno Haible  <bruno@clisp.org>
27042
27043         * gnulib-tool (func_import): Comment out code that spits out the
27044         new files with --dry-run.
27045
27046 2005-09-18  Bruno Haible  <bruno@clisp.org>
27047
27048         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
27049
27050 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27051
27052         * lib/stat-time.h: New file.
27053         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
27054         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
27055         in a different way.
27056         (timespec_cmp): New function.
27057         * lib/utimecmp.c: Include stat-time.h.
27058         (SYSCALL_RESOLUTION): Depend on whether various struct stat
27059         members exist, not on the obsolescent ST_MTIM_NSEC.
27060         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
27061
27062 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27063
27064         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
27065
27066 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27067
27068         * MODULES.html.sh (File system functions): Add stat-time.
27069         * modules/stat-time: New file.
27070         * modules/timespec (Files): Remove m4/st_mtim.m4; this
27071         is now done in a different way, by the stat-time module.
27072         * modules/utimecmp (Depends-on): Add stat-time.
27073
27074 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27075
27076         * m4/st_mtim.m4: Remove.  Superseded by...
27077         * m4/stat-time.m4: New file.
27078         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
27079         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
27080
27081 2005-09-15  Derek Price  <derek@ximbiot.com>
27082
27083         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
27084
27085 2005-09-15  Derek Price  <derek@ximbiot.com>
27086
27087         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
27088         * lib/regex_internal.c: Ditto, using this...
27089         (__GNUC_PREREQ): ...new macro.
27090         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
27091         using...
27092         (__GNUC_PREREQ): ...this new macro.
27093
27094         * lib/strstr.h: Include string.h. Define strstr as a macro here.
27095
27096 2005-09-15  Derek Price  <derek@ximbiot.com>
27097             Paul Eggert  <eggert@cs.ucla.edu>
27098
27099         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
27100         changes, consolidating in...
27101         * lib/regex_internal.h: ...this file.
27102
27103 2005-09-13  Jim Meyering  <jim@meyering.net>
27104
27105         * lib/canon-host.c: Filter through gnu indent and reword comments
27106         slightly.
27107         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
27108
27109 2005-09-13  Derek Price  <derek@ximbiot.com>
27110
27111         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
27112         failure.
27113         Reported by Jim Meyering  <jim@meyering.net>.
27114
27115 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27116
27117         * lib/base64.c: Typo.
27118         (base64_encode): Put b64str in initialized data section.
27119
27120 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
27121
27122         Merge glibc and coreutils changes into gnulib, plus a few
27123         extra fixes.
27124         * lib/md5.c: Use #error rather than a string.
27125         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
27126         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
27127         (__attribute__): Define to empty for non recent-GCC.
27128         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
27129         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
27130         Renamed from their non-__ counterparts, with new macros replacing
27131         them if not _LIBC.  Add __THROW attribute.
27132         (rol): Remove.
27133         (struct md5_ctx): Align buffer if using GCC.
27134         * lib/sha1.h (struct sha1_ctx): Likewise.
27135         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
27136         The old name was backwards.
27137         (NOTSWAP): Remove; not used.
27138         (rol): New macro, moved here from md5.h.
27139         (sha1_process_block): Remove a FIXME that doesn't make sense.
27140
27141 2005-09-12  Derek Price  <derek@ximbiot.com>
27142
27143         Return usable errors from canon-host.
27144         * lib/canon-host.h: New file.
27145         * lib/canon-host.c (canon_host): Wrap...
27146         (canon_host_r): ...this new function, which now relies exclusively on
27147         getaddrinfo.
27148         (ch_strerror): New function.
27149         (last_cherror): New global.
27150         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
27151         interface.
27152         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
27153         void *.
27154         (freeaddrinfo): Free ai->ai_canonname when set.
27155
27156 2005-09-12  Derek Price  <derek@ximbiot.com>
27157
27158         Make canon-host require getaddrinfo.
27159         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
27160         AC_LIBSOURCE canon-host.h.  Call...
27161         (gl_PREREQ_CANON_HOST): ...this new function, which requires
27162         gl_GETADDRINFO.
27163         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
27164
27165 2005-09-12  Derek Price  <derek@ximbiot.com>
27166
27167         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
27168         LGPL.
27169         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
27170
27171 2005-09-12  Derek Price  <derek@ximbiot.com>
27172
27173         * lib/gai_strerror.c: Include config.h when available.  Include
27174         getaddrinfo.h before other headers to test interface.
27175         Reported by Larry Jones <lawrence.jones@ugs.com>.
27176
27177 2005-09-12  Derek Price  <derek@ximbiot.com>
27178             Paul Eggert  <eggert@cs.ucla.edu>
27179
27180         * modules/glob (Files): Add glob-libc.h.
27181
27182 2005-09-12  Derek Price  <derek@ximbiot.com>
27183             Paul Eggert  <eggert@cs.ucla.edu>
27184
27185         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
27186         glob_.h, glob-libc.h.
27187         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
27188
27189 2005-09-12  Derek Price  <derek@ximbiot.com>
27190             Paul Eggert  <eggert@cs.ucla.edu>
27191
27192         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
27193         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
27194         protecting things that should be done only in gnulib contexts.
27195         * lib/glob_.h: New file, containing only the glob things needed for
27196         gnulib.
27197         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
27198         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
27199         (glob, globfree, glob_pattern_p): Now defined simply in terms of
27200         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
27201         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
27202         and to respect the namespace rules better.
27203
27204 2005-09-08  Simon Josefsson  <jas@extundo.com>
27205
27206         * modules/socklen: New file.
27207
27208 2005-09-08  Simon Josefsson  <jas@extundo.com>
27209
27210         * m4/socklen.m4: New file.
27211
27212 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27213
27214         * modules/utimens (Files): Add m4/utimbuf.m4, since
27215         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
27216         Reported by Sergey Poznyakoff.
27217
27218 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27219
27220         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
27221         definitions, since that's the preferred style in glibc.
27222         Fix a minor spacing issue, and update copyright notice to match
27223         glibc's.
27224
27225 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27226
27227         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
27228
27229 2005-09-06  Simon Josefsson  <jas@extundo.com>
27230
27231         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
27232         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
27233
27234 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27235
27236         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
27237         warning.
27238
27239 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27240
27241         * config/srclist.txt: Add glibc bug 1302.
27242
27243 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
27244
27245         Change bitset word type from unsigned int to unsigned long int,
27246         as this has better performance on typical 64-bit hosts.
27247         Port bitset code to hosts with unusual word sizes.
27248         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
27249         (build_collating_symbol):
27250         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
27251         argument is a bitset.  This is merely a style issue, but it makes
27252         it clearer that an entire array is expected.
27253         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
27254         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
27255         Port to the case where bitset_word is not the same as unsigned int.
27256         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
27257         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
27258         Likewise.
27259         * lib/regexec.c (check_dst_limits_calc_pos_1,
27260         check_subexp_matching_top):
27261         (build_trtable, group_nodes_into_DFAstates):
27262         Likewise.
27263         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
27264         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
27265         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
27266         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
27267         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
27268         * lib/regcomp.c (optimize_subexps, lower_subexp):
27269         Work even if bitset_word has holes in its bitwise representation.
27270         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
27271         * lib/regexec.c (check_dst_limits_calc_pos_1,
27272         check_subexp_matching_top):
27273         Likewise.
27274         * lib/regex_internal.c (re_string_reconstruct):
27275         Don't assume UCHAR_MAX == 255.
27276         * lib/regex_internal.h (bitset_set_all): Likewise.
27277         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
27278         All uses changed.
27279         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
27280         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
27281         All uses changed.
27282         (BITSET_WORD_MAX): New macro.
27283         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
27284         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
27285         (bitset_empty, bitset_copy):
27286         Prefer sizeof (bitset) to multiplying it out ourselves.
27287         (bitset_not_merge): Remove; unused.
27288         (bitset_contain): Return bool, not unsigned int with one bit on.
27289         All callers changed.
27290         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
27291         alignment than re_node_set; do this by defining a new internal
27292         type struct dests_alloc and using it to allocate memory.
27293
27294 2005-09-05  Bruno Haible  <bruno@clisp.org>
27295
27296         * gnulib-tool (func_import): Fix comparison in handling of symbolic
27297         links.
27298
27299 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
27300
27301         * modules/size_max (Makefile.am): Add size_max.h
27302
27303 2005-09-04  Derek Price  <derek@ximbiot.com>
27304
27305         * gnulib-tool (func_import): Fix reversed $symbolic logic.
27306
27307 2005-09-03  Simon Josefsson  <jas@extundo.com>
27308
27309         * gnulib-tool: Fix typo.
27310
27311 2005-09-03  Simon Josefsson  <jas@extundo.com>
27312
27313         * config/srclist.txt: Add glibc bug 1293.
27314
27315 2005-09-03  Derek Price  <derek@ximbiot.com>
27316
27317         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
27318         From Larry Jones <lawrence.jones@ugs.com>.
27319
27320 2005-09-02  Simon Josefsson  <jas@extundo.com>
27321
27322         * modules/socklen: New file.
27323
27324 2005-09-02  Simon Josefsson  <jas@extundo.com>
27325
27326         * modules/havelib: New module.
27327
27328         * modules/gettext, modules/iconv, modules/lock, modules/readline:
27329         Use havelib.
27330
27331 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
27332
27333         Check for arithmetic overflow when calculating sizes, to prevent
27334         some buffer-overflow issues.  These patches are conservative, in the
27335         sense that when I couldn't determine whether an overflow was possible,
27336         I inserted a run-time check.
27337         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
27338         macros.
27339         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
27340         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
27341         (re_xnrealloc, re_x2nrealloc): New inline functions.
27342         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
27343         parse_bracket_exp):
27344         (build_equiv_class, build_charclass): Check for arithmetic overflow
27345         in size expression calculations.
27346         * lib/regex_internal.c (re_string_realloc_buffers):
27347         (build_wcs_upper_buffer, re_node_set_add_intersect):
27348         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
27349         (re_dfa_add_node, register_state): Likewise.
27350         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
27351         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
27352         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
27353         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
27354
27355 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
27356
27357         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
27358         m4/ulonglong.m4.  Problem reported by Martin Lambers.
27359
27360 2005-09-02  Bruno Haible  <bruno@clisp.org>
27361
27362         Support for lib vs. lib64 distinction on biarch platforms.
27363         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
27364         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
27365         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
27366
27367 2005-09-02  Bruno Haible  <bruno@clisp.org>
27368
27369         * gnulib-tool (import): In the other first-use case, provide defaults
27370         as well.
27371
27372 2005-09-02  Bruno Haible  <bruno@clisp.org>
27373
27374         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
27375         patches not yet found in the latest gettext release.
27376
27377 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27378
27379         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
27380         to avoid a collision with bits/local_lim.h in glibc.
27381         All uses changed.  Problem reported by Dmitry V. Levin in
27382         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
27383
27384         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
27385         bugs in int versus size_t comparisons.
27386         (re_string_context_at): Fix bug where the code assumed that
27387         Idx is signed.
27388
27389         Use bool where appropriate.
27390         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
27391         All callers changed.
27392         (calc_eclosure_iter): Likewise, for ROOT arg.
27393         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
27394         (build_charclass_op): Likewise, for NON_MATCH arg.
27395         * lib/regex_internal.c (re_string_allocate, re_string_construct):
27396         (re_string_construct_common): Likewise, for ICASE arg.
27397         * lib/regexec.c (re_search_2_stub, re_search_stub):
27398         Likewise, for RET_LEN arg.
27399         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
27400         (set_regs): Likewise, for FL_BACKTRACK arg.
27401         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
27402         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
27403         (calc_eclosure_iter, parse_bracket_exp):
27404         Use bool for internal variables that are booleans.
27405         * lib/regexec.c (re_search_internal, check_matching,
27406         proceed_next_node):
27407         (set_regs, build_sifted_states, sift_states_bkref):
27408         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
27409         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27410         (find_collation_sequence_value):
27411         Likewise.
27412         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
27413         (re_node_set_compare):
27414         Return bool, not int. All callers changed.
27415         * lib/regexec.c (check_halt_node_context, check_dst_limits):
27416         (build_trtable, check_node_accept): Likewise.
27417         * lib/regex_internal.h: Include stdbool.h.
27418
27419         Fix bugs uncovered when converting to bool.
27420         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
27421         failure instead of charging ahead blindly.
27422         * lib/regex_internal.c (register_state): Likewise.
27423         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
27424         for freeing internal storage.
27425         (group_nodes_into_DFA_states): Use unsigned int, not int, for
27426         bitset pieces used as boolean, to avoid undefined behavior
27427         on hosts that do int overflow checking.
27428
27429 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27430
27431         * config/srclist.txt: Add glibc bugs 1285-1287.
27432
27433 2005-09-01  Jim Meyering  <jim@meyering.net>
27434
27435         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
27436         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
27437         Require gl_STAT_MACROS, too.
27438
27439 2005-09-01  Bruno Haible  <bruno@clisp.org>
27440
27441         * gnulib-tool (import): In the first-use case, provide defaults.
27442
27443 2005-09-01  Bruno Haible  <bruno@clisp.org>
27444
27445         * gnulib-tool (func_import): Remove the .tmp files.
27446
27447 2005-09-01  Bruno Haible  <bruno@clisp.org>
27448
27449         * gnulib-tool (func_import): Fix handling of symbolic links.
27450
27451 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27452
27453         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
27454         old glibc regex code mishandles strings longer than 2**31 bytes.
27455         This patch fixes this when the regex code is used in gnulib
27456         (i.e., outside glibc).
27457
27458         This patch should not affect the use of the regex code inside
27459         glibc.  No doubt this problem also needs to be handled for glibc
27460         as well, but the result will be an incompatible change to the
27461         glibc ABI, and the old ABI will have to be supported too.  That
27462         can be the the subject for another patch.
27463
27464         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
27465         governing whether the rest of this patch is active.  By default,
27466         the macro is disabled and the patch has no effect.
27467         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
27468         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
27469         (struct re_pattern_buffer, re_search, re_search_2, re_match):
27470         (re_match_2, re_set_registers): Use the new types.
27471         * lib/regex_internal.h (Idx, re_hashval_t): New types.
27472         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
27473         New macros.
27474         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
27475         (re_string_context_at, bin_tree_t, re_dfastate_t):
27476         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
27477         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
27478         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
27479         (re_string_char_size_at, re_string_wchar_at):
27480         (re_string_elem_size_at):
27481         Use the new types and macros to port to 64-bit hosts.
27482         Use unsigned types for internal values, so that the code
27483         mostly works even for arrays larger than SSIZE_MAX.
27484         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
27485         (search_duplicated_node, calc_eclosure_iter, fetch_number):
27486         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
27487         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
27488         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
27489         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
27490         (calc_inveclosure, parse_dup_op, build_range_exp):
27491         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
27492         (fetch_number, create_token_tree, mark_opt_subexp):
27493         Likewise.
27494         * lib/regex_internal.c (re_string_construct_common,
27495         create_ci_newstate):
27496         (create_cd_newstate, re_string_allocate, re_string_construct):
27497         (re_string_realloc_buffers, build_wcs_upper_buffer):
27498         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27499         (re_string_reconstruct, re_string_peek_byte_case):
27500         (re_string_fetch_byte_case, re_string_context_at):
27501         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27502         (re_node_set_init_copy, re_node_set_add_intersect):
27503         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27504         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27505         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27506         (re_acquire_state, re_acquire_state_context, register_state):
27507         Likewise.
27508         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
27509         search_cur_bkref_entry):
27510         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
27511         (re_search_internal, re_search_2_stub, re_search_stub)
27512         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
27513         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
27514         (update_cur_sifted_state, check_dst_limits):
27515         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
27516         (check_subexp_limits, sift_states_bkref, merge_state_array):
27517         (check_subexp_matching_top, get_subexp, get_subexp_sub):
27518         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
27519         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27520         (expand_bkref_cache, check_node_accept_bytes):
27521         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
27522         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
27523         (acquire_init_state_context, check_halt_node_context):
27524         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
27525         (sift_states_backward, clean_state_log_if_needed):
27526         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
27527         (find_recover_state, transit_state_sb, transit_state_mb):
27528         (transit_state_bkref, build_trtable, match_ctx_clean):
27529         Likewise.
27530         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
27531         to work around an assumption that REG_MISSING is negative.
27532
27533         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
27534         (seek_collating_symbol_entry) [defined _LIBC]:
27535         (lookup_collation_sequence_value) [defined _LIBC]:
27536         (build_range_exp, build_collating_symbol) [defined _LIBC]:
27537         Use prototypes rather than old-style function definitions.
27538         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
27539         (transit_state_sb) [0]:
27540         (find_collation_sequence_value) [defined _LIBC]: Likewise.
27541
27542         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
27543         rm_eo.
27544
27545         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
27546         (optimize_subexps, lower_subexp):
27547         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
27548         since the signed shift might overflow.  Use 1u<<31 instead.
27549         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
27550         Likewise.
27551         * lib/regexec.c (check_dst_limits_calc_pos_1,
27552         check_subexp_matching_top): Likewise.
27553
27554         * lib/regcomp.c (optimize_subexps, lower_subexp):
27555         Use CHAR_BIT rather than 8, for clarity.
27556         * lib/regexec.c (check_dst_limits_calc_pos_1):
27557         (check_subexp_matching_top): Likewise.
27558         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
27559         have to worry about portability issues when shifting it left.
27560         Remove no-longer-needed test for table_size > 0.
27561         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
27562         in a word, as the resulting behavior is undefined.
27563         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
27564         in one case, a <= should have been an <, and in another case the
27565         whole test was missing.
27566         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
27567         the standard name CHAR_BIT.
27568         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
27569         this is not true on one's complement and signed-magnitude hosts.
27570
27571         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
27572         next_last_offset.
27573         (struct re_dfa_t): Remove unused member states_alloc.
27574         * lib/regcomp.c (init_dfa): Don't initialize unused members.
27575
27576 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27577
27578         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
27579         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
27580         and large-file glibc and in 32-bit large-file Solaris.
27581
27582 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27583
27584         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
27585         lengths fit in regoff_t; this isn't true if regoff_t is the same
27586         width as size_t.
27587         * lib/regex.c (re_search_internal): 5th arg is LAST_START
27588         (= START + RANGE) instead of RANGE.  This avoids overflow
27589         problems when regoff_t is the same width as size_t.
27590         All callers changed.
27591         (re_search_2_stub): Check for overflow when adding the
27592         sizes of the two strings.
27593         (re_search_stub): Check for overflow when adding START
27594         to RANGE; if it occurs, substitute the extreme value.
27595
27596 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27597
27598         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
27599
27600 2005-08-31  Jim Meyering  <jim@meyering.net>
27601
27602         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
27603         a pointer-to-const.
27604         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
27605         (register_state): Likewise.
27606         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
27607         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
27608         (group_nodes_into_DFAstates): Likewise.
27609
27610 2005-08-31  Jim Meyering  <jim@meyering.net>
27611
27612         * check-module: Add a FIXME comment.
27613
27614 2005-08-31  Eric Blake  <ebb9@byu.net>
27615
27616         * modules/unistd-safer (Files): Add unistd--.h.
27617         * modules/stdio-safer (Files): Add stdio--.h.
27618
27619 2005-08-31  Derek Price  <derek@ximbiot.com>
27620
27621         * lib/getdelim.c (getdelim): Return EOF on EOF.
27622         Reported by Larry Jones <lawrence.jones@ugs.com>.
27623
27624 2005-08-31  Bruno Haible  <bruno@clisp.org>
27625
27626         Avoid unnecessary diffs in the generated lib/Makefile.am.
27627         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
27628         the generated files.
27629         (func_import): Don't set cmd.
27630
27631 2005-08-31  Bruno Haible  <bruno@clisp.org>
27632
27633         * lib/strstr.c: Include <stddef.h>, for NULL.
27634         * lib/strcasestr.c: Likewise.
27635         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27636
27637 2005-08-31  Bruno Haible  <bruno@clisp.org>
27638
27639         * gnulib-tool: New option --macro-prefix.
27640         (func_import): Use macro_prefix.
27641         (import): Handle option --macro-prefix.
27642
27643 2005-08-31  Bruno Haible  <bruno@clisp.org>
27644
27645         * gnulib-tool (import): Rename most ac_* variables to cached_*.
27646         Also use new variables cached_lgpl, cached_libtool.
27647
27648 2005-08-31  Bruno Haible  <bruno@clisp.org>
27649
27650         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
27651         always instantiating them.
27652
27653 2005-08-31  Bruno Haible  <bruno@clisp.org>
27654
27655         * gnulib-tool (func_import): Read the previous cached settings
27656         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
27657         earlier added by gnulib but are now dropped. Warn when a gnulib file
27658         overwrites a non-gnulib file.
27659
27660 2005-08-31  Bruno Haible  <bruno@clisp.org>
27661
27662         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
27663         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
27664         projects that don't keep autogenerated files in CVS. Put into
27665         actioncmd only the specified modules, not the transitive closure.
27666
27667 2005-08-31  Bruno Haible  <bruno@clisp.org>
27668
27669         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
27670         Create directories that shall be filled.
27671         (import): Don't look for gl_* macros in configure.ac. Recurse across
27672         all directories containing a gnulib-cache.m4 files, if meaningful.
27673
27674 2005-08-31  Bruno Haible  <bruno@clisp.org>
27675
27676         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
27677         (import): Set seen_libtool when we see gl_LIBTOOL.
27678
27679 2005-08-31  Bruno Haible  <bruno@clisp.org>
27680
27681         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
27682         declaration macro definitions from generated gnulib.m4.
27683
27684 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
27685
27686         * lib/iconvme.h: Add prototype for iconv_alloc.
27687
27688 2005-08-29  Simon Josefsson  <jas@extundo.com>
27689
27690         * lib/iconvme.c: Fix errno.
27691
27692 2005-08-29  Bruno Haible  <bruno@clisp.org>
27693
27694         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
27695         that it works when the directory contains spaces.
27696
27697 2005-08-29  Bruno Haible  <bruno@clisp.org>
27698
27699         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
27700
27701 2005-08-29  Bruno Haible  <bruno@clisp.org>
27702
27703         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
27704         Emit more advice.
27705
27706 2005-08-29  Bruno Haible  <bruno@clisp.org>
27707         and Stepan Kasal  <kasal@ucw.cz>
27708
27709         * check-module: If more parameters are given, check each of them
27710         separately; add more exceptions, as noted by Jim Meyering.
27711         (check_module): New procedure.
27712         (%exempt_header): Now contains all exceptions.
27713
27714 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
27715
27716         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
27717
27718 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
27719
27720         * lib/iconvme.c: Split iconv_string into iconv_alloc.
27721
27722 2005-08-28  Bruno Haible  <bruno@clisp.org>
27723
27724         * m4/gnulib-tool.m4: New file.
27725
27726 2005-08-27  Jim Meyering  <jim@meyering.net>
27727
27728         * modules/unistd-safer (Files): Add pipe-safer.c.
27729         * modules/fcntl-safer (Files): Add creat-safer.c.
27730
27731 2005-08-27  Jim Meyering  <jim@meyering.net>
27732
27733         * m4/stdlib-safer.m4: New file.  From coreutils.
27734         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
27735         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
27736         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
27737         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
27738         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
27739
27740 2005-08-27  Jim Meyering  <jim@meyering.net>
27741
27742         * lib/fopen-safer.c: Merge minor changes from coreutils.
27743         * lib/dup-safer.c: Likewise.
27744         * lib/fd-safer.c: Likewise.
27745
27746         Merge from coreutils.
27747         * lib/stdio--.h: New file.
27748         * lib/stdlib--.h: New file.
27749         * lib/mkstemp-safer.c: New file.
27750
27751         GNU tar needs these.
27752         * lib/pipe-safer.c: New file.
27753         * lib/creat-safer.c: New file.
27754         * lib/fcntl--.h (creat): Define to creat_safer.
27755         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
27756         * lib/unistd--.h (pipe): Define to pipe_safer.
27757         * lib/unistd-safer.h: Declare pipe_safer.
27758
27759 2005-08-26  Simon Josefsson  <jas@extundo.com>
27760
27761         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
27762         Haible <bruno@clisp.org>.
27763
27764 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
27765
27766         * lib/regex_internal.h: Remove all references to
27767         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
27768         or better.
27769         (bitset_not, bitset_merge, bitset_not_merge):
27770         (bitset_mask, re_string_allocate, re_string_construct):
27771         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
27772         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
27773         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
27774         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
27775         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27776         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27777         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
27778         (re_acquire_state_context):
27779         Remove unnecessary forward decls.
27780         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
27781         Put __attribute at function definition,
27782         now that the function decl has been removed.
27783         * lib/regex_internal.c (re_string_peek_byte_case):
27784         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
27785         Likewise.
27786
27787 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
27788
27789         * m4/regex.m4: Add AC_PREREQ(2.50).
27790         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
27791
27792 2005-08-25  Simon Josefsson  <jas@extundo.com>
27793
27794         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
27795         __fsetlocking.
27796
27797 2005-08-25  Simon Josefsson  <jas@extundo.com>
27798
27799         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
27800         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
27801         GLIBC specific code.
27802
27803 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27804
27805         Make regex safe for g++.  This fixes one real bug (an "err"
27806         that should have been "*err").  g++ problem reported by
27807         Sam Steingold.
27808         * lib/regex_internal.h (re_calloc): New macro, consistent with
27809         re_malloc etc.  All callers of calloc changed to use re_calloc.
27810         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
27811         not int.  All callers changed.
27812         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
27813         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
27814         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
27815         (find_recover_state): Change "err" to "*err"; this fixes what
27816         appears to be a real bug.
27817         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
27818         versus int.
27819
27820 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27821
27822         * modules/regex (Depends-on): Add malloc, since the code
27823         assumes that !malloc(0) means failure.
27824
27825 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27826
27827         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
27828
27829         alloca modernization/simplification for regex.
27830         * lib/regex.c: Remove portability cruft for alloca.  This no longer
27831         needs to be at the start of the file, and can be moved into
27832         regex_internal.h and simplified.
27833         * lib/regex_internal.h: Include <alloca.h>.
27834         (__libc_use_alloca) [!defined _LIBC]: New macro.
27835         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
27836         now works outside glibc.
27837
27838 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27839
27840         * config/srclist.txt: Add glibc bugs 1241, 1245.
27841
27842 2005-08-25  Jim Meyering  <jim@meyering.net>
27843
27844         * lib/open-safer.c: Include <config.h>.
27845         Otherwise, we'd lose LARGEFILE support in any file using
27846         e.g. "fcntl--.h"
27847
27848 2005-08-25  Bruno Haible  <bruno@clisp.org>
27849
27850         * m4/minmax.m4: Require autoconf 2.52.
27851         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
27852         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
27853         alternatives of translit over the alphabet.
27854         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
27855
27856 2005-08-24  Simon Josefsson  <jas@extundo.com>
27857
27858         * tests/test-getpass.c: New file.
27859
27860 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27861
27862         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
27863         for GNU regex features.
27864
27865 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27866
27867         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
27868         * lib/regex.h (regerror): Likewise.
27869
27870         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
27871         requires this.  (The code never needed it.)
27872
27873         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
27874         All uses of recently-renamed identifiers changed to use the new,
27875         POSIX-compliant names.  The code will build and run just fine
27876         without these changes, but it's better to eat our own dog food
27877         and use the standard-conforming names.
27878
27879         * lib/regex.h: Fix a multitude of POSIX name space violations.
27880         These changes have an effect only for programs that define
27881         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
27882         do not change anything for programs compiled in the normal way.
27883         Also, there is no effect on the ABI.
27884
27885         (_REGEX_SOURCE): New macro.
27886         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
27887         defined and _GNU_SOURCE is not; this fixes a name space violation.
27888
27889         Rename the following macros to obey POSIX requirements.
27890         The old names are still visible as macros if _REGEX_SOURCE is defined.
27891         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
27892         RE_BACKSLASH_ESCAPE_IN_LISTS.
27893         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
27894         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
27895         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
27896         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
27897         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
27898         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
27899         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
27900         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
27901         (REG_INTERVALS): renamed from RE_INTERVALS.
27902         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
27903         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
27904         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
27905         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
27906         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
27907         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
27908         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
27909         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
27910         RE_UNMATCHED_RIGHT_PAREN_ORD.
27911         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
27912         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
27913         (REG_DEBUG): renamed from RE_DEBUG.
27914         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
27915         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
27916         unusual, since we can't clash with the POSIX REG_ICASE.
27917         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
27918         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
27919         (REG_NO_SUB): renamed from RE_NO_SUB.
27920         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
27921         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
27922         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
27923         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
27924         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
27925         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
27926         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
27927         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
27928         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
27929         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
27930         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
27931         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
27932         RE_SYNTAX_POSIX_MINIMAL_BASIC.
27933         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
27934         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
27935         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
27936         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
27937         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
27938         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
27939         (REG_FIXED): Renamed from REGS_FIXED.
27940         (REG_NREGS): Renamed from RE_NREGS.
27941
27942         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
27943         of other REG_* macros, since POSIX says the user is allowed to
27944         #undef these macros selectively.
27945
27946         (reg_errcode_t): Update comment stating what other tables need
27947         to be consistent.
27948
27949         Rename the following enum values to obey POSIX requirements.
27950         The old names are still visible as macros.
27951         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
27952         is not defined, since GNU is supposed to be a superset of POSIX as
27953         much as possible, and since we want reg_errcode_t to be a signed
27954         type for implementation consistency.
27955         (_REG_NOERROR): Renamed from REG_NOERROR.
27956         (_REG_NOMATCH): Renamed from REG_NOMATCH.
27957         (_REG_BADPAT): Renamed from REG_BADPAT.
27958         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
27959         (_REG_ECTYPE): Renamed from REG_ECTYPE.
27960         (_REG_EESCAPE): Renamed from REG_EESCAPE.
27961         (_REG_ESUBREG): Renamed from REG_ESUBREG.
27962         (_REG_EBRACK): Renamed from REG_EBRACK.
27963         (_REG_EPAREN): Renamed from REG_EPAREN.
27964         (_REG_EBRACE): Renamed from REG_EBRACE.
27965         (_REG_BADBR): Renamed from REG_BADBR.
27966         (_REG_ERANGE): Renamed from REG_ERANGE.
27967         (_REG_ESPACE): Renamed from REG_ESPACE.
27968         (_REG_BADRPT): Renamed from REG_BADRPT.
27969         (_REG_EEND): Renamed from REG_EEND.
27970         (_REG_ESIZE): Renamed from REG_ESIZE.
27971         (_REG_ERPAREN): Renamed from REG_ERPAREN.
27972         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
27973         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
27974         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
27975         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
27976
27977         (_REG_RE_NAME, _REG_RM_NAME): New macros.
27978         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
27979         changed.  But support the old name if the new one is not defined
27980         and if _REGEX_SOURCE.
27981
27982         Change the following member names in struct re_pattern_buffer.
27983         The old names are still supported if !_REGEX_SOURCE.
27984         The new names are always supported, regardless of _REGEX_SOURCE.
27985         (re_buffer): Renamed from buffer.
27986         (re_allocated): Renamed from allocated.
27987         (re_used): Renamed from used.
27988         (re_syntax): Renamed from syntax.
27989         (re_fastmap): Renamed from fastmap.
27990         (re_translate): Renamed from translate.
27991         (re_can_be_null): Renamed from can_be_null.
27992         (re_regs_allocated): Renamed from regs_allocated.
27993         (re_fastmap_accurate): Renamed from fastmap_accurate.
27994         (re_no_sub): Renamed from no_sub.
27995         (re_not_bol): Renamed from not_bol.
27996         (re_not_eol): Renamed from not_eol.
27997         (re_newline_anchor): Renamed from newline_anchor.
27998
27999         Change the following member names in struct re_registers.
28000         The old names are still supported if !_REGEX_SOURCE.
28001         The new names are always supported, regardless of _REGEX_SOURCE.
28002         (rm_num_regs): Renamed from num_regs.
28003         (rm_start): Renamed from start.
28004         (rm_end): Renamed from end.
28005
28006         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
28007         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
28008         Prepend __ to parameter names.
28009
28010         Undo yesterday's changes.
28011
28012 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28013
28014         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
28015         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
28016         lib/regex.c.
28017
28018 2005-08-24  Jim Meyering  <jim@meyering.net>
28019
28020         Sync from coreutils.
28021         * m4/fcntl-safer.m4: New file.
28022
28023         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
28024         and object files for this module.
28025
28026 2005-08-24  Jim Meyering  <jim@meyering.net>
28027
28028         Sync from coreutils.
28029         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
28030
28031 2005-08-24  Jim Meyering  <jim@meyering.net>
28032
28033         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
28034         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
28035
28036 2005-08-24  Jim Meyering  <jim@meyering.net>
28037
28038         * modules/fcntl-safer: New module.
28039         * modules/fts (Depends-on): Add fcntl-safer.
28040         * MODULES.html.sh (File descriptor based Input/Output):
28041         Add fcntl-safer.
28042
28043 2005-08-24  Bruno Haible  <bruno@clisp.org>
28044
28045         Support for unit test modules.
28046         * modules/README: Mention tests modules.
28047         * modules/TEMPLATE-TESTS: New file.
28048         * gnulib-tool: New options --extract-tests-module, --with-tests and
28049         --tests-base (unused for the moment).
28050         (testsbase, inctests): New variables.
28051         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
28052         (func_verify_module): Exclude TEMPLATE-TESTS.
28053         (func_verify_nontests_module, func_verify_tests_module): New functions.
28054         (func_get_dependencies): Add implicit dependency for tests modules.
28055         (func_get_tests_module): New function.
28056         (func_modules_transitive_closure): When --with-tests was specified,
28057         include the unit tests as well, unless explicitly avoided.
28058         (func_emit_lib_Makefile_am): Ignore the tests modules here.
28059         (func_emit_tests_Makefile_am): New function.
28060         (func_create_testdir): When --with-tests was specified, emit a
28061         tests/ directory.
28062         * MODULES.html.sh (Future developments): Update.
28063
28064 2005-08-24  Bruno Haible  <bruno@clisp.org>
28065
28066         * modules/tls-tests: New file.
28067         * tests/test-tls.c: New file, from GNU gettext.
28068
28069 2005-08-24  Bruno Haible  <bruno@clisp.org>
28070
28071         * modules/lock-tests: New file.
28072         * tests/test-lock.c: New file, from GNU gettext.
28073
28074 2005-08-24  Bruno Haible  <bruno@clisp.org>
28075
28076         * lib/lock.h: Add multiple inclusion guard.
28077         * lib/tls.h: Add multiple inclusion guard.
28078
28079 2005-08-24  Bruno Haible  <bruno@clisp.org>
28080
28081         * gnulib-tool: Add support for the --aux-dir option to
28082         --create-testdir, --create-megatestdir, --test, --megatest.
28083         (func_create_testdir, func_create_megatestdir): Optionally emit a
28084         AC_CONFIG_AUX_DIR directive.
28085         (create-testdir, create-megatestdir, test, megatest): Provide a
28086         default value for $auxdir.
28087
28088 2005-08-24  Bruno Haible  <bruno@clisp.org>
28089
28090         * gnulib-tool (import): Use compound statement instead of subshell
28091         where possible.
28092
28093 2005-08-24  Bruno Haible  <bruno@clisp.org>
28094
28095         * gnulib-tool (import): Change --aux-dir default to "build-aux".
28096
28097 2005-08-24  Bruno Haible  <bruno@clisp.org>
28098
28099         * gnulib-tool (func_version): Update.
28100
28101 2005-08-24  Bruno Haible  <bruno@clisp.org>
28102
28103         * gnulib-tool (func_import, func_create_testdir,
28104         func_create_megatestdir): Quote all autoconf macro arguments.
28105
28106 2005-08-24  Bruno Haible  <bruno@clisp.org>
28107
28108         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
28109         option --force, because --force causes the aclocal.m4 of each
28110         subdirectory to be newer than the corresponding config.h.in.
28111
28112 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28113
28114         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
28115         All contents moved to gl_REGEX.
28116         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
28117         assume that it does.
28118
28119 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28120
28121         * lib/regex.h (REG_NOSYS)
28122         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
28123         Define, since POSIX requires it as of 2001.
28124         (_REG_ENOSYS)
28125         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
28126         New private symbol, used to keep the enum signed in all cases.
28127         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
28128         Youngman in
28129         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
28130
28131         * lib/regex_internal.c (re_string_skip_chars, register_state):
28132         (calc_state_hash):
28133         Remove forward decls; no longer needed now that we use prototypes.
28134         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
28135         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
28136         (clean_state_log_if_needed): Likewise.
28137
28138 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         * config/srclist.txt: Add glibc bugs 1231-1233.
28141
28142 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28143
28144         Fix problems reported by Sam Steingold in
28145         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
28146         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
28147         assumed that reg_errcode_t is a signed type, which is not
28148         necessarily true if _XOPEN_SOURCE is not defined.
28149         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
28150         since some compilers warn about it otherwise.
28151
28152 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28153
28154         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
28155         (init_word_char, create_initial_state, duplicate_node_closure):
28156         (fetch_token, peek_token_bracket, build_range_exp):
28157         (build_collating_symbol): Remove forward decls; no longer needed
28158         now that we use prototypes.
28159
28160         * lib/regcomp.c:
28161         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
28162         (re_compile_fastmap_iter, regcomp, regerror, regfree):
28163         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
28164         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
28165         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
28166         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
28167         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
28168         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
28169         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
28170         (build_range_exp, build_collating_symbol, parse_bracket_exp):
28171         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
28172         (build_charclass, build_charclass_op, fetch_number, create_tree):
28173         (create_token_tree, mark_opt_subexp, duplicate_tree):
28174         Use prototypes rather than old-style definitions.
28175
28176         * lib/regex_internal.c:
28177         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
28178         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
28179         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
28180         (re_string_reconstruct, re_string_peek_byte_case):
28181         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
28182         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
28183         (re_node_set_init_copy, re_node_set_add_intersect):
28184         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28185         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28186         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
28187         (re_acquire_state, re_acquire_state_context, register_state):
28188         (create_ci_newstate, create_cd_newstate, free_state):
28189         Likewise.
28190         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
28191         re_search_2):
28192         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
28193         (re_search_internal, prune_impossible_nodes):
28194         (acquire_init_state_context, check_matching, static):
28195         (check_halt_node_context, check_halt_state_context, proceed_next_node):
28196         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
28197         (update_regs, sift_states_backward, build_sifted_states):
28198         (clean_state_log_if_needed, merge_state_array):
28199         (update_cur_sifted_state, add_epsilon_src_nodes):
28200         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
28201         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
28202         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
28203         (find_recover_state, check_subexp_matching_top, transit_state_mb):
28204         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
28205         (check_arrival, check_arrival_add_next_nodes):
28206         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
28207         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
28208         (check_node_accept_bytes, check_node_accept, extend_buffers):
28209         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
28210         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
28211         (sift_ctx_init):
28212         Likewise.
28213
28214         * lib/regex_internal.h:
28215         (re_string_allocate, re_string_construct, re_string_reconstruct):
28216         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
28217         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
28218         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
28219         (re_string_context_at, re_string_peek_byte_case):
28220         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
28221         is defined, since we now use prototypes always.
28222
28223         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
28224         C89 or better.  All uses removed.
28225
28226 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28227
28228         * config/srclist.txt: Add glibc bugs 1220-1227.
28229
28230 2005-08-20  Jim Meyering  <jim@meyering.net>
28231
28232         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
28233         of unused local, dfa.
28234
28235 2005-08-20  Bruno Haible  <bruno@clisp.org>
28236
28237         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
28238
28239 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28240
28241         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
28242         (re_node_set_insert_last, re_dfa_add_node):
28243         Rename local variables to avoid GCC shadowing warnings.
28244
28245 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28246
28247         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
28248         [defined lint]: Suppress bogus uninitialized-variable warnings.
28249
28250         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
28251         and let the caller return REG_ESPACE if out of space.  This
28252         removes an uninitialied-variable warning with GCC 4.0.1, and also
28253         avoids taking the address of a local variable.  All callers
28254         changed.
28255
28256 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28257
28258         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
28259         $LIBCSRC/posix/regexec.c.
28260         Add glibc bug 1217 for regcomp.c.
28261
28262 2005-08-19  Jim Meyering  <jim@meyering.net>
28263
28264         * lib/regexec.c (proceed_next_node): Redo local variables to
28265         avoid GCC shadowing warnings.
28266
28267 2005-08-18  Bruno Haible  <bruno@clisp.org>
28268
28269         * lib/strstr.c (strstr): Fix return value in multibyte case.
28270         * lib/strcasestr.c (strcasestr): Likewise.
28271
28272 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28273
28274         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
28275
28276 2005-08-17  Jim Meyering  <jim@meyering.net>
28277
28278         Make the %s format (seconds since the epoch) work for a negative
28279         number and when used with a zero-padded field width, e.g. %015s.
28280
28281         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
28282         label so that it precedes the code to set `digits'.  Otherwise,
28283         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
28284         print `00-22'.  Now, it prints `-0022', as it should.
28285
28286 2005-08-17  Bruno Haible  <bruno@clisp.org>
28287
28288         * modules/strstr (Files): Add m4/mbrtowc.m4.
28289         (Depends-on): Add mbuiter.
28290
28291 2005-08-17  Bruno Haible  <bruno@clisp.org>
28292
28293         * modules/strcasestr: New file.
28294         * MODULES.html.sh (String handling, based on ANSI C 89): Add
28295         strcasestr.
28296
28297 2005-08-17  Bruno Haible  <bruno@clisp.org>
28298
28299         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
28300
28301 2005-08-17  Bruno Haible  <bruno@clisp.org>
28302
28303         * modules/mbuiter: New file.
28304         * MODULES.html.sh (Extended multibyte and wide character utilities):
28305         Add mbuiter.
28306
28307 2005-08-17  Bruno Haible  <bruno@clisp.org>
28308
28309         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
28310         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
28311
28312 2005-08-17  Bruno Haible  <bruno@clisp.org>
28313
28314         * m4/strcasestr.m4: New file.
28315
28316 2005-08-17  Bruno Haible  <bruno@clisp.org>
28317
28318         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
28319         * lib/strstr.c: Completely rewritten, with multibyte locale support.
28320
28321 2005-08-17  Bruno Haible  <bruno@clisp.org>
28322
28323         * lib/strcasestr.h: New file.
28324         * lib/strcasestr.c: New file.
28325
28326 2005-08-17  Bruno Haible  <bruno@clisp.org>
28327
28328         * lib/strcasecmp.c: Use mbuiter.h.
28329
28330 2005-08-17  Bruno Haible  <bruno@clisp.org>
28331
28332         * lib/mbuiter.h: New file.
28333
28334 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
28335
28336         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
28337         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
28338         and gl_GETOPT are both invoked via different paths (as happens
28339         with GNU tar CVS because it uses both argp and getopt), the former
28340         wins.
28341
28342 2005-08-16  Bruno Haible  <bruno@clisp.org>
28343
28344         * modules/tls: New file.
28345         * MODULES.html.sh (Multithreading): Add tls.
28346
28347 2005-08-16  Bruno Haible  <bruno@clisp.org>
28348
28349         * modules/strnlen1: New file.
28350         * MODULES.html.sh (String handling): Add strnlen1.
28351
28352 2005-08-16  Bruno Haible  <bruno@clisp.org>
28353
28354         * modules/strcase (Files): Add m4/mbrtowc.m4.
28355         (Depends-on): Add strnlen1, mbchar.
28356
28357 2005-08-16  Bruno Haible  <bruno@clisp.org>
28358
28359         * modules/mbiter: New file.
28360         * MODULES.html.sh (Extended multibyte and wide character utilities):
28361         Add mbiter.
28362
28363 2005-08-16  Bruno Haible  <bruno@clisp.org>
28364
28365         * modules/mbfile: New file.
28366         * MODULES.html.sh (Extended multibyte and wide character utilities):
28367         Add mbfile.
28368
28369 2005-08-16  Bruno Haible  <bruno@clisp.org>
28370
28371         * modules/mbchar: New file.
28372         * MODULES.html.sh (Extended multibyte and wide character utilities):
28373         New section.
28374
28375 2005-08-16  Bruno Haible  <bruno@clisp.org>
28376
28377         * m4/tls.m4: New file, from GNU gettext.
28378
28379 2005-08-16  Bruno Haible  <bruno@clisp.org>
28380
28381         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
28382         always.
28383         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
28384
28385 2005-08-16  Bruno Haible  <bruno@clisp.org>
28386
28387         * m4/mbiter.m4: New file.
28388
28389 2005-08-16  Bruno Haible  <bruno@clisp.org>
28390
28391         * m4/mbfile.m4: New file.
28392
28393 2005-08-16  Bruno Haible  <bruno@clisp.org>
28394
28395         * m4/mbchar.m4: New file.
28396
28397 2005-08-16  Bruno Haible  <bruno@clisp.org>
28398
28399         * lib/tls.h: New file, from GNU gettext.
28400         * lib/tls.c: New file, from GNU gettext.
28401
28402 2005-08-16  Bruno Haible  <bruno@clisp.org>
28403
28404         * lib/strnlen1.h: New file.
28405         * lib/strnlen1.c: New file.
28406
28407 2005-08-16  Bruno Haible  <bruno@clisp.org>
28408
28409         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
28410         (mbi_init): Update.
28411         (mbi_avail, mbi_advance): Let the iteration end before the terminating
28412         NUL byte, not after it.
28413
28414 2005-08-16  Bruno Haible  <bruno@clisp.org>
28415
28416         * lib/strcase.h (strcasecmp): Add note in comments.
28417         * lib/strncasecmp.c: Use code from strcasecmp.c.
28418         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
28419         (strcasecmp): Work correctly in multibyte locales.
28420
28421 2005-08-16  Bruno Haible  <bruno@clisp.org>
28422
28423         * lib/mbiter.h: New file.
28424
28425 2005-08-16  Bruno Haible  <bruno@clisp.org>
28426
28427         * lib/mbfile.h: New file.
28428
28429 2005-08-16  Bruno Haible  <bruno@clisp.org>
28430
28431         * lib/mbchar.h: New file.
28432         * lib/mbchar.c: New file.
28433
28434 2005-08-16  Bruno Haible  <bruno@clisp.org>
28435
28436         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
28437         the valid ones. Makes the comparison operations transitive:
28438         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
28439         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
28440
28441 2005-08-15  Simon Josefsson  <jas@extundo.com>
28442
28443         * modules/ssize_t (License): Change to 'unlimited'.
28444
28445         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
28446
28447 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28448
28449         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
28450         Add comments for each pending glibc patch.
28451
28452 2005-08-15  Bruno Haible  <bruno@clisp.org>
28453
28454         * lib/regex.h (__restrict_arr): Don't define to __restrict if
28455         __cplusplus is defined.
28456
28457 2005-08-14  Jim Meyering  <jim@meyering.net>
28458
28459         Sync from coreutils.
28460
28461         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
28462         Use the hash-table-based cycle-detection code not just when
28463         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
28464         Reported by James Youngman in
28465         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
28466         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
28467         FTS_TIGHT_CYCLE_CHECK.
28468         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
28469         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
28470         once again.
28471         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
28472         * lib/fts.c (fd_safer): Remove decl.
28473         Include fcntl--.h rather than unistd-safer.h
28474         (fts_safe_changedir): Don't call fd_safer; no longer needed
28475         now that we include fcntl--.h.
28476
28477 2005-08-12  Simon Josefsson  <jas@extundo.com>
28478
28479         * modules/getndelim2: Use ssize_t module.
28480         * modules/getnline: Likewise.
28481         * modules/safe-read: Likewise.
28482         * modules/xreadlink: Likewise.
28483
28484         * modules/ssize_t: New file.
28485
28486 2005-08-12  Simon Josefsson  <jas@extundo.com>
28487
28488         * m4/readline.m4: Look for termcap, curses or ncurses if required.
28489
28490 2005-08-12  Simon Josefsson  <jas@extundo.com>
28491
28492         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28493         ssize_t.
28494
28495 2005-08-12  Simon Josefsson  <jas@extundo.com>
28496
28497         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
28498         readline, getdelim and check_version.
28499         (Support for systems lacking ISO C 99: Sizes of integer types):
28500         Add size_max.
28501
28502 2005-08-12  Bruno Haible  <bruno@clisp.org>
28503
28504         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
28505
28506 2005-08-11  Simon Josefsson  <jas@extundo.com>
28507
28508         * modules/readline: New file.
28509
28510         * modules/strnlen (Files): Add strnlen.h.
28511
28512 2005-08-11  Simon Josefsson  <jas@extundo.com>
28513
28514         * m4/readline.m4: New file.
28515
28516 2005-08-11  Simon Josefsson  <jas@extundo.com>
28517
28518         * lib/readline.h, readline.c: New file.
28519
28520 2005-08-11  Simon Josefsson  <jas@extundo.com>
28521
28522         * doc/gnulib.texi (Initial import, Finishing touches): Mention
28523         gl_AVOID.
28524
28525 2005-08-11  Bruno Haible  <bruno@clisp.org>
28526
28527         * lib/strnlen.h (strnlen): Change parameter name to match comment.
28528
28529 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
28530
28531         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
28532
28533 2005-08-10  Simon Josefsson  <jas@extundo.com>
28534
28535         * tests/test-iconvme.c: New file.
28536
28537 2005-08-10  Simon Josefsson  <jas@extundo.com>
28538
28539         * m4/strnlen.m4: New file.
28540
28541         * m4/strndup.m4: Don't check for strnlen declaration, done in
28542         strnlen.m4.
28543
28544 2005-08-10  Simon Josefsson  <jas@extundo.com>
28545
28546         * lib/strndup.c: Use strnlen.h.
28547
28548         * lib/strnlen.h: New file.
28549
28550 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28551
28552         * README: Typos.
28553
28554 2005-08-02  Simon Josefsson  <jas@extundo.com>
28555
28556         * modules/readline: New file.
28557
28558 2005-08-02  Simon Josefsson  <jas@extundo.com>
28559
28560         * modules/getdelim: New file.
28561
28562         * modules/getline: Rewrite, don't use getndelim2.
28563
28564 2005-08-02  Simon Josefsson  <jas@extundo.com>
28565
28566         * m4/getline.m4: Separate out getdelim stuff into separate module.
28567
28568         * m4/getdelim.m4: New file.
28569
28570 2005-08-02  Simon Josefsson  <jas@extundo.com>
28571
28572         * lib/getline.h, getline.c: Rewrite.
28573
28574         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
28575
28576 2005-07-31  Bruno Haible  <bruno@clisp.org>
28577
28578         * lib/lock.h (gl_lock_initializer): New macro.
28579         (gl_lock_define_initialized): Use it.
28580         (gl_rwlock_initializer): New macro.
28581         (gl_rwlock_define_initialized): Use it.
28582         (gl_recursive_lock_initializer): New macro.
28583         (gl_recursive_lock_define_initialized): Use it.
28584
28585 2005-07-30  Karl Berry  <karl@gnu.org>
28586
28587         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
28588         Report from Ben Pfaff, regarding getopt.
28589
28590 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
28591
28592         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
28593         normal way.
28594         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
28595         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
28596         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
28597         (gl_GETOPT): Use the new macros.  Most of the implementation
28598         is moved to the new macros.  This is for programs like Emacs
28599         that don't want all the functionality of gl_GETOPT.
28600
28601 2005-07-26  Bruno Haible  <bruno@clisp.org>
28602
28603         * m4/lock.m4: Update from GNU gettext.
28604
28605 2005-07-26  Bruno Haible  <bruno@clisp.org>
28606
28607         * lib/lock.h: Update from GNU gettext.
28608         * lib/lock.c: Update from GNU gettext.
28609
28610 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
28611
28612         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
28613         obsolescent AC_TRY_RUN.  Include the default includes files, for
28614         'exit'.
28615
28616 2005-07-24  Bruno Haible  <bruno@clisp.org>
28617
28618         * modules/visibility: New file.
28619         * MODULES.html.sh (Misc): Add visibility.
28620
28621 2005-07-24  Bruno Haible  <bruno@clisp.org>
28622
28623         * m4/visibility.m4: New file.
28624
28625 2005-07-24  Bruno Haible  <bruno@clisp.org>
28626
28627         * doc/visibility.texi: New file.
28628
28629 2005-07-22  Bruno Haible  <bruno@clisp.org>
28630
28631         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
28632         $(ALLOCA_H), redundant through BUILT_SOURCES.
28633         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
28634         redundant through BUILT_SOURCES.
28635         * modules/byteswap (Makefile.am): Remove explicit dependency on
28636         $(BYTESWAP_H), redundant through BUILT_SOURCES.
28637         * modules/fnmatch (Makefile.am): Remove explicit dependency on
28638         $(FNMATCH_H), redundant through BUILT_SOURCES.
28639         * modules/getopt (Makefile.am): Remove explicit dependency on
28640         $(GETOPT_H), redundant through BUILT_SOURCES.
28641         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
28642         redundant through BUILT_SOURCES.
28643         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
28644         redundant through BUILT_SOURCES.
28645         * modules/stdbool (Makefile.am): Remove explicit dependency on
28646         $(STDBOOL_H), redundant through BUILT_SOURCES.
28647         * modules/stdint (Makefile.am): Remove explicit dependency on
28648         $(STDINT_H), redundant through BUILT_SOURCES.
28649         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
28650         Remove explicit dependency on $(SYSEXITS_H).
28651         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
28652
28653 2005-07-18  Simon Josefsson  <jas@extundo.com>
28654
28655         * lib/check-version.c (check_version): Accept identical versions too.
28656
28657 2005-07-18  Bruno Haible  <bruno@clisp.org>
28658
28659         * modules/lock: New file.
28660         * MODULES.html.sh (Multithreading): New section.
28661
28662 2005-07-18  Bruno Haible  <bruno@clisp.org>
28663
28664         * m4/lock.m4: New file, from GNU gettext.
28665
28666 2005-07-18  Bruno Haible  <bruno@clisp.org>
28667
28668         * lib/lock.h: New file, from GNU gettext.
28669         * lib/lock.c: New file, from GNU gettext.
28670
28671 2005-07-18  Bruno Haible  <bruno@clisp.org>
28672
28673         * lib/lock.h (gl_once_t): New type.
28674         (gl_once_define, gl_once): New macros.
28675         * lib/lock.c (fresh_once): New variable.
28676         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
28677         functions.
28678
28679 2005-07-16  Simon Josefsson  <jas@extundo.com>
28680
28681         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
28682         workaround, suggested by Bruno.
28683
28684 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
28685
28686         * modules/xalloc (Depends-on): Add xalloc-die.
28687         * modules/xvasprintf (Depends-on): Add xalloc-die.
28688
28689 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
28690
28691         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
28692         with a minor change.
28693
28694 2005-07-15  Bruno Haible  <bruno@clisp.org>
28695
28696         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
28697         When using lib/poll.c, define poll as rpl_poll.
28698
28699 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
28700
28701         * modules/argp (Depends-on): Remove unlocked-io.
28702
28703 2005-07-14  Derek Price  <derek@ximbiot.com>
28704
28705         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
28706         for glob symlink bug.
28707
28708 2005-07-14  Bruno Haible  <bruno@clisp.org>
28709
28710         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
28711         Instead, test for *_unlocked function declarations directly.
28712
28713 2005-07-11  Simon Josefsson  <jas@extundo.com>
28714
28715         * modules/size_max: New file.
28716
28717         * modules/xsize: Depend on size_max module for size_max.m4.
28718
28719 2005-07-11  Simon Josefsson  <jas@extundo.com>
28720
28721         * lib/size_max.h: New file.
28722
28723 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
28724
28725         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
28726         copyright symbol and the year.
28727         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
28728         (version_etc_va): Use parameterized copyright notice.
28729         Reword to conform to the current GNU coding standards.
28730
28731 2005-07-11  Karl Berry  <karl@gnu.org>
28732
28733         * doc/gnulib.texi (Quoting): new node.
28734         (Initial import): more info, from Patrice.
28735
28736 2005-07-11  Bruno Haible  <bruno@clisp.org>
28737
28738         * gnulib-tool (func_usage): Document option --avoid.
28739         (Command line options): Handle --avoid.
28740         (func_acceptable): New function.
28741         (func_modules_transitive_closure): Use it.
28742
28743 2005-07-11  Bruno Haible  <bruno@clisp.org>
28744
28745         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
28746         Reported by Jim Meyering.
28747
28748 2005-07-10  Bruno Haible  <bruno@clisp.org>
28749
28750         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
28751         Needed when size_t is smaller than 'unsigned int'.
28752         Reported by Paul Eggert.
28753
28754 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28755
28756         * modules/argp (Depends-on): Add unlocked-io
28757
28758 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28759
28760         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
28761         block of defines.
28762
28763 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
28764
28765         * config/srclist.txt: Comment out regcomp.c, since we have a porting
28766         fix now.
28767
28768 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
28769         and Paul Eggert  <eggert@cs.ucla.edu>
28770
28771         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
28772         in wint_t, not wchar_t.  Remove now-unnecessary cast.
28773
28774 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28775
28776         * modules/regex (Files): Add lib/regex_internal.c,
28777         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
28778         (Depends-on): Add extensions.
28779         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
28780
28781 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28782
28783         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
28784         pathconf.
28785         * m4/same.m4 (gl_SAME): Likewise.
28786         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
28787
28788         * m4/regex.m4: Adjust to new libc regex implementation.
28789         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
28790         all the .c and .h parts of (the new) regex.
28791         Quote the m4 stuff better.
28792         Check for RE_ICASE bug of old gnulib.
28793         Check for REG_STARTEND of recent libc.
28794         Rename local variables from jm_* to gl_*.
28795         Quote operand of "test -f".
28796         Say "recent enough" version of libc, not "version 2".
28797         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
28798         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
28799         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
28800         Remove check for btowc, isascii.
28801         Require AM_LANGINFO_CODESET.
28802
28803 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28804
28805         * lib/regex.c, regex.h: Sync from libc.
28806         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
28807         * lib/regexec.c:
28808         New files, synced from libc, except that regex_internal.h
28809         currently has a small porting fix.
28810
28811 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28812
28813         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
28814         regex_internal.c, regexec.c.
28815         Add regex_internal.h too, but as a comment, since the libc version
28816         is currently broken in gnulib mode.
28817
28818 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
28819
28820         Support programs like Emacs that use gnulib but not gettext.
28821         * MODULES.html.sh (Internationalization functions): Add gettext-h.
28822         * modules/gettext-h: New file.
28823         * modules/gettext (Files): Remove lib/gettext.h.
28824         (Depends-on): Add gettext-h.
28825         (Makefile.am): Remove lib_SOURCES.
28826         * modules/argmatch, modules/c-stack, modules/closeout:
28827         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
28828         * modules/execute, modules/file-type, modules/getaddrinfo:
28829         * modules/getopt, modules/human, modules/javacomp:
28830         * modules/javaexec, modules/mkdir-p, modules/obstack:
28831         * modules/openat, modules/pagealign_alloc, modules/pipe:
28832         * modules/quotearg, modules/regex, modules/rpmatch:
28833         * modules/unicodeio, modules/userspec, modules/version-etc:
28834         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
28835         * modules/xsetenv:
28836         Depend on gettext-h, not gettext.
28837
28838 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
28839
28840         * gnulib-tool (func_import): Add support for 'public domain' license.
28841         * modules/alloca, modules/atexit, modules/memmove:
28842         Now public domain, not GPL.
28843         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
28844         * modules/realloc, modules/strerror, modules/strtod:
28845         Now LGPL, not GPL.
28846
28847 2005-07-05  Bruno Haible  <bruno@clisp.org>
28848
28849         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
28850         autoconf CVS. Needed for mingw.
28851
28852 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28853
28854         Remove the dependency of the strftime module on the tzset module.
28855         * modules/strftime (Depends-on): Remove dependency on tzset.
28856
28857 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28858
28859         Remove the dependency of the strftime module on the tzset module.
28860         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
28861         gl_FUNC_TZSET_CLOBBER.
28862
28863 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28864
28865         Remove the dependency of the strftime module on the tzset module.
28866         * lib/strftime.c (my_strftime)
28867         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
28868         Copy the input structure, to work around some of the bug with
28869         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
28870         Solaris releases, you should also use the tzset module, but we won't
28871         require it as a dependency any more since we don't want LGPLed code
28872         to depend on GPLed code.
28873
28874 2005-07-02  Jim Meyering  <jim@meyering.net>
28875
28876         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
28877         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
28878         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
28879         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
28880
28881 2005-07-02  Jim Meyering  <jim@meyering.net>
28882
28883         * lib/backupfile.c (backup_args): Change a `0' to NULL.
28884
28885 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28886
28887         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
28888         declares only 'struct timespec;' (!).
28889
28890 2005-07-01  Jim Meyering  <jim@meyering.net>
28891
28892         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
28893         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
28894         * lib/save-cwd.c, tempname.c:
28895         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28896         and don't include <sys/file.h>).
28897
28898 2005-06-29  Jim Meyering  <jim@meyering.net>
28899
28900         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
28901         type name.  Use the variable name instead.
28902         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
28903         Likewise.
28904
28905 2005-06-28  Simon Josefsson  <jas@extundo.com>
28906
28907         * modules/check-version (Files): Add check-version.m4.
28908
28909 2005-06-28  Simon Josefsson  <jas@extundo.com>
28910
28911         * m4/check-version.m4: New file, suggested by Jim Meyering
28912         <jim@meyering.net>.
28913
28914 2005-06-28  Simon Josefsson  <jas@extundo.com>
28915
28916         * lib/check-version.h, lib/check-version.c: New files.
28917
28918 2005-06-28  Simon Josefsson  <jas@extundo.com>
28919
28920         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
28921         collision with global variable.  Better indentation.  Don't
28922         increment buffer pointer beyond buffer end.  Based on comments
28923         from Paul Eggert <eggert@cs.ucla.edu>.
28924
28925         * lib/base64.h: Indent.
28926
28927 2005-06-28  Simon Josefsson  <jas@extundo.com>
28928
28929         * doc/gnulib.texi (Library version handling): New section.
28930
28931 2005-06-28  Jim Meyering  <jim@meyering.net>
28932
28933         * check-module (find_included_lib_files): Hard-code another
28934         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
28935         but modules/fts-lgpl (correctly) does not list those files.
28936
28937         * modules/canonicalize (Files): Add lib/pathmax.h.
28938
28939 2005-06-25  Simon Josefsson  <jas@extundo.com>
28940
28941         * modules/check-version: New file.
28942
28943 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
28944
28945         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
28946         initializer of struct addrinfo, as an indication that we don't
28947         care how many members the structure has.
28948
28949 2005-06-24  Derek Price  <derek@ximbiot.com>
28950         and Bruno Haible  <bruno@clisp.org>
28951
28952         Remove stat module & update lstat.
28953         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
28954         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28955         * m4/stat.m4: Remove this file.
28956
28957 2005-06-24  Derek Price  <derek@ximbiot.com>
28958         and Bruno Haible  <bruno@clisp.org>
28959
28960         Remove stat module & update lstat.
28961         * lib/stat.c: Remove this file...
28962         (slash_aware_lstat): ...moving this content and its support...
28963         * lib/lstat.c (rpl_lstat): ...into here.
28964         * lib/lstat.h: New file.
28965
28966 2005-06-24  Derek Price  <derek@ximbiot.com>
28967         and Bruno Haible  <bruno@clisp.org>
28968
28969         Remove stat module & update lstat.
28970         * config/srclist.txt (libc sources): Remove stat.
28971
28972 2005-06-24  Derek Price  <derek@ximbiot.com>
28973         and Bruno Haible  <bruno@clisp.org>
28974
28975         Remove stat module & update lstat.
28976         * MODULES.html.sh (stat): Remove.
28977         * MODULES.html: Regenerated.
28978         * modules/lstat (Description): Correct function name.
28979         (Files): Add "lstat.h".
28980         (Depends-on): Remove stat, add xalloc, stat-macros.
28981         * modules/stat: Remove this file.
28982         (Include): Add "lstat.h", remove <sys/stat.h>.
28983
28984 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
28985
28986         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
28987         (ranged_convert): Don't save conversion in a temporary struct.
28988         This causes a warning with GCC 4.0.0, and anyway in the typical
28989         case it's not worth the extra 100 bytes or so of code.
28990         (ranged_convert, __mktime_internal): When calling a function via a
28991         pointer P, use P () rather than (*P) (), as we now assume C89 or
28992         better.
28993
28994 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28995
28996         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
28997         "who -r" failed to give output.  Problem reported by Tim Waugh.
28998
28999         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
29000         (xcalloc): Use it to avoid needless tests.
29001         Problem reported by Jim Meyering.
29002
29003 2005-06-20  Derek Price  <derek@ximbiot.com>
29004
29005         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
29006         unnecessary for Autoconfs > 2.59c.
29007
29008 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29009
29010         * lib/argp.h (__option_is_short): Check upper limit of
29011         __key. Isprint() requires its argument to have the value
29012         of an unsigned char or EOF.
29013
29014 2005-06-16  Jim Meyering  <jim@meyering.net>
29015
29016         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
29017         when either N or S is zero.
29018
29019 2005-06-16  Derek Price  <derek@ximbiot.com>
29020
29021         * m4/bison.m4: Declare YACC & YFLAGS precious.
29022
29023 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
29024
29025         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
29026         multibyte string or pattern, fall back on unibyte matching.
29027         Problem reported by James Youngman.
29028
29029 2005-06-08  Bruno Haible  <bruno@clisp.org>
29030
29031         * modules/csharpcomp: New file.
29032         * MODULES.html.sh (C#): Add csharpcomp.
29033
29034 2005-06-08  Bruno Haible  <bruno@clisp.org>
29035
29036         * m4/csharpcomp.m4: New file, from GNU gettext.
29037
29038 2005-06-08  Bruno Haible  <bruno@clisp.org>
29039
29040         * lib/csharpcomp.h: New file, from GNU gettext.
29041         * lib/csharpcomp.c: New file, from GNU gettext.
29042         * lib/csharpcomp.sh.in: New file, from GNU gettext.
29043
29044 2005-06-08  Bruno Haible  <bruno@clisp.org>
29045
29046         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
29047         warning on mingw.
29048
29049 2005-06-07  Derek Price  <derek@ximbiot.com>
29050
29051         Sync from CVS.
29052         * lib/glob_.h: Indent nested #ifdef.
29053
29054 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29055
29056         Sync from coreutils.
29057         Use "file name" when talking about file names, instead of "filename"
29058         or "path", as per the GNU coding standards.
29059         * lib/mkdir-p.c: Renamed from makepath.c.
29060         (make_dir_parents): Renamed from make_path.  All callers changed.
29061         * lib/mkdir-p.h: Likewise.  All includers changed.
29062         * lib/filenamecat.c: Renamed from path-concat.c.
29063         (file_name_concat): Renamed from path_concat.  All callers changed.
29064         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
29065         * lib/filenamecat.h: Likewise.  All includers changed.
29066         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
29067         in comments or local variable names.
29068         * lib/basename.c: Likewise.
29069         * lib/canonicalize.c, canonicalize.h: Likewise.
29070         * lib/dirname.c, dirname.h: Likewise.
29071         * lib/euidaccess.c: Likewise.
29072         * lib/exclude.c: Likewise
29073         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
29074         * lib/fsusage.c, fsuage.h: Likewise.
29075         * lib/fts.c, fts_.h: Likewise.
29076         * lib/getcwd.c: Likewise.
29077         * lib/getloadavg.c: Likewise.
29078         * lib/mkstemp.c: Likewise.
29079         * lib/mountlist.c, mountlist.h: Likewise.
29080         * lib/openat.c, openat.h: Likewise.
29081         * lib/readlink-stub.c: Likewise.
29082         * lib/readutmp.c, readutmp.h: Likewise.
29083         * lib/rename.c: Likewise.
29084         * lib/rmdir.c: Likewise.
29085         * lib/same.c: Likewise.
29086         * lib/savedir.c: Likewise.
29087         * lib/stripslash.c: Likewise.
29088         * lib/tempname.c: Likewise.
29089         * lib/xreadlink.c: Likewise.
29090         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
29091         All uses changed.
29092         * lib/exclude.h: Likewise.
29093
29094         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
29095         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29096         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
29097         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29098         * lib/pathmax.h: Include <limits.h> unconditionally, since other
29099         files have been getting away with it for years (MORE/BSD 4.3
29100         is extinct now).
29101         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
29102         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29103
29104         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
29105         Define to 256, not 255, as per modern POSIX.
29106
29107 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29108
29109         Sync from coreutils.
29110         Use "file name" when talking about file names, instead of "filename"
29111         or "path", as per the GNU coding standards.
29112         * MODULES.html.sh: mkdir-p renamed from makepath.
29113         filenamecat renamed from path-concat.
29114         * modules/filenamecat: Renamed from modules/path-concat.
29115         (Files): filenamecat.h and filenamecat.c renamed from
29116         path-concat.h and path-concat.c.
29117         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
29118         (Include): filenamecat.h, not path-concat.h.
29119         * modules/mkdir-p: Renamed from modules/makepath.
29120         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
29121         makepath.c.
29122         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
29123         (Include): mkdir-p.h, not makepath.h.
29124
29125 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29126
29127         Sync from coreutils.
29128         * m4/mkdir-p.m4: Renamed from makepath.m4.
29129         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
29130         Rename files from makepath.c to mkdir-p.c, and from
29131         makepath.h to mkdir-p.h.
29132         * m4/filenamecat.m4: Renamed from path-concat.m4.
29133         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
29134         Rename files from path-concat.c to filenamecat.c,
29135         and from path-concat.h to filenamecat.h.
29136         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
29137         "file name" in local variables or comments.
29138         * m4/rename.m4: Likewise.
29139
29140 2005-06-01  Bruno Haible  <bruno@clisp.org>
29141
29142         * modules/csharpexec: New file.
29143         * MODULES.html.sh (C#): New section.
29144
29145 2005-06-01  Bruno Haible  <bruno@clisp.org>
29146
29147         * m4/csharp.m4: New file, from GNU gettext.
29148         * m4/csharpexec.m4: New file, from GNU gettext.
29149
29150 2005-06-01  Bruno Haible  <bruno@clisp.org>
29151
29152         * lib/csharpexec.h: New file, from GNU gettext.
29153         * lib/csharpexec.c: New file, from GNU gettext.
29154         * lib/csharpexec.sh.in: New file, from GNU gettext.
29155
29156 2005-05-31  Derek Price  <derek@ximbiot.com>
29157             Paul Eggert  <eggert@cs.ucla.edu>
29158
29159         Sync from cvs.
29160         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
29161
29162 2005-05-31  Derek Price  <derek@ximbiot.com>
29163             Paul Eggert  <eggert@cs.ucla.edu>
29164
29165         Sync from cvs.
29166         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
29167
29168 2005-05-29  Derek Price  <derek@ximbiot.com>
29169
29170         * config/srclist.txt (glob_.h, glob.c): Add these files.
29171
29172 2005-05-29  Derek Price  <derek@ximbiot.com>
29173
29174         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
29175         * modules/glob: New file.
29176         * modules/getlogin_r: Add link to POSIX spec in description.
29177
29178 2005-05-29  Derek Price  <derek@ximbiot.com>
29179             Paul Eggert  <eggert@cs.ucla.edu>
29180
29181         * m4/glob.m4: New file.
29182
29183 2005-05-29  Derek Price  <derek@ximbiot.com>
29184             Paul Eggert  <eggert@cs.ucla.edu>
29185
29186         * lib/glob_.h, lib/glob.c: New files.
29187
29188 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
29189
29190         * modules/fts (Files): Remove m4/inttypes-pri.m4.
29191         * modules/fts-lgpl (Depends-on): Remove gettext.
29192
29193 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
29194
29195         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
29196         and don't require gt_INTTYPES_PRI.
29197
29198 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
29199
29200         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
29201
29202         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
29203         the configuration hassle isn't worth it.
29204         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
29205         (LONGEST_MODIFIER, PRIuMAX): Remove.
29206
29207 2005-05-27  Bruno Haible  <bruno@clisp.org>
29208
29209         * lib/getlogin_r.h: Remove second include of <stddef.h>.
29210
29211 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
29212
29213         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
29214         _POSIX_PTHREAD_SEMANTICS for Solaris.
29215
29216 2005-05-25  Derek Price  <derek@ximbiot.com>
29217
29218         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
29219
29220 2005-05-25  Derek Price  <derek@ximbiot.com>
29221             Paul Eggert  <eggert@cs.ucla.edu>
29222
29223         * modules/getlogin_r, m4/getlogin_r.m4: New files.
29224         * lib/getlogin_r.c, getlogin_r.h: New files.
29225
29226 2005-05-25  Bruno Haible  <bruno@clisp.org>
29227             Derek Price  <derek@ximbiot.com>
29228
29229         * lib/getlogin_r.h: Simplify API documentation.
29230
29231 2005-05-23  Derek Price  <derek@ximbiot.com>
29232
29233         * modules/minmax (Files): Add m4/minmax.m4.
29234         (configure.ac): Add gl_MINMAX.
29235
29236 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
29237
29238         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
29239         so that unistd-safer.h (GPL'ed code) need not be included.
29240
29241 2005-05-22  Bruno Haible  <bruno@clisp.org>
29242
29243         * m4/minmax.m4: New file.
29244         Based on a patch by Derek Price <derek@ximbiot.com>.
29245
29246 2005-05-22  Bruno Haible  <bruno@clisp.org>
29247
29248         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
29249         (INT64_MIN): Fix definition.
29250         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
29251
29252         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
29253         NEED_SIGNED_INT_TYPES.
29254
29255         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
29256         HAVE_SYSTEM_INTTYPES.
29257
29258 2005-05-22  Bruno Haible  <bruno@clisp.org>
29259
29260         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
29261         Also include <sys/param.h> if it defines MIN, MAX.
29262         Based on a patch by Derek Price <derek@ximbiot.com>.
29263
29264 2005-05-21  Jim Meyering  <jim@meyering.net>
29265
29266         * modules/fts (Files): Add m4/inttypes-pri.m4.
29267         (Depends-on): Add lstat and remove gettext.  Alphabetize.
29268
29269 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29270
29271         New fts module.
29272         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
29273         (setup_dir, free_dir): New functions.
29274         (enter_dir, leave_dir): Define trivial
29275         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
29276         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
29277         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
29278         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
29279         Move to fts-cycle.c.
29280         (fts_open): Use setup_dir.
29281         (fts_close): Use free_dir.
29282         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
29283         This adds a label and some gotos, but the alternatives were messier.
29284         Check for memory allocation failure when entering a dir.
29285         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
29286         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
29287         (FTS): New member fts_cycle, that is a union that contains the
29288         old active_dir_ht and cycle_state.  All uses changed to mention
29289         fts_cycle.ht and fts_cycle.state.
29290         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
29291         fts.c, with the following changes:
29292         (setup_dir, free_dir): New functions.
29293         (enter_dir): Now returns bool.  Return true if successful, false
29294         if memory exhausted.  All callers changed.
29295         Do not bother partly cleaning up on
29296         memory allocation failure; that is free_dir's job.
29297         However, free ad if hash_insert fails, to avoid memory leak.
29298         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
29299         fts->fts_options to see which union member to use.
29300
29301 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29302
29303         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
29304         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
29305
29306 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29307
29308         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
29309
29310 2005-05-20  Jim Meyering  <jim@meyering.net>
29311
29312         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
29313         Now a macro, to pacify GCC.
29314
29315 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
29316
29317         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
29318         of -1.
29319
29320 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
29321
29322         * lib/chown.c (rpl_chown): Return -1 on failure.
29323
29324 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
29325
29326         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
29327         Don't check for stddef.h.
29328         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
29329         don't use its results.
29330         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
29331         since we include them unconditionally.  Don't require
29332         AM_STDBOOL_H, since stdbool is a prerequisite.
29333         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
29334         since we assume C89 or better.
29335         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
29336         as we don't use their results.
29337         Don't check for fchdir, memmove, memset, strrchr, as we use
29338         them unconditionally.
29339         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
29340         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
29341
29342 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
29343
29344         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
29345         Include <stddef.h> unconditionally, since we assume C89 now.
29346         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
29347         * lib/fts.c: Include fts_.h first, to check interface.
29348         Do not include intprops.h; no longer needed.
29349         Include cycle-check.h and hash.h, since fts_.h no longer does.
29350         Remove unnecessary casts of closedir to void.
29351         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
29352         decide whether to decrement nlinks.
29353         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
29354         (FTS): Use struct hash_table * instead of Hash_table, so that
29355         we no longer need to include hash.h here.
29356
29357 2005-05-18  Jim Meyering  <jim@meyering.net>
29358
29359         * modules/dirfd (License): Change to LGPL.  Most of the code
29360         is already in the public domain.
29361
29362 2005-05-18  Jim Meyering  <jim@meyering.net>
29363
29364         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
29365         Reported by Yoann Vandoorselaere.
29366
29367 2005-05-17  Jim Meyering  <jim@meyering.net>
29368
29369         * m4/fts.m4: New file, from coreutils.
29370
29371 2005-05-17  Jim Meyering  <jim@meyering.net>
29372
29373         * lib/fts.c, lib/fts_.h: New files, from coreutils.
29374
29375 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
29376
29377         Sync from coreutils.
29378         * m4/unlinkdir.m4: New file.
29379
29380 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
29381
29382         Sync from coreutils.
29383         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
29384         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
29385         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
29386         White space changes only.
29387         * lib/makepath.c (make_path): Port to hosts where leading "//" is
29388         special.
29389         * lib/yesno.c: Include getline.h, not ctype.h.
29390         (yesno): Don't remove leading white space; POSIX doesn't allow it.
29391         Use getline to remove arbitrary restriction on response length.
29392
29393 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
29394
29395         * config/srclist-update: Spell out "Street" in FSF postal
29396         mail address; this is the style the FSF seems to prefer.
29397
29398         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
29399         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
29400         this updates FSF postal mail address.
29401
29402         Sync from coreutils.
29403         * modules/unlinkdir: New file.
29404         * modules/yesno (Depends-on): Add getline.
29405         * MODULES.html.sh (File system functions): Add unlinkdir.
29406
29407 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29408
29409         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
29410         lib/strsep.h:
29411         Change the initial comment to refer to GPL, not LGPL.
29412         gnulib-tool will change it to LGPL as needed.
29413
29414         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
29415         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
29416         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
29417         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
29418         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
29419         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
29420         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
29421         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
29422         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
29423         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
29424         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
29425         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
29426         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
29427         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
29428         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
29429         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
29430         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
29431         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
29432         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
29433         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
29434         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
29435         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
29436         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
29437         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
29438         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
29439         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
29440         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
29441         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
29442         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
29443         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
29444         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
29445         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
29446         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
29447         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
29448         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
29449         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
29450         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
29451         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
29452         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
29453         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
29454         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
29455         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
29456         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
29457         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
29458         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
29459         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
29460         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
29461         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
29462         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
29463         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
29464         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29465         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
29466         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
29467         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
29468         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
29469         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
29470         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
29471         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
29472         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
29473         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
29474         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
29475         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
29476         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
29477         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
29478         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
29479         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
29480         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
29481         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
29482         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
29483         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
29484         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
29485         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
29486         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
29487         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
29488         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
29489         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
29490         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
29491         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
29492         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
29493         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
29494         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
29495         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
29496         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
29497         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
29498         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
29499         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
29500         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
29501         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
29502         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
29503         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
29504         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
29505         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
29506         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
29507         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
29508         lib/yesno.c, lib/yesno.h:
29509         Update FSF postal mail address.
29510
29511 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29512
29513         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
29514         tests/test-memmem.c, tests/test-stpncpy.c:
29515         Update FSF postal mail address.
29516
29517 2005-05-13  Bruno Haible  <bruno@clisp.org>
29518
29519         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
29520         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
29521         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
29522         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
29523         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
29524         Add support for 64-bit integers in the MSVC compiler.
29525
29526 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29527
29528         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
29529
29530 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
29531
29532         * gnulib-tool (func_import): Sort and uniquify recommended includes.
29533
29534 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
29535
29536         * doc/getdate.texi (General date syntax): Don't say that date
29537         date --iso-8601=ns generates acceptable dates; it doesn't yet.
29538         Problem reported by Nic Ferrier.
29539
29540 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29541
29542         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
29543         specified in ai_socktype. Fix invalid ai_protocol
29544         check. ai_protocol is usually set to 0 or depending on
29545         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
29546         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
29547         ai_socktype / ai_protocol in the returned addrinfo structure.
29548
29549 2005-05-10  Simon Josefsson  <jas@extundo.com>
29550
29551         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
29552         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29553
29554 2005-05-10  Karl Berry  <karl@gnu.org>
29555
29556         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
29557         (from http://www.gnu.org/licenses).
29558         * doc/COPYING.LIB: also rename to COPYING.LESSER.
29559         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
29560         fdl.texi suffices.
29561
29562 2005-05-10  Karl Berry  <karl@gnu.org>
29563
29564         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
29565         (COPYING.DOC): remove.
29566
29567         * config/srclist-update: new FSF address.
29568
29569 2005-05-10  Derek Price  <derek@ximbiot.com>
29570
29571         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
29572         possible.
29573
29574 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29575             Bruno Haible  <bruno@clisp.org>
29576
29577         * modules/inet_ntop: New file.
29578         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29579         inet_ntop.
29580
29581 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29582             Bruno Haible  <bruno@clisp.org>
29583
29584         * m4/inet_ntop.m4: New file.
29585
29586 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29587             Bruno Haible  <bruno@clisp.org>
29588
29589         * lib/inet_ntop.h: New file.
29590         * lib/inet_ntop.c: New file, from glibc with modifications.
29591
29592 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
29593
29594         * modules/time_r (License): Change to LGPL.
29595         * modules/extensions (License): Change to LGPL.  Actually,
29596         the license is more permissive than that, but currently gnulib-tool
29597         doesn't know how to handle more-permissive licenses.
29598
29599         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
29600         Problem reported by Dave Love.
29601
29602 2005-05-08  Jim Meyering  <jim@meyering.net>
29603
29604         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
29605         blank.
29606
29607 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
29608
29609         * modules/argmatch (Depends-on): Add stdbool.
29610         * modules/backupfile (Depends-on): Likewise.
29611         * modules/chdir-long (Depends-on): Likewise.
29612         * modules/closeout (Depends-on): Likewise.
29613         * modules/cycle-check (Depends-on): Likewise.
29614         * modules/dirname (Depends-on): Likewise.
29615         * modules/fnmatch (Depends-on): Likewise.
29616         * modules/fsusage (Depends-on): Likewise.
29617         * modules/fwriteerror (Depends-on): Likewise.
29618         * modules/getcwd (Depends-on): Likewise.
29619         * modules/getloadavg (Depends-on): Likewise.
29620         * modules/hard-locale (Depends-on): Likewise.
29621         * modules/makepath (Depends-on): Likewise.
29622         * modules/mountlist (Depends-on): Likewise.
29623         * modules/nanosleep (Depends-on): Likewise.
29624         * modules/posixtm (Depends-on): Likewise.
29625         * modules/quotearg (Depends-on): Likewise.
29626         * modules/readtokens (Depends-on): Likewise.
29627         * modules/readtokens0 (Depends-on): Likewise.
29628         * modules/readutmp (Depends-on): Likewise.
29629         * modules/save-cwd (Depends-on): Likewise.
29630         * modules/strftime (Depends-on): Likewise.
29631         * modules/userspec (Depends-on): Likewise.
29632         * modules/utimecmp (Depends-on): Likewise.
29633         * modules/xgetcwd (Depends-on): Likewise.
29634         * modules/xnanosleep (Depends-on): Likewise.
29635         * modules/xstrtod (Depends-on): Likewise.
29636         * modules/yesno (Depends-on): Likewise.
29637
29638 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
29639
29640         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
29641         needless checks.
29642
29643 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29644
29645         Merge from coreutils.  Among other things,
29646         add bulletproofing for cases where stdin, stdout, or stderr are closed.
29647         * lib/fd-safer.c: New file.
29648         * lib/fcntl-safer.h, open-safer.c: Remove.
29649         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
29650         * lib/dup-safer.c: Include unistd-safer.h first.
29651         Don't include errno.h.
29652         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
29653         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
29654         * lib/file-type.c: Rely on file-type.h change.
29655         * lib/getloadavg.c: Include unistd-safer.h.
29656         (getloadavg): Use safer open.
29657         * lib/getusershell.c: Include "stdio-safer.h".
29658         (getusershell): Use safer fopen.
29659         * lib/long-options.c (long_options): Use NULL rather than 0.
29660         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
29661         'free'.
29662         * lib/modechange.c: Likewise.
29663         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
29664         (MODE_DONE): New constant.
29665         (struct mode_change): Remove 'next' member.
29666         (make_node_op_equals): New function; like the old one of the
29667         same name, except it allocates an array.
29668         (mode_compile, mode_create_from_ref): Use it.
29669         (mode_compile): Allocate result as an array, not a linked list.
29670         Parse octal string ourself, so that we catch mistakes like "+0".
29671         (mode_adjust): Arg is an array, not a linked list.
29672         * lib/modechange.c: Include stat-macros.h, xalloc.h.
29673         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
29674         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
29675         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
29676         Remove.  This is now stat-macros.h's job.
29677         (talloc): Remove.  All callers replaced by xalloc, so that
29678         our invokers don't have to worry about reporting memory failures.
29679         (make_node_op_equals): Remove.
29680         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
29681         New constants.
29682         (struct mode_change): Moved here from modechange.h.
29683         (mode_append_entry): Remove.
29684         (mode_compile): Remove MASKED_OPS arg, since it encouraged
29685         apps to have incorrect behavior.  Use simpler algorithm for head
29686         and tail.  Don't futz with umask; that's now the job of mode_adjust.
29687         Detect more invalid usages rather than having somewhat-random behavior.
29688         Don't insert an "a=" action, as that leads to incorrect behavior.
29689         (mode_compile, mode_create_from_ref): Return NULL on error instead
29690         of an enum, since now there's only one way to have an error.  All
29691         callers changed.
29692         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
29693         at the correct time.  Simplify calculation of "+u" and its ilk.
29694         Don't mishandle "+X".
29695         (mode_free): Remove "register" and localize decls.
29696         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
29697         (struct mode_change): Move to modechange.c; callers don't
29698         need to see this stuff.
29699         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
29700         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
29701         (mode_change, mode_adjust): Reflect the new signatures noted above.
29702         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
29703         that might redefine system include files.
29704         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
29705         (my_usleep): Use NULL rather than (void *) 0.
29706         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
29707         Use siginterrupt to specify that system calls should be interrupted.
29708         (rpl_nanosleep): Move initialization of suspended closer to call of
29709         my_usleep.
29710         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
29711         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
29712         (desirable_utmp_entry): New function.
29713         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
29714         using x2nrealloc, to simplify logic.
29715         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
29716         size calculation.  Do not assume utmp file is a regular file.
29717         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
29718         (READ_UTMP_CHECK_PIDS): New constant.
29719         * lib/save-cwd.c: Include unistd-safer.h.
29720         (save_cwd): Use fd_safer.
29721         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
29722         [!_LIBC] Include "stat-macros.h" instead.
29723         * lib/unistd-safer.h (fd_safer): New decl.
29724
29725 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29726
29727         * modules/getloadavg (Depends-on): Add unistd-safer.
29728         * modules/getusershell (Depends-on): Add stdio-safer.
29729         * modules/lstat (Depends-on): Remove xalloc.
29730         * modules/mkstemp (Depends-on): Add stat-macros.
29731         * modules/modechange (Depends-on): Remove xstrtol.
29732         Add stat-macros, xalloc.
29733         * modules/save-cwd (Depends-on): Add unistd-safer.
29734         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
29735         * modules/unistd-safer (Files): Add lib/fd-safer.c
29736         (Makefile.am): Remove lib_SOURCES.
29737
29738         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
29739         Remove fcntl-safer; unistd-safer supersedes it.
29740
29741 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29742
29743         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
29744         AC_HEADER_STAT.
29745         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
29746         (gl_PREREQ_CHOWN): Remove.
29747         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
29748         it.  Don't require AC_HEADER_STAT.
29749         (gl_PREREQ_LSTAT): Remove.
29750         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
29751         Don't require AC_HEADER_STAT.
29752         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
29753         (gl_PREREQ_RMDIR): Remove.
29754         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
29755         mention stat-macros.h or AC_HEADER_STAT, since we'll make
29756         the stat-macros module a prerequisite.
29757         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
29758         * m4/filemode.m4 (gl_FILEMODE): Likewise.
29759         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
29760         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
29761         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
29762         variable names.
29763         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
29764         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
29765         variable prefixes.
29766         * m4/fcntl-safer.m4: Remove.
29767         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
29768         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
29769         Invoke gl_PREREQ_FD_SAFER.
29770         (gl_PREREQ_FD_SAFER): New macro.
29771         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
29772         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
29773         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
29774         Remove duplicate call to AC_LIBOBJ(readutmp).
29775         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
29776
29777         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
29778         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
29779
29780 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29781
29782         * MODULES.html.sh (Misc): Add byteswap.
29783
29784 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29785
29786         * modules/getcwd (Depends-on): Add extensions.
29787         * modules/openat (Depends-on): Likewise.
29788
29789 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29790
29791         * modules/byteswap: New file.
29792
29793 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29794
29795         * m4/byteswap.m4: New file.
29796
29797 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29798
29799         * lib/byteswap_.h: New file.
29800
29801 2005-04-25  Karl Berry  <karl@gnu.org>
29802
29803         * m4/gettext.m4: Update from GNU gettext 0.14.4.
29804
29805 2005-04-25  Albert Chin  <china@thewrittenword.com>
29806
29807         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
29808         Toolkit C bug.
29809
29810 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
29811
29812         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
29813         (func_ln_if_changed) Remove forcibly for no error message
29814         in case file does not exist.
29815
29816 2005-04-19  Simon Josefsson  <jas@extundo.com>
29817
29818         * gnulib-tool (Options): Make --symlink mean --symbolic.
29819
29820 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
29821
29822         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
29823
29824 2005-04-16  Simon Josefsson  <jas@extundo.com>
29825
29826         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
29827
29828 2005-04-15  Simon Josefsson  <jas@extundo.com>
29829
29830         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
29831
29832 2005-04-15  Simon Josefsson  <jas@extundo.com>
29833
29834         * gnulib-tool: Rename --symlink to --symbolic.
29835
29836 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
29837
29838         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
29839         symbolic links to files instead of copying/moving.  Add --aux-dir,
29840         specifying directory relative --dir where auxiliary build tools
29841         are placed.
29842
29843 2005-04-14  Bruno Haible  <bruno@clisp.org>
29844
29845         * modules/allocsa (License): Change to LGPL.
29846         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
29847
29848 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
29849
29850         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
29851         that "UTC +1 second" continues to work.  Problem reported
29852         by Dmitry V. Levin.
29853         (relunit_snumber): New rule.
29854         (relunit): Use it.
29855
29856 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
29857
29858         * lib/getdate.y (universal_time_zone_table): New constant.
29859         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
29860         universal_time_zone_table.
29861         (lookup_zone): Prefer universal_time_zone_table to
29862         local_time_zone_table, so that "GMT" time stamps are allowed in
29863         London during the summer.  Problem reported by Ian Abbott.
29864
29865 2005-04-12  Jim Meyering  <jim@meyering.net>
29866
29867         * lib/human.c (humblock): Set *options even when returning due to
29868         xstrtoumax conversion failure.  Thanks to a used-uninitialized
29869         warning from gcc-4.
29870
29871 2005-04-09  Jim Meyering  <jim@meyering.net>
29872
29873         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
29874         -Wuninitialized: initialize tm0.tm_year.
29875
29876 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29877
29878         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
29879         count, since there's no maximum.  All uses changed.
29880         Add member dsts_seen.
29881         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
29882         not being INT_MAX.
29883         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
29884         Use pc_rels_seen to decide whther a date is absolute.
29885
29886         * lib/getdate.y (number): Don't overwrite year.
29887         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
29888         check.
29889
29890 2005-04-02  Simon Josefsson  <jas@extundo.com>
29891
29892         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
29893         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
29894
29895 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
29896
29897         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
29898         where no absolute path name can be longer than PATH_MAX.
29899
29900 2005-03-27  Jim Meyering  <jim@meyering.net>
29901
29902         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
29903
29904 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
29905
29906         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
29907         "one's complement" -> "ones' complement" in comment, as per Knuth.
29908         "value of type" -> "type or expression" in comment.
29909         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
29910
29911 2005-03-26  Jim Meyering  <jim@meyering.net>
29912
29913         Comment nits.
29914         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
29915         Correct typos: s/or/of/.
29916
29917 2005-03-26  Jim Meyering  <jim@meyering.net>
29918
29919         * modules/check-include-files: Move to ../ and rename to...
29920         * check-module: ...this.
29921
29922 2005-03-25  Jim Meyering  <jim@meyering.net>
29923
29924         * modules/xvasprintf (Files): Add xalloc.h.
29925
29926 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
29927
29928         * modules/gettext (Files): config/config.rpath ->
29929         build-aux/config.rpath
29930         * modules/iconv (Files): Likewise.
29931         Problem reported by Oskar Liljeblad.
29932
29933 2005-03-23  Jim Meyering  <jim@meyering.net>
29934
29935         * modules/check-include-files: New script to check for
29936         missing dependencies, multiple includes, etc.
29937
29938         * modules/c-strtold (Depends-on): Add xalloc.
29939         * modules/c-strtod (Depends-on): Add xalloc.
29940         * modules/hash (Depends-on): Add xalloc.
29941         (Files): Remove lib/xalloc.h.
29942
29943         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
29944         * modules/userspec (Files): Add lib/inttostr.h.
29945
29946 2005-03-23  Jim Meyering  <jim@meyering.net>
29947
29948         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
29949
29950 2005-03-22  Jim Meyering  <jim@meyering.net>
29951
29952         * modules/stat-macros: New module.
29953         * modules/canonicalize, modules/euidaccess, modules/file-type,
29954         * modules/filemode, modules/lchown, modules/makepath,
29955         * modules/rmdir, modules/stat: Depend on new stat-macros module
29956         rather than listing lib/stat-macros.h manually.
29957         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
29958
29959 2005-03-22  Jim Meyering  <jim@meyering.net>
29960
29961         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
29962
29963 2005-03-22  Bruno Haible  <bruno@clisp.org>
29964
29965         * config/srclist.txt: Replace target directory 'config' with
29966         'build-aux'.
29967         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
29968         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
29969         ../build-aux/.
29970
29971 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
29972
29973         * modules/chdir-long (Depends-on): Add mempcpy.
29974
29975         * modules/acl, modules/backupfile, modules/c-strtod,
29976         modules/c-strtold, modules/canon-host, modules/canonicalize,
29977         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
29978         modules/exclude, modules/exitfail, modules/file-type,
29979         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
29980         modules/getdate, modules/getline, modules/getpagesize,
29981         modules/getpass, modules/getugroups, modules/group-member,
29982         modules/hard-locale, modules/hash, modules/human, modules/idcache,
29983         modules/inttostr, modules/long-options, modules/makepath,
29984         modules/md5, modules/memcasecmp, modules/memcoll,
29985         modules/modechange, modules/mountlist, modules/path-concat,
29986         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
29987         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
29988         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
29989         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
29990         modules/strftime, modules/strndup, modules/strverscmp,
29991         modules/timespec, modules/unlocked-io, modules/userspec,
29992         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
29993         modules/yesno:
29994         Remove lib_SOURCES line from Makefile.am section, as this is now
29995         done automatically by the corresponding Autoconf macro.
29996
29997 2005-03-21  Jim Meyering  <jim@meyering.net>
29998
29999         Changes imported from coreutils.
30000
30001         * lib/cycle-check.c: Don't include xalloc.h.
30002
30003         * lib/path-concat.c: Don't include assert.h.
30004         (path_concat): Remove assertion that would have triggered
30005         for ABASE starting with more than one slash.
30006         Reported by Andreas Schwab.
30007
30008         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
30009         properly when ABASE is an absolute file name.
30010         Correct the description of this function.
30011         Include <assert.h>.
30012         Add an assertion and a test driver.
30013         This fixes a bug introduced on 2004-07-02.
30014         Andreas Schwab reported the resulting failure of cp --parents:
30015         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
30016
30017 2005-03-21  Jim Meyering  <jim@meyering.net>
30018
30019         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
30020         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
30021
30022 2005-03-21  Jim Meyering  <jim@meyering.net>
30023         and  Paul Eggert  <eggert@cs.ucla.edu>
30024
30025         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
30026         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
30027         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
30028         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
30029         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
30030         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
30031         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
30032         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
30033         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
30034         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
30035         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
30036         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
30037         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
30038         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
30039         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
30040         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
30041         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
30042         for these modules.
30043
30044 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
30045
30046         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
30047         (which shouldn't happen), generate nothing instead of returning 0
30048         immediately, so that nstrftime (NULL, ...) doesn't return 0.
30049
30050 2005-03-16  Bruno Haible  <bruno@clisp.org>
30051
30052         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
30053         HAVE_LONGLONG_64BIT.
30054
30055 2005-03-16  Bruno Haible  <bruno@clisp.org>
30056
30057         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
30058         HAVE_LONGLONG_64BIT.
30059
30060 2005-03-16  Bruno Haible  <bruno@clisp.org>
30061
30062         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
30063         HAVE_LONGLONG_64BIT.
30064
30065 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
30066
30067         * lib/strftime.c (my_strftime): Prepend space to format so that we can
30068         reliably distinguish strftime failure from empty output on POSIX
30069         hosts.
30070
30071 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
30072
30073         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
30074         (iconv_string): Don't guess a size-zero buffer, as that might cause
30075         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
30076         result would be 'too large', where 'too large' is (heuristically)
30077         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
30078         overflow concerns.  This will prevent some unwanted malloc failures
30079         when the inputs are very large.
30080
30081 2005-03-15  Karl Berry  <karl@gnu.org>
30082
30083         * config/srclist.txt (config.rpath): from gettext.
30084         * config/config.rpath: update.
30085
30086 2005-03-15  Bruno Haible  <bruno@clisp.org>
30087
30088         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
30089         to 'negate'.
30090
30091         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
30092         variable.
30093
30094         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
30095         results.
30096
30097 2005-03-14  Simon Josefsson  <jas@extundo.com>
30098
30099         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
30100         <fx@gnu.org>.
30101
30102 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
30103
30104         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
30105         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
30106         intprops.h.
30107         * lib/strtol.c: Likewise.
30108
30109 2005-03-14  Jim Meyering  <jim@meyering.net>
30110
30111         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
30112         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
30113         to be nonzero so that we (and caller) can detect the difference
30114         between a valid zero-length expansion and an error return, even
30115         when the underlying strftime fails before writing anything into
30116         that location.
30117
30118 2005-03-14  Bruno Haible  <bruno@clisp.org>
30119
30120         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
30121         Update from GNU gettext 0.14.3.
30122
30123 2005-03-10  Jim Meyering  <jim@meyering.net>
30124
30125         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
30126
30127 2005-03-10  Jim Meyering  <jim@meyering.net>
30128
30129         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
30130         so that this module works on systems without fchdir.
30131
30132 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
30133
30134         Factor int-properties macros into a single file, except for
30135         glibc-related files.
30136         * lib/intprops.h: New file.
30137         * lib/getloadavg.c: Include it instead of limits.h.
30138         (INT_STRLEN_BOUND): Remove.
30139         * lib/human.c: Include intprops.h.
30140         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
30141         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
30142         302/1000.
30143         * lib/inttostr.h: Include intprops.h instead of limits.h.
30144         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
30145         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
30146         for consistency with intprops.h.
30147         (time_t_is_integer, twos_complement_arithmetic): Use them.
30148         * lib/sig2str.h: Include <signal.h>, intprops.h.
30149         (INT_STRLEN_BOUND): Remove.
30150         * lib/strftime.c (TYPE_SIGNED): Remove.
30151         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
30152         * lib/strtol.c: Adjust comments to match intprops.h.
30153         * lib/userspec.c: Include intprops.h.
30154         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
30155         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
30156         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
30157         instead of rolling our own expressions.
30158         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
30159
30160         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
30161         instead of int.
30162         (my_strftime): Do not mishandle years close to INT_MAX, by doing
30163         the right thing even if adding 1900 would overflow.  Similarly
30164         for tm_mon + 1 and tm_yday + 1.
30165         Make %Y always equivalent to %C%y, and similarly for %G and %g.
30166         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
30167         (DO_SIGNED_NUMBER): New macro.
30168         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
30169
30170 2005-03-07  Bruno Haible  <bruno@clisp.org>
30171
30172         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
30173
30174 2005-03-07  Bruno Haible  <bruno@clisp.org>
30175
30176         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
30177
30178 2005-03-04  Derek R. Price  <derek@ximbiot.com>
30179
30180         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
30181         (func_import): Only replace files via --import when they have actually
30182         changed.
30183
30184 2005-03-03  Derek R. Price  <derek@ximbiot.com>
30185
30186         * m4/mmap-anon.m4: New file.
30187         * m4/pagealign_alloc.m4: New file.
30188
30189 2005-03-03  Derek R. Price  <derek@ximbiot.com>
30190             Bruno Haible  <bruno@clisp.org>
30191
30192         * modules/pagealign_alloc: New file.
30193         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
30194
30195 2005-03-03  Derek R. Price  <derek@ximbiot.com>
30196             Bruno Haible  <bruno@clisp.org>
30197
30198         * lib/pagealign_alloc.h: New file.
30199         * lib/pagealign_alloc.c: New file.
30200
30201 2005-03-03  Bruno Haible  <bruno@clisp.org>
30202
30203         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
30204         Use an all-permissive copyright notice, recommended by RMS.
30205
30206 2005-03-02  Bruno Haible  <bruno@clisp.org>
30207
30208         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
30209         of AIX, the replacement has to be done only after <string.h> is
30210         included, therefore not in config.h. stpncpy.h does the replacement,
30211         and stpncpy.c uses it.
30212
30213 2005-03-02  Bruno Haible  <bruno@clisp.org>
30214
30215         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
30216         stpncpy.c uses it.
30217
30218 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30219
30220         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
30221         The workaround isn't strictly needed for POSIX conformance, and
30222         it's too much of a pain to configure and maintain.  We'll ask
30223         people to fix their kernels instead.
30224         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
30225         (NANOSLEEP_BUG_WORKAROUND): Remove.
30226         (xnanosleep): Remove the workaround.
30227
30228 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30229
30230         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
30231         Reported by Derek Price.
30232         (Include): Add "timespec.h".
30233
30234         * modules/xnanosleep (Depends-on): Remove gethrxtime.
30235
30236 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30237
30238         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
30239         to detect nanosleep bug.
30240
30241 2005-03-01  Bruno Haible  <bruno@clisp.org>
30242
30243         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
30244
30245 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30246
30247         * modules/gethrxtime: New file.
30248         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
30249         (Depends-on): Add gethrxtime.
30250         (configure.ac): Add gl_XNANOSLEEP.
30251         (Makefile.am): Remove lib_SOURCES line.
30252
30253 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
30254
30255         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
30256         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
30257
30258 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
30259
30260         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
30261         * lib/timespec.h (gettime): Return void, since it always
30262         succeeds now.  All uses changed.
30263         * lib/gettime.c (gettime) Likewise.
30264         [HAVE_NANOTIME]: Prefer nanotime.
30265         Assume gettimeofday succeeds, as POSIX requires.
30266         Assime time () succeeds, since other code already does.
30267         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
30268         (timespec_subtract): Remove.
30269         (NANOSLEEP_BUG_WORKAROUND): New constant.
30270         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
30271         things considerably.  Use it only on GNU/Linux hosts, since the
30272         workaround shouldn't be needed elsewhere.
30273
30274 2005-02-24  Bruno Haible  <bruno@clisp.org>
30275
30276         * modules/gettext (Files): Add m4/glibc2.m4.
30277
30278 2005-02-24  Bruno Haible  <bruno@clisp.org>
30279
30280         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
30281         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
30282         * m4/progtest.m4:
30283         Update from GNU gettext 0.14.2.
30284         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
30285
30286 2005-02-24  Bruno Haible  <bruno@clisp.org>
30287
30288         * lib/localcharset.c: Update from GNU gettext 0.14.2.
30289         * lib/config.charset: Update from GNU gettext 0.14.2.
30290
30291 2005-02-24  Bruno Haible  <bruno@clisp.org>
30292
30293         * lib/gettext.h: Update from GNU gettext 0.14.2.
30294
30295 2005-02-23  Simon Josefsson  <jas@extundo.com>
30296
30297         * m4/iconvme.m4: New file.
30298
30299 2005-02-23  Jim Meyering  <jim@meyering.net>
30300
30301         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
30302         change.
30303         Thanks to Bruno Haible for catching it.
30304
30305 2005-02-22  Simon Josefsson  <jas@extundo.com>
30306
30307         * modules/iconvme: New file.
30308
30309         * MODULES.html.sh: Add iconvme.
30310
30311 2005-02-22  Simon Josefsson  <jas@extundo.com>
30312
30313         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
30314
30315 2005-02-22  Simon Josefsson  <jas@extundo.com>
30316
30317         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
30318
30319 2005-02-22  Jim Meyering  <jim@meyering.net>
30320
30321         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
30322         s/ifndef/ifdef/.
30323
30324 2005-02-20  Neil Conway  <neilc@samurai.com>
30325
30326         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
30327         returned by OSX/Darwin if the specified buffer is not large
30328         enough for the hostname.
30329
30330 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30331
30332         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
30333         pass it to _help, otherwise the latter coredumps trying to
30334         dereference state.root_argp.
30335
30336 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30337
30338         * modules/chdir-long (Depends-on): Add memrchr.
30339         * modules/memrchr (Files): Add lib/memrchr.h.
30340         (Include): "memrchr.h".
30341
30342 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30343
30344         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
30345
30346 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30347
30348         * lib/memrchr.h: New file.
30349         * lib/chdir-long.c: Include it.
30350         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
30351         Don't bother including stddef.h.
30352
30353 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
30354
30355         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
30356         inclusion.
30357         Include <sys/types.h>, for dev_t.
30358         (ME_DUMMY, ME_REMOTE): Move from here....
30359         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
30360         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
30361         Dmitry V. Levin.
30362         Include mountlist.h first, to test the interface.
30363
30364 2005-01-29  Bruno Haible  <bruno@clisp.org>
30365
30366         * lib/progname.c (program_name): Initialize.
30367         Needed when linking statically on MacOS X.
30368
30369 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
30370
30371         Sync from coreutils.
30372         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
30373         (Depends-on): Add c-strtod.
30374         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
30375
30376 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
30377
30378         Sync from coreutils.
30379         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
30380
30381         Remove files that are specific to coreutils.
30382         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
30383
30384 2005-01-28  Bruno Haible  <bruno@clisp.org>
30385
30386         * modules/javacomp: New file.
30387         * MODULES.html.sh (Java): Add javacomp.
30388
30389 2005-01-28  Bruno Haible  <bruno@clisp.org>
30390
30391         * m4/javacomp.m4: New file, from GNU gettext.
30392
30393 2005-01-28  Bruno Haible  <bruno@clisp.org>
30394
30395         * lib/javacomp.sh.in: New file, from GNU gettext.
30396         * lib/javacomp.h: New file, from GNU gettext.
30397         * lib/javacomp.c: New file, from GNU gettext.
30398
30399 2005-01-26  Simon Josefsson  <jas@extundo.com>
30400
30401         * lib/gai_strerror.c: Use GPL in header.
30402
30403 2005-01-26  Bruno Haible  <bruno@clisp.org>
30404
30405         * modules/javaexec: New file.
30406         * MODULES.html.sh (Java): Add javaexec.
30407
30408 2005-01-26  Bruno Haible  <bruno@clisp.org>
30409
30410         * m4/javaexec.m4: New file, from GNU gettext.
30411
30412 2005-01-26  Bruno Haible  <bruno@clisp.org>
30413
30414         * lib/javaexec.sh.in: New file, from GNU gettext.
30415         * lib/javaexec.h: New file, from GNU gettext.
30416         * lib/javaexec.c: New file, from GNU gettext.
30417
30418 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30419
30420         * modules/lchown (Depends-on): Remove lchown.h
30421
30422 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30423
30424         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
30425         must be defined if the header file was not found, in order
30426         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
30427
30428 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30429
30430         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
30431         initializers for struct pentry_state.
30432         (__argp_error): Check return value of __asprintf
30433         (__argp_failure): Translate error message
30434
30435         * lib/argp-parse.c: Removed braces around the expansion of N_()
30436
30437 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
30438
30439         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
30440         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
30441         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
30442         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
30443         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
30444         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
30445         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
30446         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
30447         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
30448         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
30449         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
30450         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
30451         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
30452         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
30453         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
30454         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
30455         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
30456         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
30457         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
30458         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
30459         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
30460         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
30461         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
30462         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
30463         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
30464         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
30465         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
30466         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
30467         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
30468         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
30469         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
30470         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
30471         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
30472         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
30473         xstrtol.m4, xstrtoumax.m4, yesno.m4:
30474         Use an all-permissive copyright notice, recommended by RMS.
30475
30476 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
30477
30478         * modules/chdir-long (Depends-on): Remove mempcpy.
30479
30480 2005-01-21  Jim Meyering  <jim@meyering.net>
30481
30482         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
30483         same value as for Solaris 9.
30484
30485         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
30486         component length.  This included changing the parameter to be
30487         of type `char *' rather than `char const *'.
30488         * lib/chdir-long.h (chdir_long): Update prototype.
30489
30490         * lib/openat.c (fdopendir, fstatat): New functions.
30491         * lib/openat.h: Include headers required for use of DIR and struct
30492         stat.
30493         [AT_SYMLINK_NOFOLLOW]: Define.
30494         (fdopendir, fstatat): Add prototypes.
30495
30496 2005-01-21  Bruno Haible  <bruno@clisp.org>
30497
30498         * modules/classpath: New file.
30499         * MODULES.html.sh (Java): Add classpath.
30500
30501 2005-01-21  Bruno Haible  <bruno@clisp.org>
30502
30503         * lib/classpath.h: New file, from GNU gettext.
30504         * lib/classpath.c: New file, from GNU gettext.
30505
30506 2005-01-20  Simon Josefsson  <jas@extundo.com>
30507
30508         * modules/version-etc-fsf: New file.
30509
30510 2005-01-20  Simon Josefsson  <jas@extundo.com>
30511
30512         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
30513         * lib/version-etc.c: Remove version_etc_copyright.
30514         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
30515         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
30516
30517 2005-01-20  Simon Josefsson  <jas@extundo.com>
30518
30519         * lib/base64.h (isbase64): Add.
30520
30521         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
30522         using a unsigned prototype, don't inline.
30523         (base64_decode): Use it.
30524
30525 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30526
30527         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
30528         it.
30529
30530 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30531
30532         * lib/save-cwd.c (save_cwd): Remove code to support the case
30533         where fchdir is missing or flaky.
30534
30535 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30536
30537         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
30538
30539 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
30540
30541         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
30542         AC_LIBSOURCES now does this.
30543         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
30544         with new ullong_max module.
30545
30546 2005-01-19  Bruno Haible  <bruno@clisp.org>
30547
30548         * modules/sh-quote: New file.
30549         * MODULES.html.sh (Executing programs): Add sh-quote.
30550
30551 2005-01-19  Bruno Haible  <bruno@clisp.org>
30552
30553         * lib/sh-quote.h: New file, from GNU gettext.
30554         * lib/sh-quote.c: New file, from GNU gettext.
30555
30556 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30557
30558         Merge from coreutils.
30559         * m4/ullong_max.m4: New file.
30560         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
30561         (gl_MACROS): Assume localeconv exists.
30562
30563 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30564
30565         Merge changes from coreutils, as described below in several
30566         changelogs dated today.
30567
30568         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
30569         (O_DIRECTORY): Remove; not needed here, since "." must be
30570         a directory.  All uses removed.
30571         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
30572         universal on Suns, and we also need to test for IRIX.
30573         Revamp code to use 'if' rather than '#if'.
30574         Avoid unnecessary comparison of cwd->desc to 0.
30575
30576         * lib/utimens.c (futimens): Robustify the previous patch, by checking
30577         for known valid error numbers rather than observed invalid ones.
30578
30579 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30580
30581         * modules/ullong_max: New file.
30582
30583         * modules/chdir-long, modules/openat: New files.
30584         * modules/save-cwd (Depends-on): Depend on chdir-long.
30585         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
30586
30587 2005-01-18  Jim Meyering  <jim@meyering.net>
30588
30589         Merge from coreutils.
30590         * m4/chdir-long.m4, m4/openat.m4: New files.
30591         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
30592         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
30593         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
30594         is sane and DOES follow symlinks.  Besides, testing 20 different
30595         systems found no broken chown implementations.
30596         Prompted by a change in rsync's copy of this macro.
30597         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
30598
30599         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
30600
30601         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
30602         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
30603         NULL-means-set-to-current-time semantics.
30604         Remove temporary file immediately, rather than waiting
30605         for configure's at-exit trap code to do it.
30606
30607 2005-01-18  Jim Meyering  <jim@meyering.net>
30608
30609         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30610
30611         * lib/utimens.c (futimens): Account for the fact that futimes
30612         can also fail with errno == ENOSYS or errno == ENOENT.
30613         Patch from Dmitry V. Levin.
30614
30615         Change the name of the robust chdir function from chdir to chdir_long.
30616         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
30617         (restore_cwd): Use chdir_long, not chdir.
30618         * lib/chdir-long.c: Renamed from chdir.c.
30619         * lib/chdir-long.h: Renamed from chdir.h.
30620         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
30621         Hurd.
30622
30623 2005-01-18  Bruno Haible  <bruno@clisp.org>
30624
30625         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
30626         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
30627         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
30628         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
30629         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
30630         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
30631         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
30632         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
30633         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
30634         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
30635         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
30636         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
30637         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
30638         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
30639         Use an all-permissive copyright notice, recommended by RMS.
30640
30641 2005-01-18  Bob Proulx  <bob@proulx.com>
30642
30643         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
30644         simplify offsetof() macro construct to avoid compile failure with
30645         native HP-UX 11.0 ANSI C compiler.
30646
30647 2005-01-17  Bruno Haible  <bruno@clisp.org>
30648
30649         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
30650         redundant because stpncpy.m4 takes care of it.
30651
30652 2005-01-17  Bruno Haible  <bruno@clisp.org>
30653
30654         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
30655
30656 2005-01-17  Bruno Haible  <bruno@clisp.org>
30657
30658         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
30659         used.
30660
30661 2005-01-17  Bruno Haible  <bruno@clisp.org>
30662
30663         * lib/fwriteerror.h (fwriteerror): Change specification to include
30664         fclose.
30665         * lib/fwriteerror.c: Include <stdbool.h>.
30666         (fwriteerror): At the end, close the file stream. Record whether
30667         stdout was already closed.
30668
30669 2005-01-17  Bruno Haible  <bruno@clisp.org>
30670
30671         * lib/execute.c (environ): Declare if needed.
30672         * lib/pipe.c (environ): Likewise.
30673         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
30674
30675 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30676
30677         * modules/argp: Depend on vsnprintf
30678
30679 2005-01-10  Jim Meyering  <jim@meyering.net>
30680
30681         * modules/closeout (Depends-on): Add atexit.
30682
30683 2005-01-06  Bruno Haible  <bruno@clisp.org>
30684
30685         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
30686
30687 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30688
30689         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
30690         definitions to be after all include files, to avoid collisions.
30691         Problem reported by Bob Proulx.
30692
30693 2005-01-04  Jim Meyering  <jim@meyering.net>
30694
30695         Changes imported from coreutils.
30696         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
30697         as the mkstemp template, use a temporary directory and an
30698         8.3-friendly template to avoid trouble on systems like DJGPP.
30699         Reported by Juan M. Guerrero via Stepan Kasal.
30700         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
30701         close. Remove the temporary directory right away, rather than waiting
30702         for configure's at-exit trap code to do it.
30703         Suggestion from Stepan Kasal.
30704
30705 2005-01-01  Simon Josefsson  <jas@extundo.com>
30706
30707         * gnulib-tool: Print #include directives when --import'ing.
30708
30709 2004-12-28  Simon Josefsson  <jas@extundo.com>
30710
30711         * tests/test-base64.c: Include required header files.  Remove
30712         unused variables.
30713
30714 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
30715
30716         * modules/error (Depends-on): Remove gettext.
30717
30718 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
30719
30720         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
30721         not needed.  This removes a dependency on the gettext module.
30722         [defined _LIBC]: Do not include <libintl.h>; not needed.
30723
30724 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
30725
30726         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
30727         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
30728
30729 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
30730
30731         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
30732         HAVE_DECL_STRTOLD.
30733
30734 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30735
30736         * modules/getdate (Depends-on): Remove alloca-opt.
30737
30738 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30739
30740         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
30741
30742 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30743
30744         * lib/argp-parse.c: Include <stddef.h>.
30745         (alignof, alignto): New macros.
30746         (parser_init): Don't assume that void * is aligned sufficiently
30747         for struct option.
30748
30749         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
30750         need to extend the stack.
30751         (YYINITDEPTH): New macro, so that the initial stack isn't overly
30752         large.
30753
30754 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30755
30756         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
30757
30758 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
30759
30760         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
30761         (2004-10-24) change.  Apparently this was a false alarm.
30762
30763         * modules/getdate: Depend on alloca-opt, not alloca.
30764
30765 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
30766
30767         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
30768         Remove now-obsolete comment about AIX.
30769         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
30770         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
30771         (YYMAXDEPTH): New macro.
30772
30773 2004-12-18  Simon Josefsson  <jas@extundo.com>
30774
30775         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
30776
30777 2004-12-18  Bruno Haible  <bruno@clisp.org>
30778
30779         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
30780
30781 2004-12-18  Bruno Haible  <bruno@clisp.org>
30782
30783         * lib/fatal-signal.c (fatal_signals): Make non-const.
30784         (init_fatal_signals): New function.
30785         (uninstall_handlers, install_handlers): Ignore signals that were set to
30786         SIG_IGN.
30787         (at_fatal_signal): Call init_fatal_signals.
30788         (init_fatal_signal_set): Likewise. Ignore signals that were set to
30789         SIG_IGN.
30790         Reported by Paul Eggert.
30791
30792 2004-12-18  Bruno Haible  <bruno@clisp.org>
30793
30794         * doc/alloca.texi: New file.
30795         * doc/alloca-opt.texi: New file.
30796
30797 2004-12-17  Jim Meyering  <jim@meyering.net>
30798
30799         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
30800         Otherwise, install-sh could exit with improper exit status when
30801         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
30802
30803 2004-12-16  Simon Josefsson  <jas@extundo.com>
30804
30805         * tests/test-base64.c: Add license.
30806
30807 2004-12-15  Stepan Kasal  <address@hidden>
30808
30809         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
30810
30811 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
30812
30813         * modules/getcwd (Files): Add m4/d-ino.m4.
30814         Suggested by Mark D. Baushke.
30815
30816 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
30817
30818         * lib/getdate.y (textint): New member "negative".
30819         (time_zone_hhmm): New function.
30820         Expect 14 shift-reduce conflicts, not 13.
30821         (o_colon_minutes): New rule.
30822         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
30823         (yylex): Set the "negative" member of signed numbers.
30824
30825 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
30826
30827         * doc/getdate.texi (Time of day items, Time zone items):
30828         Describe new formats +00:00, UTC+00:00.
30829
30830 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30831
30832         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
30833         spurious "-l"s.  Problem reported by Stepan Kasal.
30834
30835 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
30836
30837         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
30838         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
30839
30840 2004-12-04  Simon Josefsson  <jas@extundo.com>
30841
30842         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
30843         Vandoorselaere <yoann@prelude-ids.org>.
30844
30845 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30846
30847         Changes imported from coreutils.
30848         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
30849         exist.
30850         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
30851
30852 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30853
30854         Changes imported from coreutils.
30855         * lib/hard-locale.c: Assume <locale.h> exists.
30856         Include "strdup.h".
30857         (GLIBC_VERSION): New macro.
30858         (hard_locale): Assume setlocale exists.
30859         Rewrite to avoid #ifdef.
30860         Use strdup rather than malloc + strcpy.
30861         * lib/human.c: Assume <locale.h> exists.
30862         (human_readable): Assume localeconv exists.
30863
30864 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30865
30866         * modules/hard-locale (Depends-on): Add strdup.
30867
30868 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
30869
30870         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
30871         convert T2, not T.  (Imported from libc.)
30872
30873 2004-11-30  Simon Josefsson  <jas@extundo.com>
30874
30875         * modules/restrict (License): Change to LGPL.
30876
30877 2004-11-30  Simon Josefsson  <jas@extundo.com>
30878
30879         * m4/restrict.m4: Add copyright and copying conditions.
30880
30881 2004-11-30  Simon Josefsson  <jas@extundo.com>
30882
30883         * m4/base64.m4: New file.
30884
30885 2004-11-30  Simon Josefsson  <jas@extundo.com>
30886
30887         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
30888         base64.
30889
30890         * tests/test-base64.c: New file.
30891
30892         * modules/base64: New file.
30893
30894 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30895
30896         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
30897         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
30898
30899         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
30900
30901 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30902
30903         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
30904         (__getcwd.c): Don't restore errno; glibc doesn't.
30905         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
30906         first, falling back to our code only if its results look suspicious.
30907         Ensure that the resulting buffer is only as large as necessary.
30908
30909         * lib/readutmp.c: Include readutmp.h first.
30910         Include <errno.h>, since readutmp.h no longer does that.
30911         * lib/readutmp.h: Don't include <errno.h>,
30912         <sys/param.h>, <time.h>; not needed to establish interface.
30913         (errno): Remove decl.
30914         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
30915         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
30916         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
30917
30918 2004-11-28  Simon Josefsson  <jas@extundo.com>
30919
30920         * lib/base64.h, base64.c: New file.
30921
30922 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
30923
30924         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
30925
30926 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
30927
30928         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
30929         (Depends-on): Remove pathmax, same.  Add mempcpy.
30930         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
30931         (Makefile.am): Append getcwd.h to lib_SOURCES.
30932         (Include): Add getcwd.h.
30933         (Maintainer): Change from Jim Meyering to "all, glibc",
30934         since getdate now uses intended-for-glibc code.
30935         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
30936         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
30937
30938 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
30939
30940         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
30941         HP's ANSI C compiler.
30942         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
30943         Declaring int functions causes warnings on some modern systems and
30944         shouldn't be needed to compile on ancient ones.
30945         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
30946         defined.
30947
30948         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
30949         with the following changes.
30950         (__set_errno): Parenthesize properly.
30951         Include <stdbool.h>.
30952         (MIN, MAX, MATCHING_INO): New macros.
30953         (__getcwd): Define with prototype, not K&R form.
30954         Use heuristics to allocate default buffer on stack if possible.
30955         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
30956         behavior, and to avoid the PATH_MAX limit when computing
30957         ../../../../...
30958         Use MATCHING_INO to compare inode number to file.
30959         Check for arithmetic overflow in size calculations.
30960         Fix bug in reallocation of dot array that caused getcwd to fail
30961         on directories nested deeper than 75.
30962         Be more careful about saving errno on error.
30963         Do not use realloc; use only free+malloc, as this is a bit
30964         more flexible and avoids a needless copy operation.
30965         Do not inspect st_dev and st_ino for symbolic links; POSIX
30966         doesn't specify the latter.
30967         Check for closedir errors.
30968         Avoid needless casts.
30969         Use "#ifdef weak_alias" around weak_alias, to be like other
30970         glibc code.
30971         The following changes to getcwd.c have effect only when used in
30972         gnulib; they have no effect inside glibc proper.
30973         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
30974         as alloca isn't used.
30975         (alloca, __alloca): Likewise.
30976         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
30977         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
30978         unconditionally, as gnulib assumes C89 or better.
30979         Do not include <sys/param.h>.
30980         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
30981         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
30982         better.
30983         (NULL) [!defined NULL]: Remove; we assume C89 or better.
30984         Include <dirent.h> in a way that is compatible with modern Autoconf.
30985         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
30986         New macros, if not already defined.
30987         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
30988         Use "_LIBC", not "defined _LIBC", for consistency.
30989         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
30990         a mempcpy module.
30991         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
30992         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
30993         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
30994         credit only to Jim Meyering and adjust the copyright dates.
30995         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
30996         <stdlib.h>, <unistd.h>, "pathmax.h".
30997         Instead, include "xgetcwd.h" (first) and "getcwd.h".
30998         (INITIAL_BUFFER_SIZE): Remove.
30999         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
31000
31001 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
31002
31003         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
31004         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
31005         Use the _ONCE methods, for efficiency.
31006         Check for fcntl.h.  In test program, include <errno.h>
31007         and <fcntl.h> if available.  Remove old K&R cruft from
31008         test program.  Check for common errors in GNU/Linux,
31009         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
31010         don't do AC_LIBOBJ, as that's getcwd.m4's job.
31011         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
31012         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
31013         name accordingly.
31014         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
31015         accommodate new getcwd.c.
31016         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
31017         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
31018         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
31019         that's all we need now.
31020
31021 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31022
31023         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
31024         argp-parse.c depends on getopt internals, that means we should
31025         always use our getopt, to be on the safe side.
31026         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
31027         order not to spoil the result of an eventual previous invocation
31028         of gl_GETOPT_SUBSTITUTE.
31029
31030 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31031
31032         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
31033         redefinition warnings. To avoid them, include the defines
31034         in `#if !defined __need_getopt ... #endif'. The only place
31035         where __getopt_argv_const is used is in definitions
31036         of getopt_long and getopt_long_only below, which are as well
31037         protected by `#ifndef __need_getopt'.
31038         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
31039         __need_getopt after including <stdio.h> and <unistd.h> These
31040         headers might have defined it.
31041
31042 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
31043
31044         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
31045
31046 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
31047
31048         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
31049         (futimens): New function, which uses futimes if available.
31050         (futimens, utimens): Support timespec==NULL, with same semantics
31051         as utime and utimens.
31052         * lib/utimens.h (futimens): New decl.
31053
31054 2004-11-23  Jim Meyering  <jim@meyering.net>
31055
31056         * lib/getopt_.h: Remove trailing blanks.
31057
31058 2004-11-23  Jim Meyering  <jim@meyering.net>
31059
31060         * lib/__fpending.c: Add comment.
31061
31062 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
31063
31064         * modules/canonicalize (Depends-on): Add xreadlink.
31065         Problem reported by James Youngman.
31066
31067 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
31068
31069         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
31070         New macros.
31071         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
31072         optopt): Use them instead of invoking ## directly; otherwise, the
31073         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
31074
31075 2004-11-19  Bruno Haible  <bruno@clisp.org>
31076
31077         * lib/strtok_r.c: Move comments from here...
31078         * lib/strtok_r.h: ... to here.
31079
31080 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
31081
31082         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
31083         implementations that mishandle size_t overflow.
31084
31085 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
31086
31087         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
31088         might fail.  Problem reported by Yoann Vandoorselaere.
31089         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
31090         implementations that mishandle size_t overflow.
31091
31092 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31093
31094         * modules/canon-host (Depends-on): Add strdup.
31095
31096 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31097
31098         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
31099
31100 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31101
31102         * lib/canon-host.c: Include "strdup.h".
31103         (canon_host): Use getaddrinfo if available, so that IPv6 works.
31104         Use strdup instead of malloc/strcpy to duplicate strings.
31105
31106         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
31107         (human_space_before_unit): New constant.
31108         * lib/human.c (human_readable): Support it.
31109
31110         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
31111         (xgetcwd): Set errno correctly when failing.
31112         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
31113         the failure is actually due to a PATH_MAX problem.
31114
31115         Further getopt changes to make it more likely that glibc will
31116         buy the changes back.
31117         * lib/getopt.c (POSIXLY_CORRECT): New constant.
31118         (getopt): Use it, so to preserve glibc semantic
31119         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
31120         when compiling for libc.
31121         * lib/getopt_.h (__getopt_argv_const): Bring it back.
31122         (getopt_long, getopt_long_only): Use it.
31123
31124         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
31125         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
31126         (getopt): Argv is now char * const *, as per standard.
31127         (_getopt_internal_r, _getopt_internal): Argv is now char **,
31128         not char *__getopt_argv_const *.
31129         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
31130         _getopt_long_only_r): Likewise.
31131         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
31132         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
31133         _getopt_long_r, _getopt_long_only_r): Likewise.
31134         * lib/getopt_.h (__getopt_argv_const): Remove.
31135         (getopt): Argv is now char * const *, as per standard.
31136
31137         * lib/getdate.y (tORDINAL): New token.
31138         (day, relunit): Allow it for relative times.
31139         (relative_time_table): Use tORDINAL for ordinals.
31140
31141 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31142
31143         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
31144         Document that "second" isn't allowed as an ordinal number.
31145
31146 2004-11-16  Jim Meyering  <jim@meyering.net>
31147
31148         * modules/closeout (Depends-on): Add fpending.
31149
31150 2004-11-15  Jim Meyering  <jim@meyering.net>
31151
31152         * lib/closeout.c: Include "__fpending.h" once again.
31153         Include <stdbool.h>.
31154         (close_stdout): Don't fail just because stdout was closed initially,
31155         since some programs don't write to stdout in the normal course of
31156         operation (other than --version and --help), and we don't want this
31157         function to make e.g. `touch file >&-' fail.
31158         But do fail if it was closed and someone has tried to write to it.
31159         E.g., `printf foo >&-' must fail.
31160
31161 2004-11-13  Jim Meyering  <jim@meyering.net>
31162
31163         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
31164
31165 2004-11-12  Simon Josefsson  <jas@extundo.com>
31166
31167         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
31168         small doc fix is still pending.
31169
31170 2004-11-11  Simon Josefsson  <jas@extundo.com>
31171
31172         * modules/strtok_r: New file.
31173
31174         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31175         strtok_r.
31176
31177 2004-11-11  Simon Josefsson  <jas@extundo.com>
31178
31179         * m4/strtok_r.m4: New file.
31180
31181         * m4/getopt.m4: Replace opterr.
31182
31183 2004-11-11  Simon Josefsson  <jas@extundo.com>
31184
31185         * lib/strtok_r.h, strtok_r.c: New file.
31186
31187 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
31188
31189         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
31190         of replacing opterr, getopt, etc.  This should handle the
31191         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
31192
31193 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
31194
31195         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
31196         we can stop lying to compilers about the constness of argv when we
31197         are compiled outside glibc.
31198         (getopt, getopt_long, getopt_long_only): Use it.
31199         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
31200         _getopt_internal, getopt): Likewise.
31201         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
31202         _getopt_long_only_r): Likewise.
31203         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
31204         _getopt_long_r, _getopt_long_only_r): Likewise.
31205
31206         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
31207         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
31208         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
31209         the other external symbols.
31210         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
31211         declaration, since the above renaming now works around collisions.
31212
31213 2004-11-11  Jim Meyering  <jim@meyering.net>
31214
31215         * lib/linebreak.c: Remove trailing blanks.
31216         * lib/alloca_.h: Likewise.
31217         * lib/acosl.c: Likewise.
31218         * lib/euidaccess.c: Likewise.
31219         * lib/allocsa.h: Likewise.
31220
31221 2004-11-10  Simon Josefsson  <jas@extundo.com>
31222
31223         * m4/getaddrinfo.m4: New file.
31224
31225 2004-11-10  Simon Josefsson  <jas@extundo.com>
31226
31227         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
31228
31229 2004-11-10  Simon Josefsson  <jas@extundo.com>
31230
31231         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31232         getaddrinfo.
31233
31234         * modules/getaddrinfo: New file.
31235
31236 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31237
31238         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
31239
31240 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31241
31242         * lib/mktime.c (SHR): New macro, which is a portable
31243         substitute for >> that should work even on Crays.
31244         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
31245         Problem reported by Mark D. Baushke in
31246         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
31247         * lib/getdate.y (SHR): Likewise.
31248         (tm_diff): Use it.
31249         * lib/strftime.c (SHR): Likewise.
31250         (tm_diff): Use it.
31251         * lib/quotearg.c (struct quoting_options): Use unsigned int for
31252         quote_these_too, so that right shifts are well defined.  All uses
31253         changed.
31254
31255 2004-11-10  Jim Meyering  <jim@meyering.net>
31256
31257         Ensure that no close failure goes unreported.
31258         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
31259         return early when it seems there's nothing to flush.
31260         Don't include __fpending.h.
31261
31262 2004-11-10  Jim Meyering  <jim@meyering.net>
31263
31264         * modules/closeout (Depends-on): Remove fpending.
31265
31266 2004-11-10  Jim Meyering  <jim@meyering.net>
31267
31268         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
31269
31270 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
31271
31272         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
31273         gl_FUNC_STRFTIME.
31274         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
31275         and AC_REQUIRE when possible, to avoid duplicate checks.
31276         Check for <wchar.h>.
31277
31278 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
31279
31280         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
31281
31282 2004-11-09  Bruno Haible  <bruno@clisp.org>
31283
31284         * m4/sockpfaf.m4: New file.
31285
31286 2004-11-05  Bruno Haible  <bruno@clisp.org>
31287
31288         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
31289         Reported by Mark D. Baushke <mdb@cvshome.org>.
31290
31291 2004-11-04  Bruno Haible  <bruno@clisp.org>
31292
31293         2004-09-11  Bruno Haible  <bruno@clisp.org>
31294                 * allocsa.valgrind: New file.
31295         2004-02-06  Bruno Haible  <bruno@clisp.org>
31296                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
31297                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
31298                 Reported by Christopher Seip <chris.seip@hp.com>.
31299
31300 2004-11-04  Bruno Haible  <bruno@clisp.org>
31301
31302         * modules/allocsa (Files): Add lib/allocsa.valgrind.
31303         (Makefile.am): Distribute it.
31304
31305 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
31306
31307         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
31308         with errno == ERANGE if the buffer is too small.
31309         Problem reported by Mark D. Baushke.
31310
31311 2004-11-03  Albert Chin  <china@thewrittenword.com>
31312             Paul Eggert  <eggert@cs.ucla.edu>
31313
31314         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
31315         equivalent, substitute $ac_type for equivalent type rather than
31316         blindly using uint32_t *always* which won't work if uint32_t is not
31317         available.  Define _UINT32_T to work around typedef of uint32_t if
31318         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
31319         2.5.1.
31320
31321 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
31322
31323         * m4/jm-macros.m4: Sync from coreutils.
31324         (gl_MACROS): Check for mbrlen, for pathchk.
31325         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
31326
31327 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
31328
31329         * lib/xreadlink.c (MAXSIZE): New macro.
31330         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
31331         size does not exceed MAXSIZE.  Avoid cast.
31332         As suggested by Mark D. Baushke in
31333         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
31334         if readlink fails with buffer size just under MAXSIZE, try again
31335         with MAXSIZE.
31336
31337 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
31338
31339         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
31340
31341 2004-11-02  Derek R. Price  <derek@ximbiot.com>
31342         and  Paul Eggert  <eggert@cs.ucla.edu>
31343
31344         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
31345         (get_date): Overparenthesize to avoid GCC warning.
31346
31347 2004-11-02  Bruno Haible  <bruno@clisp.org>
31348
31349         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
31350         returns void.
31351
31352 2004-11-02  Bruno Haible  <bruno@clisp.org>
31353
31354         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
31355         function returns void.
31356
31357 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
31358
31359         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
31360         fflush_unlocked, flockfile, funlockfile, funlockfile,
31361         fputs_unlocked, putc_unlocked.
31362
31363 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
31364
31365         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
31366         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
31367         already declared.
31368
31369 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
31370
31371         * modules/getdate (Files): Add doc/getdate.texi.
31372         (Depends-on): Add setenv, xalloc.
31373
31374 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
31375
31376         * lib/getdate.y: Add support for TZ="foo" within a date string.
31377         Fix some bugs near time_t boundaries.  Reject dates with
31378         out-of-range components, e.g., "Sept 31".
31379         Include <stdlib.h>, "setenv.h", "xalloc.h".
31380         (ISDIGIT_LOCALE): Remove; unused.
31381         Note that the TZ and time functions used here are not reentrant.
31382         (mktime_ok, get_tz): New functions.
31383         (TZBUFSIZE): New constant.
31384         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
31385         This requires that we sometimes generate our own TZ="XXX..." setting.
31386
31387 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
31388
31389         * doc/getdate.texi: New file, from coreutils with modifications for
31390         the new TZ parsing.
31391
31392 2004-10-27  Derek R. Price  <derek@ximbiot.com>
31393
31394         * lib/mktime.c (not_equal_tm): Remove redundant check.
31395
31396 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31397
31398         * modules/regex (lib_SOURCES): Add regex.c.
31399         Reported by James Youngman in
31400         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
31401
31402 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31403
31404         * lib/getdate.y: Use Bison 1.875 features, and some minor
31405         code cleanups.  This change does not affect semantics.
31406         Don't include <stdlib.h>; no longer needed.
31407         Don't include unlocked-io.h; only the "#if TEST" code uses
31408         stdio, and performance isn't crucial there.
31409         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
31410         Bison 1.875 features as described below.
31411         All uses of "PC." replaced by "pc->".
31412         (YYSTYPE): Add a forward declaration.
31413         (yylex, yyerror): Use full prototypes in forward decls.
31414         Use "%pure-parser" rather than obsolescent "%pure_parser".
31415         Use %parse-param and %lex-param instead of obsolescent
31416         YYPARSE_PARAM and YYLEX_PARAM.
31417         (meridian_table, month_and_day_table, time_units_table,
31418         relative_time_table, time_zone_table, military_table,
31419         lookup_zone, lookup_word, get_date):
31420         Use NULL instead of 0 where appropriate.
31421         (to_hour): Avoid abort (), to avoid a dependency on
31422         stdlib.h.
31423         (yyerror, yylex): Now accepts parser_control * arg.
31424         (main) [TEST]: Use '\0' rather than 0 for char.
31425
31426 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31427
31428         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
31429
31430 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31431
31432         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
31433         It's now the caller's responsibility to handle the case where
31434         !HAVE_GETPAGESIZE && !defined getpagesize.
31435
31436         * lib/mktime.c (leapyear): Arg is long int, not int.
31437
31438 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
31439
31440         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
31441
31442 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31443
31444         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
31445         missing.  Problem reported by James Youngman.
31446
31447 2004-10-16  Simon Josefsson  <jas@extundo.com>
31448
31449         * gnulib-tool: Fix comments.  Fix parse problem.
31450         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
31451
31452 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
31453
31454         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
31455         implementation of getopt_long.  Problem reported by Alexander Taler in:
31456         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
31457
31458 2004-10-15  Bruno Haible  <bruno@clisp.org>
31459
31460         * gnulib-tool: Untabify. Initialize supplied_libname.
31461         (func_usage): More homogenous output.
31462         (func_modules_transitive_closure, func_modules_to_filelist,
31463         func_emit_lib_Makefile_am): New functions.
31464         (func_import): New function, extracted from big case statement. Use
31465         func_get_license, func_modules_transitive_closure,
31466         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
31467         opt_lgpl. Don't use test -a, as it's not portable.
31468         (func_create_testdir): Use func_modules_transitive_closure,
31469         func_modules_to_filelist, func_emit_lib_Makefile_am.
31470
31471 2004-10-15  Bruno Haible  <bruno@clisp.org>
31472
31473         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
31474
31475 2004-10-15  Bruno Haible  <bruno@clisp.org>
31476
31477         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
31478         the portions belonging to each module.
31479         Suggested by Derek Robert Price <derek@ximbiot.com>.
31480
31481 2004-10-12  Simon Josefsson  <jas@extundo.com>
31482
31483         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
31484         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
31485         to real functions.
31486
31487 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31488
31489         * modules/vsnprintf: New file.
31490
31491 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31492
31493         * m4/vsnprintf.m4: New file.
31494
31495 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31496
31497         * lib/vsnprintf.h: New file.
31498         * lib/vsnprintf.c: New file.
31499
31500 2004-10-11  Bruno Haible  <bruno@clisp.org>
31501
31502         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
31503         vsnprintf.
31504
31505 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
31506
31507         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
31508
31509 2004-10-07  Bruno Haible  <bruno@clisp.org>
31510
31511         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
31512         fits into the provided buffer.
31513
31514 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31515
31516         * lib/diacrit.c, diacrit.h: Add GPL notice.
31517
31518         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
31519         notice.
31520         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
31521         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
31522         This avoids a potential constant-folding bug.
31523
31524 2004-10-05  Bruno Haible  <bruno@clisp.org>
31525
31526         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
31527         for the declaration of strsep.
31528
31529 2004-10-05  Bruno Haible  <bruno@clisp.org>
31530
31531         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
31532
31533 2004-10-04  Simon Josefsson  <jas@extundo.com>
31534
31535         * modules/memmem: New file.
31536         * tests/test-memmem.c: New file.
31537         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
31538
31539 2004-10-04  Simon Josefsson  <jas@extundo.com>
31540
31541         * m4/memmem.m4: New file.
31542
31543 2004-10-04  Simon Josefsson  <jas@extundo.com>
31544
31545         * lib/memmem.h: New file.
31546         * lib/memmem.c: New file, taken from glibc.
31547
31548 2004-10-04  Simon Josefsson  <jas@extundo.com>
31549
31550         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
31551         '#ifdef USE_UNLOCKED_IO'.
31552
31553 2004-10-04  Simon Josefsson  <jas@extundo.com>
31554
31555         * config/srclist.txt: Add memmem from glibc.
31556
31557 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31558
31559         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
31560
31561         * modules/argmatch, modules/argp, modules/closeout, modules/error,
31562         modules/exclude, modules/getdate, modules/getline,
31563         modules/getndelim2, modules/getpass, modules/getpass-gnu,
31564         modules/getusershell, modules/linebuffer, modules/md5,
31565         modules/mountlist, modules/posixtm, modules/readtokens,
31566         modules/readutmp, modules/regex, modules/sha1,
31567         modules/version-etc, modules/yesno:
31568         Remove dependency on unlocked-io.
31569
31570 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31571
31572         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
31573
31574         * m4/unlocked-io.m4: Add copyright notice.
31575         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
31576
31577 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31578
31579         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
31580         * lib/xmalloc.c (xmemdup): Likewise.
31581         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
31582         XFREE): Remove these long-obsolescent macros.
31583         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
31584         * lib/xstrdup.c: Remove.
31585
31586         * lib/regex.c (re_comp): Cast gettext return value to char *,
31587         Problem reported by Martin Neitzel via Mark D. Baushke.
31588
31589 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31590
31591         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
31592         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
31593         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
31594         regex.c, sha1.c, version-etc.c, yesno.c:
31595         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
31596         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
31597         the includer's responsibility.
31598
31599         Sync from coreutils.
31600
31601         * lib/modechange.c (mode_compile): Don't decrement a pointer that
31602         points to the start of a string, as the C Standard says the
31603         resulting behavior is undefined.
31604
31605         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
31606         simple -> simple_backups, numbered_existing ->
31607         numbered_existing_backups, numbered -> numbered_backups
31608         to avoid shadowing problems.  All uses changed.
31609         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
31610         * lib/backupfile.c (check_extension, numbered_backup):
31611         Rename locals to avoid shadowing 'basename'.
31612         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
31613         once.
31614
31615         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
31616         * lib/.cvsignore: Add getopt.h.
31617
31618 2004-10-04  Bruno Haible  <bruno@clisp.org>
31619
31620         * modules/README: New file.
31621         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
31622         not a module.
31623
31624 2004-10-02  Jim Meyering  <jim@meyering.net>
31625
31626         * lib/dirfd.h, getpagesize.h: Add copyright notice.
31627
31628 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31629
31630         * modules/strsep: New file.
31631
31632 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31633
31634         * m4/strsep.m4: New file.
31635
31636 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31637
31638         * lib/strsep.h: New file.
31639         * lib/strsep.c: New file.
31640
31641 2004-10-01  Simon Josefsson  <jas@extundo.com>
31642
31643         * lib/snprintf.c (snprintf): Handle size==0.
31644
31645 2004-10-01  Simon Josefsson  <jas@extundo.com>
31646             Bruno Haible  <bruno@clisp.org>
31647
31648         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
31649         (snprintf): Declare 'args'.
31650
31651 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
31652
31653         * lib/snprintf.c: Remove comments as to why each header is needed.
31654
31655 2004-10-01  Bruno Haible  <bruno@clisp.org>
31656
31657         * MODULES.html.sh: Add strsep.
31658
31659 2004-09-30  Simon Josefsson  <jas@extundo.com>
31660
31661         * modules/snprintf: New file.
31662
31663 2004-09-30  Simon Josefsson  <jas@extundo.com>
31664
31665         * m4/snprintf.m4: New file.
31666
31667 2004-09-30  Simon Josefsson  <jas@extundo.com>
31668
31669         * lib/snprintf.h, lib/snprintf.c: New files.
31670
31671 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31672
31673         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
31674         (hol_entry_help): Never translate an empty string.
31675         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
31676         * lib/argp.h (OPTION_NO_TRANS): New option.
31677
31678 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31679
31680         * modules/argp (Maintainer): Replace Simon Josefsson
31681         by Sergey Poznyakoff.
31682
31683 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31684
31685         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
31686         changes merged back into glibc.
31687
31688 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31689
31690         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
31691
31692 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31693
31694         * lib/xvasprintf.c: Include xalloc.h.
31695         (xvasprintf): Use xalloc_die, not xmalloc_die.
31696
31697 2004-09-29  Bruno Haible  <bruno@clisp.org>
31698
31699         * modules/alloca-opt: New file, derived from modules/alloca.
31700         * modules/allocsa: Depend on alloca-opt instead of alloca.
31701         * modules/setenv: Likewise.
31702         * modules/vasnprintf: Likewise.
31703         * MODULES.html.sh: Add alloca-opt.
31704
31705 2004-09-28  Simon Josefsson  <jas@extundo.com>
31706
31707         * gnulib-tool: New parameter --lgpl, to asseert that modules are
31708         LGPL, and to replace license template from GPL to LGPL.
31709
31710 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
31711
31712         * modules/dummy: Change license to LGPL.
31713
31714 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
31715
31716         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
31717
31718 2004-09-24  Simon Josefsson  <jas@extundo.com>
31719
31720         * modules/minmax (License): Change from GPL to LGPL.
31721
31722 2004-09-23  Simon Josefsson  <jas@extundo.com>
31723
31724         * gnulib-tool (--import): Typo.
31725
31726 2004-09-23  Simon Josefsson  <jas@extundo.com>
31727
31728         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
31729
31730 2004-09-22  Bruno Haible  <bruno@clisp.org>
31731
31732         * modules/*: Add 'License' field.
31733         * gnulib-tool: Accept --extract-license option.
31734         (func_get_license): New function.
31735
31736 2004-09-21  Bruno Haible  <bruno@clisp.org>
31737
31738         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
31739         Reported by Simon Josefsson.
31740
31741 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31742
31743         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
31744         gl_AC_TYPE_LONG_LONG.
31745
31746 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31747
31748         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
31749
31750 2004-09-18  Simon Josefsson  <jas@extundo.com>
31751         and  Paul Eggert  <eggert@cs.ucla.edu>
31752
31753         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
31754         calls with autoreconf.  Define GL_LIB.
31755
31756 2004-09-14  Karl Berry  <karl@gnu.org>
31757
31758         * config/srclist.txt: unsync setenv.c, sigh.
31759
31760 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31761
31762         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
31763         Problem reported by Bruno Haible in:
31764         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
31765
31766 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31767
31768         * config/srclist.txt: Comment out argp-pvh.c.
31769
31770 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
31771
31772         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
31773         in case some system header has #define'd it.  Problem reported by
31774         Soeren D. Schulze in
31775         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
31776
31777 2004-09-09  Karl Berry  <karl@gnu.org>
31778
31779         * regex.[ch]: delete from the root.  These were supposed to be
31780                 synced with emacs cvs, but this has not happened for about
31781                 a year, and anyway nothing else uses emacs regex.[ch].
31782                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
31783                 lib/regex[.ch] is untouched.
31784
31785 2004-09-09  Bruno Haible  <bruno@clisp.org>
31786
31787         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
31788
31789 2004-09-09  Bruno Haible  <bruno@clisp.org>
31790
31791         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
31792         modifications.
31793         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
31794
31795 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
31796
31797         * modules/xvasprintf: New file.
31798         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
31799
31800 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
31801
31802         * lib/xvasprintf.h: New file.
31803         * lib/xvasprintf.c: New file.
31804         * lib/xasprintf.c: New file.
31805
31806 2004-09-08  Bruno Haible  <bruno@clisp.org>
31807
31808         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
31809
31810 2004-09-08  Bruno Haible  <bruno@clisp.org>
31811
31812         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
31813         length is > INT_MAX.
31814         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
31815         more.
31816
31817 2004-09-08  Bruno Haible  <bruno@clisp.org>
31818
31819         * lib/stdint_.h: New file, taken from GNU clisp.
31820
31821 2004-09-08  Bruno Haible  <bruno@clisp.org>
31822             Oskar Liljeblad  <oskar@osk.mine.nu>
31823
31824         * modules/stdint: New file.
31825         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
31826
31827 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31828
31829         Import from coreutils.
31830         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
31831         strings on unbounded length.  alloca's performance benefits aren't
31832         that important here.
31833         (V_STRDUP): Remove.
31834         (parse_with_separator): New function, with most of the internals
31835         of the old parse_user_spec.  Allow user to omit both user and group,
31836         for compatibility with FreeBSD.
31837         Clone only the user name, not the entire spec.
31838         Do not set *uid, *gid unless entirely successful.
31839         Avoid memory leak in some failing cases.
31840         Fix regression for USER.GROUP reported by Dmitry V. Levin in
31841         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
31842         (parse_user_spec): Rewrite to use parse_with_separator.
31843
31844 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31845
31846         * modules/userspec: Don't depend on alloca.
31847
31848 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31849
31850         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
31851
31852 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31853
31854         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
31855         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
31856         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
31857
31858 2004-08-16  Simon Josefsson  <jas@extundo.com>
31859
31860         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
31861         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
31862         Add --dry-run for --import.
31863         Let user provided command line parameters override configure.ac
31864         settings.
31865
31866 2004-08-12  Simon Josefsson  <jas@extundo.com>
31867
31868         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
31869         as discussed with Paul Eggert in threads rooted at
31870         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
31871         and
31872         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
31873         Before, the test was empty, and relied on ELIDE_CODE in source
31874         code.)
31875         (gl_PREREQ_GETOPT): New macro.
31876         (gl_GETOPT): Use them.
31877
31878 2004-08-12  Simon Josefsson  <jas@extundo.com>
31879
31880         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
31881         * lib/getopt_.h: Renamed from getopt.h.
31882
31883 2004-08-12  Simon Josefsson  <jas@extundo.com>
31884
31885         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
31886         Change default library name from libfoo to libgnu.
31887         Now, if you have a configure.ac that says:
31888                 gl_SOURCE_BASE(gl)
31889                 gl_M4_BASE(gl/m4)
31890                 gl_MODULES(error getopt etcetera)
31891                 gl_INIT
31892         you can import all you need by running:
31893                 ../gnulib/gnulib-tool --import
31894
31895         * modules/getopt (Files): Rename getopt.h to getopt_.h.
31896         (Makefile.am): Rewrite, use logic from argz.
31897         (Include): Use <getopt.h> instead of "getopt.h".
31898
31899 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31900
31901         * modules/argp (Files): Add m4/unlocked-io.m4.
31902         (Depends-on): Add extensions.
31903
31904 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31905
31906         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
31907         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
31908         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
31909         Check for program_invocation_name, program_invocation_short_name,
31910         flockfile, funlockfile, features.h, _getopt_long_only_r.
31911
31912 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31913
31914         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
31915         its complicated substitute.
31916         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
31917         and program_invocation_name.
31918         (__argp_basename) [!_LIBC]: Remove; the only use was
31919         replaced by its body.
31920         (__argp_short_program_name): Change condition from
31921         !defined __argp_short_program_name to
31922         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
31923         to match argp-namefrob.h.
31924         (__argp_failure): Don't assume strerror_r returns char *.
31925         * lib/argp-parse.c (N_): Define unconditionally.
31926         (argp_default_options): Fill out initializers with 0 to avoid
31927         gcc warnings.
31928
31929 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
31930
31931         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
31932         getopt1.c.
31933
31934 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31935
31936         Merge from coreutils.
31937
31938         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
31939
31940         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
31941         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
31942
31943 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31944
31945         Merge from coreutils.
31946
31947         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
31948         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
31949         for Reliant Unix 5.43.
31950
31951         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
31952         (union fooround): Use uintmax_t, not long int.
31953         The rest is a merge from libc:
31954         [defined _LIBC]: Include <shlib-compat.h>.
31955         (_obstack) [defined _LIBC]: Remove after 2.3.4.
31956
31957         * lib/settime.c (settime): Recode to avoid warning with
31958         Sun Forte C 6U2.
31959
31960         * lib/strverscmp.c: Convert to UTF-8.
31961
31962 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
31963
31964         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31965         m4/uintmax_t.m4.
31966
31967 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31968
31969         * modules/xalloc-die: New file.
31970         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
31971
31972         * modules/md5 (Files): Add m4/uint32_t.m4.
31973         * modules/sha1: Renamed from modules/sha.
31974         (Files):
31975         Rename lib/sha.h to lib/sha1.h.
31976         Rename lib/sha.c to lib/sha1.c.
31977         Rename m4/sha.m4 to m4/sha1.m4.
31978         (lib_SOURCES): Likewise.
31979         (configure.ac): Rename gl_SHA to gl_SHA1.
31980         (Include): sha.h -> sha1.h.
31981
31982 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31983
31984         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
31985         * m4/sha1.m4: Renamed from sha.m4.
31986         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
31987
31988 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
31989
31990         * lib/obstack.h (obstack_empty_p):
31991         Don't assume that chunk->contents is suitably aligned.
31992         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
31993         Likewise. Problem reported by Benno in
31994         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
31995
31996         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
31997         readable.  This could be improved further but it'd take some work.
31998
31999 2004-08-08  Simon Josefsson  <jas@extundo.com>
32000
32001         * modules/xgethostname (Depends-on): Remove exit and error (not
32002         used).
32003
32004         * modules/getpass-gnu: Add getpass.h.
32005         (Depends-on): Add stdbool.
32006         * modules/getpass: Add getpass.h.
32007
32008 2004-08-08  Simon Josefsson  <jas@extundo.com>
32009
32010         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
32011         Check getpass declaration.
32012
32013 2004-08-08  Simon Josefsson  <jas@extundo.com>
32014
32015         * lib/xgethostname.c: Don't include error.h (not used).
32016
32017         * lib/getpass.h: Add.
32018         * lib/getpass.c: Include getpass.h first.
32019
32020 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
32021
32022         * lib/xalloc-die.c: New file.
32023         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
32024         All uses removed.
32025         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
32026         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
32027         xalloc-die.c.
32028         (_, N_, xalloc_die): Move to xalloc-die.c.
32029         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
32030         so that we needn't mess with xalloc_msg_memory_exhausted.
32031
32032         * lib/sha1.h: Renamed from sha.h.
32033         (SHA1_H): Renamed from _SHA_H.
32034         (sha1_ctx): Renamed from sha_ctx.
32035         (sha1_init_ctx): Renamed from sha_init_ctx.
32036         (sha1_process_block): Renamed from sha_process_block.
32037         (sha1_process_bytes): Renamed from sha_process_bytes.
32038         (sha1_finish_ctx): Renamed from sha_finish_ctx.
32039         (sha1_read_ctx): Renamed from sha_read_ctx.
32040         (sha1_stream): Renamed from sha_stream.
32041         (sha1_buffer): Renamed from sha_buffer.
32042         * lib/sha1.c: Likewise; renamed from sha.c.
32043         Do not include <sys/types.h>.
32044         Include <stddef.h> rather than <stdlib.h>.
32045
32046 2004-08-08  Bruno Haible  <bruno@clisp.org>
32047
32048         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
32049         FILESYSTEM_PREFIX_LEN.
32050         * lib/progreloc.c: Likewise.
32051         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
32052
32053 2004-08-06  Simon Josefsson  <jas@extundo.com>
32054
32055         * modules/progname (Depends-on): Don't depend on stdbool.
32056
32057 2004-08-06  Simon Josefsson  <jas@extundo.com>
32058
32059         * modules/getsubopt: New file.
32060         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32061         getsubopt.
32062
32063 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32064
32065         More merge from coreutils.
32066
32067         * m4/utimens.m4, m4/utimecmp.m4: New files.
32068         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
32069         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
32070         prereq.m4, sha.m4: Import changes from coreutils.
32071
32072 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32073
32074         More merge from coreutils.
32075         * modules/raise, modules/readtokens0, modules/utimens:
32076         * modules/utimecmp, module/xnanosleep: New files.
32077         * modules/strftime: Add lib/strftime.h.
32078         Change include from <time.h> to "strftime.h".
32079         * modules/yesno: Add lib/yesno.h.
32080         * modules/backupfile: Remove lib/addext.c.
32081         * modules/euidaccess: Add stat-macros.h.
32082         * modules/canonicalize, modules/euidaccess,
32083         modules/filemode, modules/lchown, modules/makepath,
32084         modules/rmdir, modules/stat: Likewise.
32085
32086 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32087
32088         Merge from tar.
32089         * lib/argp-help.c (make_hol, hol_append): Don't assume that
32090         SIZE_MAX is a valid preprocessor constant.
32091         (__argp_basename): Change from "#ifndef _LIBC"
32092         to "#ifndef __argp_short_program_name", so that
32093         we don't compile these functions for tar.
32094
32095         More merges from coreutils.
32096         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
32097         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
32098         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
32099         * lib/addext.c: Remove; no longer needed.
32100         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
32101         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
32102         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
32103         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
32104         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
32105         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
32106         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
32107         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
32108         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
32109         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32110         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
32111         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
32112         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
32113         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
32114         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
32115         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
32116         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
32117         Import changes from coreutils.
32118
32119 2004-08-05  Simon Josefsson  <jas@extundo.com>
32120
32121         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
32122
32123 2004-08-05  Simon Josefsson  <jas@extundo.com>
32124
32125         * m4/getsubopt.m4: New file.
32126
32127 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
32128
32129         Merge from coreutils.
32130
32131         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
32132         * m4/getcwd-path-max.m4: New files.
32133
32134         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
32135         FILESYSTEM_PREFIX_LEN ->
32136         FILE_SYSTEM_PREFIX_LEN.
32137         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
32138         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
32139         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
32140         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
32141
32142         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
32143         prerequisite modules now handle the DOS stuff.
32144         Don't check for unistd.h.
32145
32146 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
32147
32148         Merge from coreutils.
32149
32150         * lib/.gdb-history: Remove; this doesn't belong here.
32151
32152         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
32153         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
32154         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
32155         * lib/getcwd.c: New files.
32156
32157         * lib/dirname.h: Include <stdbool.h>.
32158         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
32159         for consistency with POSIX terminology.  All uses changed.
32160         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
32161         (strip_trailing_slashes): Use bool for booleans.
32162         * lib/stripslash.c (strip_trailing_slashes): Likewise.
32163
32164         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
32165         sometimes returns a positive errno value even when it succeeds.
32166         (print_errno_message) [!LIBC]: Fall back on strerror if
32167         __strerror_r fails.
32168
32169         * lib/path-concat.c (mempcpy): Don't define if a system header defines
32170         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
32171         (longest_relative_suffix): New function.
32172         (path_concat): Use it.  Assume first argument is not NULL.
32173         Port to DOS.  Omit redundant separators.
32174         Report an error instead of returning NULL.
32175         Use mempcpy instead of memcpy.
32176         (xpath_concat): Remove: not declared or used.
32177
32178         * lib/same.h: Include <stdbool.h>
32179         (same_name): Return bool, not int.
32180         * lib/same.c (same_name): Likewise.
32181         (errno): Don't declare; we assume C89 or better now.
32182
32183         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
32184         if not already defined.
32185
32186         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
32187         * lib/dup-safer.c (errno): Likewise.
32188
32189 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
32190
32191         Merge from coreutils.
32192         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
32193         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
32194         * modules/path-concat: Don't depend on strdup.
32195
32196 2004-08-03  Simon Josefsson  <jas@extundo.com>
32197
32198         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
32199         * lib/progname.h: Don't include stdbool.h.
32200
32201 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
32202
32203         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
32204         * MODULES.html.sh (func_all_modules): Remove fatal.
32205
32206 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
32207
32208         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
32209
32210 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
32211
32212         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
32213         working.
32214
32215 2004-08-02  Simon Josefsson  <jas@extundo.com>
32216
32217         * lib/getsubopt.h: New file, with comments from Bruno Haible.
32218         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
32219         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
32220
32221 2004-08-01  Simon Josefsson  <jas@extundo.com>
32222
32223         * lib/xgetdomainname.c: Include stdlib.h, for free().
32224
32225 2004-07-19  Bruno Haible  <bruno@clisp.org>
32226
32227         * MODULES.html.sh (func_all_modules): Add dummy.
32228
32229 2004-07-16  Simon Josefsson  <jas@extundo.com>
32230
32231         * modules/dummy: New file.
32232
32233 2004-07-16  Simon Josefsson  <jas@extundo.com>
32234
32235         * lib/dummy.c: New file.
32236
32237 2004-07-16  Bruno Haible  <bruno@clisp.org>
32238
32239         * lib/backupfile.h: Add extern "C" for C++.
32240         * lib/closeout.h: Likewise.
32241         * lib/copy-file.h: Likewise.
32242         * lib/findprog.h: Likewise.
32243         * lib/full-write.h: Likewise.
32244         * lib/pathname.h: Likewise.
32245         * lib/progname.h: Likewise.
32246         * lib/stpcpy.h: Likewise.
32247         * lib/stpncpy.h: Likewise.
32248         * lib/strcase.h: Likewise.
32249         * lib/strstr.h: Likewise.
32250         * lib/xalloc.h: Likewise.
32251
32252         * lib/mbswidth.h: Add extern "C" for C++.
32253         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
32254
32255 2004-07-13  Robert Millan  <robertmh@gnu.org>
32256
32257         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
32258
32259 2004-07-09  Simon Josefsson  <jas@extundo.com>
32260
32261         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
32262         failed without this.)
32263
32264 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32265
32266         * modules/chown (Files): Add lib/fchown-stub.c, since
32267         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
32268
32269 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32270
32271         * lib/fchown-stub.c: New file.
32272
32273 2004-06-24  Jim Meyering  <jim@meyering.net>
32274
32275         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
32276
32277 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32278
32279         * modules/argz: Omit "#include".
32280
32281         * MODULES.html.sh (func_all_modules): Add calloc, to match
32282         2004-06-01 addition of calloc module.
32283
32284 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32285
32286         * m4/argz.m4: New file, which is autoupdated from libtool.
32287
32288 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32289
32290         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
32291         libtool.
32292
32293 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32294
32295         * config/srclist-update: Don't insist on "USA." before the
32296         close-comment, as libtool omits the period and puts the */ on a
32297         separate line.
32298         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
32299         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
32300
32301 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
32302
32303         * modules/argz: New file.
32304         * MODULES.html.sh (func_all_modules): Add argz.
32305
32306 2004-06-12  Jim Meyering  <jim@meyering.net>
32307         and  Paul Eggert  <eggert@cs.ucla.edu>
32308
32309         * modules/hash (Files): Add lib/xalloc.h.
32310         * modules/pipe (Depends-on): Add wait-process.
32311         * modules/stat (Depends-on): Add xalloc.
32312         * modules/userspec (Files): Add lib/userspec.h.
32313         * modules/xstrto
32314
32315         Upgrade from gettext-0.13.
32316         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
32317         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
32318         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
32319
32320 2004-06-10  Jim Meyering  <jim@meyering.net>
32321
32322         * lib/calloc.c: New file.
32323
32324 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
32325
32326         * lib/getdate.y (yylex): Allow space between sign and number.
32327         Problem reported by Dan Jacobson.
32328
32329 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
32330
32331         Merge from coreutils CVS.
32332
32333         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
32334         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
32335         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
32336         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
32337         xstrtol.m4: Fix copyright date and/or serial number.
32338
32339         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
32340         See if we need an fchown replacement.
32341         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
32342         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
32343         and use the replacement function if we detect either defect.
32344
32345         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
32346         gl_UTIMECMP.
32347
32348 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
32349         and  Jim Meyering  <jim@meyering.net>
32350
32351         Merge from coreutils CVS.
32352
32353         * lib/stat-macros.h: New file, with contents from file-type.h
32354         and coreutils' system.h.
32355         * lib/file-type.c: Include "stat-macros.h".
32356         * lib/file-type.h (file_type): Move all macro definitions to new file,
32357         stat-macros.h.
32358
32359         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
32360         Wrap old code with this conditional.
32361         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
32362         function that does not dereference symlinks.
32363         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
32364
32365         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
32366         dependency problems.
32367         (xreadlink): Accept new arg SIZE, for efficiency.
32368         All decls and uses changed.
32369         * lib/xreadlink.h: Include <stddef.h>, for size_t.
32370
32371         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
32372         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
32373
32374         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
32375         sysexits.h.
32376
32377 2004-06-01  Jim Meyering  <jim@meyering.net>
32378
32379         * m4/calloc.m4: New file.
32380
32381 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
32382
32383         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
32384         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
32385         Also, fix a typo in a diagnostic.
32386
32387 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
32388
32389         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
32390         or AC_FUNC_REALLOC.
32391
32392 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
32393
32394         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
32395         macros to be defined.
32396         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
32397         the allocator returns NULL because the requested size is zero.
32398
32399 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32400
32401         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
32402         var.  Add comment explaining why libc still defines it.  This
32403         merges the following patch from glibc:
32404         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
32405
32406 2004-05-20  Andreas Schwab  <schwab@suse.de>
32407
32408         * m4/free.m4: Replace free if it not known to work, not the other
32409         way round.
32410
32411 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32412
32413         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
32414         present in glibc since revision 1.1 of this file.
32415         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
32416         obstack_alignment_mask, obstack_alloc, obstack_base,
32417         obstack_blank, obstack_blank_fast, obstack_chunk_size,
32418         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
32419         obstack_grow0, obstack_init, obstack_int_grow,
32420         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
32421         obstack_next_free, obstack_object_size, obstack_ptr_grow,
32422         obstack_ptr_grow_fast, obstack_room): Remove declarations of
32423         nonexistent functions.
32424
32425 2004-05-18  Karl Berry  <karl@gnu.org>
32426
32427         * config/srclist.txt: break link for vasnprintf.c.
32428
32429 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32430
32431         Port obstack to the AS/400, where pointers are 16 bytes wide and
32432         you cannot cast an integer to a valid pointer.  This patch is
32433         currently waiting to be integrated into glibc; see
32434         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
32435
32436         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
32437         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
32438         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
32439         (struct obstack): temp member is now a union of a pointer and
32440         an integer, instead of an integer.  All integer uses changed.
32441         This does not affect the physical layout of struct obstack,
32442         except on hosts (like the AS/400) where the size or alignment of
32443         void * is greater than that of ptrdiff_t.
32444         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
32445         __STDC__)]: Store temporary in pointer member of union, not
32446         integer member.
32447         * lib/obstack.c: Include <stddef.h>, for offsetof.
32448         (struct fooalign): Remove; it doesn't need a name.
32449         (union fooround): Change double to long double, and add void *.
32450         (DEFAULT_ALIGNMENT): Use offsetof to compute.
32451         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
32452         not a macro.  Hence the values are always int; so remove all
32453         casts-to-int in uses.
32454
32455 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32456
32457         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
32458         we can get this patch merged into glibc.
32459
32460 2004-05-17  Derek R. Price  <derek@ximbiot.com>
32461             Paul Eggert  <eggert@cs.ucla.edu>
32462
32463         * m4/argp: Depend on alloca.
32464
32465 2004-05-17  Derek R. Price  <derek@ximbiot.com>
32466             Paul Eggert  <eggert@cs.ucla.edu>
32467
32468         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
32469         freecoding.
32470
32471 2004-05-17  Bruno Haible  <bruno@clisp.org>
32472
32473         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
32474         precision that consists of a '.' followed by an empty digit string.
32475         Patch by Tor Lillqvist <tml@iki.fi>.
32476
32477 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32478
32479         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
32480         for backward compatibility with older code.  We need our own
32481         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
32482         it under some other name, and our alloca.h will define it.
32483
32484 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32485             Derek Price  <derek@ximbiot.com>
32486
32487         * lib/alloca.c: Include <alloca.h>, to get our interface.
32488         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
32489         include <alloca.h> first.  Use C89 prototype for alloca; this
32490         requires including <stddef.h> for size_t.  Use extern "C" if C++.
32491         Use #elif for simplicity, since we can assume C89 now.
32492         Don't try to source the system alloca.h since it will not be found
32493         and to prevent recursively including its replacement.
32494         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
32495         * lib/regex.c: Likewise.
32496
32497 2004-05-16  Derek Price  <derek@ximbiot.com>
32498             Paul Eggert  <eggert@cs.ucla.edu>
32499
32500         getline cleanup.  This changes the getndelim2 API: both order of
32501         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
32502         no delimiter).
32503
32504         * lib/getline.c: Don't include stddef.h or stdio.h, since our
32505         interface does that.
32506         (getline): Always use getdelim, so that we don't have two
32507         copies of this code.
32508         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
32509         if available.
32510         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
32511         (GETNDELIM2_MAXIMUM): New macro.
32512         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
32513         instead of the old practice of delim2==0.  All callers changed.
32514         Return -1 on overflow, instead of returning junk.
32515         Do not set *linesize unless allocation succeeds.
32516         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
32517         that we include sys/types.h.
32518         * lib/getnline.h: Likewise.
32519         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
32520         (getndelim2): Reorder arguments.
32521         * lib/getnline.c (getnline, getndelim):
32522         Don't discard the NMAX argument.
32523         (getnline): Invoke getndelim, to avoid code duplication.
32524         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
32525         of (size_t) -1 by callers of the getnline family.
32526
32527 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32528
32529         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
32530         Check for gettimeofday.
32531         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
32532         Check for settimeofday, stime.
32533
32534 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32535
32536         * lib/nanosleep.c (suspended): Change its type from int to
32537         sig_atomic_t volatile.
32538         (first_call): Make it private to rpl_nanosleep, and have it
32539         be zero initially as that's a bit faster.
32540         (my_usleep): Round up fractional times instead of truncating them,
32541         as this is the usual meaning for 'sleep'.
32542
32543         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
32544         doesn't work.
32545         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
32546         (ENOSYS): Define if not defined.
32547         (settime): Fall back on stime if it exists and settimeofday fails.
32548         But don't bother with fallbacks if a method fails with errno == EPERM.
32549
32550 2004-05-11  Jim Meyering  <jim@meyering.net>
32551
32552         Prior to this change, the save_cwd caller required read access to the
32553         current directory on most systems (ones with the fchdir function).
32554
32555         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
32556         fails, try write-only, and finally, resort to using xgetcwd.
32557
32558 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32559
32560         * lib/obstack.c, obstack.h: Import changes from libc.
32561
32562 2004-04-28  Bruno Haible  <bruno@clisp.org>
32563
32564         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
32565         also implicitly appends .exe to executables.
32566         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
32567         accepts Windows pathnames.
32568         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
32569         Treat Cygwin like Windows, since it now accepts Windows pathnames.
32570         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
32571         Treat Cygwin like Windows, since it now accepts Windows pathnames.
32572         Reported by Derek Robert Price <derek@ximbiot.com>.
32573
32574 2004-04-21  Karl Berry  <karl@gnu.org>
32575
32576         * config/srclist.txt (localcharset.c): break sync.
32577
32578 2004-04-20  Paul Eggert  <eggert@twinsun.com>
32579
32580         * m4/host-os.m4: Add a copyright notice.
32581
32582 2004-04-20  Jim Meyering  <jim@meyering.net>
32583
32584         Change UTILS_ to gl_ in AC_DEFINE'd names.
32585         Change utils_- and jm_-prefixed variables, too.
32586         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
32587         UTILS_FUNC_MKDIR_TRAILING_SLASH.
32588         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
32589
32590         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
32591         Don't emit trailing blanks.
32592         Also rename jm_-prefixed variables to have gl_ prefix.
32593
32594         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
32595         Also rename jm_-prefixed variables to have gl_ prefix.
32596
32597         * m4/jm-macros.m4: Reflect the renamings.
32598         * m4/prereq.m4: Likewise.
32599
32600 2004-04-20  Jim Meyering  <jim@meyering.net>
32601
32602         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
32603         memory.
32604
32605 2004-04-20  Jim Meyering  <jim@meyering.net>
32606             Bruno Haible  <bruno@clisp.org>
32607
32608         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
32609         memory when realloc fails.
32610
32611 2004-04-19  Jim Meyering  <jim@meyering.net>
32612
32613         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
32614         now that readutmp.c may call `free (0)'.
32615
32616 2004-04-19  Bruno Haible  <bruno@clisp.org>
32617
32618         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
32619         * m4/inttypes_h.m4: Likewise.
32620         * m4/stdint_h.m4: Likewise.
32621         * m4/intmax_t.m4: Likewise.
32622         * m4/uintmax_t.m4: Likewise.
32623
32624 2004-04-18  Jim Meyering  <jim@meyering.net>
32625
32626         * m4/prereq.m4: Don't forbid jm_ prefix.
32627
32628         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
32629         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
32630         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
32631         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
32632         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
32633         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
32634         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
32635         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
32636         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
32637         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
32638         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
32639         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
32640         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
32641         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
32642         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
32643         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
32644         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
32645         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
32646         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
32647
32648 2004-04-18  Jim Meyering  <jim@meyering.net>
32649
32650         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
32651         failure, don't leak memory and do call END_UTMP_ENT.
32652
32653 2004-04-16  Jim Meyering  <jim@meyering.net>
32654
32655         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
32656         coreutils' stat program.
32657         (gl_PREREQ): Don't require jm_PREREQ_STAT.
32658
32659 2004-04-11  Paul Eggert  <eggert@twinsun.com>
32660
32661         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
32662         C89.
32663         (CHAR_BIT): Remove, since we assume C89.
32664         Include <stdint.h> if available, as per current Autoconf CVS advice.
32665
32666 2004-03-31  Jim Meyering  <jim@meyering.net>
32667
32668         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
32669         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
32670         * m4/xalloc.m4: Likewise.
32671
32672 2004-03-30  Paul Eggert  <eggert@twinsun.com>
32673
32674         Merge from coreutils.
32675
32676         * m4/inttostr.m4: New file.
32677         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
32678         Require AM_STDBOOL_H and gl_TIMESPEC instead.
32679         Require gl_CLOCK_TIME.
32680         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
32681
32682 2004-03-30  Paul Eggert  <eggert@twinsun.com>
32683
32684         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
32685         not bool, to be more consistent with Unix conventions.
32686         Suggested by Bruno Haible.
32687
32688         Merge from coreutils.
32689
32690         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
32691         * lib/umaxtostr.c: New files.
32692
32693         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
32694         the usual <time.h> dance.
32695         (get_date): Change signature to support fractional time stamps.
32696         All callers changed.
32697         * lib/getdate.y: Include "getdate.h" first, as we can now
32698         assume C89 and don't need to worry about 'const'.
32699         Similarly, include "unlocked-io.h" near start, not in middle.
32700         Include <limits.h>.
32701         (textint.value): Use long int rather than int.
32702         (textint.digits): Use size_t rather than int.
32703         (BILLION, LOG10_BILLION): New constants.
32704         (parser_control): New member rel_ns.  Members day_ordinal,
32705         time_zone, month, day, hour, minutes, rel_year, rel_month,
32706         rel_day, rel_hour, rel_minutes, rel_seconds
32707         are now long int, not int.  Member seconds is now struct timespec,
32708         not int.  New member timespec_seen.  Members dates_seen, days_seen,
32709         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
32710         not int.
32711         (%union.intval): Now long int, not int.
32712         New member timespec.
32713         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
32714         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
32715         (spec): Now is a timespec or an item list.
32716         (timespec, items): New nonterminals.
32717         (time, rel, relunit, number, get_date):
32718         Add support for fractional seconds.
32719         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
32720         (gmtime, localtime, mktime): Remove decls; not needed with C89.
32721         (to_hour): First arg is now long int, not int.
32722         (to_year): Returns long int, not int.
32723         Don't treat year -70 like 70.
32724         (tm_diff): Returns long int, not int.
32725         (lookup_word): Use bool instead of int when appropriate.
32726         (yylex): Use size_t for count, not int.
32727         Detect overflow when parsing large integer constants.
32728         Add support for fractions.
32729         (get_date): Make pointers 'const' if possible.
32730         Use more-portable code to detect integer overflow.
32731         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
32732         Don't use ctime; it's not reliable if the year has >4 digits.
32733
32734         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
32735         This is for compatibility with BSD.
32736
32737         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
32738         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
32739         From coreutils' system.h.
32740
32741         * lib/userspec.c: Don't include "posixver.h".
32742         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
32743         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
32744         compatible extension.  Simplify code by removing a boolean int
32745         that was always nonzero if a string was nonnull.
32746
32747 2004-03-30  Jim Meyering  <jim@meyering.net>
32748
32749         Merge from coreutils.
32750
32751         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
32752         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
32753         on some systems one must include <grp.h> before it.
32754         Reported by Christian Krackowizer.
32755
32756 2004-03-30  Jim Meyering  <jim@meyering.net>
32757
32758         Merge from coreutils.
32759
32760         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
32761
32762         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
32763         an empty input stream.
32764
32765         * lib/readtokens.c: Include <stdbool.h>.
32766         (readtoken): Use `size_t' rather than int/long.
32767         All callers adjusted.
32768         Use `bool' rather than `int' where appropriate.
32769         Use memset rather than an explicit loop.
32770         Use x2nrealloc rather than xrealloc.
32771         Allow the use of `\0' as a delimiter.
32772         (readtokens): Likewise.
32773         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
32774
32775 2004-03-30  Jim Meyering  <jim@meyering.net>
32776
32777         * m4/realloc.m4: Remove file, since now it does no more than
32778         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
32779         the `configure.ac' section of module/realloc.
32780         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
32781
32782 2004-03-30  Bruno Haible  <bruno@clisp.org>
32783
32784         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
32785         nonnull.
32786
32787 2004-03-29  Paul Eggert  <eggert@twinsun.com>
32788
32789         Merge changes to getloadavg.c from coreutils and Emacs.
32790
32791         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
32792         Define to an expression, not to the empty string.
32793         Include cloexec.h and xalloc.h.
32794         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
32795         Use set_cloexec_flag rather than rolling our own.
32796         * lib/cloexec.c, lib/cloexec.h: New files.
32797
32798 2004-03-29  Paul Eggert  <eggert@twinsun.com>
32799
32800         * m4/cloexec.m4: New file.
32801
32802 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32803
32804         * lib/getopt.h: Sync with libc CVS.
32805
32806 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32807             Bruno Haible  <bruno@clisp.org>
32808
32809         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
32810         mbswidth.
32811
32812 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32813             Bruno Haible  <bruno@clisp.org>
32814
32815         * lib/mbswidth.h: Include <wchar.h> only if
32816         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
32817         <wchar.h>.
32818         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
32819
32820 2004-03-09  Paul Eggert  <eggert@twinsun.com>
32821
32822         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
32823         Sync with libc CVS.
32824         * lib/getopt_int.h: New file, also synced from libc.
32825
32826 2004-03-09  Paul Eggert  <eggert@twinsun.com>
32827
32828         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
32829         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
32830         Bring back getopt.c, getopt.h, getopt1.c.
32831
32832 2004-03-07  Paul Eggert  <eggert@twinsun.com>
32833
32834         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
32835         All uses changed.  Check for sa_sigaction member; this fixes
32836         a bug first reported by Jason Andrade in
32837         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32838
32839 2004-03-07  Paul Eggert  <eggert@twinsun.com>
32840
32841         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
32842         '#if' expressions.  Unlike the code it replaces, it does not
32843         depend on (defined _SC_PAGESIZE).  However, it does depend on
32844         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
32845         first reported by Jason Andrade in
32846         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32847
32848 2004-02-25  Simon Josefsson  <jas@extundo.com>
32849
32850         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
32851
32852 2004-02-25  Simon Josefsson  <jas@extundo.com>
32853
32854         * lib/strdup.h: New file.
32855         * lib/strdup.c: Include it.
32856         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
32857         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
32858
32859 2004-02-23  Karl Berry  <karl@gnu.org>
32860
32861         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
32862         (from fencepost.gnu.org:/gd/gnuorg).
32863
32864 2004-02-23  Karl Berry  <karl@gnu.org>
32865
32866         * config/srclistvars.sh (GNUORG) [karl]: redefine.
32867         * config/srclist.txt: add maintain/standards documents.
32868
32869 2004-02-18  Bruno Haible  <bruno@clisp.org>
32870
32871         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
32872         Reported by Derek Robert Price <derek@ximbiot.com>.
32873
32874 2004-02-16  Karl Berry  <karl@gnu.org>
32875
32876         * config/mkinstalldirs, install-sh: update from automake.
32877
32878 2004-02-06  Karl Berry  <karl@gnu.org>
32879
32880         * m4/po.m4: update from gettext 0.14.1.
32881
32882 2004-02-06  Karl Berry  <karl@gnu.org>
32883
32884         * lib/config.charset: update from gettext 0.14.1.
32885
32886 2004-02-05  Paul Eggert  <eggert@twinsun.com>
32887
32888         Add comments and code, prompted by suggestions from Bruno Haible
32889         for sh-quote.
32890         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
32891         describing the enum quoting_style values.
32892         * lib/quotearg.c (quotearg_alloc): New function.
32893         (quotearg_buffer_restyled): Treat lone { and } as special.
32894         Treat = as special.  Work around bug with older shells
32895         that "see" a '\' that is really the 2nd byte of a multibyte char.
32896         Quote empty string with shell_quoting_style.
32897
32898 2004-02-03  Bruno Haible  <bruno@clisp.org>
32899
32900         * m4/pipe.m4: New file, from GNU gettext.
32901
32902 2004-02-03  Bruno Haible  <bruno@clisp.org>
32903
32904         * lib/pipe.h: New file, from GNU gettext.
32905         * lib/pipe.c: New file, from GNU gettext.
32906
32907 2004-01-27  Bruno Haible  <bruno@clisp.org>
32908
32909         * m4/execute.m4: New file, from GNU gettext.
32910
32911 2004-01-27  Bruno Haible  <bruno@clisp.org>
32912
32913         * lib/execute.h: New file, from GNU gettext.
32914         * lib/execute.c: New file, from GNU gettext.
32915         * lib/w32spawn.h: New file, from GNU gettext.
32916
32917 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32918
32919         Merge from diffutils.
32920
32921         * lib/file-type.c (file_type): Add typed memory objects.
32922         * lib/file-type.h (S_TYPEISTMO): New macro.
32923
32924         * lib/c-stack.h (c_stack_action): Remove argv argument.
32925         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
32926         (die): Don't calculate message unless segv_action returns.
32927         (get_stack_location, min_address_from_argv, max_address_from_argv,
32928         volatile stack_base, volatile_stack_size): Remove.
32929         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
32930         that every segmentation violation is a stack overflow.  (Ouch!)
32931         See Debian bug 136249 (still outstanding) for more info about why
32932         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
32933
32934 2004-01-24  Paul Eggert  <eggert@twinsun.com>
32935
32936         Exit-status fix from coreutils.
32937
32938         Use exit_failure consistently in place of EXIT_FAILURE,
32939         so that program exit statuses are consistent on failure.
32940
32941         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
32942         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
32943         * lib/argmatch.h: Comment fix to match the above.
32944         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
32945         Now a macro referring to exit_failure, instead of a separate
32946         variable.  Include "exitfail.h" to get it.
32947         * lib/xstrtol.h: Include "exitfail.h".
32948         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
32949
32950         * lib/long-options.c (parse_long_options): Use prototype
32951         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
32952         for clarity.
32953
32954 2004-01-21  Jim Meyering  <jim@meyering.net>
32955
32956         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
32957         so as not to conflict with a different-sized __mktime_internal
32958         function in GNU libc.
32959         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
32960         Problem building statically-linked `ls' reported by Michael Brunnbauer.
32961
32962 2004-01-20  Karl Berry  <karl@gnu.org>
32963
32964         * config/config.guess: update from config.
32965
32966         * config/srclistvars.sh: GNUWWWLICENSES for karl.
32967
32968 2004-01-20  Bruno Haible  <bruno@clisp.org>
32969
32970         Safer stack allocation.
32971         * lib/setenv.c: Include allocsa.h.
32972         (alloca): Remove fallback definition.
32973         (freea): Remove macro.
32974         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
32975         instead of freea.
32976
32977 2004-01-20  Bruno Haible  <bruno@clisp.org>
32978
32979         * m4/eealloc.m4: New file, from GNU gettext.
32980
32981 2004-01-20  Bruno Haible  <bruno@clisp.org>
32982
32983         * m4/allocsa.m4: New file, from GNU gettext.
32984
32985 2004-01-20  Bruno Haible  <bruno@clisp.org>
32986
32987         * lib/xallocsa.h: New file, from GNU gettext.
32988         * lib/xallocsa.c: New file, from GNU gettext.
32989
32990 2004-01-20  Bruno Haible  <bruno@clisp.org>
32991
32992         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
32993
32994 2004-01-20  Bruno Haible  <bruno@clisp.org>
32995
32996         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
32997         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
32998         specially.
32999
33000 2004-01-20  Bruno Haible  <bruno@clisp.org>
33001
33002         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
33003         patch.
33004
33005 2004-01-20  Bruno Haible  <bruno@clisp.org>
33006
33007         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
33008
33009 2004-01-20  Bruno Haible  <bruno@clisp.org>
33010
33011         * lib/eealloc.h: New file.
33012
33013 2004-01-20  Bruno Haible  <bruno@clisp.org>
33014
33015         * lib/binary-io.h: Avoid warnings on Cygwin.
33016
33017 2004-01-20  Bruno Haible  <bruno@clisp.org>
33018
33019         * lib/allocsa.h: New file, from GNU gettext.
33020         * lib/allocsa.c: New file, from GNU gettext.
33021
33022 2004-01-18  Karl Berry  <karl@gnu.org>
33023
33024         * doc/gpl.texi, doc/lgpl.texi: new files.
33025
33026 2004-01-18  Karl Berry  <karl@gnu.org>
33027
33028         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
33029         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
33030
33031 2004-01-15  Paul Eggert  <eggert@twinsun.com>
33032
33033         Merge from coreutils.
33034
33035         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
33036         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
33037         (gl_DEFAULT_POSIX2_VERSION): Move
33038         the documentation from 'configure' into 'config.hin',
33039         so that 'configure --help' isn't burdened by it and
33040         we don't have to worry about its formatting there.
33041         Reword the documentation so that it's more succinct
33042         and can be run together into a single paragraph.
33043         * m4/same.m4 (gl_SAME): Check for pathconf.
33044
33045 2004-01-15  Paul Eggert  <eggert@twinsun.com>
33046
33047         Merge from coreutils.
33048
33049         * lib/posixver.c: Include posixver.h.
33050
33051         * lib/same.c: Include <stdbool.h>, <limits.h>.
33052         (_POSIX_NAME_MAX): Define if not defined.
33053         (MIN): New macro.
33054         (same_name): If file names are silently truncated, report
33055         that the file names are the same if they are the same after
33056         the silent truncation.
33057
33058         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
33059         conversion function.
33060         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
33061         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
33062         longer needed.
33063
33064 2004-01-15  Jim Meyering  <jim@meyering.net>
33065
33066         Merge from coreutils.
33067
33068         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
33069         if no library is required.
33070         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
33071         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
33072         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
33073         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
33074         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
33075         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
33076         value, $ac_cv_search_crypt, if it's "none required".
33077         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
33078         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
33079         not gl_FUNC_GETLOADAVG.
33080         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
33081         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
33082
33083 2004-01-15  Jim Meyering  <jim@meyering.net>
33084
33085         Merge from coreutils.
33086
33087         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
33088         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
33089         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
33090
33091         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
33092         optional configure-time default.
33093
33094         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33095
33096         * lib/xreadlink.c (xreadlink): Correct outdated comment.
33097
33098 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
33099
33100         Merge from coreutils.
33101
33102         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
33103         value, $ac_cv_search_nanosleep, if it's "none required".
33104
33105 2004-01-14  Paul Eggert  <eggert@twinsun.com>
33106
33107         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
33108         with like-named macro in fnmatch.c.
33109         (EXT): Use an internal constant instead.
33110
33111         Merge fnmatch patches from glibc.
33112         * lib/fnmatch.c (mbsinit): Remove define.
33113         Add libc_hidden_ver (__fnmatch, fnmatch).
33114         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
33115         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
33116
33117 2004-01-14  Karl Berry  <karl@gnu.org>
33118
33119         * config/install-sh: update from automake.
33120
33121 2004-01-13  Karl Berry  <karl@gnu.org>
33122
33123         * config/install-sh: update from automake.
33124
33125 2004-01-09  Karl Berry  <karl@gnu.org>
33126
33127         * config/install-sh: update from automake.
33128
33129 2004-01-05  Karl Berry  <karl@gnu.org>
33130
33131         * config/config.{sub,guess}: update from config.
33132
33133 2003-12-31  Karl Berry  <karl@gnu.org>
33134
33135         * config/depcomp: update from automake.
33136
33137 2003-12-14  Karl Berry  <karl@gnu.org>
33138
33139         * lib/config.charset: update from gettext-runtime.
33140
33141 2003-12-03  Paul Eggert  <eggert@twinsun.com>
33142
33143         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
33144         Bug reported by Alfred M. Szmidt.
33145
33146 2003-12-03  Bruno Haible  <bruno@clisp.org>
33147
33148         * m4/gettext.m4: Upgrade from gettext-0.13.
33149         * m4/po.m4: Upgrade from gettext-0.13.
33150         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
33151         * m4/intmax.m4: New file, from gettext-0.13.
33152         * m4/printf-posix.m4: New file, from gettext-0.13.
33153
33154 2003-11-29  Karl Berry  <karl@gnu.org>
33155
33156         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
33157
33158 2003-11-25  Paul Eggert  <eggert@twinsun.com>
33159             Bruno Haible  <bruno@clisp.org>
33160
33161         * lib/printf-parse.h: Don't include sys/types.h.
33162         (ARG_NONE): New macro.
33163         (char_directive): Change type of *arg_index fields to size_t.
33164         * lib/printf-parse.c: Don't include sys/types.h.
33165         (SSIZE_MAX): Remove macro.
33166         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
33167         Remove unnecessary overflow check.
33168         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
33169         fields.
33170
33171 2003-11-25  Bruno Haible  <bruno@clisp.org>
33172
33173         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
33174
33175 2003-11-25  Bruno Haible  <bruno@clisp.org>
33176
33177         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
33178         gt_TYPE_SSIZE_T.
33179
33180 2003-11-24  Paul Eggert  <eggert@twinsun.com>
33181
33182         * modules/alloca: Remove dependency on xalloc.
33183
33184 2003-11-24  Paul Eggert  <eggert@twinsun.com>
33185
33186         * lib/alloca.c: Remove dependency on xalloc module.
33187         (xalloc_die): Remove.
33188         (memory_full) [!defined emacs]: New macro.
33189         [!defined emacs]: Don't include xalloc.h.
33190         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
33191         address arithmetic overflows.  Change datatypes a bit to avoid
33192         unnecessary casts.
33193
33194 2003-11-22  Jim Meyering  <jim@meyering.net>
33195
33196         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
33197         s/size/size_t/.
33198
33199 2003-11-21  Karl Berry  <karl@gnu.org>
33200
33201         * config/config.{sub,guess}: update from config.
33202
33203 2003-11-18  Karl Berry  <karl@gnu.org>
33204
33205         * config/config.{sub,guess}: update from config.
33206
33207         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
33208
33209 2003-11-17  Paul Eggert  <eggert@twinsun.com>
33210
33211         * README: Mention that S+T cannot overflow if S is the size of
33212         an existing object and T is sufficiently small.
33213
33214 2003-11-17  Jim Meyering  <jim@meyering.net>
33215
33216         On systems without utime and without a utimes function capable of
33217         dealing with a NULL struct utimbuf* argument, this utime replacement
33218         could -- in unusual circumstances -- leak a file descriptor.
33219         * lib/utime.c: Include <unistd.h> and <errno.h>.
33220         (utime_null): Be sure to close `fd' and to preserve errno.
33221         Reported by Geoff Collyer via Arnold Robbins.
33222
33223 2003-11-17  Bruno Haible  <bruno@clisp.org>
33224
33225         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
33226         (Depends-on): Add xsize.
33227
33228 2003-11-17  Bruno Haible  <bruno@clisp.org>
33229
33230         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
33231
33232 2003-11-17  Bruno Haible  <bruno@clisp.org>
33233
33234         * lib/vasnprintf.c (alloca): Remove fallback definition.
33235         (freea): Remove definition.
33236         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
33237         Reported by Paul Eggert.
33238
33239 2003-11-16  Paul Eggert  <eggert@twinsun.com>
33240             Bruno Haible  <bruno@clisp.org>
33241
33242         Protect against address arithmetic overflow.
33243         * lib/printf-args.h: Include stddef.h.
33244         (arguments): Change type of field 'count' to size_t.
33245         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
33246         'unsigned int' where appropriate.
33247         * lib/printf-parse.h: Include sys/types.h.
33248         (char_directive): Change type of *arg_index fields to ssize_t.
33249         (char_directives): Change type of fields 'count', max_*_length to
33250         size_t.
33251         * lib/printf-parse.c: Include sys/types.h and xsize.h.
33252         (SSIZE_MAX): Define fallback value.
33253         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
33254         instead of 'int' where appropriate. Check a_allocated, d_allocated
33255         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
33256         * lib/vasnprintf.c: Include xsize.h.
33257         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
33258         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
33259         overflow. Avoid wraparound when converting a width or precision from
33260         decimal to binary.
33261
33262 2003-11-16  Bruno Haible  <bruno@clisp.org>
33263
33264         Update from GNU gettext.
33265         * lib/printf-parse.c: Generalize to it can be compiled for wide
33266         strings.
33267         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
33268         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
33269         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
33270         SNPRINTF): New macros.
33271         Don't include <alloca.h> if the file is used inside libintl.
33272         (local_wcslen): New function, for Solaris 2.5.1.
33273         (VASNPRINTF): Use it instead of wcslen.
33274
33275 2003-11-16  Bruno Haible  <bruno@clisp.org>
33276
33277         * lib/xsize.h (xmax): New function.
33278         (xsum, xsum3, xsum4): Declare as "pure" functions.
33279
33280 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33281
33282         * modules/xalloc (Files): Undo latest change, since xalloc.h
33283         no longer needs SIZE_MAX or PTRDIFF_MAX.
33284
33285 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33286
33287         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
33288         gl_PTRDIFF_MAX.
33289
33290 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33291
33292         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
33293         "return", to pacify some unknown compiler.  Problem reported
33294         by Joerg Schilling.
33295
33296 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33297
33298         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
33299         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
33300         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
33301         heuristic is just as accurate as far as we know, and it removes a
33302         dependency on size_max.m4 and ptrdiff_max.m4.
33303
33304 2003-11-11  Bruno Haible  <bruno@clisp.org>
33305
33306         * modules/xsize (Files): Add m4/size_max.m4.
33307         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
33308
33309 2003-11-11  Bruno Haible  <bruno@clisp.org>
33310
33311         * m4/size_max.m4: New file.
33312         * m4/ptrdiff_max.m4: New file.
33313         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
33314         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
33315         (gl_XALLOC): Invoke it.
33316
33317 2003-11-11  Bruno Haible  <bruno@clisp.org>
33318
33319         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
33320         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
33321         defined.
33322
33323 2003-11-10  Paul Eggert  <eggert@twinsun.com>
33324
33325         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
33326         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
33327         rejected some allocations of exactly SIZE_MAX - 2 bytes.
33328         From Bruno Haible.
33329         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
33330         not (size_t) -1, since it's defined here.
33331
33332 2003-11-09  Karl Berry  <karl@gnu.org>
33333
33334         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
33335
33336 2003-11-06  Paul Eggert  <eggert@twinsun.com>
33337
33338         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
33339         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
33340         Reject sizes of exactly SIZE_MAX bytes.
33341         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
33342         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
33343
33344 2003-11-05  Bruno Haible  <bruno@clisp.org>
33345
33346         * lib/xsize.h: Include limits.h, to avoid a possible collision with
33347         SIZE_MAX defined in <limits.h> on Solaris.
33348
33349 2003-11-04  Jim Meyering  <jim@meyering.net>
33350
33351         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
33352         variable names, rather than @VAR@.
33353         * modules/poll: Likewise.
33354
33355 2003-11-04  Bruno Haible  <bruno@clisp.org>
33356
33357         * modules/xsize: New file.
33358         * modules/linebreak: Depend on xsize.
33359         * MODULES.html.sh (func_all_modules): Add xsize.
33360
33361 2003-11-04  Bruno Haible  <bruno@clisp.org>
33362
33363         * m4/xsize.m4: New file.
33364
33365 2003-11-04  Bruno Haible  <bruno@clisp.org>
33366
33367         * lib/xsize.h: New file.
33368         * lib/linebreak.c: Include xsize.h.
33369         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
33370         argument for overflow.
33371         Suggested by Paul Eggert.
33372
33373 2003-11-03  Karl Berry  <karl@gnu.org>
33374
33375         * config/config.{guess,sub}: update from config.
33376
33377 2003-11-03  Jim Meyering  <jim@meyering.net>
33378
33379         * modules/userspec (lib_SOURCES): Add userspec.h.
33380         (Include): Add "userspec.h".
33381         Improve description.
33382
33383 2003-11-03  Jim Meyering  <jim@meyering.net>
33384
33385         * lib/userspec.c: Include "userspec.h".
33386         * lib/userspec.h: New file.
33387
33388 2003-11-03  Bruno Haible  <bruno@clisp.org>
33389
33390         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
33391
33392 2003-11-03  Bruno Haible  <bruno@clisp.org>
33393
33394         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
33395         available, to avoid (extremely rare) race condition.
33396         Suggested by Paul Eggert.
33397
33398 2003-11-02  Karl Berry  <karl@gnu.org>
33399
33400         * config/srclist.txt (vasprintf.c): sync broken, sigh.
33401
33402 2003-10-31  Paul Eggert  <eggert@twinsun.com>
33403
33404         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
33405         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
33406         (read_filesystem_list): Set and use me_type_malloced.
33407         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
33408         whatever the type happens to be), for brevity and consistency.
33409         Check for size calculation overflow on Alphas running OSF/1.
33410
33411 2003-10-31  Jim Meyering  <jim@meyering.net>
33412
33413         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
33414
33415         * lib/linebuffer.c: Include <string.h> for declaration of memset.
33416
33417 2003-10-30  Paul Eggert  <eggert@twinsun.com>
33418             Bruno Haible  <bruno@clisp.org>
33419
33420         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
33421         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
33422
33423 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33424
33425         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
33426         netbsd*-gnu*.  Suggested by Robert Millan.
33427
33428 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33429
33430         * modules/group-member: Depend on stdbool.
33431
33432 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33433
33434         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
33435
33436 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33437
33438         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
33439         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
33440         after the 'gnu' in these cases.  This fixes some bugs in the
33441         previous change, and is based on suggestions by Robert Millan.
33442
33443 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33444
33445         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
33446         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
33447         no longer needed.
33448         * lib/quotearg.c (quotearg_n_options): Use it.
33449         * lib/group-member.c: Include <stdbool.h>.
33450         (free_group_info): Arg is now const *; don't free arg.
33451         (get_group_info): Now returns bool and accepts struct group_info *,
33452         rather than returning a malloc'ed struct group_info *.
33453         All uses changed.  Check for overflow in internal size calculation.
33454
33455         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
33456         rather than xmalloc/xrealloc.
33457         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
33458         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
33459         conformance bug: the old code used a pointer after freeing the
33460         storage that it addressed.
33461         * lib/hash.c (hash_initialize): Simplify the code by using
33462         xalloc_oversized rather than doing it by hand.
33463         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
33464         the buffer preserved.  Use free and xmalloc instead.
33465         * lib/quotearg.c (quotearg_n_options): Likewise.
33466         Use a simpler test for size overflow.  Don't use xalloc_oversized
33467         because unsigned int might be wider than size_t (!); this suggests
33468         that we should switch from unsigned int to size_t for slot numbers.
33469
33470 2003-10-28  Paul Eggert  <eggert@twinsun.com>
33471
33472         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
33473         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
33474         NetBSD kernels.  Requested by Richard Stallman.
33475
33476 2003-10-27  Paul Eggert  <eggert@twinsun.com>
33477
33478         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
33479         to allocate the returned structure.  Do not allocate a subarray,
33480         as x2nrealloc will do that.
33481         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
33482         instead of xnrealloc.
33483         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
33484
33485 2003-10-27  Bruno Haible  <bruno@clisp.org>
33486
33487         * lib/stdbool_.h: Better support for BeOS.
33488
33489 2003-10-26  Paul Eggert  <eggert@twinsun.com>
33490
33491         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
33492         now uses inline.
33493
33494 2003-10-26  Paul Eggert  <eggert@twinsun.com>
33495
33496         * lib/xalloc.h (xalloc_oversized): New static inline function, for
33497         callers that want to do their own size-overflow checking.  Include
33498         <stdbool.h>, since xalloc_oversized returns bool.
33499         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
33500         to use xalloc_oversized.
33501
33502         Add two functions x2realloc, x2nrealloc, for programs that grow
33503         arrays dynamically by doubling their sizes.
33504         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
33505         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
33506         New functions.
33507
33508         Port to C99 semantics for 'inline' of external functions.
33509         Bug reported by Bruno Haible.
33510         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
33511         with the old contents of xnmalloc.
33512         (xnmalloc, xmalloc): Use it.
33513         (xnrealloc_inline): New static inline function,
33514         with the old contents of xnrealloc.
33515         (xnrealloc, xrealloc): Use it.
33516
33517         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
33518         that.
33519
33520 2003-10-26  Karl Berry  <karl@gnu.org>
33521
33522         * config/srclist.txt (COPYING.DOC): no longer available from
33523         /gd/gnuorg; don't know where the ultimate source is.
33524
33525 2003-10-25  Paul Eggert  <eggert@twinsun.com>
33526
33527         Fix several address-calculation bugs in the hash modules,
33528         plus some minor code cleanup.
33529
33530         * lib/hash.h: Include <stdbool.h>, for bool.
33531         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
33532         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
33533         hash_get_n_entries, hash_get_max_bucket_length,
33534         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
33535         hash_rehash): Use size_t rather than unsigned.
33536         * lib/hash.c (struct hash_table, hash_get_n_buckets,
33537         hash_get_n_buckets_used, hash_get_n_entries,
33538         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
33539         hash_get_entries, hash_do_for_each, hash_string, is_prime,
33540         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
33541         Likewise.
33542         (SIZE_MAX): Define if not defined.
33543         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
33544         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
33545         hash_print):
33546         Use const * when possible.
33547         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
33548         (check_tuning): Fix bug: if tuning parameters were very close to
33549         0 or 1, rounding errors could have caused subscript violations.
33550         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
33551         (hash_initialize): Add 'fail:' label
33552         to free table and return NULL, and use it to simplify code.
33553         Use calloc rather than clearing the storage ourself.
33554         (hash_initialize, hash_rehash): Check for arithmetic overflow in
33555         buffer size calculations.
33556         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
33557         Include <stddef.h>, for size_t.
33558         * lib/hash-pjw.c (hash_pjw): Likewise.
33559         Switch to method described by Bruno Haible.
33560         Include <limits.h>, for CHAR_BIT.
33561         (SIZE_BITS): New macro.
33562
33563 2003-10-23  Paul Eggert  <eggert@twinsun.com>
33564
33565         * m4/getline.m4 (AM_FUNC_GETLINE):
33566         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
33567         hosts.  Problem reported by Derek Robert Price in
33568         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
33569         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
33570         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
33571
33572 2003-10-21  Paul Eggert  <eggert@twinsun.com>
33573
33574         * lib/getndelim2.c (getndelim2): When size calculation overflows,
33575         ceiling the allocation at NMAX bytes rather than silently
33576         discarding input bytes before NMAX is reached.  This makes
33577         a difference only if NMAX exceeds SIZE_MAX / 2.
33578
33579         * lib/obstack.c: Merge from glibc.
33580         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
33581         Add libc_hidden_def (_obstack_newchunk).
33582         (_obstack_free) [! defined _LIBC]: Remove.
33583         [defined _LIBC]: Make a strong alias from obstack_free, rather than
33584         a clone of the function body.
33585         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
33586         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
33587
33588         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
33589         glibc.
33590         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
33591         arg to memcpy.
33592
33593         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
33594         (obstack_ptr_grow_fast, obstack_int_grow_fast):
33595         Don't use lvalue casts, as GCC plans to remove support for them
33596         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
33597         was also present in the non-GCC version, indicating that this
33598         code had always been buggy and had never been widely used.
33599         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
33600         Use the fast variant of each macro, rather than copying the
33601         definiens of the fast variant; that way, we'll be more likely to
33602         catch future bugs in the fast variants.
33603
33604 2003-10-20  Bruno Haible  <bruno@clisp.org>
33605
33606         * modules/wait-process: New file.
33607         * MODULES.html.sh (func_all_modules): Add wait-process.
33608
33609 2003-10-20  Bruno Haible  <bruno@clisp.org>
33610
33611         * m4/wait-process.m4: New file.
33612
33613 2003-10-20  Bruno Haible  <bruno@clisp.org>
33614
33615         * lib/wait-process.h: New file, from GNU gettext.
33616         * lib/wait-process.c: New file, from GNU gettext.
33617
33618 2003-10-19  Jim Meyering  <jim@meyering.net>
33619
33620         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
33621         HPUX 10.20.
33622
33623 2003-10-18  Karl Berry  <karl@gnu.org>
33624
33625         * config/config.guess: update from config.
33626
33627 2003-10-16  Paul Eggert  <eggert@twinsun.com>
33628
33629         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
33630         (getgroups): First arg is int, not size_t.
33631         Don't let 'free' mangle errno.
33632
33633 2003-10-16  Paul Eggert  <eggert@twinsun.com>
33634
33635         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
33636
33637 2003-10-16  Karl Berry  <karl@gnu.org>
33638
33639         * config/config.{guess,sub}: update from config.
33640
33641 2003-10-16  Jim Meyering  <jim@meyering.net>
33642
33643         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
33644         memcpy.
33645
33646 2003-10-15  Paul Eggert  <eggert@twinsun.com>
33647
33648         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
33649         (SIZE_MAX): Remove.
33650         (new_exclude, add_exclude_file): Initial size no longer needs to
33651         be a power of 2.
33652         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
33653         our own address arithmetic overflow checking.
33654
33655         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
33656         (fnmatch): Do not alloca more than 2000 wide characters;
33657         instead, use malloc for large buffers.
33658         Check for address arithmetic overflow, and return -1
33659         with errno set to ENOMEM in that case.
33660         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
33661         (NEW_PATTERN): Do not alloca more than 8000 bytes;
33662         instead, return -1.  Check for address arithmetic overflow.
33663
33664 2003-10-14  Paul Eggert  <eggert@twinsun.com>
33665
33666         Handle invalid suffixes and overflow independently, so that
33667         callers can treat them independently as needed.  Fix some bugs in
33668         suffix handling, e.g., "100k@" was not diagnosed as an invalid
33669         suffix for a human-readable blocksize.  The major caller-visible
33670         change is the addition of a new
33671         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
33672         that both overflow and suffix chars were found.
33673
33674         * lib/human.c (humblock): Don't check separately for invalid suffix
33675         char; that is xstrtoumax's job (now that its bug is fixed).
33676         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
33677         INTMAX_MAX]: New macros.
33678         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
33679         TYPE_MAXIMUM): New macros.
33680         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
33681         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
33682         if overflow occurs, as it's what __strtol does and it's more useful
33683         in practice.
33684         (__xstrtol): If __strtol reports some error other than ERANGE,
33685         reflect it to the caller as LONGINT_INVALID.  If it reports
33686         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
33687         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
33688         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
33689         value.
33690         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
33691         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
33692         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
33693         [defined UINTMAX_MAX]: New macros.
33694
33695 2003-10-14  Bruno Haible  <bruno@clisp.org>
33696
33697         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
33698
33699 2003-10-14  Bruno Haible  <bruno@clisp.org>
33700
33701         * m4/sig_atomic_t: New file, from GNU gettext.
33702         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
33703
33704 2003-10-14  Bruno Haible  <bruno@clisp.org>
33705
33706         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
33707         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
33708         Also use volatile where needed.
33709
33710 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33711
33712         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
33713         Change maintainer from Bruno Haible to 'all'.
33714
33715 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33716
33717         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
33718
33719 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33720
33721         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
33722         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
33723         and define in terms of the other primitives.
33724         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
33725         (SIZE_MAX): Define if not already defined.
33726         (array_size_overflow): New function.
33727         (xalloc_die): Abort instead of exiting if 'error' returns.
33728         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
33729         (xmalloc, xrealloc): Use them.
33730         (xcalloc): Check for address arithmetic overflow.
33731         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
33732         a bit faster than strcpy.
33733
33734 2003-10-10  Simon Josefsson  <jas@extundo.com>
33735
33736         * modules/argp (Depends-on): Add restrict and strcase.
33737
33738 2003-10-10  Simon Josefsson  <jas@extundo.com>
33739
33740         * m4/argp.m4: Add AC_C_INLINE.
33741
33742 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33743
33744         Merge getpass from libc, plus a few fixes.
33745
33746         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
33747         Include <stdbool.h>.
33748         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
33749         __fsetlocking to empty.
33750         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
33751         do include <bits/libc-lock.h>.
33752         Do not include <fcntl.h>; not needed.
33753         [_LIBC]: Include <wchar.h>.
33754         (NOTCANCEL_MODE): New macro.
33755         (flockfile, funlockfile) [_LIBC]: New macros.
33756         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
33757         [!_LIBC]: New macros.
33758         (call_fclose): New function.
33759         (getpass): Use it.  Save tty stream separately; this simplifies the
33760         code and makes it more reliable if stdin happens to equal stdout.
33761         Invoke __fsetlocking on tty.
33762         Handle thread cancellation if needed.
33763         Namespace cleanup (use __tcgetattr, __getline).
33764         Use bool for Booleans.
33765         [USE_IN_LIBIO]: Handle wide streams.
33766         [!_LIBC]: Unconditionally do the fseek, since we don't know what
33767         stream might go where.
33768
33769         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
33770         doesn't have to include <stdio.h> before us.
33771         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
33772         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
33773         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
33774         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
33775         if not declared, so that we can use getpass.c code from libc without
33776         rewriting it.
33777         (flockfile, ftrylockfile, funlockfile): New macros.
33778
33779 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33780
33781         * modules/getpass: Depend on stdbool.
33782
33783 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33784
33785         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
33786
33787 2003-10-07  Karl Berry  <karl@gnu.org>
33788
33789         * config/config.{guess,sub}: update from config.
33790
33791 2003-10-06  Jim Meyering  <jim@meyering.net>
33792             Bruno Haible  <bruno@clisp.org>
33793
33794         This lets translators provide better translations for the
33795         "Written by ..." part of --version output.
33796         * lib/version-etc.h: Include stdarg.h.
33797         (version_etc_copyright): Declare as readonly.
33798         (version_etc): Make this function variadic with a NULL-terminated list
33799         of author name strings.
33800         (version_etc_va): New declaration.
33801         * lib/version-etc.c: Include stdarg.h, stdlib.h.
33802         (version_etc_copyright): Declare as readonly.
33803         (version_etc_va): New function. Provide a different translatable string
33804         for each possible number of authors < 10. Abbreviate when there are 10
33805         authors or more.
33806         (version_etc): Make this function variadic. Call version_etc_va.
33807         Suggestion from Gary V. Vaughan.
33808
33809         * lib/long-options.h (parse_long_options): Change prototype: the
33810         authors string is moved to the end and becomes variadic.
33811         * lib/long-options.c: Include stdarg.h.
33812         (parse_long_options): Make this function variadic, too.
33813         Call version_etc_va, not version_etc.
33814
33815 2003-10-06  Bruno Haible  <bruno@clisp.org>
33816
33817         * modules/version-etc-2: Remove file.
33818         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
33819
33820 2003-10-06  Bruno Haible  <bruno@clisp.org>
33821
33822         * modules/fatal-signal: New file.
33823         * MODULES.html.sh (func_all_modules): Add fatal-signal.
33824
33825 2003-10-06  Bruno Haible  <bruno@clisp.org>
33826
33827         * m4/fatal-signal.m4: New file.
33828         * m4/signalblocking.m4: New file, from GNU gettext.
33829
33830 2003-10-06  Bruno Haible  <bruno@clisp.org>
33831
33832         * lib/version-etc-2.h: Remove file.
33833         * lib/version-etc-2.c: Remove file.
33834
33835 2003-10-06  Bruno Haible  <bruno@clisp.org>
33836
33837         * lib/fatal-signal.h: New file, from GNU gettext.
33838         * lib/fatal-signal.c: New file, from GNU gettext.
33839
33840 2003-10-05  Paul Eggert  <eggert@twinsun.com>
33841
33842         * README: Rework advice for preventing empty .o files.
33843         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
33844         not <sys/types.h>.
33845
33846 2003-10-04  Karl Berry  <karl@gnu.org>
33847
33848         * lib/argp*: update from libc.
33849
33850 2003-10-04  Karl Berry  <karl@gnu.org>
33851
33852         * config/config.{guess,sub}: update from config.
33853
33854 2003-10-02  Bruno Haible  <bruno@clisp.org>
33855
33856         * modules/lchown (Include): Add lchown.h.
33857         * modules/time_r (Include): Use "..." syntax.
33858         * modules/xgetdomainname (Include): Add xgetdomainname.h.
33859
33860 2003-10-01  Simon Josefsson  <jas@extundo.com>
33861
33862         * MODULES.html.sh (func_all_modules): Move gethostname from section
33863         'based on' to section 'lacking' POSIX:2001.
33864
33865 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
33866
33867         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
33868         to output mode on the same stream.
33869
33870 2003-09-29  Paul Eggert  <eggert@twinsun.com>
33871
33872         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
33873         Fix arg typo in previous patch.
33874
33875 2003-09-28  Jim Meyering  <jim@meyering.net>
33876
33877         * lib/error.c: Correct cpp indentation.
33878
33879 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33880
33881         * modules/free: New file.
33882
33883 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33884
33885         * m4/free.m4: New file.
33886
33887 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33888
33889         * lib/minmax.h (MIN, MAX)
33890         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
33891         Omit the special code that used __typeof__, since we worry that
33892         it could be more trouble than it's worth.  See:
33893         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
33894         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
33895
33896         * lib/free.c: New file.
33897
33898 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
33899
33900         Trivial fixes to Makefile.am parts of module listings.
33901         * modules/strstr: Append strstr.h to lib_SOURCES.
33902         * modules/strcase: Likewise, for strcase.h.
33903
33904 2003-09-27  Karl Berry  <karl@gnu.org>
33905
33906         * config/mkinstalldirs: update from automake.
33907
33908 2003-09-26  Paul Eggert  <eggert@twinsun.com>
33909
33910         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
33911         (error_tail): Do not loop, reallocating temporary buffer, since
33912         the output cannot contain more wide characters than the input
33913         contains bytes, the size must be big enough already.  This avoids
33914         one potential size overflow calculation.  Check for size overflow
33915         when calculating temporary buffer size.  Free temporary buffer
33916         when done, if it was allocated with malloc; this plugs a memory
33917         leak.  Remove casts from void * to pointers, that are no longer
33918         needed now that we're assuming C89 or better.
33919
33920         Merge error changes from glibc.
33921
33922         * lib/error.c, error.h: Update copyright notice header to match glibc.
33923         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
33924         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
33925         Disable cancellation while printing error.
33926         * lib/error.h: Prepend __ to parameter names.
33927
33928 2003-09-26  Jim Meyering  <jim@meyering.net>
33929
33930         * lib/error.c (error_tail): Move some declarations
33931         into inner scope where the local variables are used.
33932
33933 2003-09-26  Bruno Haible  <bruno@clisp.org>
33934
33935         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
33936         stpncpy().
33937         Don't define stpncpy through config.h; it's now done through stpncpy.h.
33938
33939 2003-09-26  Bruno Haible  <bruno@clisp.org>
33940
33941         * lib/stpncpy.h (gnu_stpncpy): New declaration.
33942         (stpncpy): Define as alias for gnu_stpncpy.
33943         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
33944
33945 2003-09-25  Simon Josefsson  <jas@extundo.com>
33946
33947         * lib/xgetdomainname.h: New file.
33948         * lib/xgetdomainname.c: New file.
33949
33950 2003-09-25  Simon Josefsson  <jas@extundo.com>
33951             Bruno Haible  <bruno@clisp.org>
33952
33953         * modules/getdomainname: New file.
33954         * modules/xgetdomainname: New file.
33955         * MODULES.html.sh (func_all_modules): Add getdomainname,
33956         xgetdomainname.
33957
33958 2003-09-25  Simon Josefsson  <jas@extundo.com>
33959             Bruno Haible  <bruno@clisp.org>
33960
33961         * m4/getdomainname.m4: New file.
33962
33963 2003-09-25  Simon Josefsson  <jas@extundo.com>
33964             Bruno Haible  <bruno@clisp.org>
33965
33966         * lib/getdomainname.h: New file.
33967         * lib/getdomainname.c: New file.
33968
33969 2003-09-25  Karl Berry  <karl@gnu.org>
33970
33971         * lib/argp-fmtstream.c, argp-help.c: update from libc.
33972
33973 2003-09-25  Karl Berry  <karl@gnu.org>
33974
33975         * config/install-sh: update from automake.
33976
33977 2003-09-25  Bruno Haible  <bruno@clisp.org>
33978
33979         * modules/version-etc-2: New file, from modules/version-etc with
33980         modifications.
33981         * MODULES.html.sh (func_all_modules): Add version-etc-2.
33982
33983 2003-09-25  Bruno Haible  <bruno@clisp.org>
33984
33985         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
33986         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
33987
33988 2003-09-24  Simon Josefsson  <jas@extundo.com>
33989
33990         * modules/xgethostname: Add xgethostname.h.
33991
33992 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33993
33994         * lib/linebuffer.c (freebuffer): Don't free the argument, just
33995         the buffer associated with the argument.  Bug reported by
33996         Simon Josefsson.
33997
33998 2003-09-24  Paul Eggert  <eggert@twinsun.com>
33999
34000         * README: Document assumptions that 'int' is at least 32 bits
34001         wide, that integer arithmetic is 2's complement without overflow,
34002         that there are no holes in integer values, that adding sizes of
34003         two nonoverlapping objects can't overflow, and that all-bits-zero
34004         yields scalar zero.  Fix spelling and capitalization typos.
34005
34006 2003-09-19  Karl Berry  <karl@gnu.org>
34007
34008         * lib/argp.h: update from libc.
34009
34010 2003-09-17  Paul Eggert  <eggert@twinsun.com>
34011
34012         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
34013         to avoid spurious warnings like "AC_RUN_IFELSE was called before
34014         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
34015
34016 2003-09-17  Paul Eggert  <eggert@twinsun.com>
34017
34018         * gnulib-tool: Use "test -h", not "test -L", for portability
34019         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
34020         (tags_regexp): Remove, since \| doesn't conform to POSIX.
34021         (sed_extract_prog): Issue s commands one-by-one, rather than
34022         using \| in one s command.
34023
34024 2003-09-16  Paul Eggert  <eggert@twinsun.com>
34025
34026         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
34027         input error, instead of returning NULL the next time we are called
34028         (and therefore losing track of errno).
34029
34030 2003-09-16  Bruno Haible  <bruno@clisp.org>
34031
34032         * gnulib-tool (func_create_testdir): Warn about duplicated
34033         dependencies.
34034
34035 2003-09-15  Paul Eggert  <eggert@twinsun.com>
34036
34037         * modules/argmatch, modules/fatal, modules/obstack,
34038         modules/xalloc, modules/xgethostname: Sort dependencies by
34039         importance, not alphabetically.
34040
34041 2003-09-15  Paul Eggert  <eggert@twinsun.com>
34042
34043         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
34044         fails, so that the caller gets the proper errno.
34045
34046         * lib/readutmp.c (read_utmp): Likewise.
34047         Check for fstat error.  Close stream and free storage
34048         when failing.
34049
34050 2003-09-14  Karl Berry  <karl@gnu.org>
34051
34052         * config/srclist.txt (strdup.c): disable for c89 changes.
34053
34054 2003-09-14  Jim Meyering  <jim@meyering.net>
34055
34056         * lib/getloadavg.c: Correct cpp indentation.
34057         * lib/strdup.c: Likewise.
34058         * lib/vasnprintf.c: Likewise.
34059
34060 2003-09-14  Bruno Haible  <bruno@clisp.org>
34061
34062         * modules/fwriteerror: New file.
34063         * MODULES.html.sh (func_all_modules): Add fwriteerror.
34064
34065 2003-09-14  Bruno Haible  <bruno@clisp.org>
34066
34067         * lib/fwriteerror.h: New file.
34068         * lib/fwriteerror.c: New file.
34069
34070 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34071
34072         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
34073         modules/xgethostname, modules/xalloc: Depend on exit.
34074
34075 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34076
34077         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
34078
34079         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
34080         and AC_MINIX, too, so that their extensions are available.
34081
34082         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
34083         This macro has been superseded by gl_BACKUPFILE.
34084
34085         More patches to assume C89 or better.
34086
34087         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
34088
34089         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
34090         unconditionally.
34091         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
34092         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
34093         Include <string.h>, <stdlib.h> unconditionally.
34094         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
34095         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
34096         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
34097         headers or for string.h.
34098         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
34099         or strtoul.
34100
34101         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
34102         headers.
34103         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
34104         * m4/userspec.m4 (gl_USERSPEC): Likewise.
34105         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
34106         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
34107         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34108         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
34109         memcpy, memset.
34110         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
34111         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
34112         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
34113         strtol.
34114         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
34115         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
34116         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
34117         strtoul.
34118
34119 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34120
34121         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
34122         * lib/obstack.c [!defined _LIBC]: Likewise.
34123         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
34124         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
34125         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
34126
34127         More changes to assume C89 or better.
34128
34129         * lib/error.c (error_tail): Assume vprintf.
34130
34131         * lib/argmatch.c (getenv): Remove decl.
34132         * lib/progreloc.c (get_full_program_name): Define via prototype.
34133         * lib/setenv.c (clearenv): Likewise.
34134         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
34135         needed.
34136         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
34137         (malloc, memcpy): Remove decls.
34138         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
34139         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
34140         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
34141         (memcpy): Remove macro.
34142         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
34143         (__P): Remove.  All uses removed.
34144         (PTR): Remove.  All uses changed to void *.
34145         (CHAR_BIT, NULL): Remove.
34146         (spaces, zeros, memset_space, memset_zero)
34147         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
34148         Remove.
34149         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
34150         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
34151         Define with prototype.
34152         Remove now-unnecessary prototype decl.
34153         (extra_args_spec): Assume ANSI C.  All uses changed.
34154         (extra_args_spec_iso): Remove.
34155         (my_strftime, emacs_strftimeu): Define via prototype.
34156         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
34157         unconditionally.
34158         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
34159         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
34160         (strtoul, strtol): Remove decls.
34161         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
34162         LONG_MAX): Remove.
34163         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
34164         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
34165         (LOCALE_PARAM_PROTO): New macro.
34166         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
34167         (INTERNAL (strtol), strtol): Define with a prototype.
34168         (PARAMS): Remove.  All uses removed.
34169         * lib/tempname.c: Include <string.h> unconditionally.
34170         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
34171         * lib/xgethostname.c (main): Define with a prototype.
34172         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
34173         Include <stdlib.h> unconditionally.
34174         (calloc, malloc, realloc, free): Remove decls.
34175         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
34176         Include <stdlib.h> unconditionally.  Sort include file names.
34177         (strtod): Remove.
34178         (xstrtod): Define with a prototype.
34179         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
34180         (strtol, strtoul): Remove decls.
34181
34182 2003-09-11  Paul Eggert  <eggert@twinsun.com>
34183
34184         More patches to assume C89 or better.
34185         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
34186         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
34187         string.h, memchr, STDC_HEADERS.
34188
34189 2003-09-11  Paul Eggert  <eggert@twinsun.com>
34190
34191         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
34192         Include <stdlib.h>, <string.h> unconditionally.
34193         Remove now-unnecessary cast to char *.
34194         * lib/strnlen.c: Include <string.h> unconditionally.
34195         * lib/yesno.c (yesno): Define with a prototype.
34196
34197 2003-09-11  Bruno Haible  <bruno@clisp.org>
34198
34199         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
34200
34201 2003-09-10  Jim Meyering  <jim@meyering.net>
34202
34203         * lib/error.c: Correct indentation of cpp directives.
34204
34205 2003-09-10  Bruno Haible  <bruno@clisp.org>
34206
34207         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
34208         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
34209         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
34210         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
34211         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
34212         <stdlib.h> and <string.h> checks.
34213         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
34214         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
34215
34216 2003-09-10  Bruno Haible  <bruno@clisp.org>
34217
34218         * lib/strcspn.c: Include <string.h> unconditionally.
34219         * lib/strpbrk.c: Include <string.h> unconditionally.
34220         * lib/strstr.c: Include <string.h> unconditionally.
34221         * lib/unicodeio.c: Include <string.h> unconditionally.
34222         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
34223         * lib/unsetenv.c: Likewise.
34224         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
34225         * lib/yesno.c: Include <stdlib.h> unconditionally.
34226         (rpmatch): Add prototype.
34227
34228 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34229
34230         More patches to assume C89 or better.
34231         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
34232         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
34233         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
34234         or for string.h.
34235         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
34236         stdlib.h.
34237         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
34238         C headers.
34239         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
34240         string.h.
34241         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
34242         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
34243         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
34244         or for string.h.
34245         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
34246         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
34247         C headers.
34248         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
34249         memcpy.
34250         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
34251         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
34252         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
34253         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
34254         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
34255         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
34256         string.h, free.
34257         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
34258         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
34259         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
34260         C headers, or for string.h.
34261         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
34262         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
34263         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
34264         headers, memory.h, stdlib.h, string.h, strings.h.
34265         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
34266         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
34267         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
34268         strchr.
34269         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
34270         headers, memory.h, string.h.
34271         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
34272         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
34273         free.
34274         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
34275         headers.
34276         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
34277         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
34278         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
34279         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
34280         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
34281
34282 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34283
34284         More K&R removal.
34285
34286         * lib/acosl.c (main): Use a prototype.
34287         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
34288         tanl.c: Likewise.
34289
34290         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
34291
34292         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
34293         (getopt, etopt_long, getopt_long_only, _getopt_internal)
34294         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
34295         with a prototype.
34296         * lib/getopt.c (const): Remove macro.
34297         Include <string.h> unconditionally.
34298         (my_index): Remove; all uses changed to strchr.
34299         (strlen): Remove decl.
34300         (exchange): Remove forward decl; no longer needed.
34301         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
34302         Define with prototype.
34303         * lib/getopt1.c (const): Remove macro.
34304         (getopt_long, getopt_long_only, main): Define with prototype.
34305
34306         * lib/getugroups.c: Include <string.h> unconditionally.
34307
34308         * lib/getusershell.c: Include <stdlib.h> unconditionally.
34309         (getusershell, setusershell, endusershell, readname, main):
34310         Define with prototypes.
34311
34312         * lib/group-member.c: Include group-member.h first.
34313         Include <stdlib.h> unconditionally.
34314
34315         * lib/hard-locale.c: Include hard-locale.h first.
34316         Include <stdlib.h>, <string.h> unconditionally.
34317
34318         * lib/hash.c (free, malloc): Remove decls.
34319         Include <stdlib.h> unconditionally.
34320
34321         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
34322         (getenv): Do not declare.
34323
34324         * lib/idcache.c: Include <string.h> unconditionally.
34325
34326         * lib/long-options.c: Include long-options.h first, to test interface.
34327         Include <stdlib.h> unconditionally.
34328
34329         * lib/makepath.c: Include makepath.h first, to test interface.
34330         Include <stdlib.h> and <string.h> unconditionally.
34331
34332         * lib/linebuffer.c: Include <stdlib.h>.
34333         (free): Remove decl.
34334
34335         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
34336         stddef.h. rpl_malloc returns void *, not char *.
34337         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
34338         prototype.
34339
34340         * lib/md5.h: Include <limits.h> unconditionally.
34341         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
34342         (__P): Remove; all uses removed.
34343         * lib/md5.c: Include "md5.h" first.
34344         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
34345         md5_buffer, md5_process_bytes, md5_process_block):
34346         Define with prototypes.
34347         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
34348         * lib/sha.c: Include "sha.h" first.
34349         Include <stdlib.h>, <string.h> unconditionally.
34350
34351         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
34352         * lib/memcmp.c (__ptr_t): Likewise.
34353         * lib/memrchr.c (__ptr_t): Likewise.
34354         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
34355         Include <string.h> unconditionally.
34356         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
34357         * lib/memchr.c: Include <stdlib.h> unconditionally.
34358         * lib/memchr.c (LONG_MAX): Remove.
34359         * lib/memrchr.c (LONG_MAX): Likewise.
34360         * lib/memchr.c (__memchr): Define via a prototype.
34361         * lib/memrchr.c (__memrchr): Likewise.
34362         * lib/memcmp.c (__P): Remove, and remove all uses.
34363         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
34364         Remove forward decls; no longer needed.
34365         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
34366         Use types required by C89 in prototype.
34367
34368         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
34369         * lib/savedir.c: Likewise.
34370         * lib/mkdir.c (free): Remove decl.
34371         * lib/rmdir.c (rmdir): Define with a prototype.
34372         * lib/savedir.c: Include savedir.h first, to test interface.
34373
34374         * lib/mktime.c (STDC_HEADERS): Remove.
34375         Include <stdlib.h>, <string.h> unconditionally.
34376
34377         * lib/modechange.c: Include <stdlib.h> unconditionally.
34378         (malloc): Remove decl.
34379
34380         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
34381         (free): Remove decl.
34382
34383         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
34384         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
34385         (This type really should be intptr_t, but that's a C99ism.)
34386         (_obstack_memcpy): Remove: all uses changed to memcpy.
34387         Include <string.h> unconditionally.
34388         (struct obstack): Assume __STDC__ for types of members
34389         chunkfun, freefun, extra_arg.
34390         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
34391         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
34392         obstack_begin, obstack_specify_allocation,
34393         obstack_specify_allocation_with_arg, obstack_chunkfun,
34394         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
34395         Remove unprototyped decls and the macros that use them.
34396         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
34397         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
34398         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
34399         (defined __STDC__ && __STDC__)]:
34400         Remove nonprototyped code.
34401         Include <stdlib.h> unconditionally.
34402         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
34403         _obstack_allocated_p, _obstack_free, obstack_free,
34404         _obstack_memory_used, print_and_abort):
34405         Define using prototypes.
34406         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
34407         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
34408         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
34409         obstack_next_free, obstack_object_size, obstack_room) [0]:
34410         Remove unused, unprototyped code.
34411
34412         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
34413
34414         * lib/physmem.c (physmem_total, physmem_available, main): Define
34415         with prototypes.
34416
34417         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
34418         (main): Define with a prototype.
34419
34420         * lib/posixver.c (getenv): Remove decl.
34421
34422         * lib/putenv.c (malloc): Returns void *, not char *.
34423         Include <string.h> unconditionally.
34424         (strchr, memcpy, NULL): Do not define.
34425
34426         * lib/readtokens.c: Include readtokens.h first, to test interface.
34427         Include <stdlib.h>, <string.h> unconditionally.
34428         (init_tokenbuffer): Define with a prototype.
34429
34430         * lib/regex.c (PARAMS): Remove.  All uses removed.
34431         All uses of _RE_ARGS removed, too.
34432         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
34433         unconditionally.
34434         (bzero): Assume memset exists.
34435         (memcmp, memcpy, NULL): Remove.
34436         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
34437         char, or assignments to local vars of type signed char.
34438         (init_syntax_once, PREFIX(extract_number_and_incr),
34439         PREFIX(print_partial_compiled_pattern),
34440         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
34441         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
34442         PREFIX(regex_grow_registers), PREFIX(regex_compile),
34443         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
34444         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
34445         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
34446         wcs_compile_range, byte_compile_range, truncate_wchar,
34447         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
34448         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
34449         count_mbs_length, wcs_re_match_2_internal,
34450         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
34451         PREFIX(alt_match_null_string_p),
34452         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
34453         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
34454         regfree, PREFIX(extract_number)): Define with prototype.  Remove
34455         now-unnecessary declaration, if any.
34456         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
34457         regcomp, regexec):
34458         Remove now-unnecessary casts among pointer types.
34459         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
34460
34461         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
34462         (free): Remove decl.
34463
34464         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
34465
34466         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
34467         (free): Remove decl.
34468
34469         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
34470         * lib/xgetcwd.c: Likewise.
34471
34472         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
34473         (free): Remove decl.
34474
34475         * lib/strchrnul.c (strchrnul): Define with a prototype.
34476         Fix bug: c_in was not converted to char before searching.
34477
34478         The following changes are not K&R related:
34479
34480         * lib/group-member.h: Include <sys/types.h>, so that this file is
34481         self-contained.
34482         * lib/makepath.h: Likewise.
34483
34484         * lib/getusershell.c (readname, default_index, line_size, readname):
34485         Use size_t, not int, for sizes.
34486         (readname): If the size overflows, report an error instead of
34487         looping forever.
34488
34489 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34490
34491         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
34492         libc.
34493
34494 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34495
34496         * README: New section: portability guidelines.
34497
34498 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
34499
34500         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
34501         C89 spec.
34502
34503 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
34504
34505         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
34506
34507 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34508
34509         Assume C89 or better; remove K&R cruft.
34510         A few of these changes were first proposed by Derek Robert Price
34511         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
34512
34513         * lib/addext.c: Include <string.h> unconditionally.
34514         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
34515         Don't declare getenv or malloc.
34516
34517         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
34518         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
34519         (NULL): Remove.
34520         (find_stack_direction, alloca): Use prototypes.
34521
34522         * lib/atexit.c (atexit): Define using a prototype.
34523
34524         * lib/basename.c, dirname.c, stripslash.c:
34525         Include <string.h> unconditionally.
34526
34527         * lib/bcopy.c: Include <stddef.h>.
34528         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
34529
34530         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
34531
34532         * lib/error.h (error, error_at_line, error_print_progname)
34533         [! (defined (__STDC__) && __STDC__)]: Remove decls.
34534         * lib/error.c: Include error.h first, to check interface.
34535         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
34536         (VA_START): Remove; all uses changeed to va_start.
34537         (exit, strerror): Remove decls.
34538         (error_print_progname): Prototype uncondionally.
34539         Don't include <errno.h>; no longer needed.
34540         (private_strerror): Remove.
34541         (error_tail): Always define.
34542         (error, error_at_line): Assume C89 or better; always use prototypes.
34543         * lib/fatal.c: Include "fatal.h" first, to test interface.
34544         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
34545         (VA_START): Remove; all uses changed to va_start.
34546         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
34547         this case.
34548         (exit): Remove decl.
34549         (fatal): Prototype unconditionally.  Assume va_start works.
34550         Abort at end, to pacify gcc.
34551
34552         * lib/euidaccess.c (main): Define with a prototype.
34553
34554         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
34555
34556         * lib/exitfail.c: Include <stdlib.h> unconditionally.
34557
34558         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
34559         prototypes.
34560         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
34561         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
34562         (getenv): Remove decl.
34563         (fnmatch): Define using a prototype.
34564         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
34565         (FCT): Define using a prototype.
34566
34567         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
34568
34569         * lib/gethostname.c: Include <stddef.h>.
34570         (gethostname): Define with prototype.  Length is size_t, not int.
34571
34572 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34573
34574         Assume C89 or better; remove K&R cruft.
34575         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
34576         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
34577         string.h, getenv, malloc.
34578         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
34579         headers.
34580         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
34581         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
34582         do not check for strerror.
34583         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
34584         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
34585         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
34586         do not check for doprnt or vprintf.
34587         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
34588         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
34589
34590 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34591
34592         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
34593         getversion.c should have been removed then, but was accidentally
34594         preserved.
34595
34596         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
34597         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
34598
34599 2003-09-08  Karl Berry  <karl@gnu.org>
34600
34601         * config/config.sub, config.guess, srclistvars.sh: update from savannah
34602                 config, forget about prep.
34603
34604         * config/depcomp, missing: update from automake.
34605
34606 2003-09-07  Paul Eggert  <eggert@twinsun.com>
34607
34608         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
34609         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
34610
34611 2003-09-07  Paul Eggert  <eggert@twinsun.com>
34612
34613         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
34614         copy_tm_result.  Bug reported by Simon Josefsson in
34615         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
34616
34617 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34618
34619         * m4/time_r.m4: New file.
34620         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
34621         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
34622         is. Check for timegm declaration.
34623         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
34624         Do not check for gmtime_r.
34625         Replace mktime if __mktime_internal does not exist and if mktime
34626         hasn't been replaced already.
34627
34628 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34629
34630         * lib/time_r.c, lib/time_r.h: New files.
34631
34632         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
34633         __localtime_r.
34634         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
34635         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
34636
34637         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
34638         __gmtime_r.
34639         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
34640         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
34641         Include <time_r.h>.
34642
34643         * lib/timegm.c: Switch to glibc implementation, with the following
34644         changes:
34645         [defined HAVE_CONFIG_H]: Include <config.h>.
34646         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
34647         (__mktime_internal) [!defined _LIBC]: New decl.
34648         (__gmtime_r) [!defined _LIBC]: New macro and function.
34649         (timegm): Use a prototype, since gnulib assumes C89.
34650         Do not bother declaring tmp to be const, as it's not really usefu.
34651         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
34652         (timegm): Declare only if HAVE_DECL_TIMEGM.
34653
34654 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34655
34656         * MODULES.html.sh (func_all_modules): Add time_r.
34657         * modules/time_r: New file.
34658         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
34659         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
34660
34661 2003-09-03  Paul Eggert  <eggert@twinsun.com>
34662
34663         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
34664         Bug reported by Lute Kamstra in
34665         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
34666
34667         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
34668         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
34669         course with correspondingly smaller numbers for tomorrow and
34670         yesterday.  From Tadayoshi Funaba.  Originally installed into
34671         sh-utils on 1999-08-07, but the patch got lost (I guess during the
34672         coreutils merge?).
34673
34674 2003-08-31  Simon Josefsson  <jas@extundo.com>
34675
34676         * modules/timegm: New file.
34677         * MODULES.html.sh (func_all_modules): Add timegm.
34678
34679 2003-08-31  Simon Josefsson  <jas@extundo.com>
34680
34681         * m4/timegm.m4: New file.
34682
34683 2003-08-31  Simon Josefsson  <jas@extundo.com>
34684
34685         * lib/timegm.h: New file.
34686         * lib/timegm.c: New file.  Based on
34687         wget-1.8.2/src/http.c:mktime_from_utc.
34688
34689 2003-08-31  Karl Berry  <karl@gnu.org>
34690
34691         * lib/argp.h: update from libc.
34692
34693 2003-08-28  Bruno Haible  <bruno@clisp.org>
34694
34695         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
34696         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
34697         followed by '#define fnmatch fnmatch_posix' gives an error.
34698
34699 2003-08-28  Bruno Haible  <bruno@clisp.org>
34700
34701         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
34702         warning on QNX, which defines O_BINARY to 000000.
34703
34704 2003-08-27  Jim Meyering  <jim@meyering.net>
34705
34706         * m4/mkstemp.m4: Require that the system mkstemp be able to create
34707         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
34708         would fail after 32.  Reported by Danny Levinson.  Details here:
34709         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
34710
34711 2003-08-24  Bruno Haible  <bruno@clisp.org>
34712
34713         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
34714         MSVC7 <stdio.h> is included later.
34715
34716 2003-08-22  Simon Josefsson  <jas@extundo.com>
34717
34718         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
34719
34720 2003-08-20  Karl Berry  <karl@gnu.org>
34721
34722         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
34723
34724 2003-08-20  Bruno Haible  <bruno@clisp.org>
34725
34726         * modules/progname: New file.
34727         * MODULES.html.sh (func_all_modules): Add progname.
34728
34729 2003-08-20  Bruno Haible  <bruno@clisp.org>
34730
34731         * lib/progname.h: New file, from GNU gettext.
34732         * lib/progname.c: New file, from GNU gettext.
34733         * lib/progreloc.c: New file, from GNU gettext.
34734
34735 2003-08-19  Jim Meyering  <jim@meyering.net>
34736
34737         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
34738         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
34739
34740 2003-08-19  Bruno Haible  <bruno@clisp.org>
34741
34742         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
34743         more.
34744
34745 2003-08-19  Bruno Haible  <bruno@clisp.org>
34746
34747         * lib/xstrdup.c: Assume <string.h> exists.
34748
34749 2003-08-18  Paul Eggert  <eggert@twinsun.com>
34750
34751         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
34752         in makefile rules.
34753
34754 2003-08-18  Jim Meyering  <jim@meyering.net>
34755
34756         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
34757         * m4/lib-ld.m4: Likewise.
34758
34759 2003-08-18  Jim Meyering  <jim@meyering.net>
34760
34761         * lib/setenv.h: Indent nested cpp directive.
34762         * lib/vasnprintf.c: Remove trailing blanks.
34763
34764 2003-08-17  Simon Josefsson  <jas@extundo.com>
34765
34766         * modules/xstrndup: New file.
34767         * MODULES.html.sh (func_all_modules): Add xstrndup.
34768
34769 2003-08-17  Simon Josefsson  <jas@extundo.com>
34770
34771         * modules/argp: Fix autoconf macro name. Add more dependencies.
34772
34773 2003-08-17  Simon Josefsson  <jas@extundo.com>
34774
34775         * m4/xstrndup.m4: New file.
34776
34777 2003-08-17  Simon Josefsson  <jas@extundo.com>
34778
34779         * m4/argp.m4: New file.
34780
34781 2003-08-17  Simon Josefsson  <jas@extundo.com>
34782             Bruno Haible  <bruno@clisp.org>
34783
34784         * lib/xstrndup.h: New file.
34785         * lib/xstrndup.c: New file.
34786
34787 2003-08-17  Bruno Haible  <bruno@clisp.org>
34788
34789         * modules/strndup (Files, Include): Add lib/strndup.h.
34790
34791 2003-08-17  Bruno Haible  <bruno@clisp.org>
34792
34793         * modules/euidaccess (Files): Add lib/euidaccess.h.
34794
34795 2003-08-17  Bruno Haible  <bruno@clisp.org>
34796
34797         * lib/strndup.h: New file.
34798
34799 2003-08-17  Bruno Haible  <bruno@clisp.org>
34800
34801         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
34802         like AC_GNU_SOURCE.
34803         * modules/extensions (configure.ac): Comment out the invocation of
34804         gl_USE_SYSTEM_EXTENSIONS.
34805
34806 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34807
34808         Merges from coreutils, etc.
34809         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
34810         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
34811         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
34812         fixing a typo.
34813         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
34814         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
34815
34816 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34817
34818         Document merge from coreutils.
34819         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
34820         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
34821         * modules/utime: Add m4/utimes-null.m4.
34822
34823 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34824
34825         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
34826         space, undoing this 2003-08-12 change:
34827         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
34828
34829 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34830
34831         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
34832         strtoul.c from libc, undoing this 2003-08-12 change:
34833         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
34834
34835 2003-08-16  Jim Meyering  <jim@meyering.net>
34836
34837         Merges from coreutils.
34838         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
34839         prefix.  Adjust cache variables similarly.  Create 500 rather than
34840         just 300 files, to exercise bug on Darwin6.5, too.
34841         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
34842         $missing_dir.
34843         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
34844         AM_SYS_POSIX_TERMIOS.
34845         Reported by mkc@mathdogs.com.
34846         Also change use of $am_cv_sys_posix_termios
34847         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
34848         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
34849         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
34850         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
34851         in /proc/mounts until it finds one with matching device number.  This
34852         is unnecessary when the FILE argument *is* a mount point.  No stat call
34853         is necessary in that case.  So, disable the statvfs-testing code on
34854         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
34855         as RedHat bug# 84846.
34856         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34857         to 1MB, so as not to render systems with no stack size limit (e.g.,
34858         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34859         Include <unistd.h>.  On some systems,
34860         it is required for the definition of _SC_PAGESIZE.
34861
34862 2003-08-16  Jim Meyering  <jim@meyering.net>
34863
34864         Merge from coreutils.
34865         * lib/xstrtoimax.c: #else #if -> #elif.
34866         * lib/xstrtoumax.c: Likewise.
34867
34868 2003-08-16  Jim Meyering  <jim@meyering.net>
34869
34870         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
34871         * m4/utimes.m4: Removed.
34872         * m4/utimes-null.m4: Renamed from utimes.m4.
34873
34874         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34875         to 1MB, so as not to render systems with no stack size limit (e.g.,
34876         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34877         Include <unistd.h>.  On some systems,
34878         it is required for the definition of _SC_PAGESIZE.
34879
34880 2003-08-16  Jim Meyering  <jim@meyering.net>
34881         and Paul Eggert  <eggert@cs.ucla.edu>
34882
34883         Merges from coreutils, etc.
34884
34885         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
34886         using the latest version from cvs.  This avoids problems with #line
34887         directives using a vendor (Sun) compiler.
34888         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
34889         Don't set GETGROUPS_LIB here; now it's
34890         done via getgroups.m4's wrapper function.
34891         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
34892         rather than just in sh-util/configure.in, so that the
34893         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
34894         same.
34895         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
34896         AC_FUNC_GETLOADAVG where to find getloadavg.c.
34897         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
34898         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
34899         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
34900         Remove code that is now done by the newly-required macros.
34901         Append $(EXEEXT) to DF_PROG.
34902         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
34903         Do not invoke or require the following here,
34904         since prereq.m4 or some gnulib .m4 now does this for us:
34905         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
34906         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
34907         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
34908         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
34909         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
34910         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
34911         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
34912         AC_FUNC_OBSTACK.
34913         Do not replace the following functions, as this is now the job
34914         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
34915         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
34916         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
34917         atexit getpass, strdup, getpagesize.
34918         Replace 'raise'.
34919         Do not check for the following functions, as this is now the job
34920         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
34921         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
34922         setregid.
34923         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
34924         Check for sys/sysctl.h.
34925         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
34926         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
34927         of checking for ssize_t ourselves.
34928
34929         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
34930         Require every macro that gnulib/modules/* suggests for us.
34931         (jm_PREREQ_ADDEXT): New macro.
34932         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
34933         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
34934
34935         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
34936         (gl_PHYSMEM): Use it.
34937         Also check for `table' function.
34938         Check for new headers and functions.
34939         Add check for sys/sysmp.h.
34940         With suggestions from Kaveh Ghazi.
34941         Ignore headers that are present but cannot be compiled.  This
34942         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
34943         C 5.4.
34944
34945 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34946
34947         Document merge from coreutils.
34948         * modules/userspec: Depend on posixver.
34949         * modules/strftime: Depend on tzset.
34950
34951 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34952
34953         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
34954         rather than tab, after '#' in shell-script copyright notices.
34955         Suggested by Bruno Haible.
34956
34957 2003-08-15  Paul Eggert  <eggert@twinsun.com>
34958
34959         * config/srclist-update: Use three spaces, rather than tab, after '#'
34960         in shell-script copyright notices.  Suggested by Bruno Haible.
34961         Remove unnecessary parenthesization in regular expression.
34962
34963 2003-08-15  Jim Meyering  <jim@meyering.net>
34964
34965         Merge from coreutils.
34966         * lib/xgethostname.c: Include <stdlib.h>.
34967         (xghostname): Don't exit for anything other than memory-related
34968         failure; just return NULL.
34969         * lib/userspec.c: Include "posixver.h".
34970         (parse_user_spec): Accept `.' as a separator only
34971         in pre-POSIX-200112 mode.
34972         * lib/strtoimax.c: Use #elif rather than #else #if.
34973         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
34974         Remove function, now that we can rely on a working tzset function.
34975         [!_LIBC]: Ensure that the required autoconf test has been run.
34976         [!defined _NL_CURRENT && HAVE_STRFTIME]:
34977         Use underlying_strftime for %r.
34978         * lib/sha.c: Merge in some clean-up and optimization changes from
34979         glibc.
34980         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
34981         Ensure that it is a multiple of 64.
34982         Rearrange loop exit tests so as to avoid performing an
34983         additional fread after encountering an error or EOF.
34984         * lib/realloc.c: Update copyright date.
34985
34986 2003-08-15  Jim Meyering  <jim@meyering.net>
34987         and Paul Eggert  <eggert@twinsun.com>
34988
34989         Merge from coreutils.
34990         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
34991         member but strut utmpx does not.  Needed for AIX 4.3.3.
34992         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
34993
34994 2003-08-15  Jim Meyering  <jim@meyering.net>
34995         and Paul Eggert  <eggert@cs.ucla.edu>
34996
34997         Merges from coreutils, etc.
34998         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
34999         Require gl_FUNC_TZSET_CLOBBER.
35000         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
35001         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
35002         members.
35003
35004 2003-08-14  Paul Eggert  <eggert@twinsun.com>
35005
35006         Help the merge from coreutils.
35007         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
35008         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
35009         * m4/tzset.m4: Use it too.
35010
35011 2003-08-14  Paul Eggert  <eggert@twinsun.com>
35012
35013         * modules/tzset: New file.
35014
35015 2003-08-14  Jim Meyering  <jim@meyering.net>
35016
35017         Merges from coreutils.
35018         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
35019         variable names, rather than @FNMATCH_H@.
35020         * modules/alloca: Likewise for $(ALLOCA_H).
35021
35022         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
35023         the three copies of the literal target, `fnmatch.h'.
35024         * modules/alloca (alloca.h): Likewise.
35025
35026 2003-08-14  Jim Meyering  <jim@meyering.net>
35027
35028         Merge from coreutils.
35029         * m4/tzset.m4: New file.
35030         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
35031         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
35032         otherwise, AIX 5.1 systems would end up using the latter.
35033         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
35034         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
35035         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
35036         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
35037
35038 2003-08-14  Jim Meyering  <jim@meyering.net>
35039
35040         Merge from coreutils.
35041         * lib/obstack.h: Whitespace changes.
35042         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
35043         and xcalloc return values.
35044         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
35045         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
35046         hang on OSF/1 5.1 for DIR on both local and remote file systems.
35047         Reported by (and fix confirmed by) Nelson H. F. Beebe.
35048         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35049         error from mntctl.
35050         Use mntctl's return value to drive the entry-processing loop, since
35051         we can't rely on the value of the vmt_length member in the last
35052         entry.  On some systems doing so could result in exhausting
35053         virtual memory.  Based in part on a patch from Mike Jetzer.
35054
35055 2003-08-14  Jim Meyering  <jim@meyering.net>
35056         and Paul Eggert  <eggert@twinsun.com>
35057
35058         Merges from coreutils, plus other fixes.
35059         * lib/physmem.c: Merge in portability changes from gcc/libiberty
35060         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
35061         for credits and details.  Thanks to Kaveh Ghazi for helping
35062         to keep these files in sync.
35063         (ARRAY_SIZE): Define it.
35064         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
35065         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
35066         (memcasecmp): Don't assume size_t fits in unsigned int.
35067         Remove casts and duplicate code.
35068         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
35069         (memcpy): Remove definition.
35070         Merge in some clean-up and optimization changes from glibc.
35071         [BLOCKSIZE]: Move definition to top of file.
35072         Ensure that it is a multiple of 64.
35073         Rearrange loop exit tests so as to avoid performing an
35074         additional fread after encountering an error or EOF.
35075         * lib/md5.h (md5_uintptr): Define.
35076         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
35077         return to the initial working directory.  Preserve errno
35078         for caller.
35079         * lib/idcache.c: Include "xalloc.h".
35080         (xmalloc, xrealloc): Remove decls.
35081         (getuser): Remove casts no longer required in C89.
35082         * lib/human.c: Include stdio.h, for sprintf.
35083         * lib/group-member.c: Include "xalloc.h".
35084         (xmalloc, xrealloc): Remove decls.
35085         (get_group_info): Remove casts no longer required in C89.
35086         * lib/getusershell.c (readname): Remove casts no longer required in
35087         C89.
35088         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
35089         * lib/getline.c: Whitespace fix, from coreutils.
35090
35091 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35092
35093         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
35094         Check for isascii.
35095
35096         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
35097         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
35098         Undo previous (whitespace-only) change.
35099
35100 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35101
35102         * lib/exclude.c: Include <ctype.h>
35103         (IN_CTYPE_DOMAIN): New macro.
35104         (is_space): New fn.
35105         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
35106         and empty lines.
35107
35108         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
35109         Undo previous (whitespace-only) change.
35110
35111 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35112
35113         * config/srclist-update: Change update back to the old behavior,
35114         leaving whitespace alone.  Use one 'sed' command rather than a
35115         pipeline.
35116         (fixlicense): Now a variable, not a function.
35117         (remove_trailing_blanks): Remove.
35118         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
35119         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
35120         Undo previous (whitespace-only) change.
35121
35122 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35123
35124         Merge from coreutils.
35125         * modules/euidaccess: Add lib_SOURCES, include for new
35126         file euidaccess.h
35127
35128 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35129
35130         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
35131         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
35132         Normalize leading white space and remove trailing white space.
35133
35134         Merge from coreutils
35135         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
35136
35137         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
35138         0.12.1.  These files are now being upgraded automatically by
35139         ../config/srclist-update.
35140
35141 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35142
35143         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
35144         Normalize leading white space and remove trailing white space.
35145         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
35146         notice, as per ../config/srclist-update.
35147
35148         Merge from coreutils.
35149         * lib/euidaccess.h: New file.
35150         * lib/euidaccess.c: Include it.
35151         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
35152         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
35153         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
35154
35155 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35156
35157         * config/srclist-update: Add copyright notice.
35158         (remove_id_lines, remove_trailing_blanks): New constants.
35159         (fixfile): Use them to normalize spacing a bit in copied files.
35160         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
35161         Normalize leading white space and remove trailing white space.
35162
35163         * config/texinfo.tex: Sync with texinfo.
35164
35165         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
35166         strtoul.c from libc, to merge coreutils whitespace changes.
35167
35168         * config/srclist.txt: Get the following m4 files from gettext:
35169         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
35170         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
35171         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
35172         wint_t.m4.
35173
35174 2003-08-12  Karl Berry  <karl@gnu.org>
35175
35176         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
35177         been made.
35178
35179 2003-08-11  Paul Eggert  <eggert@twinsun.com>
35180
35181         * modules/gnu-source, m4/gnu-source.m4:
35182         Remove; we're assuming Autoconf 2.54 or later now.
35183         Suggested by Bruno Haible.
35184         * MODULES.html.sh (func_all_modules): Remove gnu-source.
35185
35186 2003-08-11  Bruno Haible  <bruno@clisp.org>
35187
35188         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
35189
35190 2003-08-11  Bruno Haible  <bruno@clisp.org>
35191
35192         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
35193         (vasnprintf): Use it instead of wcslen.
35194
35195 2003-08-11  Bruno Haible  <bruno@clisp.org>
35196
35197         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
35198         value to ensure that _Bool promotes to int. Use #define for _Bool when
35199         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
35200
35201 2003-08-10  Karl Berry  <karl@gnu.org>
35202
35203         * lib/regex.h: update from libc (whitespace fix).
35204
35205 2003-08-09  Paul Eggert  <eggert@twinsun.com>
35206
35207         Merge some files from coreutils.  These changes were
35208         originally made by Jim Meyering.
35209         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
35210         many older Unixes require this.
35211         * lib/alloca.c (alloca): Remove cast to argument of free;
35212         no longer needed in C89.
35213         * lib/alloca_.h, regex.h: Fix white space to match
35214         what GNU indent does.
35215
35216 2003-08-09  Paul Eggert  <eggert@twinsun.com>
35217
35218         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
35219         apparently Emacs's Unicode mode got confused before my 2003-08-05
35220         checkin.
35221
35222 2003-08-08  Paul Eggert  <eggert@twinsun.com>
35223
35224         * m4/extensions.m4: New file.
35225         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
35226         Require gl_USE_SYSTEM_EXTENSIONS.
35227         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
35228         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
35229
35230 2003-08-08  Paul Eggert  <eggert@twinsun.com>
35231
35232         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
35233         * modules/extensions, modules/gnu-source: New files.
35234         * modules/timespec, modules/unlocked-io: Depend on extensions.
35235
35236 2003-08-07  Paul Eggert  <eggert@twinsun.com>
35237
35238         * modules/restrict: New file.
35239         * MODULES.html.sh (func_all_modules): Add restrict.
35240         * modules/regex: Depend on restrict.
35241
35242 2003-08-07  Paul Eggert  <eggert@twinsun.com>
35243
35244         * m4/restrict.m4: New file.
35245         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
35246
35247 2003-08-07  Bruno Haible  <bruno@clisp.org>
35248
35249         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
35250         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
35251
35252 2003-08-07  Bruno Haible  <bruno@clisp.org>
35253
35254         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
35255         makes the module 'getndelim2' compatible with the module 'getline'.
35256
35257 2003-08-05  Paul Eggert  <eggert@twinsun.com>
35258
35259         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
35260         byte with "\201" to avoid glitches when editing that source file
35261         with multi-gnome-terminal.
35262
35263 2003-08-05  Paul Eggert  <eggert@twinsun.com>
35264
35265         * lib/bumpalloc.h: Remove.
35266
35267 2003-08-05  Paul Eggert  <eggert@twinsun.com>
35268
35269         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
35270         * modules/bumpalloc: Remove.
35271
35272 2003-08-04  Paul Eggert  <eggert@twinsun.com>
35273
35274         * lib/getloadavg.c: Change copyright notice and spacing to conform to
35275         GNU coding style.
35276
35277         Merge from coreutils.
35278         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
35279         1. From glibc.
35280         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
35281         from Karl Berry, implemented by Jim Meyering.
35282         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
35283         from Dmitry V. Levin.
35284         Remove anachronistic cast of xrealloc.
35285         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
35286         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
35287         type. Otherwise, it wouldn't compile with at least /bin/cc on
35288         ymp-cray-unicos9.0.2.X.
35289         Combine two mostly-identical uses of alloca into one.
35290         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
35291
35292 2003-08-04  Dave Love  <d.love@dl.ac.uk>
35293
35294         [From Emacs.]
35295
35296         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
35297         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
35298         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
35299         obsolete NLIST_NAME_UNION.
35300         [__GNU__]: Undef BSD and FSCALE.
35301         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
35302
35303 2003-08-03  Paul Eggert  <eggert@twinsun.com>
35304
35305         * lib/stdbool_.h (_Bool): Make it signed char, instead of
35306         an enum type, so that it's guaranteed to promote to int.  See:
35307         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
35308
35309 2003-08-03  Karl Berry  <karl@gnu.org>
35310
35311         * config/depcomp: update from automake.
35312
35313 2003-07-31  Paul Eggert  <eggert@twinsun.com>
35314
35315         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
35316         (strerror): Don't assume that a printable int fits in 14 bytes.
35317
35318 2003-07-31  Bruno Haible  <bruno@clisp.org>
35319
35320         * modules/getpass-gnu: New file.
35321         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
35322
35323 2003-07-31  Bruno Haible  <bruno@clisp.org>
35324
35325         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
35326
35327 2003-07-24  Karl Berry  <karl@gnu.org>
35328
35329         * config/missing: update from automake.
35330
35331 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
35332             Bruno Haible  <bruno@clisp.org>
35333
35334         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
35335         * lib/getline.c (getline, getdelim): Likewise.
35336         Remove _GNU_SOURCE define; now it's defined in config.h through
35337         m4/getline.m4.
35338
35339 2003-07-23  Karl Berry  <karl@gnu.org>
35340
35341         * config/config.sub: update from prep.
35342
35343 2003-07-22  Paul Eggert  <eggert@twinsun.com>
35344
35345         * modules/xalloc (Depends-on): Add exitfail.
35346         * modules/xmemcoll: Likewise.
35347
35348 2003-07-22  Paul Eggert  <eggert@twinsun.com>
35349
35350         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
35351         over-parenthesization in macros.
35352
35353         Sync with coreutils.
35354
35355         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
35356         required by C99.
35357
35358         Use `exit_failure' for xalloc and xmemcoll instead of their own
35359         private exit-failure variables.
35360         * lib/xalloc.h (xalloc_exit_failure): Remove.
35361         * lib/xmalloc.c: Likewise.  Include exitfail.h.
35362         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
35363         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
35364         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
35365         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
35366
35367 2003-07-20  Jim Meyering  <jim@meyering.net>
35368
35369         * modules/closeout (Depends-on): Add exitfail.
35370         Suggestion from Bruno Haible.
35371
35372 2003-07-19  Karl Berry  <karl@gnu.org>
35373
35374         * config/config.sub: update from prep.
35375
35376 2003-07-18  Paul Eggert  <eggert@twinsun.com>
35377
35378         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
35379         Remove.
35380         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
35381         to test that it can stand by itself.  Include "exitfail.h".
35382         Clients should set exit_failure instead.
35383         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
35384
35385 2003-07-18  Bruno Haible  <bruno@clisp.org>
35386
35387         * modules/getndelim2: New file.
35388         * modules/getline: Share files with module getndelim2.
35389         * modules/getnline: Depend on getndelim2 instead of sharing files with
35390         it. Add getnline.c to lib_SOURCES.
35391         * MODULES.html.sh (func_all_modules): Add getndelim2.
35392
35393 2003-07-18  Bruno Haible  <bruno@clisp.org>
35394
35395         * m4/getndelim2.m4: New file.
35396         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
35397         invoke gl_PREREQ_GETNDELIM2.
35398         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
35399         gl_PREREQ_GETNDELIM2.
35400         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
35401         gl_GETNDELIM2.
35402
35403 2003-07-18  Bruno Haible  <bruno@clisp.org>
35404
35405         * lib/getndelim2.h: New file.
35406         * lib/getndelim2.c: Make into a module of its own. Include config.h,
35407         getndelim2.h.
35408         (getndelim2): Make non-static. Change return type to ssize_t.
35409         * lib/getline.h: Change argument names.
35410         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
35411         * lib/getnline.c: Include getndelim2.h.
35412
35413 2003-07-18  Andreas Schwab  <schwab@suse.de>
35414
35415         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
35416
35417 2003-07-17  Karl Berry  <karl@gnu.org>
35418
35419         * config/config.sub: update from prep.
35420
35421 2003-07-17  Bruno Haible  <bruno@clisp.org>
35422
35423         * modules/getnline: New file.
35424         * modules/getline: Add lib/getndelim2.c to source file list.
35425         * MODULES.html.sh (func_all_modules): Add getnline.
35426
35427 2003-07-17  Bruno Haible  <bruno@clisp.org>
35428
35429         * m4/getnline.m4: New file.
35430
35431 2003-07-17  Bruno Haible  <bruno@clisp.org>
35432
35433         * m4/Makefile.am.in: Remove file.
35434         * m4/Makefile.am: Remove file.
35435         * m4/Makefile.in: Remove file.
35436
35437 2003-07-17  Bruno Haible  <bruno@clisp.org>
35438
35439         * lib/getnline.h: New file.
35440         * lib/getnline.c: New file.
35441         * lib/getndelim2.c: New file, extracted from getline.c.
35442         (getndelim2): Renamed from getdelim2, with added nmax argument.
35443         * lib/getline.c: Include getndelim2.c.
35444         (getdelim2): Moved out to getndelim2.c.
35445         (getline, getdelim): Update.
35446
35447 2003-07-17  Bruno Haible  <bruno@clisp.org>
35448
35449         * lib/Makefile.am: Remove file.
35450         * lib/Makefile.in: Remove file.
35451
35452 2003-07-17  Bruno Haible  <bruno@clisp.org>
35453
35454         * configure.in: Remove file.
35455         * Makefile.in: Remove file.
35456
35457 2003-07-17  Bruno Haible  <bruno@clisp.org>
35458
35459         * MODULES.html.sh: Put the </BODY> right before </HTML>.
35460
35461 2003-07-16  Karl Berry  <karl@gnu.org>
35462
35463         * config/srclist-update: was running fixlicense twice, which caused
35464                 texinfo.tex to be nullified for some reason.  Simplify,
35465                 $gplsrc is no longer needed as far as I can see?
35466
35467 2003-07-16  Jim Meyering  <jim@meyering.net>
35468
35469         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
35470
35471 2003-07-15  Paul Eggert  <eggert@twinsun.com>
35472
35473         * config/srclist.txt: Get the following files from gettext-runtime/intl
35474         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
35475         ref-del.sin.  From Bruno Haible.
35476         * config/srclist-update (fixfile): Change grep pattern again, since the
35477         previous fix didn't work (there was another trailing $).  Use
35478         '[$]' to escape the $s.
35479
35480 2003-07-15  Karl Berry  <karl@gnu.org>
35481
35482         * lib/vasnprintf.c: update from gettext.
35483
35484 2003-07-15  Karl Berry  <karl@gnu.org>
35485
35486         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
35487         gets expanded when surrounded by '$'.
35488
35489 2003-07-15  Jim Meyering  <jim@meyering.net>
35490
35491         * modules/save-cwd: Don't depend on error.  From Derek Price.
35492
35493 2003-07-15  Jim Meyering  <jim@meyering.net>
35494
35495         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
35496
35497 2003-07-14  Simon Josefsson  <jas@extundo.com>
35498
35499         * modules/mempcpy: New file.
35500         * MODULES.html.sh (func_all_modules): Add mempcpy.
35501
35502 2003-07-14  Simon Josefsson  <jas@extundo.com>
35503
35504         * m4/mempcpy.m4: New file.
35505
35506 2003-07-14  Simon Josefsson  <jas@extundo.com>
35507
35508         * lib/mempcpy.h: New file.
35509         * lib/mempcpy.c: New file.
35510
35511 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35512
35513         * modules/getdate, modules/posixtm: Depend on mktime.
35514
35515 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35516
35517         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
35518         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
35519         unicodeio.c, unicodeio.h, unlocked-io.h:
35520         Switch from LGPL to GPL.
35521
35522 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35523
35524         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
35525         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
35526         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
35527         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
35528         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
35529         updated automatically by ../config/srclist-update.  This changes
35530         their license from LPGL to GPL.
35531
35532 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35533
35534         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
35535         assumed to refer to the root of the most recent stable gettext version.
35536         * config/srclistvars.sh: Add defaults for eggert.
35537         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
35538         Match "This program" as well as "The program".  This is needed
35539         for gettext.
35540
35541 2003-07-14  Jim Meyering  <jim@meyering.net>
35542
35543         Don't emit diagnostics.  Let callers do that.
35544         * lib/save-cwd.c: Don't include "error.h".
35545         (save_cwd): Don't call error.  Ensure that errno is valid
35546         when returning nonzero.
35547
35548         * lib/save-cwd.h (restore_cwd): Update prototype.
35549         * lib/save-cwd.c (restore_cwd): Remove two parameters.
35550         Simplify.  Don't call error upon failure.  Let callers do that.
35551         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
35552         when auditing is enabled.  But don't bother updating the #if.
35553
35554 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
35555
35556         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
35557         it breaks C++ compilation.
35558         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
35559
35560 2003-07-10  Simon Josefsson  <jas@extundo.com>
35561
35562         * modules/strchrnul (Makefile.am): Add strchrnul.h.
35563
35564 2003-07-10  Jim Meyering  <jim@meyering.net>
35565
35566         * m4/clock_time.m4: Remove trailing blank.
35567         * m4/intmax_t.m4: Likewise.
35568
35569 2003-07-10  Jim Meyering  <jim@meyering.net>
35570
35571         * lib/vasnprintf.c: Remove trailing blanks.
35572         Make cpp indentation consistent.
35573
35574 2003-07-09  Paul Eggert  <eggert@twinsun.com>
35575
35576         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
35577         posixver.c, strftime.c, strnlen.c, strverscmp.c:
35578         Switch from LGPL to GPL.
35579
35580 2003-07-09  Paul Eggert  <eggert@twinsun.com>
35581
35582         * config/srclist.txt: Sort sublists.  Add
35583         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
35584         that differ from gnulib for one reason or another; we'd like this list
35585         to be smaller but for now let's document what we have.
35586
35587 2003-07-08  Paul Eggert  <eggert@twinsun.com>
35588
35589         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
35590         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
35591         and sweeter "eval x=$x".
35592         * config/srclist.txt: Get lib/argp* from glibc.
35593
35594 2003-07-07  Paul Eggert  <eggert@twinsun.com>
35595
35596         * lib/mktime.c: Fix some boundary cases and remove need for floating
35597         point.
35598
35599         Issue a compile-time diagnostic if time_t is floating point, or if
35600         two's complement arithmetic is not in effect, or if arithmetic
35601         right shift does not propagate the sign.  These assumptions were
35602         all in the original code but they weren't checked.
35603
35604         (TIME_T_MIDPOINT, verify): New macros.
35605         (__isleap): Remove; it has integer overflow problems.
35606         (leapyear): New function, without those problems.
35607         (ydhms_tm_diff): Remove; splitting into two parts.
35608         (ydhms_diff): New function, containing the arithmetic part of
35609         the old ydhms_tm_diff function.  Issue a compile-time
35610         diagnostic if we are not using C99 integer division.
35611         Avoid casts when possible.
35612         (guess_time_tm): New function, containing the checking part of
35613         the old ydhms_tm_diff function.  Return the new value, rather than
35614         the difference between it and the old.  Accept a new argument T
35615         so that *T specifies the old value.  Check for overflow in the result.
35616
35617         (__mktime_internal): Use a time_t offset, not a long int offset.
35618         This undoes the 2003-06-04 change, which is no longer needed now
35619         that we have better overflow checking.
35620         (localtime_offset): Likewise.
35621
35622         (__mktime_internal): Avoid harmful overflow on hosts where time_t
35623         and long are 64-bit but int is only 32-bit.
35624         (ydhms_diff): Use long int to store year1 and yday1.
35625         Issue a compile-time diagnostic if long int is not wide enough.
35626
35627         (__mktime_internal): Use long int to store adjusted year and yday.
35628         Use plain C rather than preprocessor commands, if that doesn't
35629         affect efficiency.
35630         Check for overflow (and try to repair) after each probe
35631         rather than checking only at the very end.  This avoids some bugs
35632         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
35633         does not equal GMT offset at maximum time).
35634         Use integer to check for overflow rather than floating point; this
35635         is more portable to non-IEEE hosts, and is a tad faster.
35636         When we detect that we are oscillating between two values,
35637         don't check whether tm_isdst has the requested value, since
35638         we already know the answer.  When tm_isdst has the wrong value,
35639         use a different heuristic to find the right one, based on the
35640         extreme values actually observed in practice in tz2003a,
35641         rather than the (overly optimistic) "previous 3 calendar quarters".
35642
35643         (not_equal_tm, print_tm, check_result): Use "const T" rather than
35644         "T const" to accommodate glibc style.
35645         (check_result): Use less-confusing report format.  "long" -> "long int.
35646         (main): Likewise.
35647         Don't loop if the iteration overflows time_t.
35648         Allow a negative step in the iteration.
35649
35650 2003-07-06  Karl Berry  <karl@gnu.org>
35651
35652         * config/depcomp: update from automake.
35653         * config/config.sub: update from prep.
35654
35655 2003-07-03  Karl Berry  <karl@gnu.org>
35656
35657         * config/config.guess: update from prep.
35658
35659 2003-07-01  Paul Eggert  <eggert@twinsun.com>
35660
35661         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
35662         xreadlink.c now includes it unconditionally.
35663
35664 2003-07-01  Paul Eggert  <eggert@twinsun.com>
35665
35666         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
35667         having it depend on HAVE_SYS_TYPES_H.
35668
35669 2003-07-01  Bruno Haible  <bruno@clisp.org>
35670
35671         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
35672         <sys/types.h> should be sufficient.
35673         Reported by Paul Eggert.
35674
35675 2003-06-26  Karl Berry  <karl@gnu.org>
35676
35677         * config/depcomp: update from automake.
35678
35679 2003-06-26  Bruno Haible  <bruno@clisp.org>
35680
35681         * modules/human: Depend on module stdbool.
35682
35683 2003-06-25  Bruno Haible  <bruno@clisp.org>
35684
35685         * modules/readlink: New file.
35686         * modules/xreadlink: Depend on it.
35687         * MODULES.html.sh (func_all_modules): Add readlink.
35688
35689 2003-06-25  Bruno Haible  <bruno@clisp.org>
35690
35691         * m4/readlink.m4: New file.
35692
35693 2003-06-25  Bruno Haible  <bruno@clisp.org>
35694
35695         * lib/readlink.c: New file.
35696
35697 2003-06-22  Karl Berry  <karl@gnu.org>
35698
35699         * config/srclist.txt: update mkinstalldirs from automake.
35700         * config/mkinstalldirs: update.
35701
35702 2003-06-22  Bruno Haible  <bruno@clisp.org>
35703
35704         Portability to mingw32.
35705         * m4/ssize_t.m4: New file, from GNU gettext.
35706         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
35707         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
35708
35709 2003-06-22  Bruno Haible  <bruno@clisp.org>
35710
35711         * modules/safe-read: Add m4/ssize_t.m4.
35712         * modules/xreadlink: Add m4/ssize_t.m4.
35713
35714 2003-06-20  Bruno Haible  <bruno@clisp.org>
35715
35716         Assume C89, so PARAMS isn't needed.
35717         * lib/unicodeio.h (PARAMS): Remove.
35718         * lib/unicodeio.c: Don't use PARAMS.
35719
35720 2003-06-18  Karl Berry  <karl@gnu.org>
35721
35722         * config/config.{guess,sub}: update from prep.
35723
35724 2003-06-18  Jim Meyering  <jim@meyering.net>
35725
35726         Merge changes from coreutils.
35727         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
35728         Remove explicit declarations of xmalloc and realloc.
35729         Include xalloc.h.
35730         (read_utmp): Remove anachronistic cast of xmalloc.
35731
35732 2003-06-17  Paul Eggert  <eggert@twinsun.com>
35733
35734         Assume C89, so PARAMS isn't needed.
35735         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
35736         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
35737         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
35738         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
35739         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
35740         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
35741         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
35742         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
35743         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
35744         lib/xstrtod.h, lib/xstrtol.h: Likewise.
35745         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
35746         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
35747         no longer needed. Anyway, config.h should always be included before any
35748         other file.
35749
35750 2003-06-11  Simon Josefsson  <jas@extundo.com>
35751
35752         * modules/sysexits: New file.
35753         * MODULES.html.sh (func_all_modules): Add sysexits.
35754
35755 2003-06-11  Simon Josefsson  <jas@extundo.com>
35756
35757         * lib/sysexit_.h: New file.
35758
35759 2003-06-11  Derek Price  <derek@ximbiot.com>
35760
35761         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
35762         necessary.
35763
35764 2003-06-11  Bruno Haible  <bruno@clisp.org>
35765
35766         * m4/sysexits.m4: New file.
35767
35768 2003-06-10  Simon Josefsson  <jas@extundo.com>
35769
35770         * lib/argp.h: New file, from glibc.
35771         * lib/argp-ba.c: New file, from glibc.
35772         * lib/argp-eexst.c: New file, from glibc.
35773         * lib/argp-fmtstream.c: New file, from glibc.
35774         * lib/argp-fmtstream.h: New file, from glibc.
35775         * lib/argp-fs-xinl.c: New file, from glibc.
35776         * lib/argp-help.c: New file, from glibc.
35777         * lib/argp-namefrob.h: New file, from glibc.
35778         * lib/argp-parse.c: New file, from glibc.
35779         * lib/argp-pv.c: New file, from glibc.
35780         * lib/argp-pvh.c: New file, from glibc.
35781         * lib/argp-xinl.c: New file, from glibc.
35782
35783 2003-06-10  Simon Josefsson  <jas@extundo.com>
35784
35785         * modules/strchrnul: New file.
35786
35787 2003-06-10  Simon Josefsson  <jas@extundo.com>
35788
35789         * modules/argp: New file.
35790
35791 2003-06-10  Simon Josefsson  <jas@extundo.com>
35792
35793         * m4/strchrnul.m4: New file.
35794
35795 2003-06-10  Simon Josefsson  <jas@extundo.com>
35796
35797         * lib/strchrnul.h: New file.
35798         * lib/strchrnul.c: New file.
35799
35800 2003-06-10  Bruno Haible  <bruno@clisp.org>
35801
35802         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
35803
35804 2003-06-07  Karl Berry  <karl@gnu.org>
35805
35806         * config/config.{guess,sub}: update from prep.
35807
35808 2003-06-07  Jim Meyering  <jim@meyering.net>
35809
35810         * modules/strtod: Use $(...) notation, not @...@ for
35811         AC_REPLACE'd variables.
35812         * modules/localcharset: Likewise.
35813
35814 2003-06-07  Jim Meyering  <jim@meyering.net>
35815
35816         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
35817         in place of my name in the copyright comment.
35818         Remove definition and uses of __P.
35819
35820         From coreutils.
35821         * lib/stat.c: Don't declare xmalloc explicitly.
35822         Instead, include "xalloc.h".
35823         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
35824         xrealloc, and xcalloc return values.
35825         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
35826         Improve comment.
35827         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
35828
35829 2003-06-07  Bruno Haible  <bruno@clisp.org>
35830
35831         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
35832         avoid AC_CONFIG_LINKS.
35833         * modules/fnmatch (Makefile.am): Use explicit creation rule for
35834         fnmatch.h, to avoid AC_CONFIG_LINKS.
35835         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
35836
35837 2003-06-07  Bruno Haible  <bruno@clisp.org>
35838
35839         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
35840         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
35841         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35842         directory.
35843         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
35844         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35845         directory.
35846
35847 2003-06-06  Jim Meyering  <jim@meyering.net>
35848
35849         Merge from coreutils.
35850         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
35851         Consolidate declarations and initializations of *_base* locals.
35852
35853         Merge from coreutils.
35854         This avoids a core dump on systems without GNU putenv,
35855         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
35856         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
35857         (unsetenv): New static function, from GNU libc.
35858         (rpl_putenv): Use it.
35859
35860         * lib/modechange.c: Remove trailing blanks.
35861
35862         Merge from coreutils.
35863         * lib/fsusage.c: Remove declaration of statfs.
35864         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
35865
35866         * lib/posixtm.c: Include <stdbool.h> unconditionally.
35867
35868 2003-06-06  Jim Meyering  <jim@meyering.net>
35869
35870         * lib/stdbool_.h: Renamed from stdbool.h.in.
35871
35872 2003-06-06  Jim Meyering  <jim@meyering.net>
35873             Bruno Haible  <bruno@clisp.org>
35874
35875         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
35876         Adjust Makefile.am snippet not to redirect directly to target.
35877         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
35878
35879 2003-06-05  Paul Eggert  <eggert@twinsun.com>
35880
35881         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
35882         mismatch, look in future quarters as well as past.  This fixes a
35883         bug when processing fall-backwards gaps immediately after a long
35884         period of daylight-saving time.
35885
35886         * lib/mktime.c: Assume freestanding C89 or better.
35887         (HAVE_LIMITS_H): Remove.  Assume it's 1.
35888         (__P): Remove; not used.
35889         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
35890         (mktime, not_equal_tm, print_tm, check_result,
35891         main): Use prototypes.  Use const * where appropriate.
35892         (main): Fix typo in testing code that uncovered by above changes.
35893         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
35894
35895 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35896
35897         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
35898         locale.h, localeconv.  This merges changes from coreutils.
35899
35900         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
35901         It can be removed after the next Autoconf is released.
35902         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
35903         needed.
35904
35905 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35906
35907         * lib/mktime.c: Fix Debian bug 177940
35908         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
35909         (localtime_offset): Now long int, not time_t, because we want it
35910         to be guaranteed to be signed.  All uses changed.
35911         (__mktime_internal): If overflow would occur when adding offset,
35912         don't add it.
35913
35914         Merge 'human' changes from coreutils.  Rewrite to support
35915         locale-specific notations like thousands separators.
35916         * lib/human.c: Simplify authorship notice.
35917         Include human.h immediately after config.h.
35918         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
35919         <limits.h>: Do not include, since human.h does.
35920         (SIZE_MAX, UINTMAX_MAX): New macros.
35921         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
35922         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
35923         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
35924         (power_letter): Renamed from suffixes.
35925         (generate_suffix_backwards): Remove.
35926         (adjust_value): Now takes int style (because of human.h changes)
35927         and long double value (for greater precision on some platforms).
35928         (group_number): New function.
35929         (human_readable): Use it.  Use integer options, not enum.
35930         Put the options before the sizes in the arg list.
35931         Support all the new options.
35932         The old human_readable function has been removed;
35933         use inttostr.h instead.
35934         (human_readable, default_block_size, humblock):
35935         Use uintmax_t, not int, for block sizes.
35936         (human_readable_inexact, block_size_types): Remove.
35937         (block_size_opts): New constant.
35938         (human_options): Renamed from human_block_size, with new signature
35939         that allows block sizes up to UINTMAX_MAX.  All callers changed.
35940         * lib/human.h: Add copyright and authorship notice.
35941         Include <limits.h> and <stdbool.h> unconditionally.
35942         (PARAMS): Remove.  All uses removed.
35943         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
35944         (enum human_inexact_style): Remove tag; now a nameless enum.
35945         (human_floor, human_ceiling, human_round_to_even): Now have
35946         values 2, 0, 1 rather than -1, 1, 0.
35947         (human_group_digits, human_suppress_point_zero, human_autoscale,
35948         human_base_1024, human_SI, human_B): New constants.
35949         (human_readable_inexact, human_block_size): Remove.
35950         (human_readable): Size args are now uintmax_t, not int.
35951         (human_options): New decl.
35952
35953         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
35954         unnecessary now that we assume C89 or better.  This change
35955         imported from coreutils.
35956
35957         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
35958         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
35959         in the 2003-05-30 sync from glibc.
35960
35961         .h files should stand alone, but we shouldn't include <sys/types.h>
35962         if we can get away with just <stddef.h>.
35963
35964         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
35965         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
35966         rather than <sys/types.h>, as we merely need size_t.
35967         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
35968         to get size_t.
35969         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
35970         Include <stdio.h>, to get FILE.
35971         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
35972         memcasecmp.h has included <stddef.h> and all we need is size_t.
35973         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
35974         our interface, instead of including <sys/types.h>
35975
35976 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35977
35978         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
35979         now, as glibc mktime is buggy on non-glibc systems.
35980
35981 2003-06-03  Karl Berry  <karl@gnu.org>
35982
35983         * config/config.sub: update from prep.
35984
35985 2003-06-02  Paul Eggert  <eggert@twinsun.com>
35986
35987         [from coreutils]
35988         Fix some minor time-related bugs with POSIX time arguments.
35989         Some valid time stamps were being rejected (notably -1, and
35990         time stamps before 1900 on 64-bit hosts).  And some invalid
35991         time stamps were being accepted, e.g. September 31.
35992
35993         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
35994         that we can return (time_t) -1 successfully.
35995         * lib/posixtm.c: Likewise.
35996         [HAVE_STDBOOL_H]: Include <stdbool.h>.
35997         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
35998         (t): Remove static var.
35999         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
36000         of static var.  All uses changed.
36001         (year): Do not reject years before 1900; they can occur with
36002         64-bit time_t.
36003         (posix_time_parse): Do not check for out-of-range components;
36004         that is now the caller's responsibility, since our checks were
36005         only approximations.
36006         (posixtime): Use mktime to check for out-of-range components,
36007         since it knows them exactly.
36008         If mktime returns (time_t) -1, check whether an error actually occurred
36009         by invoking localtime on -1.
36010         (main) [TEST_POSIXTIME]: Check for input data errors, and report
36011         posixtime failures better.
36012         Improve the test data (in comments only).
36013
36014 2003-06-02  Karl Berry  <karl@gnu.org>
36015
36016         * config/mkinstalldirs (version): new variable.
36017         (--version): new option.
36018         (usage): improve message.
36019
36020 2003-05-30  Karl Berry  <karl@gnu.org>
36021
36022         * lib/mktime.c: update from libc.
36023
36024 2003-05-30  Bruno Haible  <bruno@clisp.org>
36025
36026         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
36027         * config/config.rpath: Upgrade to gettext-0.12.1.
36028
36029 2003-05-30  Bruno Haible  <bruno@clisp.org>
36030
36031         * m4/gettext.m4: Upgrade to gettext-0.12.1.
36032         * m4/nls.m4: New file, from gettext-0.12.1.
36033         * m4/po.m4: New file, from gettext-0.12.1.
36034         * m4/progtest.m4: Upgrade to gettext-0.12.1.
36035
36036 2003-05-30  Bruno Haible  <bruno@clisp.org>
36037
36038         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
36039         * lib/localcharset.h: Likewise.
36040         * lib/localcharset.c: Likewise.
36041
36042 2003-05-29  Karl Berry  <karl@gnu.org>
36043
36044         * config/config.rpath: update from gettext.
36045
36046 2003-05-28  Paul Eggert  <eggert@twinsun.com>
36047
36048         Assume the headers required for C89 freestanding compilers.
36049         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
36050         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
36051         * m4/human.m4 (gl_HUMAN): Likewise.
36052         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
36053         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
36054         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36055         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
36056         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36057         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
36058
36059 2003-05-28  Paul Eggert  <eggert@twinsun.com>
36060
36061         Assume the headers required for C89 freestanding compilers.
36062         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
36063         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
36064         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
36065         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
36066         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
36067         define, since <limits.h> is guaranteed to do that.
36068         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
36069         * lib/exclude.c: Include <stdbool.h> unconditionally.
36070         * lib/tempname.c: Include <stddef.h> unconditionally.
36071         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
36072         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
36073         <stddef.h> does that.
36074         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
36075         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
36076         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
36077         needed.
36078         * lib/xstrtol.c: Likewise.
36079         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
36080         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
36081
36082         * lib/addext.c (addext): Use assignment rather than cast, to avoid
36083         warnings on some platforms.
36084
36085         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
36086         arbitrarily.
36087
36088 2003-05-26  Jim Meyering  <jim@meyering.net>
36089
36090         Merge in a change from coreutils:
36091         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
36092         that is guaranteed to be `no'.  Use `no_such_member' to indicate
36093         that condition, rather than `-1' which is slightly misleading.
36094         Change the name of the cache variable to have the gl_ prefix.
36095         Prompted by a patch from Richard Dawe for DJGPP.
36096
36097 2003-05-24  Karl Berry  <karl@gnu.org>
36098
36099         * config/config.guess: update from prep.
36100
36101 2003-05-22  Karl Berry  <karl@gnu.org>
36102
36103         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
36104
36105 2003-05-20  Karl Berry  <karl@gnu.org>
36106
36107         * config/config.guess: update from prep.
36108
36109 2003-05-18  Karl Berry  <karl@gnu.org>
36110
36111         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
36112         might actually be set by the user.
36113
36114         * config/depcomp, install-sh, mdate-sh: update from automake.
36115
36116 2003-05-17  Bruno Haible  <bruno@clisp.org>
36117
36118         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
36119         invalid expansion for AC_EGREP_CPP.
36120         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
36121         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
36122         Suggested by Akim Demaille <akim@epita.fr> in
36123         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
36124
36125 2003-05-12  Jim Meyering  <jim@meyering.net>
36126
36127         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
36128         the space-padded-by-default conversion specifiers, %e, %k, %l.
36129
36130 2003-05-12  Bruno Haible  <bruno@clisp.org>
36131
36132         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
36133         the string is longer than 4 KB.
36134
36135 2003-05-11  Karl Berry  <karl@gnu.org>
36136
36137         * config/config.{guess,sub}: update from prep.
36138
36139 2003-05-09  Bruno Haible  <bruno@clisp.org>
36140
36141         * modules/error: Add m4/strerror_r.m4 to file list.
36142
36143 2003-05-03  Bruno Haible  <bruno@clisp.org>
36144
36145         Upgrade to Unicode-4.0.
36146         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
36147         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
36148         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
36149         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
36150         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
36151         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
36152         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
36153         Change width of U+E0100..U+E01EF from 1 to 0.
36154
36155 2003-04-25  Jim Meyering  <jim@meyering.net>
36156
36157         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
36158         of type size_t, not int.
36159
36160 2003-04-25  Bruno Haible  <bruno@clisp.org>
36161
36162         * lib/copy-file.c: Include <stddef.h>, for size_t.
36163
36164 2003-04-21  Paul Eggert  <eggert@twinsun.com>
36165
36166         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
36167         code which expansion is under static control.  Patch imported from
36168         Akim Demaille's patch to Bison; see
36169         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
36170
36171 2003-04-14  Bruno Haible  <bruno@clisp.org>
36172
36173         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
36174
36175 2003-04-11  Jim Meyering  <jim@meyering.net>
36176
36177         Merge changes from Coreutils.
36178
36179         2003-03-22  Jim Meyering  <jim@meyering.net>
36180
36181         * lib/strftime.c (widen): Cast alloca return value to proper type.
36182
36183         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
36184
36185         From GNU libc.
36186         * lib/strftime.c (my_strftime): Handle very large width
36187         specifications for numeric values correctly.  Improve checks for
36188         overflow.
36189
36190         2003-01-19  Jim Meyering  <jim@meyering.net>
36191
36192         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
36193         definitions.
36194         (nl_get_alt_digit) [! defined my_strftime]: Define.
36195         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
36196         _nl_get_alt_digit and _nl_get_walt_digit.
36197
36198         * lib/strftime.c (my_strftime): Merge in locale-related changes from
36199         libc. These changes have no effect outside of _LIBC.
36200
36201 2003-04-10  Bruno Haible  <bruno@clisp.org>
36202
36203         * modules/findprog: New file.
36204         * MODULES.html.sh (func_all_modules): Add it.
36205
36206 2003-04-10  Bruno Haible  <bruno@clisp.org>
36207
36208         * m4/findprog.m4: New file.
36209         * m4/eaccess.m4: New file.
36210
36211 2003-04-10  Bruno Haible  <bruno@clisp.org>
36212
36213         * lib/findprog.h: New file, from GNU gettext.
36214         * lib/findprog.c: New file, from GNU gettext.
36215
36216 2003-04-05  Jim Meyering  <jim@meyering.net>
36217
36218         Merge changes from Coreutils.
36219
36220         * lib/exclude.h (PARAMS): Remove definition and uses.
36221         * lib/exclude.c: Remove uses of `PARAMS'.
36222
36223         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
36224         Add test-cases for DOS filenames. Declare program_name.
36225         (main): Set up program_name.  Patch by Rich Dawe.
36226
36227         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
36228         error from mntctl.
36229         Use mntctl's return value to drive the entry-processing loop, since
36230         we can't rely on the value of the vmt_length member in the last
36231         entry.  On some systems doing so could result in exhausting
36232         virtual memory.  Based in part on a patch from Mike Jetzer.
36233
36234 2003-04-04  Bruno Haible  <bruno@clisp.org>
36235
36236         * modules/linebreak: New file.
36237         * MODULES.html.sh (func_all_modules): Add it.
36238
36239 2003-04-04  Bruno Haible  <bruno@clisp.org>
36240
36241         * m4/linebreak.m4: New file.
36242
36243 2003-04-04  Bruno Haible  <bruno@clisp.org>
36244
36245         * lib/linebreak.h: New file, from GNU gettext.
36246         * lib/linebreak.c: New file, from GNU gettext with slight
36247         modifications.
36248         * lib/lbrkprop.h: New file, from GNU gettext.
36249
36250 2003-04-03  Bruno Haible  <bruno@clisp.org>
36251
36252         * modules/utf8-ucs4: New file.
36253         * modules/utf16-ucs4: New file.
36254         * modules/ucs4-utf8: New file.
36255         * modules/ucs4-utf16: New file.
36256         * MODULES.html.sh (func_all_modules): Add them.
36257
36258 2003-04-03  Bruno Haible  <bruno@clisp.org>
36259
36260         * m4/utf-ucs4.m4: New file.
36261         * m4/ucs4-utf.m4: New file.
36262
36263 2003-04-03  Bruno Haible  <bruno@clisp.org>
36264
36265         * lib/utf8-ucs4.h: New file, from GNU gettext.
36266         * lib/utf16-ucs4.h: New file, from GNU gettext.
36267         * lib/ucs4-utf8.h: New file, from GNU gettext.
36268         * lib/ucs4-utf16.h: New file, from GNU gettext.
36269
36270 2003-04-02  Bruno Haible  <bruno@clisp.org>
36271
36272         * modules/binary-io: New file.
36273         * MODULES.html.sh (func_all_modules): Add it.
36274
36275 2003-04-02  Bruno Haible  <bruno@clisp.org>
36276
36277         * lib/binary-io.h: New file, from GNU gettext.
36278
36279 2003-04-01  Bruno Haible  <bruno@clisp.org>
36280
36281         * modules/pathname: New file.
36282         * MODULES.html.sh (func_all_modules): Add it.
36283
36284 2003-04-01  Bruno Haible  <bruno@clisp.org>
36285
36286         * lib/pathname.h: New file, from GNU gettext.
36287         * lib/concatpath.c: New file, from GNU gettext.
36288
36289 2003-03-30  Bruno Haible  <bruno@clisp.org>
36290
36291         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
36292
36293 2003-03-30  Bruno Haible  <bruno@clisp.org>
36294
36295         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
36296         function chown() doesn't exist.
36297
36298 2003-03-28  Bruno Haible  <bruno@clisp.org>
36299
36300         * modules/copy-file: New file.
36301         * MODULES.html.sh (func_all_modules): Add it.
36302
36303 2003-03-28  Bruno Haible  <bruno@clisp.org>
36304
36305         * m4/copy-file.m4: New file.
36306
36307 2003-03-28  Bruno Haible  <bruno@clisp.org>
36308
36309         * lib/copy-file.h: New file, from GNU gettext.
36310         * lib/copy-file.c: New file, from GNU gettext.
36311
36312 2003-03-18  Jim Meyering  <jim@meyering.net>
36313
36314         * lib/quote.c (quote_n): Fix typo in comment.
36315
36316 2003-03-18  Bruno Haible  <bruno@clisp.org>
36317
36318         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
36319         checking.
36320         * m4/onceonly_2_57.m4: Likewise.
36321
36322 2003-03-17  Bruno Haible  <bruno@clisp.org>
36323
36324         * m4/onceonly.m4: Require autoconf 2.54 or newer.
36325         (m4_quote): Remove macro.
36326         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
36327
36328 2003-03-14  Jim Meyering  <jim@meyering.net>
36329
36330         Merge changes from Coreutils.
36331         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
36332         to be const, in order to avoid warnings.
36333         (obstack_room): Likewise.
36334         (obstack_empty_p): Likewise.
36335
36336 2003-03-14  Bruno Haible  <bruno@clisp.org>
36337
36338         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
36339         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
36340
36341 2003-03-13  Paul Eggert  <eggert@twinsun.com>
36342
36343         Merge changes from Bison.
36344         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
36345         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
36346         when compiling Bison 1.875's `bitset bset = obstack_alloc
36347         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
36348         * lib/hash.c: Include <stdbool.h> unconditionally.
36349
36350 2003-03-13  Paul Eggert  <eggert@twinsun.com>
36351
36352         * m4/onceonly.m4 (m4_quote): New macro.
36353         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
36354         Quote AC_FOREACH variable-expansions properly.
36355
36356 2003-03-13  Paul Eggert  <eggert@twinsun.com>
36357
36358         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
36359
36360 2003-03-09  Paul Eggert  <eggert@twinsun.com>
36361
36362         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
36363         Reported by Bruce Becker; see:
36364         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
36365
36366 2003-03-03  Paul Eggert  <eggert@twinsun.com>
36367             Bruno Haible  <bruno@clisp.org>
36368
36369         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
36370         Reported by John Hughes, see
36371         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
36372
36373 2003-02-20  Bruno Haible  <bruno@clisp.org>
36374
36375         * MODULES.html.sh (func_all_modules): Add poll.
36376
36377 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
36378
36379         * modules/poll: New file.
36380
36381 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
36382
36383         * lib/poll_.h: New file.
36384         * lib/poll.c: New file.
36385
36386 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
36387
36388         * m4/poll.m4: New file.
36389
36390 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
36391
36392         * modules/mathl: New file.
36393
36394 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
36395
36396         * lib/mathl.h: New file.
36397         * lib/acosl.c: New file.
36398         * lib/asinl.c: New file.
36399         * lib/atanl.c: New file.
36400         * lib/ceill.c: New file.
36401         * lib/cosl.c: New file.
36402         * lib/expl.c: New file.
36403         * lib/floorl.c: New file.
36404         * lib/frexpl.c: New file.
36405         * lib/ldexpl.c: New file.
36406         * lib/logl.c: New file.
36407         * lib/sincosl.c: New file.
36408         * lib/sinl.c: New file.
36409         * lib/sqrtl.c: New file.
36410         * lib/tanl.c: New file.
36411         * lib/trigl.c: New file.
36412         * lib/trigl.h: New file.
36413
36414 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
36415
36416         * m4/mathl.m4: New file.
36417
36418 2003-02-18  Bruno Haible  <bruno@clisp.org>
36419
36420         * MODULES.html.sh (func_all_modules): Add mathl.
36421
36422 2003-02-17  Bruno Haible  <bruno@clisp.org>
36423
36424         * modules/mkdtemp: New module.
36425         * MODULES.html.sh (func_all_modules): Add it.
36426
36427 2003-02-17  Bruno Haible  <bruno@clisp.org>
36428
36429         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
36430
36431 2003-02-17  Bruno Haible  <bruno@clisp.org>
36432
36433         * lib/mkdtemp.h: New file, from GNU gettext.
36434         * lib/mkdtemp.c: New file, from GNU gettext.
36435
36436 2003-02-02  Jim Meyering  <jim@meyering.net>
36437
36438         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
36439         e.g. glibc-2.2.93.
36440
36441 2003-01-31  Bruno Haible  <bruno@clisp.org>
36442
36443         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
36444         'rpl_rename'.
36445         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
36446         'rpl_strnlen'.
36447         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
36448         'rpl_strtod'.
36449         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
36450         'rpl_utime'.
36451
36452 2003-01-31  Bruno Haible  <bruno@clisp.org>
36453
36454         * lib/rename.c: #undef rename before defining rpl_rename.
36455         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
36456
36457 2003-01-30  Bruno Haible  <bruno@clisp.org>
36458
36459         * modules/vasnprintf, modules/vasprintf: New modules.
36460         * MODULES.html.sh (func_all_modules): Add them.
36461
36462 2003-01-30  Bruno Haible  <bruno@clisp.org>
36463
36464         * m4/signed.m4: New file, from GNU gettext.
36465         * m4/longdouble.m4: New file, from GNU gettext.
36466         * m4/wchar_t.m4: New file, from GNU gettext.
36467         * m4/wint_t.m4: New file, from GNU gettext.
36468         * m4/vasnprintf.m4: New file.
36469         * m4/vasprintf.m4: New file.
36470
36471 2003-01-30  Bruno Haible  <bruno@clisp.org>
36472
36473         * lib/printf-args.h: New file, from GNU gettext.
36474         * lib/printf-args.c: New file, from GNU gettext.
36475         * lib/printf-parse.h: New file, from GNU gettext.
36476         * lib/printf-parse.c: New file, from GNU gettext.
36477         * lib/vasnprintf.h: New file, from GNU gettext.
36478         * lib/vasnprintf.c: New file, from GNU gettext.
36479         * lib/asnprintf.c: New file, from GNU gettext.
36480         * lib/vasprintf.h: New file, from GNU gettext with modifications.
36481         * lib/vasprintf.c: New file, from GNU gettext.
36482         * lib/asprintf.c: New file, from GNU gettext.
36483
36484 2003-01-29  Bruno Haible  <bruno@clisp.org>
36485
36486         * modules/stpncpy: New module.
36487         * MODULES.html.sh (func_all_modules): Add it.
36488
36489 2003-01-29  Bruno Haible  <bruno@clisp.org>
36490
36491         * m4/stpncpy.m4: New file.
36492
36493 2003-01-29  Bruno Haible  <bruno@clisp.org>
36494
36495         * lib/stpncpy.h: New file, from GNU gettext with modifications.
36496         * lib/stpncpy.c: New file, from GNU gettext with modifications.
36497
36498 2003-01-28  Bruno Haible  <bruno@clisp.org>
36499
36500         * modules/c-ctype: New module.
36501         * MODULES.html.sh (func_all_modules): Add it.
36502
36503 2003-01-28  Bruno Haible  <bruno@clisp.org>
36504
36505         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
36506         Paul Eggert.
36507         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
36508         Paul Eggert.
36509
36510 2003-01-27  Bruno Haible  <bruno@clisp.org>
36511
36512         * modules/xsetenv: New module.
36513         * MODULES.html.sh (func_all_modules): Add it.
36514
36515 2003-01-27  Bruno Haible  <bruno@clisp.org>
36516
36517         * lib/xsetenv.h: New file, from GNU gettext.
36518         * lib/xsetenv.c: New file, from GNU gettext.
36519
36520 2003-01-23  Jim Meyering  <jim@meyering.net>
36521
36522         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
36523         from working on systems without dirfd (at least Irix and OSF1/Tru64).
36524
36525 2003-01-23  Bruno Haible  <bruno@clisp.org>
36526
36527         * modules/minmax: New module.
36528         * MODULES.html.sh (func_all_modules): Add it.
36529
36530 2003-01-23  Bruno Haible  <bruno@clisp.org>
36531
36532         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
36533         Eggert.
36534
36535 2003-01-22  Bruno Haible  <bruno@clisp.org>
36536
36537         * modules/exit: New module.
36538         * MODULES.html.sh (func_all_modules): Add it.
36539
36540 2003-01-22  Bruno Haible  <bruno@clisp.org>
36541
36542         * lib/exit.h: New file, from GNU gettext.
36543
36544 2003-01-19  Bruno Haible  <bruno@clisp.org>
36545
36546         * gnulib-tool: Recognize option --extract-maintainer.
36547         (func_get_maintainer): New function.
36548         * modules/*: Add Maintainer entry.
36549
36550 2003-01-16  Jim Meyering  <jim@meyering.net>
36551
36552         * m4/regex.m4: The `regex' struct is both input and output.
36553         Initialize it before each use.  Patch by Tim Waugh.
36554
36555 2003-01-16  Bruno Haible  <bruno@clisp.org>
36556
36557         * MODULES.html.sh: Add a table of contents. Add the module name as
36558         leftmost column. Add hyperlinks.
36559
36560 2003-01-15  Bruno Haible  <bruno@clisp.org>
36561
36562         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
36563
36564 2003-01-15  Bruno Haible  <bruno@clisp.org>
36565
36566         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
36567         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
36568         suffix.
36569
36570 2003-01-15  Bruno Haible  <bruno@clisp.org>
36571
36572         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
36573
36574 2003-01-15  Bruno Haible  <bruno@clisp.org>
36575
36576         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
36577         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
36578
36579 2003-01-14  Jim Meyering  <jim@meyering.net>
36580
36581         * lib/same.c (same_name): Tweak a comment.
36582
36583 2003-01-14  Bruno Haible  <bruno@clisp.org>
36584
36585         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
36586         when a string comparison is sufficient.
36587
36588 2003-01-14  Bruno Haible  <bruno@clisp.org>
36589
36590         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
36591         'unsigned int'.
36592
36593 2003-01-14  Bruno Haible  <bruno@clisp.org>
36594
36595         * lib/hash-pjw.c: Add comment about low quality of this function.
36596
36597 2003-01-13  Bruno Haible  <bruno@clisp.org>
36598
36599         * modules/stpcpy: Distribute lib/stpcpy.h.
36600         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
36601
36602 2003-01-13  Bruno Haible  <bruno@clisp.org>
36603
36604         * modules/*: Add a description.
36605         * modules/strpbrk: Fix Makefile.am snippet.
36606         * modules/strtoimax: Fix dependencies.
36607         * modules/strtoumax: Likewise.
36608
36609 2003-01-13  Bruno Haible  <bruno@clisp.org>
36610
36611         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
36612         * modules/alloca (Makefile.am): All object files depend on alloca.h.
36613         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
36614
36615 2003-01-13  Bruno Haible  <bruno@clisp.org>
36616
36617         * gnulib-tool (func_create_testdir): Store config/* files in the main
36618         directory.
36619         * config.rpath: Move to ...
36620         * config/config.rpath: ... here.
36621         * modules/gettext: Contains config/config.rpath, not config.rpath.
36622         * modules/iconv: Likewise.
36623
36624 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36625
36626         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36627         to avoid collisions with libcurses and libreadline.
36628
36629         * m4/getstr.m4: Remove.
36630         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
36631
36632 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36633
36634         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36635         to avoid collisions with libcurses and libreadline.
36636
36637         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
36638         * lib/getstr.h, getstr.c: Remove.
36639         * lib/getline.c: Include "getline.h", to check interface.
36640         Move body of old getstr.c here: this defines MIN_CHUNK and
36641         declares getdelim2, which is renamed from getstr.
36642         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
36643
36644         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
36645         All uses changed.
36646         * lib/linebuffer.h: Likewise.
36647         (readline): Remove backward-compatibility macro.
36648
36649 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36650
36651         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36652         to avoid collisions with libcurses and libreadline.
36653         * getstr: Remove.
36654         * MODULES.html.sh: Remove getstr.
36655         * modules/getline: Depend on unlocked-io, not getstr.
36656
36657 2003-01-12  Jim Meyering  <jim@meyering.net>
36658
36659         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
36660
36661 2003-01-10  Bruno Haible  <bruno@clisp.org>
36662
36663         * modules/alloca: Change Makefile.am requirements. Simplify Include
36664         requirements. Add lib/alloca_.h to file list.
36665
36666 2003-01-10  Bruno Haible  <bruno@clisp.org>
36667
36668         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
36669
36670 2003-01-10  Bruno Haible  <bruno@clisp.org>
36671
36672         * lib/alloca_.h: New file.
36673         * lib/getdate.y: Unconditionally include alloca.h.
36674         * lib/makepath.c: Likewise.
36675         * lib/setenv.c: Likewise.
36676         * lib/userspec.c: Likewise.
36677
36678 2003-01-09  Karl Berry  <karl@gnu.org>
36679
36680         * MODULES.html.sh: include `dirname $0` in PATH, to find
36681         gnulib-tool.
36682
36683 2003-01-09  Bruno Haible  <bruno@clisp.org>
36684
36685         * modules/stdbool: Change configure.ac, Makefile.am requirements.
36686         Simplify Include requirements. Add lib/stdbool.h.in to file list.
36687
36688 2003-01-09  Bruno Haible  <bruno@clisp.org>
36689
36690         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
36691
36692 2003-01-09  Bruno Haible  <bruno@clisp.org>
36693
36694         * lib/stdbool.h.in: New file.
36695
36696 2003-01-09  Bruno Haible  <bruno@clisp.org>
36697
36698         * gnulib-tool (func_all_modules): Ignore files ending in ~.
36699         * MODULES.html.sh: Likewise.
36700
36701 2003-01-08  Jim Meyering  <jim@meyering.net>
36702
36703         * lib/full-write.c: Undefine and define-away `const' after inclusion
36704         of errno.h, not before.  Suggestion from Bruno Haible.
36705
36706 2003-01-08  Bruno Haible  <bruno@clisp.org>
36707
36708         * modules/full-read: Depend on full-write.
36709
36710 2003-01-08  Bruno Haible  <bruno@clisp.org>
36711
36712         * lib/safe-read.c: Include specification header first, to ensure its
36713         selfcontainedness.
36714         * lib/full-write.c: Likewise.
36715
36716 2003-01-07  Jim Meyering  <jim@meyering.net>
36717
36718         * lib/full-write.c: Rework so that it may serve to define full_read,
36719         too.
36720         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
36721
36722 2003-01-07  Bruno Haible  <bruno@clisp.org>
36723
36724         * lib/strtoimax.c: Include <stdint.h> as an alternative to
36725         <inttypes.h>.
36726         * lib/xstrtol.h: Likewise.
36727         * lib/xstrtoimax.c: Likewise.
36728         * lib/xstrtoumax.c: Likewise.
36729         * lib/human.h: Likewise.
36730
36731         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
36732         on systems that have <inttypes.h> but not <stdint.h>.
36733
36734 2003-01-07  Bruno Haible  <bruno@clisp.org>
36735
36736         * MODULES.html.sh: Add copyright notice.
36737         (missed_files): Omit CVS directory entries.
36738         (func_module): Make it work with sed-3.02.
36739         * MODULES.txt: Remove file.
36740
36741 2003-01-06  Jim Meyering  <jim@meyering.net>
36742
36743         * lib/version-etc.c: Update year in translatable copyright string.
36744
36745 2003-01-03  Karl Berry  <karl@gnu.org>
36746
36747         * config/config.{guess,sub}: update from prep.
36748
36749 2003-01-02  Karl Berry  <karl@gnu.org>
36750
36751         * doc/COPYING.DOC: belatedly updated to 1.2.
36752
36753 2003-01-01  Karl Berry  <karl@gnu.org>
36754
36755         * gnulib-tool (func_verify_module): report module name $module in
36756         error message, not $1.
36757         * gnulib-tool (create-testdir): don't complain if destdir couldn't
36758         be created, only if it doesn't exist.
36759         * gnulib-tool (last_checkin_date): don't expand the $Date here.
36760
36761 2002-12-31  Paul Eggert  <eggert@twinsun.com>
36762
36763         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
36764
36765 2002-12-31  Paul Eggert  <eggert@twinsun.com>
36766
36767         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
36768         memcmp if strcoll doesn't work.
36769
36770 2002-12-31  Bruno Haible  <bruno@clisp.org>
36771
36772         * lib/utime.c (utime_null): No need to call ftruncate if the file was
36773         nonempty.
36774
36775 2002-12-31  Bruno Haible  <bruno@clisp.org>
36776
36777         * lib/memcoll.c (STRCOLL): New macro.
36778         (memcoll): Use it.
36779
36780 2002-12-31  Bruno Haible  <bruno@clisp.org>
36781
36782         * lib/localcharset.h: New file.
36783         * lib/localcharset.c: Include it.
36784         * lib/unicodeio.c: Likewise.
36785
36786 2002-12-31  Bruno Haible  <bruno@clisp.org>
36787
36788         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
36789         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
36790
36791 2002-12-31  Bruno Haible  <bruno@clisp.org>
36792
36793         * lib/getline.h: Include <stddef.h>, for size_t.
36794
36795         * lib/unicodeio.h: Include <stddef.h>, for size_t.
36796         * lib/unicodeio.c: Don't include <stddef.h>.
36797
36798 2002-12-31  Bruno Haible  <bruno@clisp.org>
36799
36800         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
36801         HAVE_TM_ZONE.
36802
36803 2002-12-24  Karl Berry  <karl@gnu.org>
36804
36805         * config/config.guess: update from prep.
36806
36807 2002-12-24  Bruno Haible  <bruno@clisp.org>
36808
36809         General infrasructure.
36810         * m4/README: Rewritten.
36811         * m4/onceonly.m4: New file.
36812         * m4/onceonly_2_57.m4: New file.
36813
36814         Module atexit.
36815         * m4/atexit.m4: New file.
36816
36817         Module strtod.
36818         * m4/strtod.m4: New file.
36819
36820         Module strtol.
36821         * m4/strtol.m4: New file.
36822
36823         Module strtoul.
36824         * m4/strtoul.m4: New file.
36825
36826         Module memchr.
36827         * m4/memchr.m4: New file.
36828
36829         Module memcmp.
36830         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
36831         (jm_FUNC_MEMCMP): Invoke it.
36832
36833         Module memcpy.
36834         * m4/memcpy.m4: New file.
36835
36836         Module memmove.
36837         * m4/memmove.m4: New file.
36838
36839         Module memset.
36840         * m4/memset.m4: New file.
36841
36842         Module strcspn.
36843         * m4/strcspn.m4: New file.
36844
36845         Module strpbrk.
36846         * m4/strpbrk.m4: New file.
36847
36848         Module strstr.
36849         * m4/strstr.m4: New file.
36850
36851         Module strerror.
36852         * m4/strerror.m4: New file.
36853
36854         Module mktime.
36855         * m4/mktime.m4: Renamed from jm-mktime.m4.
36856         (gl_PREREQ_MKTIME): New macro.
36857         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
36858
36859         Module malloc.
36860         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
36861         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
36862         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
36863
36864         Module realloc.
36865         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
36866         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
36867         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
36868
36869         Module strftime.
36870         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
36871         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
36872         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
36873         gl_TM_GMTOFF.
36874         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
36875
36876         Module xalloc.
36877         * m4/xalloc.m4: New file.
36878
36879         Module alloca.
36880         * m4/alloca.m4: New file.
36881
36882         Module putenv.
36883         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
36884         (jm_FUNC_PUTENV): Invoke it.
36885
36886         Module setenv.
36887         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
36888         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
36889         when invoked twice.
36890         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
36891         gt_FUNC_SETENV.
36892
36893         Module memrchr.
36894         * m4/memrchr.m4: New file.
36895
36896         Module stpcpy.
36897         * m4/stpcpy.m4: New file.
36898
36899         Module strcase.
36900         * m4/strcase.m4: New file.
36901
36902         Module strdup.
36903         * m4/strdup.m4: New file.
36904
36905         Module strnlen.
36906         * m4/strnlen.m4: New file.
36907
36908         Module strndup.
36909         * m4/strndup.m4: New file.
36910
36911         Module xstrtod.
36912         * m4/xstrtod.m4: New file.
36913
36914         Module xstrtol.
36915         * m4/xstrtol.m4: New file.
36916
36917         Module getdate.
36918         * m4/getdate.m4: New file.
36919
36920         Module unlocked-io.
36921         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
36922         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
36923         * m4/jm-glibc-io.m4n: Remove file.
36924
36925         Module long-options.
36926         * m4/long-options.m4: New file.
36927
36928         Module md5.
36929         * m4/md5.m4: New file.
36930
36931         Module sha.
36932         * m4/sha.m4: New file.
36933
36934         Module getstr.
36935         * m4/getstr.m4: New file.
36936
36937         Module getline.
36938         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
36939         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
36940         <sys/types.h>, for size_t. Use the function name gnu_getline, not
36941         simply getline. Infoke gl_PREREQ_GETLINE.
36942
36943         Module obstack.
36944         * m4/obstack.m4: New file.
36945
36946         Module hash.
36947         * m4/hash.m4: New file.
36948
36949         Module readtokens.
36950         * m4/readtokens.m4: New file.
36951
36952         Module strverscmp.
36953         * m4/strverscmp.m4: New file.
36954
36955         Module stdbool.
36956         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
36957         OSF/1.
36958
36959         Module strtoll.
36960         * m4/strtoll.m4: New file.
36961
36962         Module strtoull.
36963         * m4/strtoull.m4: New file.
36964
36965         Module strtoimax.
36966         * m4/strtoimax.m4: New file.
36967
36968         Module strtoumax.
36969         * m4/strtoumax.m4: New file.
36970
36971         Module xstrtoimax.
36972         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
36973         jm_AC_PREREQ_XSTRTOIMAX.
36974         Moved the strtol prerequisites to strtol.m4.
36975         Moved the strtoll prerequisites to strtoll.m4.
36976         Moved the strtoimax prerequisites to strtoimax.m4.
36977
36978         Module xstrtoumax.
36979         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
36980         jm_AC_PREREQ_XSTRTOUMAX.
36981         Moved the strtoul prerequisites to strtoul.m4.
36982         Moved the strtoull prerequisites to strtoull.m4.
36983         Moved the strtoumax prerequisites to strtoumax.m4.
36984
36985         Module chown.
36986         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
36987         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
36988
36989         Module dup2.
36990         * m4/dup2.m4: New file.
36991
36992         Module ftruncate.
36993         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
36994         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
36995
36996         Module getgroups.
36997         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
36998         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
36999
37000         Module gettimeofday.
37001         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
37002         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
37003         gl_PREREQ_GETTIMEOFDAY.
37004
37005         Module mkdir.
37006         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
37007         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
37008
37009         Module mkstemp.
37010         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
37011         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
37012         jm_AC_TYPE_UINTMAX_T.
37013         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
37014
37015         Module stat.
37016         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
37017         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
37018
37019         Module lstat.
37020         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
37021         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
37022
37023         Module timespec.
37024         * m4/timespec.m4 (gl_TIMESPEC): New macro.
37025         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
37026         * m4/st_mtim.m4: Indentation.
37027
37028         Module nanosleep.
37029         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
37030         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
37031         gl_PREREQ_NANOSLEEP.
37032
37033         Module regex.
37034         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
37035         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
37036         (gl_REGEX): New macro.
37037
37038         Module rename.
37039         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
37040         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
37041
37042         Module rmdir.
37043         * m4/rmdir.m4: New file.
37044
37045         Module utime.
37046         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
37047         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
37048         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
37049
37050         Module dirname.
37051         * m4/dirname.m4: New file.
37052
37053         Module getopt.
37054         * m4/getopt.m4: New file.
37055
37056         Module unistd-safer.
37057         * m4/unistd-safer.m4: New file.
37058
37059         Module fnmatch.
37060         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
37061         declaration.
37062         (gl_PREREQ_FNMATCH_EXTRA): New macro.
37063         (gl_FUNC_FNMATCH_POSIX): New macro.
37064         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
37065         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
37066         simply fnmatch.
37067
37068         Module exclude.
37069         * m4/exclude.m4: New file.
37070
37071         Module human.
37072         * m4/human.m4: New file.
37073
37074         Module acl.
37075         * m4/acl.m4: Nop.
37076
37077         Module backupfile.
37078         * m4/backupfile.m4: New file.
37079         * m4/d-ino.m4: Indentation.
37080
37081         Module fsusage.
37082         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
37083         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
37084         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
37085
37086         Module dirfd.
37087         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
37088         requirements.
37089
37090         Module euidaccess.
37091         * m4/euidaccess.m4: New file.
37092
37093         Module file-type.
37094         * m4/file-type.m4: New file.
37095
37096         Module fileblocks.
37097         * m4/fileblocks.m4: New file.
37098
37099         Module filemode.
37100         * m4/filemode.m4: New file.
37101
37102         Module isdir.
37103         * m4/isdir.m4: New file.
37104
37105         Module lchown.
37106         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
37107         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
37108
37109         Module makepath.
37110         * m4/makepath.m4: New file.
37111
37112         Module modechange.
37113         * m4/modechange.m4: New file.
37114
37115         Module mountlist.
37116         * m4/mountlist.m4: New file.
37117         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
37118         Indentation.
37119
37120         Module path-concat.
37121         * m4/path-concat.m4: New file.
37122
37123         Module pathmax.
37124         * m4/pathmax.m4: New file.
37125
37126         Module same.
37127         * m4/same.m4: New file.
37128
37129         Module save-cwd.
37130         * m4/save-cwd.m4: New file.
37131
37132         Module savedir.
37133         * m4/savedir.m4: New file.
37134
37135         Module xgetcwd.
37136         * m4/xgetcwd.m4: New file.
37137         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
37138
37139         Module xreadlink.
37140         * m4/xreadlink.m4: New file.
37141
37142         Module safe-read.
37143         * m4/safe-read.m4: New file.
37144
37145         Module safe-write.
37146         * m4/safe-write.m4: New file.
37147
37148         Module closeout.
37149         * m4/closeout.m4: New file.
37150
37151         Module stdio-safer.
37152         * m4/stdio-safer.m4: New file.
37153
37154         Module getpass.
37155         * m4/getpass.m4: New file.
37156
37157         Module getugroups.
37158         * m4/getugroups.m4: New file.
37159
37160         Module group-member.
37161         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
37162         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
37163
37164         Module idcache.
37165         * m4/idcache.m4: New file.
37166
37167         Module userspec.
37168         * m4/userspec.m4: New file.
37169
37170         Module gettime.
37171         * m4/clock_time.m4: New file.
37172         * m4/gettime.m4: New file.
37173
37174         Module settime.
37175         * m4/settime.m4: New file.
37176
37177         Module posixtm.
37178         * m4/posixtm.m4: New file.
37179
37180         Module gethostname.
37181         * m4/gethostname.m4: New file.
37182
37183         Module canon-host.
37184         * m4/canon-host.m4: New file.
37185
37186         Module gettext.
37187         * m4/codeset.m4: New file, from gettext-0.11.5.
37188         * m4/gettext.m4: New file, from gettext-0.11.5.
37189         * m4/glibc21.m4: New file, from gettext-0.11.5.
37190         * m4/iconv.m4: New file, from gettext-0.11.5.
37191         * m4/intdiv0.m4: New file, from gettext-0.11.5.
37192         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
37193         * m4/inttypes.m4: New file, from gettext-0.11.5.
37194         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
37195         * m4/isc-posix.m4: New file, from gettext-0.11.5.
37196         * m4/lcmessage.m4: New file, from gettext-0.11.5.
37197         * m4/lib-ld.m4: New file, from gettext-0.11.5.
37198         * m4/lib-link.m4: New file, from gettext-0.11.5.
37199         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
37200         * m4/progtest.m4: New file, from gettext-0.11.5.
37201         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
37202         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
37203         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
37204
37205         Module localcharset.
37206         * m4/localcharset.m4: New file.
37207
37208         Module hard-locale.
37209         * m4/hard-locale.m4: New file.
37210
37211         Module mbswidth.
37212         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
37213         onceonly macros.
37214         * m4/mbrtowc.m4: Add comment.
37215
37216         Module memcasecmp.
37217         * m4/memcasecmp.m4: New file.
37218
37219         Module memcoll.
37220         * m4/memcoll.m4: New file.
37221
37222         Module unicodeio.
37223         * m4/unicodeio.m4: New file.
37224
37225         Module rpmatch.
37226         * m4/rpmatch.m4: New file.
37227
37228         Module yesno.
37229         * m4/yesno.m4: New file.
37230
37231         Module exitfail.
37232         * m4/exitfail.m4: New file.
37233
37234         Module c-stack.
37235         * m4/c-stack.m4 (gl_C_STACK): New macro.
37236         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
37237
37238         Module error.
37239         * m4/error.m4 (gl_ERROR): New macro.
37240         (jm_PREREQ_ERROR): Use onceonly macros.
37241
37242         Module fatal.
37243         * m4/fatal.m4: New file.
37244
37245         Module getloadavg.
37246         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
37247         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
37248
37249         Module getpagesize.
37250         * m4/getpagesize.m4: New file.
37251
37252         Module getusershell.
37253         * m4/getusershell.m4: New file.
37254
37255         Module physmem.
37256         * m4/physmem.m4: New file.
37257
37258         Module posixver.
37259         * m4/posixver.m4: New file.
37260
37261         Module quotearg.
37262         * m4/quotearg.m4: New file.
37263
37264         Module quote.
37265         * m4/quote.m4: New file.
37266
37267         Module readutmp.
37268         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
37269
37270         Module sig2str.
37271         * m4/sig2str.m4: New file.
37272
37273         Other.
37274         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
37275         ulonglong.m4.
37276         * m4/intmax_t.m4: New file.
37277         * m4/d-type.m4: Indentation.
37278         * m4/jm-macros.m4: Update.
37279         * m4/prereq.m4 (jm_PREREQ): Update.
37280         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
37281         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
37282         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
37283         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
37284         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
37285         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
37286         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
37287         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
37288         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
37289         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
37290         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
37291         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
37292         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
37293         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
37294         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
37295         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
37296         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
37297         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
37298         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
37299
37300 2002-12-24  Bruno Haible  <bruno@clisp.org>
37301
37302         * MODULES.txt: Update according to m4/ changes.
37303
37304         Module gettext.
37305         * config.rpath: New file, from gettext-0.11.5.
37306
37307         * modules/*: New module descriptions.
37308         * gnulib-tool: New file.
37309         * MODULES.html.sh: New file.
37310
37311 2002-12-21  Karl Berry  <karl@gnu.org>
37312
37313         * doc/fdl.texi: update to version 1.2.
37314
37315 2002-12-19  Karl Berry  <karl@gnu.org>
37316
37317         * config/config.guess: update from prep.
37318
37319 2002-12-18  Bruno Haible  <bruno@clisp.org>
37320
37321         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
37322         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
37323
37324 2002-12-17  Bruno Haible  <bruno@clisp.org>
37325
37326         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
37327         stdlib.h, string.h.
37328
37329 2002-12-17  Bruno Haible  <bruno@clisp.org>
37330
37331         * lib/canon-host.c (strdup): Remove unused declaration.
37332
37333         * lib/fsusage.c: Include full_read.h.
37334         (get_fs_usage): Use full_read instead of safe_read.
37335
37336         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
37337
37338 2002-12-12  Karl Berry  <karl@gnu.org>
37339
37340         * config/config.guess: update from prep.
37341
37342 2002-12-11  Bruno Haible  <bruno@clisp.org>
37343
37344         * m4/setenv.m4: New file, from gettext-0.11.5.
37345
37346 2002-12-11  Bruno Haible  <bruno@clisp.org>
37347
37348         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
37349         not unsetenv().
37350         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
37351         modifications:
37352
37353         2002-12-11  Bruno Haible  <bruno@clisp.org>
37354
37355                 * setenv.c (alloca): Fall back to malloc.
37356                 (freea): New macro.
37357                 (setenv): Use freea() to free memory allocated with alloca().
37358
37359         2002-11-13  Bruno Haible  <bruno@clisp.org>
37360
37361                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
37362                 function declarations.
37363                 * unsetenv.c (unsetenv): Likewise.
37364
37365         2002-03-04  Bruno Haible  <bruno@clisp.org>
37366
37367                 Portability to AIX 4.3.3.
37368                 * unsetenv.c: New file, extracted from setenv.c.
37369                 * setenv.c: Move the unsetenv() function to unsetenv.c.
37370
37371         2001-12-20  Bruno Haible  <bruno@clisp.org>
37372
37373                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
37374                 use malloc instead. For SunOS 4.
37375
37376         2001-12-11  Bruno Haible  <bruno@clisp.org>
37377
37378                 * setenv.c: Declare alloca.
37379                 (compar_fn_t): New typedef.
37380                 (KNOWN_VALUE, STORE_VALUE): Use it.
37381
37382         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
37383         setenv.h.
37384
37385 2002-12-10  Paul Eggert  <eggert@twinsun.com>
37386
37387         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
37388         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
37389         Choose values that are less likely to collide with system fnmatch
37390         options.
37391         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
37392         defined (e.g., a pure POSIX system).
37393         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
37394         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
37395
37396 2002-12-06  Paul Eggert  <eggert@twinsun.com>
37397
37398         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
37399         a pain in practice to deal with generated m4 files.  This change
37400         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
37401
37402         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
37403         and jm-glibc-io.m4, as they are no longer a special case.
37404         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
37405         kludge and the auto-generation stuff.  Check only whether the
37406         functions are declared, not whether they exist, since older hosts
37407         that don't declare the functions can't use the optimization anyway.
37408
37409 2002-12-06  Jim Meyering  <jim@meyering.net>
37410
37411         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
37412
37413         Merge in changes from libc's misc/error.c, in preparation
37414         for the merge of gnulib's changes back into libc.
37415
37416         * lib/error.c (_): Define only if not already defined.
37417         Move definition to follow all #include directives.
37418         Include unlocked-io.h only if !_LIBC.
37419         [_LIBC]: Include <libio/libioP.h>.
37420         [USE_IN_LIBIO]: Include <libio/iolibio.h>
37421         (fflush): Tweak definition to use INTUSE.
37422         (putc): Define.
37423
37424 2002-12-05  Paul Eggert  <eggert@twinsun.com>
37425
37426         * lib/alloca.c [defined emacs]: Include "lisp.h".
37427         (xalloc_die) [defined emacs]: New macro.
37428         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
37429         [! defined emacs]: Include <xalloc.h>.
37430         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
37431         (pointer): Typedef to POINTER_TYPE *.
37432         (malloc): Remove decl; we now always use xmalloc.
37433         (alloca): Use old-style definition, since Emacs needs this.
37434         Check for arithmetic overflow when computing combined size.
37435
37436 2002-12-04  Paul Eggert  <eggert@twinsun.com>
37437
37438         Do not generate unlocked-io.h automatically, since it's easier to
37439         maintain it by hand.
37440
37441         * lib/unlocked-io.h: New file, from GNU diffutils,
37442         but with proper copyright notice and attribution.
37443         * lib/gen-uio: Remove.
37444         * lib/Makefile.am: Add copyright notice.
37445         (libfetish_a_SOURCES): Add unlocked-io.h.
37446         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
37447         (DISTCLEANFILES, io_functions): Remove macros.
37448         (EXTRA_DIST): Remove gen_uio.
37449         (unlocked-io.h): Remove rule.
37450
37451 2002-12-04  Jim Meyering  <jim@meyering.net>
37452
37453         Reflect the fact that stat.c and lstat.c are no longer generated.
37454         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
37455         (DISTCLEANFILES): Likewise.
37456         (EXTRA_DIST): Likewise.
37457         (all_local): Don't depend on stat.c or lstat.c.
37458         (stat.c, lstat.c): Remove rules.
37459         (EXTRA_DIST): Remove xstat.in.
37460
37461         * lib/xstat.in: Remove file.  Contents moved into stat.c.
37462         * lib/stat.c: New file.  Contents mostly from xstat.in.
37463         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
37464         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
37465
37466         * lib/safe-read.c: Rework so that it may serve to define safe_write,
37467         too.
37468         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
37469
37470 2002-12-03  Jim Meyering  <jim@meyering.net>
37471
37472         * lib/safe-read.c, safe-write.c: Change variable names and comments,
37473         but not semantics, to minimize the differences between these two files.
37474         (safe_read): Change comment to mention SAFE_READ_ERROR.
37475
37476         * lib/safe-read.c (IS_EINTR): Define.
37477         (safe_read): Use IS_EINTR in place of in-function cpp directives.
37478
37479 2002-12-02  Jim Meyering  <jim@meyering.net>
37480
37481         * lib/safe-read.c (EINTR): Define.
37482         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37483         (INT_MAX): Provide fallback.
37484         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
37485
37486         * lib/safe-read.h (SAFE_READ_ERROR): Define.
37487
37488 2002-12-02  Bruno Haible  <bruno@clisp.org>
37489
37490         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
37491         Define, taken from safe-read.c.
37492         (INT_MAX): Provide fallback.
37493         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
37494         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
37495
37496         * lib/safe-read.c (EINTR): Remove definition.
37497         (safe_read): Don't use EINTR if it is absent.
37498
37499 2002-12-01  Jim Meyering  <jim@meyering.net>
37500
37501         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
37502         zero.
37503         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
37504
37505 2002-11-27  Paul Eggert  <eggert@twinsun.com>
37506
37507         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
37508         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
37509         with `if (! (value < limit)) abort ();', for readability.
37510
37511 2002-11-26  Karl Berry  <karl@gnu.org>
37512
37513         * lib/strdup.c: copy from libc again, with jim's ok.
37514         * lib/.cppi-disable: re-add strdup.c
37515
37516 2002-11-25  Karl Berry  <karl@gnu.org>
37517
37518         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
37519         instead of "strtol.c".
37520
37521 2002-11-25  Karl Berry  <karl@gnu.org>
37522
37523         * config/install-sh: update from automake for variable quoting, $0 in
37524         error msgs, etc.
37525
37526         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
37527         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
37528         entry.
37529
37530 2002-11-25  Jim Meyering  <jim@meyering.net>
37531
37532         * lib/mktime.c: Sync from libc, now that it has the latest fix.
37533
37534 2002-11-24  Karl Berry  <karl@gnu.org>
37535
37536         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
37537         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
37538
37539 2002-11-24  Jim Meyering  <jim@meyering.net>
37540
37541         Update from coreutils:
37542
37543         * lib/mktime.c: Merge in changes from libc.
37544
37545         Avoid a link-time failure on some Linux systems.
37546         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
37547         (otherwise).
37548         (__mon_yday): Declare with the STATIC attribute.
37549         (__mktime_internal): Likewise.
37550         Based on a report from Greg Schafer.
37551
37552 2002-11-23  Jim Meyering  <jim@meyering.net>
37553
37554         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
37555         Use `unsigned', not `int', as type of index.
37556
37557         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
37558
37559         * lib/fsusage.c: Remove unneeded parentheses around operands of
37560         `defined'.
37561
37562 2002-11-22  Paul Eggert  <eggert@twinsun.com>
37563
37564         * lib/quotearg.h: Allow multiple inclusion by surrounding with
37565         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
37566         so that we can be included first.
37567         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
37568         * lib/quotearg.c: Include quotearg.h immediately after config.h.
37569         No need to include stddef.h or sys/types.h any more.
37570         Surround local include files with "", not "<>".
37571         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
37572         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
37573         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
37574         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
37575         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
37576         (ISPRINT): Remove; no longer needed now that we assume C89.
37577
37578         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
37579         Preserve errno.
37580
37581         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
37582         quotearg_char): Use SIZE_MAX rather than
37583         (size_t) -1 when we are talking about "infinity".
37584
37585         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
37586
37587 2002-11-22  Paul Eggert  <eggert@twinsun.com>
37588
37589         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
37590         hint that one should use `if (! x) abort ();' rather than `assert
37591         (x);', and anyway it's one less thing to worry about configuring.
37592         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
37593         hash_rehash, hash_insert): Use abort rather than assert.
37594
37595 2002-11-22  Bruno Haible  <bruno@clisp.org>
37596
37597         * lib/safe-read.h: Assume C89. Add comments.
37598         (safe_read): Change return type to size_t.
37599         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
37600         byte counts > SSIZE_MAX correctly.
37601         * lib/safe-write.h: New file.
37602         * lib/safe-write.c: New file.
37603         * lib/full-read.h: New file.
37604         * lib/full-read.c: New file.
37605         * lib/full-write.h: Assume C89. Add comments.
37606         * lib/full-write.c: Include safe-write.h.
37607         (full_write): Rewritten to use safe_write.
37608         Suggested by Jim Meyering and Paul Eggert.
37609
37610 2002-11-21  Jim Meyering  <jim@meyering.net>
37611
37612         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
37613
37614         Merge in changes from the coreutils.
37615
37616         2002-09-25  Paul Eggert  <eggert@twinsun.com>
37617         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
37618         <stdint.h>.
37619         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
37620         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
37621         int.  Work more efficiently if X is the same width as uintmax_t.
37622         Do not compare X to -1, to avoid bogus compiler warning.
37623         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
37624         Don't assume that f_frsize and f_bsize are the same type.
37625
37626         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
37627         warning on FreeBSD.
37628
37629         * lib/makepath.c (make_path): Restore umask *before* creating the final
37630         component.
37631         (make_path): Minor reformatting.
37632
37633         * lib/xmalloc.c: Adjust to work with new autoconf macros,
37634         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
37635         HAVE_MALLOC/HAVE_REALLOC.
37636
37637         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
37638         dummy ones.  At least on GNU/Linux systems, `auto' means something
37639         else.
37640         From Michael Stone.
37641
37642 2002-11-21  Bruno Haible  <bruno@clisp.org>
37643
37644         Remove case insensitive option matching.
37645         * lib/argmatch.h (argcasematch): Remove declaration.
37646         (ARGCASEMATCH): Remove macro.
37647         (__xargmatch_internal): Remove case_sensitive argument.
37648         (XARGMATCH): Update.
37649         (XARGCASEMATCH): Remove macro.
37650         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
37651         case_sensitive argument.
37652         (argcasematch): Remove function.
37653         (__xargmatch_internal): Remove case_sensitive argument.
37654         (main): Use XARGMATCH instead of XARGCASEMATCH.
37655
37656         * lib/xmalloc.c: Change compile-time error message. Add comment about
37657         required autoconf version.
37658
37659 2002-11-20  Paul Eggert  <eggert@twinsun.com>
37660
37661         Merge argmatch cleanups from Bison.  Assume C89.
37662
37663         * lib/argmatch.c: Include config.h here, not in argmatch.h.
37664         Include stdlib.h, for EXIT_FAILURE.
37665         Always include <string.h>, since we assume C89.
37666         (EXIT_FAILURE): Remove pre-C89 bug workaround.
37667         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
37668         Include <stddef.h> instead, since it's all we need for size_t.
37669         (PARAMS): Remove.  All uses removed.
37670         (ARRAY_CARDINALITY): Do not bother to #undef.
37671         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
37672         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
37673         Remove unnecessary parentheses.
37674         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
37675         Insert necessary parentheses.
37676         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
37677         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
37678
37679 2002-11-19  Bruno Haible  <bruno@clisp.org>
37680
37681         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
37682         * lib/mbswidth.h: Include <stddef.h>, for size_t.
37683
37684         * lib/mbswidth.h (PARAMS): Remove macro.
37685         (mbswidth, mbsnwidth): Use ANSI C function declarations.
37686         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
37687
37688         * lib/gcd.h (PARAMS): Remove macro.
37689         (gcd): Use ANSI C function declarations.
37690         * lib/gcd.c (gcd): Likewise.
37691
37692 2002-11-15  Bruno Haible  <bruno@clisp.org>
37693
37694         * lib/strcspn.c: Include <stddef.h>.
37695         (strcspn): Use ANSI C function declaration. Change return type to
37696         size_t. Use NULL.
37697         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
37698         (strpbrk): Use NULL.
37699         * lib/strpbrk.h (PARAMS): Remove macro.
37700         (strpbrk): Use ANSI C function declaration.
37701         * lib/strstr.c: Don't include <sys/types.h>.
37702         * lib/strstr.h (PARAMS): Remove macro.
37703         (strstr): Use ANSI C function declarations.
37704
37705 2002-11-14  Karl Berry  <karl@gnu.org>
37706
37707         * config/mkinstalldirs: `do' on separate line, instead of
37708         `for var; do'.
37709
37710 2002-11-06  Bruno Haible  <bruno@clisp.org>
37711
37712         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
37713         * lib/gcd.c (gcd): Likewise.
37714
37715 2002-11-05  Bruno Haible  <bruno@clisp.org>
37716
37717         * lib/gcd.h: New file, from gettext-0.11.5.
37718         * lib/gcd.c: New file, from gettext-0.11.5.
37719
37720 2002-11-05  Bruno Haible  <bruno@clisp.org>
37721
37722         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37723         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37724         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37725         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37726
37727         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
37728         <libintl.h>.
37729         * lib/makepath.c: Include gettext.h instead of <locale.h> and
37730         <libintl.h>.
37731
37732         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
37733         * lib/human.c: Include gettext.h instead of <libintl.h>.
37734         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
37735         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
37736         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
37737         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
37738         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
37739         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
37740         (textdomain): Remove definition.
37741         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
37742
37743         * lib/long-options.c: Remove include of <libintl.h> and definition of
37744         _.
37745         * lib/same.c: Remove include of <libintl.h> and definition of _.
37746
37747 2002-11-04  Owen Taylor  <otaylor@redhat.com>
37748
37749         * lib/config.charset: A few additions for Solaris.
37750
37751 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
37752
37753         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
37754         * lib/localcharset.c (locale_charset): Declare as extern "C".
37755
37756 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
37757
37758         * lib/config.charset: msdos in uk_UA uses CP1125.
37759
37760 2002-11-04  Bruno Haible  <bruno@clisp.org>
37761
37762         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
37763         * lib/strcase.h: New file, from GNU gettext-0.11.5.
37764         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
37765         * lib/strstr.h: New file, from GNU gettext-0.11.5.
37766         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
37767
37768 2002-11-04  Bruno Haible  <bruno@clisp.org>
37769
37770         * lib/localcharset.c (locale_charset): Don't return an empty string.
37771
37772 2002-11-04  Bruno Haible  <bruno@clisp.org>
37773
37774         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
37775         aliases.
37776
37777 2002-11-04  Bruno Haible  <bruno@clisp.org>
37778
37779         * lib/config.charset: Update for newest glibc. Add canonical names
37780         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
37781
37782 2002-11-04  Bruno Haible  <bruno@clisp.org>
37783
37784         * lib/config.charset: Add support for NetBSD.
37785
37786 2002-11-04  Bruno Haible  <bruno@clisp.org>
37787
37788         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
37789
37790 2002-11-01  Bruno Haible  <bruno@clisp.org>
37791
37792         * configure.in: Add AC_CONFIG_AUX_DIR call.
37793         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
37794         test/Makefile.
37795         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
37796
37797 2002-09-28  Karl Berry  <karl@gnu.org>
37798
37799         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
37800         installed automake until the next release, since changes have been
37801         made.
37802
37803 2002-09-25  Karl Berry  <karl@gnu.org>
37804
37805         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
37806         * lib/getopt*: copy from libc/posix.
37807         * lib/gettext.h: copy from gettext.
37808         * lib/.cppi-disable: add strdup.c, gettext.h.
37809
37810 2002-09-25  Karl Berry  <karl@gnu.org>
37811
37812         * config/srclist.txt: enable gettext.h check.
37813         * config/config.{guess,sub}: update from prep.
37814         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
37815                 from automake 1.6.3.
37816         See srclist*.
37817
37818 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
37819
37820         * regex.c (PATFETCH): Remove the translating fetch.
37821         (PATFETCH_RAW): Rename to PATFETCH.
37822         (set_image_of_range): New fun.
37823         (SET_RANGE_TABLE_WORK_AREA): Use it.
37824         (regex_compile): Don't translate the pattern chars so eagerly.
37825         Only do it when inserting an `exactn' bytecode or when handling
37826         a char-range.
37827         (mutually_exclusive_p): Avoid empty statement.
37828
37829 2002-07-06  Jim Meyering  <meyering@lucent.com>
37830
37831         * m4/README: Don't mention Makefile.am.in.
37832         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
37833
37834 2002-07-01  Jim Meyering  <meyering@lucent.com>
37835
37836         * lib/c-stack.c: Include sys/time.h.
37837         From Volker Borchert.
37838
37839 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37840
37841         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
37842
37843 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37844
37845         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
37846         New macro.  Use it uniformly instead of
37847         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
37848         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
37849         reported by Vin Shelton.
37850
37851 2002-06-22  Paul Eggert  <eggert@twinsun.com>
37852
37853         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
37854         Do not assume SA_SIGINFO behavior.
37855         Bug reported by Jim Meyering on NetBSD 1.5.2.
37856
37857 2002-06-22  Jim Meyering  <meyering@lucent.com>
37858
37859         * m4/c-stack.m4: New file, from diffutils-2.8.2.
37860         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
37861
37862         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
37863         now that configure.ac uses AC_GNU_SOURCE.
37864         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
37865         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
37866
37867         Update to latest tools.  Suggestions from Paul Eggert.
37868         * m4/stdbool.m4: New file, from diffutils-2.8.2.
37869         * m4/gnu-source.m4: Update from diffutils-2.8.2.
37870         * m4/fnmatch.m4: Likewise.
37871         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
37872         to AC_HEADER_STDBOOL
37873
37874 2002-06-22  Jim Meyering  <meyering@lucent.com>
37875
37876         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
37877         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
37878
37879 2002-06-22  Jim Meyering  <meyering@lucent.com>
37880
37881         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
37882
37883         * lib/exitfail.c, exitfail.h: Likewise.
37884         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
37885
37886         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
37887         of fnmatch.h.
37888         (EXTRA_DIST): Add fnmatch_loop.c.
37889         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
37890
37891         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
37892         * lib/fnmatch.c: Update from diffutils-2.8.2.
37893         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
37894         * lib/fnmatch.h: Remove file.
37895
37896 2002-06-21  Jim Meyering  <meyering@lucent.com>
37897
37898         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
37899         * m4/mbrtowc.m4: Likewise.
37900
37901         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
37902         * m4/mbswidth.m4: Reflect name change:
37903         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
37904         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37905
37906         * m4/lib-link.m4: Update from gettext-0.11.2.
37907         * m4/gettext.m4: Likewise.
37908
37909         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
37910         From Alfred M. Szmidt.
37911
37912 2002-06-18  Paul Eggert  <eggert@twinsun.com>
37913
37914         * lib/file-type.h: Report an error if neither S_ISREG nor
37915         S_IFREG is defined, instead of using a test specific to glibc
37916         2.2.  This should be safe, since POSIX requires S_ISREG and
37917         Unix Version 7 had S_IFREG.  We don't need to check for
37918         <sys/types.h> since we don't use any symbols that it defines.
37919
37920 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
37921
37922         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
37923         $@-t, so that each temporary file name is unique and valid in the first
37924         8 characters, for operation under DOS.
37925
37926 2002-06-15  Paul Eggert  <eggert@twinsun.com>
37927
37928         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
37929
37930 2002-06-15  Jim Meyering  <meyering@lucent.com>
37931
37932         Work even with DJGPP 2.03, which lacks support for symlinks.
37933         From Richard Dawe.
37934         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
37935         is defined.
37936         * lib/lchown.c (S_ISLNK): Likewise.
37937
37938 2002-06-15  Jim Meyering  <meyering@lucent.com>
37939
37940         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
37941         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
37942         have been included before this file.
37943
37944 2002-06-14  Jim Meyering  <meyering@lucent.com>
37945
37946         * lib/file-type.h: Use the version from diffutils-2.8.2.
37947         * lib/file-type.c: Likewise.
37948
37949 2002-06-07  Jim Meyering  <meyering@lucent.com>
37950
37951         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
37952         They're needed at least for NetBSD 1.5.2.
37953         ($statxfs_includes): Include those same headers.
37954         ($statxfs_includes): Include sys/vfs.h if available.
37955         ($statxfs_includes): Likewise for sys/statvfs.h.
37956         Check for the following members in both structs statfs and statvfs:
37957         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
37958
37959 2002-06-01  Jim Meyering  <meyering@lucent.com>
37960
37961         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
37962         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
37963
37964 2002-05-28  Jim Meyering  <meyering@lucent.com>
37965
37966         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
37967         Reported by Volker Borchert.
37968
37969 2002-05-27  Jim Meyering  <meyering@lucent.com>
37970
37971         Fix a problem seen only on nonconforming systems whereby ls.c's
37972         use of localtime, and then of gettimeofday would cause trouble:
37973         the localtime call used to initialize rpl_gettimeofday's save
37974         mechanism would clobber ls's current local time information so
37975         that in any long listing the first file would always be listed
37976         with date 1970-01-01.  Analysis by Volker Borchert.
37977
37978         * lib/gettimeofday.c (localtime): Undefine.
37979         (rpl_localtime): New function.
37980
37981 2002-05-27  Jim Meyering  <meyering@lucent.com>
37982
37983         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
37984         localtime.
37985
37986         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
37987         use the replacement function; it wouldn't resolve at link time.
37988         Reported by Volker Borchert.
37989
37990 2002-05-22  Jim Meyering  <meyering@lucent.com>
37991
37992         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
37993         file-type.h.
37994         * lib/file-type.h: New file.
37995         * lib/file-type.c (file_type): New file/function.  Extracted from
37996         diffutils.
37997
37998 2002-04-30  Jim Meyering  <meyering@lucent.com>
37999
38000         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
38001
38002 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38003
38004         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
38005
38006 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38007
38008         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
38009         Do not check for alloca.h (no longer used) or stdbool.h (was never
38010         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
38011
38012 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38013
38014         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
38015
38016 2002-04-29  Jim Meyering  <meyering@lucent.com>
38017
38018         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
38019         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
38020         Use AC_FUNC_STRNLEN here instead.
38021
38022         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
38023         With autoconf-2.53a, it's part of AC_PROG_CC.
38024
38025 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38026
38027         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
38028         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
38029
38030 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38031
38032         * lib/sig2str.h, lib/sig2str.c: New files.
38033         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
38034
38035 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38036
38037         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
38038         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
38039         of 127, since 64 is the largest conceivable number for ancient
38040         nonstandard hosts.
38041         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
38042
38043 2002-04-28  Jim Meyering  <meyering@lucent.com>
38044
38045         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
38046
38047 2002-04-24  Jim Meyering  <meyering@lucent.com>
38048
38049         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
38050         (jm_PREREQ): Use it.
38051
38052         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
38053         mach/mach.h fcntl.h.
38054         Check for this function: setlocale.
38055
38056 2002-04-24  Jim Meyering  <meyering@lucent.com>
38057
38058         * lib/gettext.h: New file, from Gettext.
38059         * lib/Makefile.am (INCLUDES): Remove -I../intl.
38060         (libfetish_a_SOURCES): Add gettext.h.
38061
38062 2002-04-16  Jim Meyering  <meyering@lucent.com>
38063
38064         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
38065         ut_pid, ut_id, ut_exit.
38066
38067 2002-04-16  Jim Meyering  <meyering@lucent.com>
38068
38069         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
38070         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
38071         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
38072
38073 2002-04-12  Jim Meyering  <meyering@lucent.com>
38074
38075         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
38076         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
38077         existence of the getmntinfo function.  Needed for Darwin 5.3.
38078
38079         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
38080         This is necessary at least on Darwin 5.3.
38081
38082         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
38083         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
38084         strnlen.o in the library, and that makes some versions of ranlib
38085         object.
38086
38087 2002-04-12  Jim Meyering  <meyering@lucent.com>
38088
38089         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
38090
38091 2002-04-09  Jim Meyering  <meyering@lucent.com>
38092
38093         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
38094         to be more precise.  Rather than saying we're checking whether the
38095         function `works', say what we're testing.
38096         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
38097         Reported by Bruno Haible.
38098
38099 2002-03-10  Jim Meyering  <meyering@lucent.com>
38100
38101         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
38102         Suggestion from Santiago Vila.
38103
38104 2002-03-08  Jim Meyering  <meyering@lucent.com>
38105
38106         * lib/rename.c: Mention that this wrapper is needed also on
38107         mips-dec-ultrix4.4 systems.
38108
38109 2002-03-02  Jim Meyering  <meyering@lucent.com>
38110
38111         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
38112         not HAVE_CLOCK_SETTIME.
38113
38114 2002-02-27  Paul Eggert  <eggert@twinsun.com>
38115
38116         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
38117         Check for clock_settime.
38118
38119 2002-02-27  Paul Eggert  <eggert@twinsun.com>
38120
38121         * lib/nanosleep.h: Rename to....
38122         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
38123
38124         * lib/gettime.c: New file.
38125         * lib/settime.c: New file.
38126         * lib/stime.c: Remove.
38127
38128         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
38129         timespec.h.  Remove nanosleep.h.
38130
38131 2002-02-25  Paul Eggert  <eggert@twinsun.com>
38132
38133         * m4/acl.m4: New file.
38134         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
38135         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
38136
38137 2002-02-25  Paul Eggert  <eggert@twinsun.com>
38138
38139         * lib/acl.c, lib/acl.h: New files.
38140         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
38141
38142 2002-02-24  Jim Meyering  <meyering@lucent.com>
38143
38144         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
38145         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
38146         cause trouble.  Reported by Nelson Beebe.
38147
38148 2002-02-23  Paul Eggert  <eggert@twinsun.com>
38149
38150         * lib/path-concat.c (xpath_concat): Reorder code to pacify
38151         compilers that don't know that xalloc_die never returns.
38152
38153 2002-02-20  Jim Meyering  <meyering@lucent.com>
38154
38155         * lib/getdate.c: Regenerate using bison-1.33.
38156
38157 2002-02-17  Jim Meyering  <meyering@lucent.com>
38158
38159         * config/config.guess (main): Don't use `head -1'; it's no longer
38160         portable. Use `sed 1q' instead.
38161
38162 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
38163
38164         * m4/codeset.m4: Upgrade to gettext-0.11.
38165         * m4/gettext.m4: Upgrade to gettext-0.11.
38166         * m4/glibc21.m4: Upgrade to gettext-0.11.
38167         * m4/iconv.m4: Upgrade to gettext-0.11.
38168         * m4/isc-posix.m4: Upgrade to gettext-0.11.
38169         * m4/lcmessage.m4: Upgrade to gettext-0.11.
38170         * m4/lib-ld.m4: New file, from gettext-0.11.
38171         * m4/lib-link.m4: New file, from gettext-0.11.
38172         * m4/lib-prefix.m4: New file, from gettext-0.11.
38173         * m4/progtest.m4: Upgrade to gettext-0.11.
38174
38175 2002-02-15  Paul Eggert  <eggert@twinsun.com>
38176
38177         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
38178         (jm_PREREQ): Use it.
38179
38180 2002-02-15  Paul Eggert  <eggert@twinsun.com>
38181
38182         * lib/posixver.c, lib/posixver.h: New files.
38183         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
38184
38185 2002-02-02  Paul Eggert  <eggert@twinsun.com>
38186             Bruno Haible  <bruno@clisp.org>
38187
38188         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
38189         (fwrite_success_callback): New declaration.
38190         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
38191         print_unicode_char. Call failure callback instead of error.
38192         (fwrite_success_callback): New function.
38193         (exit_failure_callback): New function.
38194         (fallback_failure_callback): New function.
38195         (print_unicode_char): Call unicode_to_mb.
38196
38197 2002-01-26  Jim Meyering  <meyering@lucent.com>
38198
38199         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
38200         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
38201
38202 2002-01-26  Jim Meyering  <meyering@lucent.com>
38203
38204         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
38205
38206 2002-01-22  Paul Eggert  <eggert@twinsun.com>
38207
38208         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
38209
38210 2002-01-22  Jim Meyering  <meyering@lucent.com>
38211
38212         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
38213         Otherwise, some versions of automake would omit the rule that makes
38214         Makefile from Makefile.in.
38215
38216 2002-01-21  Paul Eggert  <eggert@twinsun.com>
38217
38218         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
38219         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
38220         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
38221         (memcoll): Set errno to zero if there is no error.
38222
38223         * lib/quotearg.c (quotearg_buffer_restyled):
38224         Fix bug with quoting buffers containing NUL when backslashing escapes.
38225         This bug was exposed by the other changes in this patch.
38226         (quotearg_n_options): New arg ARGSIZE.
38227         All callers changed.
38228         (quoting_options_from_style): New function.
38229         (quotearg_n_style): Use it.
38230         (quotearg_n_style_mem): New function.
38231
38232         * lib/quotearg.h (quotearg_n_style_mem): New function.
38233
38234 2002-01-19  Jim Meyering  <meyering@lucent.com>
38235
38236         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
38237         Remove useless quotes: DF_PROG="df".
38238         * m4/strnlen.m4: New file.
38239
38240 2002-01-16  Paul Eggert  <eggert@twinsun.com>
38241
38242         * lib/backupfile.c (ISDIGIT): Comment fix.
38243         * lib/getdate.y (ISDIGIT): Likewise.
38244         * lib/posixtm.c (ISDIGIT, year): Likewise.
38245         * lib/strverscmp.c (ISDIGIT): Likewise.
38246         * lib/userspec.c (ISDIGIT): Likewise.
38247
38248 2002-01-16  Jim Meyering  <meyering@lucent.com>
38249
38250         * lib/getdate.y: Add three semicolons, each just before a closing
38251         brace. Bison (as of version 1.31) no longer papers over that mistake.
38252
38253 2002-01-05  Jim Meyering  <meyering@lucent.com>
38254
38255         * lib/version-etc.c (version_etc_copyright): Update copyright year.
38256
38257 2001-12-19  Paul Eggert  <eggert@twinsun.com>
38258
38259         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
38260         not silently exit merely because the output buffer happens to
38261         have nothing pending.
38262
38263 2001-12-18  Paul Eggert  <eggert@twinsun.com>
38264
38265         See the big note in ../ChangeLog.
38266         * lib/human.c (suffixes): Prefer K to k for 1024.
38267         (generate_suffix_backwards): New function.
38268         (human_readable_inexact): Use it.
38269         * lib/xstrtol.c (__xstrtol): If there is no number but there
38270         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
38271         Accept 'K' as well as 'k'.
38272
38273 2001-12-15  Jim Meyering  <meyering@lucent.com>
38274
38275         * lib/regex.h (__restrict_arr): Update from libc.
38276
38277         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
38278         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
38279         (STREQ): Define.
38280
38281 2001-12-14  Jim Meyering  <meyering@lucent.com>
38282
38283         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
38284         Suggestion from Bruno Haible.
38285
38286 2001-12-10  Jim Meyering  <meyering@lucent.com>
38287
38288         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
38289         xrealloc, Instead, include "xalloc.h".
38290         (initbuffer): Don't cast xmalloc return value to char*.
38291         (readline): Reword comment.
38292         Don't cast xrealloc return value to char*
38293         Return NULL, not 0.
38294
38295 2001-12-09  Jim Meyering  <meyering@lucent.com>
38296
38297         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
38298         about `signed and unsigned type in conditional expression'.
38299         * lib/posixtm.c (posix_time_parse): Likewise.
38300
38301         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
38302
38303         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
38304         to avoid a pedantic warning.
38305
38306         * lib/getstr.c: Don't include assert.h.
38307         (getstr): Remove warning-evoking assertions.
38308         Return -1 if offset parameter is out of bounds.
38309         Change the type of a local from int to size_t.
38310
38311         * lib/strftime.c (my_strftime_localtime_r): Include this function
38312         definition in the `#if ! HAVE_TM_GMTOFF' block.
38313
38314         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
38315         Include xalloc.h instead.
38316
38317 2001-12-02  Jim Meyering  <meyering@lucent.com>
38318
38319         * lib/tempname.c: Don't declare getenv, thus reverting the change of
38320         2001-11-18.  It's no longer necessary, now that stdlib.h is always
38321         included.
38322
38323         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
38324         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
38325
38326 2001-11-30  Akim Demaille  <akim@epita.fr>
38327
38328         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
38329         before being defined.
38330
38331 2001-11-27  Paul Eggert  <eggert@twinsun.com>
38332
38333         * lib/quotearg.h (quotearg_n, quotearg_n_style):
38334         First arg is int, not unsigned.
38335         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
38336         (SIZE_MAX, UINT_MAX): New macros.
38337         (quotearg_n_options): Abort if N is negative.
38338         Avoid overflow check on hosts where size_t is 64 bits and int
38339         is 32 bits, as overflow is impossible there.
38340         Fix off-by-one typo that caused unnecessary reallocation.
38341
38342 2001-11-27  Jim Meyering  <meyering@lucent.com>
38343
38344         * lib/tempname.c: Merge with version from libc.
38345         * lib/regex.c: Likewise.
38346
38347         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
38348         systems for which STDC_HEADERS is 0, it was not included, resulting in
38349         a warning about an integer-to-pointer conversion problem with getenv.
38350         Reported by Volker Borchert.
38351
38352 2001-11-26  Jim Meyering  <meyering@lucent.com>
38353
38354         * lib/gtod.h: Remove file.
38355         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
38356         * lib/gettimeofday.c: Don't include gtod.h.
38357         (GTOD_init): Remove function.
38358         (rpl_gettimeofday): Do its job here instead, rather than aborting.
38359         Suggestion from Volker Borchert.
38360
38361 2001-11-23  Jim Meyering  <meyering@lucent.com>
38362
38363         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
38364         it.
38365         * lib/hash.c (struct hash_table): Define it here instead.
38366
38367 2001-11-22  Jim Meyering  <meyering@lucent.com>
38368
38369         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
38370
38371 2001-11-20  Jim Meyering  <meyering@lucent.com>
38372
38373         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
38374         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
38375
38376 2001-11-19  Jim Meyering  <meyering@lucent.com>
38377
38378         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
38379         directory.  Use "conftestXXXXXX" as the template.
38380         Suggestion from Paul Eggert.
38381
38382         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
38383         immediately, so the test doesn't mistakenly hit the max-open-files
38384         limit.
38385
38386 2001-11-18  Paul Eggert  <eggert@twinsun.com>
38387
38388         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
38389         (TEMPORARIES): New macro.
38390         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
38391         removes an artificial limitation (e.g. HP-UX 10.20, where
38392         TMP_MAX is 17576).
38393
38394 2001-11-18  Jim Meyering  <meyering@lucent.com>
38395
38396         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
38397
38398 2001-11-18  Jim Meyering  <meyering@lucent.com>
38399
38400         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
38401         on SunOS 4.
38402
38403         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
38404         files will be created before anything else.
38405
38406 2001-11-17  Paul Eggert  <eggert@twinsun.com>
38407
38408         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
38409         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
38410
38411 2001-11-17  Jim Meyering  <meyering@lucent.com>
38412
38413         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
38414         Prompted by a report from Bob Proulx.
38415
38416         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
38417         Instead, require UTILS_FUNC_MKSTEMP.
38418
38419 2001-11-17  Jim Meyering  <meyering@lucent.com>
38420
38421         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
38422         Now, that's done as part of AC_FUNC_STRTOD.
38423
38424 2001-11-17  Jim Meyering  <meyering@lucent.com>
38425
38426         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
38427         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
38428         rather than group writable.  Patch by Juan F. Codagnone.
38429
38430         * lib/readtokens.c: Remove explicit declarations of xmalloc and
38431         xrealloc, Instead, include "xalloc.h".
38432
38433         * lib/mountlist.c: Include unlocked-io.h after all system headers.
38434         Remove explicit declarations of xmalloc, xrealloc,
38435         and xstrdup.  Instead, include "xalloc.h".
38436
38437         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
38438         unlocked-io.h.
38439         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
38440         Likewise.
38441         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
38442
38443         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
38444         Reported by Padraig Brady.
38445
38446         * lib/mkstemp.c: #undef mkstemp.
38447         Include config.h.
38448         (rpl_mkstemp): Rename from mkstemp.
38449         Protoize.
38450
38451 2001-11-16  Jim Meyering  <meyering@lucent.com>
38452
38453         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
38454         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
38455         determine the amount of total physical memory, use pstat_getstatic.
38456         HPUX-11 doesn't define _SC_PHYS_PAGES.
38457         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
38458         If sysconf couldn't be used to determine the amount of available
38459         physical memory, use both pstat_getstatic and pstat_getdynamic.
38460         Based on a patch from Bob Proulx.
38461
38462 2001-11-10  Jim Meyering  <meyering@lucent.com>
38463
38464         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
38465         (jm_PREREQ): Use it.
38466
38467 2001-11-09  Jim Meyering  <meyering@lucent.com>
38468
38469         * m4/jm-macros.m4: Require autoconf-2.52f.
38470         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
38471         Use these AC_-prefixed names, not the AM_-prefixed ones.
38472
38473         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
38474
38475 2001-11-05  Jim Meyering  <meyering@lucent.com>
38476
38477         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
38478
38479 2001-11-04  Jim Meyering  <meyering@lucent.com>
38480
38481         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
38482         $DEFS.
38483
38484 2001-11-03  Jim Meyering  <meyering@lucent.com>
38485
38486         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
38487         of AC_DEFUN.
38488
38489         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
38490         know the name of the variable in the macro definition.
38491
38492 2001-11-03  Jim Meyering  <meyering@lucent.com>
38493
38494         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
38495         in argmatch_to_argument call.
38496
38497         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
38498         argument.
38499
38500         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
38501         e.g., a fault due to an attempt to free a NULL pointer.
38502
38503 2001-11-01  Jim Meyering  <meyering@lucent.com>
38504
38505         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
38506         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
38507
38508 2001-11-01  Jim Meyering  <meyering@lucent.com>
38509
38510         * lib/dirfd.c, lib/dirfd.h: New files.
38511         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
38512
38513         * lib/hash.c (hash_print) [TESTING]: Clean up.
38514
38515 2001-10-22  Paul Eggert  <eggert@twinsun.com>
38516
38517         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
38518         to avoid a warning if -Wall.
38519
38520 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
38521
38522         * README: New file
38523         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
38524         (per RMS's instructions, this is now the canonical source)
38525         * lgpl/, gpl/: New directories.
38526
38527 2001-10-21  Paul Eggert  <eggert@twinsun.com>
38528
38529         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
38530
38531 2001-10-21  Jim Meyering  <meyering@lucent.com>
38532
38533         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
38534         this code would end up calling gettext even in packages built
38535         with --disable-nls.
38536         * lib/getopt.c (_): Likewise.
38537         * lib/regex.c (_): Likewise.
38538
38539 2001-10-20  Paul Eggert  <eggert@twinsun.com>
38540
38541         * m4/error.m4 (jm_PREREQ_ERROR):
38542         Do not invoke AC_CHECK_FUNCS with strerror_r, as
38543         AC_FUNC_STRERROR_R does that.
38544         Check for strerror declaration.
38545
38546         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
38547         are supposed to have them these days.
38548         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
38549         Merge changes from latest Autoconf CVS.
38550         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
38551         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
38552         POSIX decided to standardize on the int flavor of strerror_r.
38553
38554 2001-10-20  Paul Eggert  <eggert@twinsun.com>
38555
38556         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
38557         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
38558         Use strerror_r that is only a macro, even if it is not a function.
38559         (strerror): Check for HAVE_DECL_STRERROR before declaring.
38560         (private_strerror): Use prototypes, not old-style function definition.
38561         (print_errno_message): New function.
38562         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
38563         char*-flavored one.
38564         (error_tail, error, error_at_line): Use it.
38565
38566 2001-10-11  Jim Meyering  <meyering@lucent.com>
38567
38568         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
38569         and quote_n (1, ... to avoid clobbering a buffer.
38570
38571 2001-10-05  Jim Meyering  <meyering@lucent.com>
38572
38573         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
38574         hash-pjw.h.
38575         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
38576         * lib/hash-pjw.h: New file.
38577
38578 2001-09-30  Jim Meyering  <meyering@lucent.com>
38579
38580         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
38581         `struct fsstat' has the `f_fstypename' member.
38582         Use that to define FS_TYPE, which is now used to make
38583         the getfsstat link test tighter.
38584
38585 2001-09-30  Jim Meyering  <meyering@lucent.com>
38586
38587         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
38588         Include <sys/ucred.h>, for Apple Darwin.
38589         Include sys/mount.h and sys/fs_types.h only if available.
38590         (FS_TYPE): Define.
38591         (read_filesystem_list): Use FS_TYPE.
38592
38593 2001-09-29  Paul Eggert  <eggert@twinsun.com>
38594
38595         * lib/exclude.c (excluded_filename): 0 -> false, since it's
38596         a boolean context.
38597
38598 2001-09-29  Jim Meyering  <meyering@lucent.com>
38599
38600         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
38601         [one-argument getmntent function]): Include stdio.h before mntent.h.
38602         SunOS 4.1.x needs it for the declaration of `FILE'.
38603         Patch by Volker Borchert.
38604
38605         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
38606         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
38607         sys/fs_types.h, and make the link-test for getfsstat guard #include
38608         directives with appropriate #if HAVE_*_H tests so that we can
38609         detect getfsstat on Apple Darwin1.3.7 systems.
38610         Reported by Nelson Beebe.
38611         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
38612
38613 2001-09-28  Paul Eggert  <eggert@twinsun.com>
38614
38615         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
38616         #defines strtoimax.  Also treat the other strto* functions
38617         like strtoimax.
38618
38619         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
38620         Check for strtoul and strtoumax,
38621         as those declarations are made even in the signed case.
38622         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
38623         Likewise, for strtol and strtoimax.
38624
38625 2001-09-28  Paul Eggert  <eggert@twinsun.com>
38626
38627         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
38628         #defines strtoimax.  Also treat the other strto* functions
38629         like strtoimax.
38630
38631         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
38632         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
38633         (strtoimax, strtoumax): Do not declare if already defined as a macro.
38634
38635 2001-09-26  Jim Meyering  <meyering@lucent.com>
38636
38637         Most macros in unlocked-io.h had the wrong number of arguments.
38638         * lib/gen-uio: New script.
38639         (USE_UNLOCKED_IO): Define to 1 if not already defined.
38640         * lib/unlocked-io.hin: Remove file.
38641         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
38642         rather than trying to embed it here.
38643         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
38644         Reported by Padraig Brady.
38645
38646 2001-09-25  Volker Borchert  <bt@teknon.de>
38647
38648         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
38649         `result'.
38650
38651 2001-09-24  Jim Meyering  <meyering@lucent.com>
38652
38653         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
38654
38655 2001-09-23  Jim Meyering  <meyering@lucent.com>
38656
38657         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
38658         instead of the mere test for existence of mntent.h.  The latter
38659         would get a false-positive on AIX 3.4 systems.
38660         In the outer getmntent if-block, don't die if neither of the getmntent
38661         tests succeeds.  Instead, just fall through and continue with the
38662         remaining tests.
38663
38664 2001-09-23  Jim Meyering  <meyering@lucent.com>
38665
38666         * lib/mountlist.c: Remove useless parentheses in #if directives.
38667         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
38668         the deprecated MOUNTED symbol is no longer defined in mntent.h.
38669
38670 2001-09-22  Jim Meyering  <meyering@lucent.com>
38671
38672         * m4/gettext.m4: New file.  From gettext.
38673         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
38674         * m4/progtest.m4: Likewise
38675         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
38676         * m4/glibc21.m4: Likewise.
38677
38678         * m4/libintl.m4: Remove.  No longer used.
38679
38680 2001-09-22  Jim Meyering  <meyering@lucent.com>
38681
38682         * lib/localcharset.c: Update from latest gettext.
38683         * lib/config.charset: Likewise.
38684
38685 2001-09-20  Jim Meyering  <meyering@lucent.com>
38686
38687         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
38688         strtoimax.
38689         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
38690         strtoumax.
38691
38692 2001-09-20  Jim Meyering  <meyering@lucent.com>
38693
38694         * lib/xstrtol.c (strtoimax): Guard declaration with
38695         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
38696         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
38697         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
38698         (strtoumax): Likewise, for completeness (it wasn't necessary).
38699
38700 2001-09-17  Paul Eggert  <eggert@twinsun.com>
38701
38702         * lib/strtoimax.c (HAVE_LONG_LONG):
38703         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
38704         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
38705         to work around bug in IBM C compiler.
38706
38707 2001-09-17  Jim Meyering  <meyering@lucent.com>
38708
38709         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
38710         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
38711         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
38712         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
38713         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
38714         whenever the right hand side need not be expanded by the shell.
38715
38716 2001-09-16  Paul Eggert  <eggert@twinsun.com>
38717
38718         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
38719         library.  It's not correct, as some older glibcs are buggy.
38720         fnmatch wasn't fixed until glibc 2.2.
38721
38722         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
38723         special shell magic here.
38724
38725 2001-09-16  Jim Meyering  <meyering@lucent.com>
38726
38727         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
38728         * m4/jm-macros.m4: Require it.
38729
38730 2001-09-16  Jim Meyering  <meyering@lucent.com>
38731
38732         * lib/mkdir.c: New file.
38733
38734 2001-09-15  Jim Meyering  <meyering@lucent.com>
38735
38736         * m4/jm-macros.m4: Check for help2man.
38737
38738 2001-09-11  Jim Meyering  <meyering@lucent.com>
38739
38740         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
38741         The body, by Paul Eggert, was moved here from configure.in.
38742         * m4/jm-macros.m4: Require UTILS_HOST_OS.
38743
38744 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38745
38746         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
38747         (jm_PREREQ): Use it.
38748
38749 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38750
38751         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
38752         Use ssize_t, not int, to store result of readlink.
38753         Check for ssize_t overflow as well as size_t overflow,
38754         as POSIX says the result of readlink is implementation-defined
38755         when ssize_t overflows.
38756         Remove unnecessary cast to char*.
38757         Use free+malloc instead of realloc, as the storage doesn't need
38758         to be preserved and it's clearer and can be more efficient that way.
38759         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
38760         * lib/xreadlink.h (xreadlink): Update prototype.
38761
38762 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38763
38764         * lib/xgetcwd.c: Revert some of the previous change; intead,
38765         fix the HAVE_GETCWD_NULL code to behave more like the
38766         !HAVE_GETCWD_NULL code used to.
38767
38768         Include "xalloc.h".
38769         (xgetcwd): Do not return NULL when memory is exhausted; instead,
38770         invoke xalloc_die.
38771
38772 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38773
38774         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
38775         sys/param.h, as pathmax.h includes them.
38776
38777 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38778
38779         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
38780         (jm_PREREQ_XGETCWD): New macro.
38781
38782         * m4/getcwd.m4: New file.
38783
38784 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38785
38786         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
38787         like the HAVE_GETCWD_NULL code.
38788         Include pathmax.h if not HAVE_GETCWD.
38789         Do not include xalloc.h.
38790         (INITIAL_BUFFER_SIZE): New symbol.
38791         Do not use xmalloc / xrealloc, since the caller is responsible for
38792         handling errors.  Preserve errno around `free' during failure.
38793         Do not overrun buffer when using getwd.
38794
38795 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38796
38797         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
38798         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
38799         getcwd (NULL, 0).
38800
38801 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38802
38803         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
38804         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
38805         spotted by Jim Meyering.
38806
38807 2001-09-03  Jim Meyering  <meyering@lucent.com>
38808
38809         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
38810         failure.
38811
38812 2001-09-02  Jim Meyering  <meyering@lucent.com>
38813
38814         * lib/error.c: Update from GNU libc.
38815
38816 2001-09-01  Jim Meyering  <meyering@lucent.com>
38817
38818         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
38819         Used by df.
38820
38821 2001-09-01  Jim Meyering  <meyering@lucent.com>
38822
38823         * lib/xreadlink.c: New file.
38824         * lib/xreadlink.h: New file.
38825         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
38826         xreadlink.h.
38827
38828         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
38829         doesn't conflict with sparc Solaris 7's definition in
38830         /usr/include/sys/int_types.h.
38831
38832         * lib/exclude.c: Use `""', not `<>' to #include non-system header
38833         files.
38834         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
38835         and strncasecmp as r-values.  Unixware didn't have declarations.
38836
38837 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38838
38839         * lib/xstrtol.h: Add copyright notice.
38840         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
38841         LONGINT_INVALID_SUFFIX_CHAR.
38842
38843 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38844
38845         * lib/xstrtol.c (strtoimax): New decl.
38846
38847 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38848
38849         * lib/xgetcwd.c: Don't include pathmax.h.
38850         Include stdlib.h and unistd.h if available.
38851         Include xalloc.h.
38852         (xmalloc, xstrdup, free): Remove decls.
38853         (xgetcwd): Don't assume sizes fit in unsigned.
38854         Check for overflow when computing sizes.
38855         Simplify reallocation code.
38856
38857 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38858
38859         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
38860         a directory's st_size can have an arbitrary value, so the old
38861         usage could waste an arbitrary amount of memory.  All uses
38862         changed.
38863         * lib/savedir.h: Update prototype.
38864
38865 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38866
38867         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
38868
38869         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
38870         old strtoimax.c.
38871
38872         Also, make the following further changes to make this file's
38873         configuration more similar to that of strtol.c:
38874         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
38875         (strtoumax, uintmax_t, strtoull, strtol): Remove.
38876         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
38877         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
38878         changed to signed values.
38879
38880         And make the following changes as well:
38881         Fix copyright notice, as 1999 was missing.
38882         (verify): New macro.
38883         (strtoimax): Check sizes at compile-time, not run-time.
38884         Prefer strtol to strtoll if both work.
38885         (main): Remove; it was not that useful and was a pain to maintain.
38886
38887         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
38888
38889 2001-08-31  Jim Meyering  <meyering@lucent.com>
38890
38891         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
38892         Use an initial, malloc'd, buffer of length 128 rather than
38893         a statically allocated one of length 1024.
38894
38895 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38896
38897         Simplify code, partly by assuming autoconf 2.52 semantics.
38898
38899         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
38900
38901         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
38902         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
38903         All uses removed.
38904         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
38905         Move AC_REQUIRE to next-to-top level, to avoid confusion.
38906         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
38907         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
38908         jm_AC_HEADER_INTTYPES_H.
38909         * m4/jm-macros.m4 (jm_MACROS): Likewise.
38910
38911         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
38912
38913         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
38914         Quote first arg of AC_DEFUN.
38915         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
38916         since they are needed to parse the include file even if we need
38917         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
38918         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
38919         but with opposite signedness.
38920
38921 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38922
38923         Merge 'exclude' changes from tar 1.13.22.
38924         This fixes one or two unlikely storage allocation overflow bugs,
38925         but doesn't change user-visible behavior otherwise.
38926
38927 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38928
38929         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
38930         (jm_PREREQ_EXCLUDE): New macro.
38931
38932 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38933
38934         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
38935         tm to be declared.
38936
38937 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38938
38939         * lib/hash.c: Remove '2001' from copyright notice.
38940
38941 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38942
38943         * lib/full-write.h: New file.
38944         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
38945         * lib/full-write.c: Correct credits, as cccp.c no longer
38946         exists and anyway it was so heavily changed from the old cccp
38947         code as to be unrecognizable.  Include full-write.h.
38948         (full_write) Return size_t, with short writes meaning failure.
38949         All callers changed.  This fixes a bug with large buffers
38950         on 64-bit hosts.
38951         * lib/utime.c: Include full-write.h.
38952
38953 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38954
38955         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
38956         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
38957         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
38958         Include if available.
38959         (<xalloc.h>): Include
38960         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
38961         (verify): New macro.  Use it to verify that EXCLUDE macros do not
38962         collide with FNM macros.
38963         (struct patopts): New struct.
38964         (struct exclude): Use it, as exclude patterns now come with options.
38965         (new_exclude): Support above changes.
38966         (new_exclude, add_exclude_file):
38967         Initial size must now be a power of two to simplify overflow checking.
38968         (free_exclude, fnmatch_no_wildcards): New function.
38969         (excluded_filename): No longer requires options arg, as the options
38970         are determined by add_exclude.  Now returns bool, not int.
38971         (excluded_filename, add_exclude):
38972         Add support for the fancy new exclusion options.
38973         (add_exclude, add_exclude_file): Now takes int options arg.
38974         Check for arithmetic overflow when computing sizes.
38975         (add_exclude_file): xrealloc might modify errno, so don't
38976         realloc until after errno might be used.
38977
38978         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
38979         New macros.
38980         (free_exclude): New decl.
38981         (add_exclude, add_exclude_file): Now takes int options arg.
38982         (excluded_filename): No longer requires options arg, as the options
38983         are determined by add_exclude.  Now returns bool, not int.
38984
38985 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38986
38987         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
38988
38989 2001-08-27  Jim Meyering  <meyering@lucent.com>
38990
38991         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
38992
38993         * lib/version-etc.c (N_): Remove definition.
38994         Revert most of last change.
38995         Instead, simply don't mark the `Copyright...' string for translation.
38996         Based on advice from Paul Eggert.
38997
38998         * lib/strtoxmax.c: Tweak comment.
38999
39000 2001-08-26  Jim Meyering  <meyering@lucent.com>
39001
39002         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
39003
39004         * m4/xstrtoimax.m4: New file.
39005         * m4/xstrtoumax.m4: Add comments explaining why we
39006         AC_REPLACE_FUNCS(strtol).
39007
39008 2001-08-26  Jim Meyering  <meyering@lucent.com>
39009
39010         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
39011         of copyright with `%s' so translators don't get an untranslated
39012         message in 2002.
39013         (COPYRIGHT_YEAR): Define.
39014         (version_etc): Use fprintf rather than fputs.
39015         Suggestion from Ulrich Drepper.
39016
39017         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
39018
39019         * lib/strtoll.c: New file, from GNU libc.
39020         * lib/xstrtoimax.c: New file.
39021
39022         * lib/xstrtol.h: Add xstrtoimax.
39023         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
39024         * lib/strtoimax.c: New file.  Likewise, but first define
39025         STRTOUXMAX_SIGNED.
39026
39027         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
39028         ...
39029         * lib/strtoxmax.c: ... then renamed to this.
39030
39031 2001-08-18  Paul Eggert  <eggert@twinsun.com>
39032
39033         * m4/inttypes.m4: Add AC_PREREQ(2.13).
39034         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
39035         (jm_AC_TYPE_INTMAX_T): New macro.
39036         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
39037
39038         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
39039
39040         * m4/longlong.m4: Renamed from ulonglong.m4.
39041         * m4/inttypes.m4: Renamed from inttypes_h.m4.
39042         * m4/uintmax_t.m4: Removed.
39043
39044 2001-08-13  Paul Eggert  <eggert@twinsun.com>
39045
39046         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
39047         Port to Solaris 8, where 'sed' requires a space after the 'r'
39048         command, and where sh dislikes "$/".  Clean up the spacing a bit.
39049         Redirect output to $tmp just once.
39050
39051 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
39052
39053         * lib/addext.c (<errno.h>): Include.
39054         (errno): Declare if not defined.
39055         (addext): Work correctly when pathconf returns -1 and leaves
39056         errno alone because there is no limit.  Also, work even if
39057         pathconf returns a value greater than SIZE_MAX.
39058
39059 2001-08-12  Jim Meyering  <meyering@lucent.com>
39060
39061         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
39062         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
39063         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
39064         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
39065         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
39066         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
39067         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
39068         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
39069         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
39070         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
39071         utime.m4, utimes.m4, xstrtoumax.m4:
39072         Quote the first argument in each use of AC_DEFUN.
39073
39074 2001-08-12  Jim Meyering  <meyering@lucent.com>
39075
39076         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
39077         Simply `return getcwd (NULL, 0);'.
39078         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
39079         Use 1300 as initial value for length, not PATH_MAX.
39080
39081         * lib/pathmax.h: Clean up cpp syntax.
39082
39083 2001-08-12  Jim Meyering  <meyering@lucent.com>
39084
39085         * lib/gettimeofday.c: New file.
39086         * lib/gtod.h: New file.
39087         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
39088
39089 2001-08-05  Jim Meyering  <meyering@lucent.com>
39090
39091         * m4/jm-macros.m4: Require autoconf-2.52.
39092
39093 2001-08-04  Jim Meyering  <meyering@lucent.com>
39094
39095         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
39096         stmt, to get in sync with glibc.
39097
39098 2001-08-03  Paul Eggert  <eggert@twinsun.com>
39099
39100         The following changes are from gettext 0.10.39 as maintained by
39101         Bruno Haible.
39102
39103         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
39104         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
39105         with inverted sense.  All uses changed.
39106
39107         * lib/mbswidth.c: Don't include <limits.h>.
39108         Include <stdlib.h> and <string.h> unconditionally.
39109         (iswcntrl, mbsinit, ISCNTRL): New macros.
39110         (mbsnwidth): Use K&R style function declarations.
39111         Don't bother checking for MB_LEN_MAX == 1, since the compiler
39112         can optimize it when MB_CUR_MAX == 1.
39113         The width of control characters is zero, not 1.
39114
39115 2001-08-03  Paul Eggert  <eggert@twinsun.com>
39116
39117         The following changes are from gettext 0.10.39 as maintained by
39118         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
39119
39120         * m4/codeset.m4: Upgrade to serial AM1.
39121         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
39122         all uses changed.  Quote first arg of AC_DEFUN.
39123         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
39124
39125         * m4/iconv.m4: Upgrade to serial AM2.
39126         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
39127         Add --with-libconv-prefix.
39128         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
39129         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
39130         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
39131         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
39132         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
39133
39134         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
39135         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
39136         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
39137         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
39138         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
39139         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
39140         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
39141         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
39142         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
39143
39144         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
39145         string.h any more.
39146
39147         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
39148         not the default value.
39149
39150         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
39151         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
39152         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
39153         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
39154         Also check for iswcntrl, used for wcwidth fallback.
39155         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
39156         to Autoconf 2.13.
39157
39158 2001-08-03  Jim Meyering  <meyering@lucent.com>
39159
39160         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
39161         as it was in the original.  Reported by Paul Eggert.
39162
39163 2001-07-16  Jim Meyering  <meyering@lucent.com>
39164
39165         * m4/gettimeofday.m4: New file.
39166         Prompted by a report from Bernhard Baehr.
39167
39168 2001-07-15  Jim Meyering  <meyering@lucent.com>
39169
39170         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
39171         stuff. Now it's in ../Makefile.cfg.
39172
39173 2001-07-15  Jim Meyering  <meyering@lucent.com>
39174
39175         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
39176         (BUILT_SOURCES): Add unlocked-io.h.
39177         (io_functions): Define.
39178         (unlocked-io.h): New rule.
39179         (DISTCLEANFILES): Add unlocked-io.h.
39180         (all-local): Depend on unlocked-io.h, to ensure it is created.
39181
39182         * lib/unlocked-io.hin: New file
39183
39184         * lib/regex.c: Update from glibc.
39185
39186 2001-07-05  Jim Meyering  <meyering@lucent.com>
39187
39188         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
39189         recommendation.
39190         (libfetish_a_SOURCES): Put all .h files here instead.
39191         Remove a thus-exposed (better checks in automake) duplicate and
39192         two unnecessary .h files.
39193
39194 2001-07-04  Jim Meyering  <meyering@lucent.com>
39195
39196         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
39197         that generates jm-glibc-io.m4 so that it doesn't trigger any make
39198         distcheck failure.
39199
39200 2001-07-02  Jim Meyering  <meyering@lucent.com>
39201
39202         The following changes were prompted by suggestions from Bruno Haible.
39203
39204         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
39205         is now generated.
39206         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
39207         definition of EXTRA_DIST.
39208         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
39209         ensure that the generated file is created/updated whenever the list
39210         of $(unlocked_functions) is changed.
39211         (jm-glibc-io.m4): New rule.
39212         (unlocked-io.h): New rule -- currently unused.
39213
39214 2001-06-24  Jim Meyering  <meyering@lucent.com>
39215
39216         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
39217         unmatched right bracket, rather than kludging it with an extra,
39218         falsely-matching quote in a comment.  Patch by Akim Demaille.
39219
39220 2001-06-11  Jim Meyering  <meyering@lucent.com>
39221
39222         * lib/regex.c: Update from GNU libc.
39223
39224 2001-05-27  Jim Meyering  <meyering@lucent.com>
39225
39226         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
39227         Check for ut_type in struct utmp.
39228
39229 2001-05-27  Jim Meyering  <meyering@lucent.com>
39230
39231         * lib/readutmp.h (UT_TYPE): Define.
39232
39233 2001-05-24  Jim Meyering  <meyering@lucent.com>
39234
39235         * lib/argmatch.c: Include "quote.h".
39236         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
39237         quote function.  Reported by Göran Uddeborg.
39238
39239 2001-05-22  Jim Meyering  <meyering@lucent.com>
39240
39241         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
39242         now that we use the package-supplied version unconditionally.
39243         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
39244
39245 2001-05-21  Jim Meyering  <meyering@lucent.com>
39246
39247         * m4/regex.m4: Change a couple backticks to single quotes to avoid
39248         shell syntax errors.
39249
39250 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
39251
39252         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
39253
39254 2001-05-20  Paul Eggert  <eggert@twinsun.com>
39255
39256         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
39257         Don't bother to check library strftime, since
39258         we'll be using our own my_strftime function anyway.
39259         Define my_strftime instead of strftime.
39260
39261 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
39262
39263         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
39264         which is not yet declared.
39265
39266 2001-05-15  Jim Meyering  <meyering@lucent.com>
39267
39268         * m4/regex.m4: Use proper quoting so brackets appear in the test
39269         program.
39270         Reported by, and with help from, Bruno Haible.
39271
39272 2001-05-13  Jim Meyering  <meyering@lucent.com>
39273
39274         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
39275         undefined.
39276
39277 2001-05-11  Paul Eggert  <eggert@twinsun.com>
39278
39279         dirname code cleanup.  base_name now behaves more compatibly
39280         with POSIX basename when given file names that have trailing
39281         slashes, and similarly for dir_name.  Add new primitives
39282         base_len and dir_len.  Put the directory-name-related decls
39283         into dirname.h.
39284
39285         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
39286         * lib/backupfile.c (base_name): Likewise.
39287         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
39288         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
39289         * lib/makepath.c (strip_trailing_slashes): Likewise.
39290         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
39291         ISSLASH): Likewise.
39292         * lib/rename.c (strip_trailing_slashes): Likewise.
39293         * lib/same.c (base_name): Likewise.
39294         * lib/stripslash.c (ISSLASH): Likewise.
39295
39296         * lib/addext.c: Include <dirname.h> after size_t is defined.
39297         * lib/backupfile.c: Likewise.
39298
39299         * lib/addext.c (addext): Use base_len to trim redundant
39300         trailing slashes instead of doing it ourselves.
39301         But do not trim the last slash if it is not redundant.
39302
39303         * lib/backupfile.c (find_backup_file_name,
39304         max_backup_version): Use base_len instead of rolling it ourselves.
39305         Handle the case of "" and (on DOS) "C:" correctly.
39306
39307         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
39308         needed. Include <string.h>, <dirname.h>.
39309         (base_name): Allow file names ending in slashes, other than names
39310         that are all slashes.  In this case, return the basename followed
39311         by the slashes.  This is more general, and can be used in places
39312         where the original base_name purposely had an assertion failure.
39313         (base_len): New function.
39314
39315         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
39316         Do not include <assert.h>; no longer needed.
39317         Include xalloc.h.
39318         (memrchr): Remove decl.
39319         (dir_name_r): Remove.
39320         (dir_len): Renamed from dirlen.  All callers changed.
39321         Rewrite in terms of base_name, for simplicity and consistency.
39322         (dir_name): Never return NULL.  All callers changed.
39323         Do not include <stdlib.h> in test program; no longer needed.
39324         return 0; is fine for test program.
39325
39326         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
39327         New macros.
39328         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
39329
39330         * lib/path-concat.c (path_concat): Use base_len to compute
39331         base length, not strlen; this means we cannot rely on memcpy
39332         to null-terminate.
39333
39334         * lib/same.c (STREQ): Remove.
39335         (same_name): Handle the case where the basename ends in trailing '/'.
39336
39337         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
39338         a slash was stripped.  Do not strip the last slash after a
39339         file system prefix.
39340
39341 2001-05-11  Paul Eggert  <eggert@twinsun.com>
39342
39343         * lib/Makefile.am (libfetish_a_SOURCES):
39344         Add strftime.c, since we now compile it on all hosts.
39345
39346         * lib/strftime.c (my_strftime):
39347         Define to nstrftime if emacs, but only if my_strftime is not defined.
39348         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
39349         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
39350         Add one more extra argument: a nanoseconds value.
39351         All uses changed.
39352         (ns): New macro.
39353         (my_strftime function): Add %N format.
39354         (emacs_strftimeu): Renamed from emacs_strftime,
39355         with extra ut argument.
39356
39357 2001-05-09  Paul Eggert  <eggert@twinsun.com>
39358
39359         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
39360
39361 2001-04-21  Jim Meyering  <meyering@lucent.com>
39362
39363         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
39364         doesn't interfere.
39365
39366 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
39367
39368         * m4/ftruncate.m4: Check for chsize.
39369         Link with ftruncate.o unconditionally if ftruncate is missing.
39370         This was required when cross-compiling to i586-mingw32msvc.
39371
39372 2001-04-08  Jim Meyering  <meyering@lucent.com>
39373
39374         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
39375         recomputed; that's necessary when the offset spans a DST transition.
39376         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
39377
39378 2001-04-02  Jim Meyering  <meyering@lucent.com>
39379
39380         * lib/regex.h, regex.c: Update from GNU libc.
39381
39382 2001-03-24  Jim Meyering  <meyering@lucent.com>
39383
39384         * m4/jm-macros.m4: Require autoconf-2.49d.
39385
39386 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
39387
39388         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
39389
39390 2001-03-19  Paul Eggert  <eggert@twinsun.com>
39391
39392         * lib/version-etc.c (version_etc_copyright): Update to 2001.
39393
39394 2001-03-17  Jim Meyering  <meyering@lucent.com>
39395
39396         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
39397         now that the version in autoconf is equivalent.
39398         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
39399
39400         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
39401         Suggestion from Akim Demaille.
39402
39403         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
39404         (jm_PREREQ_TEMPNAME): New function.
39405
39406 2001-03-16  Paul Eggert  <eggert@twinsun.com>
39407
39408         * lib/tempname.c (uint64_t): Define to uintmax_t if
39409         not defined, and if UINT64_MAX is not defined.
39410         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
39411         Reported by John David Anglin.
39412
39413 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
39414
39415         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
39416         resolve alias if codeset is empty.
39417         * lib/config.charset (BeOS): Use wildcard syntax.
39418
39419 2001-03-13  Jim Meyering  <meyering@lucent.com>
39420
39421         * lib/path-concat.c (path_concat)
39422         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
39423         concatenating e.g., `C:' and `foo'.
39424         From Bruno Haible.
39425
39426 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
39427
39428         * lib/localcharset.c (locale_charset): Don't use
39429         setlocale(LC_CTYPE,NULL). Don't return NULL.
39430         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
39431
39432 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
39433
39434         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
39435         support for DOS/DJGPP.
39436
39437 2001-03-01  Paul Eggert  <eggert@twinsun.com>
39438
39439         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
39440         lacks mkstemp.  Compile our own tempname.c if we compile our own
39441         mkstemp.c, as mkstemp relies on tempname.
39442
39443 2001-03-01  Jim Meyering  <meyering@lucent.com>
39444
39445         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
39446         AH_VERBATIM really does output its argument verbatim.
39447
39448 2001-02-28  Paul Eggert  <eggert@twinsun.com>
39449
39450         * lib/Makefile.am (libfetish_a_SOURCES):
39451         Add dup-safer.c, fopen-safer.c.
39452         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
39453
39454         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
39455         * lib/unistd-safer.h: New files.
39456
39457 2001-02-25  Paul Eggert  <eggert@twinsun.com>
39458
39459         The mkstemp replacement is taken from glibc 2.2.2, with some
39460         portability fixes for use outside glibc, as follows:
39461
39462         * lib/tempname.c (struct_stat64): New macro.
39463         (direxists, __gen_tempname): Use it.
39464         This avoids a portability problem with Solaris 8.
39465
39466         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
39467         (<stddef.h>, <stdint.h>, <string.h>):
39468         Include only if STDC_HEADERS || _LIBC.
39469         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
39470         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
39471         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
39472         (__set_errno): Define this macro if <errno.h> doesn't.
39473         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
39474         Define these macros if <stdio.h> doesn't.
39475         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
39476         Define these macros if <sys/stat.h>
39477         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
39478         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
39479         __xstat64): Define if not _LIBC.
39480         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
39481         (__gen_tempname): Invoke gettimeofday only if
39482         HAVE_GETTIMEOFDAY || _LIBC;
39483         otherwise, fall back on plain "time".
39484         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
39485
39486         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
39487
39488         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
39489
39490 2001-02-18  Paul Eggert  <eggert@twinsun.com>
39491
39492         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
39493
39494 2001-02-17  Paul Eggert  <eggert@twinsun.com>
39495
39496         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
39497         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
39498         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
39499         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39500
39501 2001-02-17  Paul Eggert  <eggert@twinsun.com>
39502
39503         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
39504         Remove workaround macros for hosts that have mbrtowc but not
39505         mbstate_t, as we now insist on proper declarations for both
39506         before using mbrtowc.
39507
39508 2001-02-17  Jim Meyering  <meyering@lucent.com>
39509
39510         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
39511         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
39512         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
39513         UnixWare 7.1.1.
39514
39515         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
39516         rather than AC_CACHE_VAL.
39517
39518 2001-02-17  Jim Meyering  <meyering@lucent.com>
39519
39520         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
39521         around included file name.
39522
39523         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
39524
39525         * lib/strftime.c: Update from GNU libc (the only changes were to
39526         comments).
39527
39528 2001-02-17  Jim Meyering  <meyering@lucent.com>
39529
39530         * lib/regex.c: Update from libc.
39531
39532 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
39533
39534         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
39535         clash.
39536
39537 2001-02-16  Paul Eggert  <eggert@twinsun.com>
39538
39539         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
39540         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
39541         Reported by Mark Hounschell via Paul Eggert.
39542
39543 2001-02-07  Jim Meyering  <meyering@lucent.com>
39544
39545         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
39546
39547 2001-02-05  Jim Meyering  <meyering@lucent.com>
39548
39549         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
39550         it includes the patch required for `large file' support with at least
39551         HP-UX's 10.20 /bin/cc.
39552
39553 2001-02-03  Jim Meyering  <meyering@lucent.com>
39554
39555         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
39556         AS_IF, now that it works once again (mysteriously).
39557         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
39558
39559 2001-01-30  Jim Meyering  <meyering@lucent.com>
39560
39561         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
39562         * m4/chown.m4: Rename conftestchown to conftest.chown.
39563         * m4/rename.m4: s/conftestdir/conftest.d1/ and
39564         s/conftestdir2/conftest.d2/.
39565         * m4/utimes.m4: s/conftestdata/conftest.data/
39566         Inspired by Pavel Roskin's change in autoconf.
39567
39568 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
39569
39570         * lib/config.charset: Update for FreeBSD 4.2.
39571
39572 2001-01-27  Jim Meyering  <meyering@lucent.com>
39573
39574         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
39575         a use of AS_IF.
39576         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
39577
39578 2001-01-26  Jim Meyering  <meyering@lucent.com>
39579
39580         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
39581         quotearg.c includes it.
39582
39583 2001-01-26  Jim Meyering  <meyering@lucent.com>
39584
39585         * lib/quotearg.c: Include stddef.h.
39586         * lib/quote.c: Include stddef.h.
39587         Reported by Axel Kittenberger.
39588
39589         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
39590         line in double quotes so that it evokes a better diagnostic.
39591         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
39592         Reported by Axel Kittenberger.
39593
39594 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
39595
39596         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
39597         as if it was a `charset'.
39598
39599 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
39600
39601         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
39602         has const.
39603
39604 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
39605
39606         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
39607         to avoid a warning.  Add back 'const' to inptr.
39608
39609 2001-01-20  Jim Meyering  <meyering@lucent.com>
39610
39611         Be sure that headers are checked before used in code compiled
39612         for the type checks.
39613         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
39614         In place of that, invoke jm_CHECK_ALL_TYPES.
39615         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
39616         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
39617         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
39618         The check for ssize_t was mistakenly run before the test for unistd.h.
39619
39620         The configure-time check for stdbool.h was missing.
39621         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
39622         (jm_PREREQ_HASH): New function.
39623
39624 2001-01-17  Jim Meyering  <meyering@lucent.com>
39625
39626         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
39627         for autoconf-2.49c.
39628         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
39629
39630 2001-01-16  Jim Meyering  <meyering@lucent.com>
39631
39632         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
39633         From Bruno Haible.
39634
39635 2001-01-14  Jim Meyering  <meyering@lucent.com>
39636
39637         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
39638         foo and bar.  Create conftestdir/ in the script, not in the C code.
39639         Remove directories in the script, not in the C code.
39640         Remove conftestdir{,2} before trying to create the directory.
39641         Make the entire configure script fail if the mkdir fails.
39642
39643 2001-01-14  Jim Meyering  <meyering@lucent.com>
39644
39645         * lib/rename.c: New file.  From Volker Borchert.
39646         Include stdlib.h, string.h or strings.h, and xalloc.h.
39647         Use strip_trailing_slashes rather than open-coding it.
39648
39649 2001-01-03  Paul Eggert  <eggert@twinsun.com>
39650
39651         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
39652
39653 2001-01-03  Jim Meyering  <meyering@lucent.com>
39654
39655         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
39656         of local `inptr' to avoid warning with some system declarations of
39657         iconv.
39658
39659 2001-01-02  Volker Borchert  <bt@teknon.de>
39660
39661         * m4/rename.m4: New file.
39662         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
39663
39664 2001-01-01  Jim Meyering  <meyering@lucent.com>
39665
39666         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
39667         even on systems with utmpx.h.  It's necessary for the declaration of
39668         utmp's ut_user member.  Reported by Andreas Jaeger.
39669
39670         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
39671         available. They are required for the declarations of getgrgid and
39672         getpwuid resp.
39673         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
39674         Reported by Andreas Jaeger.
39675
39676 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
39677
39678         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
39679         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
39680         so `make install' also works in VPATH builds.
39681
39682 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
39683
39684         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
39685         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
39686         can be used in subdirectories.
39687
39688 2000-12-29  Paul Eggert  <eggert@twinsun.com>
39689
39690         * lib/modechange.c: Do not assume that mode_t uses the
39691         traditional octal encoding.  E.g. "chmod 1 FOO" should set
39692         the other-execute bit of FOO even if S_IXOTH != 1.
39693
39694         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
39695         WOTH, XOTH, ALLM): New macros.
39696         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
39697          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
39698         Use them.
39699         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
39700         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
39701         (mode_compile):
39702         No need to use uintmax_t; unsigned long is long enough.
39703         Don't bother to get suffix since we don't use it.
39704
39705 2000-12-26  Jim Meyering  <meyering@lucent.com>
39706
39707         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
39708         better with autoheader.
39709
39710 2000-12-24  Jim Meyering  <meyering@lucent.com>
39711
39712         * lib/hash.c (is_prime): Return explicit boolean values.
39713         (hash_get_first): Return NULL to appease Irix5.6's 89.
39714         Reported by Nelson Beebe.
39715
39716 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
39717
39718         * lib/localcharset.c (locale_charset): Add support for Win32.
39719
39720 2000-12-18  Paul Eggert  <eggert@twinsun.com>
39721
39722         * lib/physmem.h, lib/physmem.c: New files.
39723
39724         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
39725         (noinst_HEADERS): Add physmem.h.
39726
39727         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
39728         't' for compatibility with Solaris 8 sort.
39729
39730 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
39731
39732         * lib/config.charset: Add support for BeOS.
39733
39734 2000-12-17  Jim Meyering  <meyering@lucent.com>
39735
39736         * m4/dos.m4 (jm_AC_DOS): New file and macro.
39737         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
39738
39739 2000-12-16  Jim Meyering  <meyering@lucent.com>
39740
39741         This bug had a serious impact on chown: `chown N:M FILE' (for integer
39742         N and M) would have treated it like `chown N:N FILE'.
39743
39744         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
39745
39746 2000-12-16  Jim Meyering  <meyering@lucent.com>
39747
39748         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
39749         SHELLS_FILE to a file name that's useful on djgpp systems.
39750         Include stdlib.h.
39751         (ADDITIONAL_DEFAULT_SHELLS): Define.
39752         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
39753         Based mostly on a patch from Prashant TR.
39754
39755 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
39756
39757         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
39758         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
39759         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
39760
39761 2000-12-08  Andreas Schwab  <schwab@suse.de>
39762
39763         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
39764         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
39765
39766 2000-12-07  Jim Meyering  <meyering@lucent.com>
39767
39768         * lib/stripslash.c (ISSLASH): Define.
39769         (strip_trailing_slashes): Use ISSLASH rather than comparing against
39770         `/'.
39771         From Prashant TR.
39772
39773         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
39774         (dir_name_r): Declare this function as static.
39775         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
39776         manifest itself on a name containing a mix of slashes and
39777         backslashes.
39778         Make this function work with names starting with a DOS-style
39779         drive letter and colon prefix.
39780         (dir_name): Append `.' if necessary.
39781         Based mostly on patches from Prashant TR and Eli Zaretskii.
39782
39783         * lib/dirname.h (dir_name_r): Remove prototype.
39784
39785 2000-12-06  Paul Eggert  <eggert@twinsun.com>
39786
39787         * m4/off_t-format.m4: Remove this file.
39788         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
39789
39790 2000-12-06  Jim Meyering  <meyering@lucent.com>
39791
39792         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
39793         replacement strtoull, we may well need the replacement strtoul, too.
39794         Check for declarations of strtoul and strtoull.
39795         Check for strtol.  Mainly as a cue to cause automake to include
39796         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
39797         Check for limits.h -- strtol.c needs it.
39798
39799 2000-12-05  Jim Meyering  <meyering@lucent.com>
39800
39801         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
39802
39803 2000-12-04  Jim Meyering  <meyering@lucent.com>
39804
39805         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
39806         Also include memory.h, stdlib.h, unistd.h if appropriate.
39807         Reported by Andreas Jaeger (conflicting declaration of malloc).
39808
39809 2000-12-02  Jim Meyering  <meyering@lucent.com>
39810
39811         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
39812         * m4/jm-macros.m4 (jm_MACROS): require it.
39813
39814 2000-12-02  Jim Meyering  <meyering@lucent.com>
39815
39816         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
39817
39818 2000-12-01  Paul Eggert  <eggert@twinsun.com>
39819
39820         * lib/memrchr.c: Include <config.h> before any system include file.
39821
39822 2000-11-30  Jim Meyering  <meyering@lucent.com>
39823
39824         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
39825
39826 2000-11-30  Jim Meyering  <meyering@lucent.com>
39827
39828         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
39829
39830 2000-11-29  Paul Eggert  <eggert@twinsun.com>
39831
39832         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
39833
39834 2000-11-26  Jim Meyering  <meyering@lucent.com>
39835
39836         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
39837
39838 2000-11-22  Paul Eggert  <eggert@twinsun.com>
39839
39840         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
39841         size of (size_t) -1; it's not portable.
39842
39843 2000-11-17  Jim Meyering  <meyering@lucent.com>
39844
39845         * lib/strstr.c: Update from GNU libc.
39846
39847 2000-11-17  Akim Demaille  <akim@epita.fr>
39848
39849         * lib/obstack.h: Formatting changes.
39850         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
39851         prevent type checking.
39852         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
39853         cast the value to (void *): assigning a `foo *' to a `void *'
39854         variable is valid.
39855         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
39856
39857 2000-11-16  Jim Meyering  <meyering@lucent.com>
39858
39859         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
39860
39861 2000-11-11  Jim Meyering  <meyering@lucent.com>
39862
39863         * lib/error.c: Add a couple #includes, merging from GNU libc version.
39864
39865 2000-11-10  Jim Meyering  <meyering@lucent.com>
39866
39867         * lib/obstack.h: Update from GNU libc.
39868         * lib/obstack.c: Likewise.
39869
39870 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
39871
39872         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
39873
39874 2000-11-06  Paul Eggert  <eggert@twinsun.com>
39875
39876         * lib/getusershell.c (setusershell): Use rewind rather than
39877         fseek/fseeko, to avoid configuration hassles with fseeko.
39878         Don't bother opening SHELLS_FILE if shellstream is NULL;
39879         it's not necessary.
39880
39881 2000-11-05  Jim Meyering  <meyering@lucent.com>
39882
39883         * lib/makepath.h (make_dir): Declare.
39884         * lib/makepath.c (make_dir): Remove `static' attribute.
39885         Tweak a comment.
39886
39887 2000-11-04  Jim Meyering  <meyering@lucent.com>
39888
39889         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
39890
39891 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
39892
39893         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
39894         last one in a bucket, advance to the next bucket.
39895
39896 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
39897
39898         * lib/fnmatch.c: Do not comment out all the code if we are using
39899         the GNU C library, because in some cases we are replacing buggy
39900         code in the GNU C library itself.
39901
39902 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
39903
39904         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
39905         (regex_compile): Catch bogus \(\1\).
39906
39907 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39908
39909         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
39910         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
39911         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
39912
39913 2000-10-30  Paul Eggert  <eggert@twinsun.com>
39914
39915         * lib/error.h, getline.h, modechange.h:
39916         Remove "2000" from Copyright line, as the file hasn't been
39917         changed this year other than in the copyright notice.
39918
39919         * lib/xalloc.h: Add "2000" to Copyright line, as this file
39920         was changed this year.
39921
39922 2000-10-29  Jim Meyering  <meyering@lucent.com>
39923
39924         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
39925         renaming.
39926         * m4/ls-mntd-fs.m4: Likewise
39927
39928 2000-10-29  Jim Meyering  <meyering@lucent.com>
39929
39930         * lib/xstat.in: Fix grammar in comment.
39931
39932 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
39933
39934         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
39935         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
39936         doesn't define __restrict_arr.
39937
39938 2000-10-28  Jim Meyering  <meyering@lucent.com>
39939
39940         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
39941         (jm_PREREQ_MEMCHR): New function.
39942
39943 2000-10-28  Jim Meyering  <meyering@lucent.com>
39944
39945         * lib/memchr.c: Update from libc.
39946         Adjust for portability:
39947         [HAVE_STDLIB_H]: Include stdlib.h.
39948         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
39949         Undef __memchr, too.
39950         [!weak_alias]: Define __memchr to memchr.
39951
39952         * lib/regex.c: Update from libc.
39953         * lib/regex.h: Likewise.
39954         * lib/getopt1.c: Likewise.
39955         * lib/memcmp.c: Likewise.
39956
39957         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
39958         Avoid using fseek, when possible -- it's broken by design.
39959         Patch by Ulrich Drepper.
39960
39961 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
39962
39963         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
39964         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
39965         Giving in to popular pressure to shut up the compiler with casts.
39966
39967 2000-10-26  Jim Meyering  <meyering@lucent.com>
39968
39969         * lib/strftime.c: Update from libc.
39970
39971 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
39972
39973         * regex.c: More `unsigned char' -> `re_char' changes.
39974         Also change several `int' into `re_wchar_t'.
39975         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
39976         (PUSH_FAILURE_POINTER): Don't cast any more.
39977         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
39978         We want GCC to complain, since this piece of code makes
39979         re_match non-reentrant, which *should* be fixed.
39980         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
39981         (EXTEND_BUFFER): Use RETALLOC.
39982         (SET_LIST_BIT): Don't cast.
39983         (re_wchar_t): New type.
39984         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
39985         that those two functions will always properly return.
39986         (IMMEDIATE_QUIT_CHECK): Cast to void.
39987         (analyse_first): Use recursion rather than an explicit stack.
39988         (re_compile_fastmap): Can't fail anymore.
39989         (re_search_2): Don't check re_compile_fastmap for failure.
39990         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
39991         Now also sets the new value (passed in a new argument).
39992         (re_match_2_internal): Use it.
39993         Also, use a new var `reg' of type size_t when looping through regs
39994         rather than reuse the inappropriate `mcnt'.
39995
39996 2000-10-25  Jim Meyering  <meyering@lucent.com>
39997
39998         * lib/obstack.c: Update from libc.
39999
40000 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
40001
40002         * regex.c (regex_compile): Change the way of handling a range from
40003         a char less than 256 to a char not less than 256.
40004
40005 2000-10-24  Andrew Innes  <andrewi@gnu.org>
40006
40007         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
40008         NT-Emacs only.
40009         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
40010         so that re_search functions only quit when callers expect them to.
40011
40012 2000-10-23  Jim Meyering  <meyering@lucent.com>
40013
40014         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
40015         wrong.  That set_locale call must not have any side effects.
40016         From Paul Eggert.
40017
40018 2000-10-22  Jim Meyering  <meyering@lucent.com>
40019
40020         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
40021         [CYCLIC]: Remove now-unused definition.
40022
40023         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
40024         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
40025         Suggestion from Ulrich Drepper.
40026
40027 2000-10-21  Jim Meyering  <meyering@lucent.com>
40028
40029         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
40030         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
40031         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
40032
40033 2000-10-21  Jim Meyering  <meyering@lucent.com>
40034
40035         * lib/dirname.c (memrchr): Declare if necessary.
40036         (dir_name): Remove the restriction that there be no
40037         trailing slashes.  Now, this code skips past them, effectively
40038         ignoring them.
40039         [TEST_DIRNAME] (main): New unit tests.
40040
40041         * lib/memrchr.c: New file from GNU libc.
40042         Undef __memrchr, too.
40043         [!weak_alias]: Define __memrchr to memrchr.
40044         Guard weak_alias use with `#ifdef weak_alias'.
40045
40046 2000-10-21  Jim Meyering  <meyering@lucent.com>
40047
40048         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
40049         (dir_name): Use dir_name_r.
40050         * lib/dirname.h (dir_name_r): Declare it.
40051
40052 2000-10-17  Jim Meyering  <meyering@lucent.com>
40053
40054         * lib/quote.h (PARAMS): Define and use.
40055         Reported by Akim Demaille.
40056
40057         * lib/getopt.c: Update from libc.
40058
40059 2000-10-16  Jim Meyering  <meyering@lucent.com>
40060
40061         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
40062         setlocale.
40063         From Jan Fedak.
40064
40065 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
40066
40067         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
40068
40069 2000-09-25  Jim Meyering  <meyering@lucent.com>
40070
40071         * lib/md5.h (rol): Define (from GnuPG).
40072
40073         * lib/sha.c: Give credit (GnuPG) where due.
40074         (M): Use rol rather than open-coding it.
40075         Add a FIXME comment.
40076
40077 2000-09-21  Jim Meyering  <meyering@lucent.com>
40078
40079         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
40080         Reported by Michael Stone.
40081
40082 2000-09-20  Jim Meyering  <meyering@lucent.com>
40083
40084         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
40085         (noinst_HEADERS): Add sha.h.
40086         Based on code from Scott G. Miller and from GnuPG.
40087
40088 2000-09-18  Jim Meyering  <meyering@lucent.com>
40089
40090         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
40091         LIBS. Otherwise, everyone ends up linking with -lelf for some
40092         configurations.
40093         Reported by Mike Stone.
40094
40095 2000-09-15  Jim Meyering  <meyering@lucent.com>
40096
40097         * lib/regex.c: Update from libc.
40098
40099 2000-09-10  Jim Meyering  <meyering@lucent.com>
40100
40101         * lib/getopt.c (_getopt_internal): Update from glibc.
40102
40103 2000-09-09  Jim Meyering  <meyering@lucent.com>
40104
40105         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
40106         think it should be used as a general replacement for isascii.
40107         * lib/fnmatch.c: Likewise.
40108         * lib/mbswidth.c: Likewise
40109         * lib/regex.c: Likewise.
40110
40111         Don't use atoi.
40112         * lib/userspec.c: Include sys/param.h and limits.h.
40113         Include xstrtol.h.
40114         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40115         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
40116         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
40117         UID, GID.  Check range.
40118
40119 2000-09-06  Jim Meyering  <meyering@lucent.com>
40120
40121         * lib/getopt.c (_getopt_internal): Update from glibc.
40122
40123 2000-08-30  Jim Meyering  <meyering@lucent.com>
40124
40125         * lib/strftime.c: Merge in changes from GNU libc.
40126
40127 2000-08-26  Jim Meyering  <meyering@lucent.com>
40128
40129         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
40130         * m4/fpending.m4: New file.
40131
40132 2000-08-26  Jim Meyering  <meyering@lucent.com>
40133
40134         * lib/closeout.c: Include "__fpending.h".
40135         (close_stdout_status): Return right away if there's nothing to flush.
40136
40137         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
40138         * lib/__fpending.c: New file.
40139         * lib/__fpending.h: New file.
40140
40141 2000-08-20  Jim Meyering  <meyering@lucent.com>
40142
40143         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
40144         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
40145         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
40146
40147 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
40148
40149         Improve fileutils installation on systems where running
40150         programs (like install) can't be unlinked.
40151         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
40152         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
40153
40154 2000-08-07  Paul Eggert  <eggert@twinsun.com>
40155
40156         Standardize on "memory exhausted" instead of "Memory exhausted"
40157         or "virtual memory exhausted".
40158         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
40159         "virtual memory exhausted".
40160         * lib/same.c (same_name): Invoke xalloc_die instead of printing
40161         our own message.
40162         * lib/userspec.c (parse_user_spec): Likewise.
40163         * lib/bumpalloc.h: comment fix
40164         * lib/same.c, userspec.c: Include xalloc.h.
40165
40166         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
40167         not char *const and pointing to a constant array.
40168         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
40169         (xrealloc): Comment fix.
40170
40171         * lib/userspec.c (parse_user_spec):
40172         Don't translate a message until just before returning,
40173         to avoid unnecessary translation.
40174
40175 2000-08-07  Jim Meyering  <meyering@lucent.com>
40176
40177         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
40178         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
40179         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
40180         getgroups.c, gethostname.c, getopt.h, group-member.c,
40181         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
40182         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
40183         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
40184         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
40185         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
40186         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
40187         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
40188         yesno.c: Back out Copyright date changes for each file with no change
40189         this year.  This eases coordination with other programs using the same
40190         source code modules.  From Paul Eggert.
40191
40192 2000-08-06  Paul Eggert  <eggert@twinsun.com>
40193
40194         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
40195         not char, for compatibility with glibc 2.1.3 strftime.c.
40196
40197 2000-08-03  Greg McGary  <greg@mcgary.org>
40198
40199         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
40200         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
40201         (EXTEND_BUFFER): Use them.
40202
40203 2000-08-01  Jim Meyering  <meyering@lucent.com>
40204
40205         * lib/dirname.c (ISSLASH): Define.
40206         (BACKSLASH_IS_PATH_SEPARATOR): Define.
40207         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
40208         both `\' and `/' may be use as path separators.
40209         Based on a patch from Prashant TR.
40210
40211 2000-07-31  Paul Eggert  <eggert@twinsun.com>
40212
40213         * lib/quotearg.c (quotearg_n_options): Don't make the initial
40214         slot vector a constant, since it might get modified.
40215
40216 2000-07-31  Jim Meyering  <meyering@lucent.com>
40217
40218         * lib/xmalloc.c: Use `virtual memory exhausted', not
40219         `Memory exhausted'.
40220         * lib/obstack.c (print_and_abort): Likewise.
40221
40222 2000-07-30  Paul Eggert  <eggert@twinsun.com>
40223
40224         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
40225         buffer, so that the caller can always quote one small
40226         component of a "memory exhausted" message in slot 0.
40227         From a suggestion by Jim Meyering.
40228
40229 2000-07-30  Jim Meyering  <meyering@lucent.com>
40230
40231         * lib/makepath.c (make_path): Quote the other instance, too.
40232
40233         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
40234         (STATIC_BUF_SIZE): Define.
40235         (quotearg_n_options): Use only statically allocated storage when
40236         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
40237         than STATIC_BUF_SIZE.
40238
40239 2000-07-29  Jim Meyering  <meyering@lucent.com>
40240
40241         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
40242         * lib/dirname.c (dir_name): Likewise.
40243
40244         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
40245         `/'.
40246
40247         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
40248         (dir_name): Assert that there are no trailing slashes.
40249
40250 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
40251
40252         * lib/mbswidth.h (mbswidth): Add a flags argument.
40253         (mbswidth): New declaration.
40254         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
40255         * lib/mbswidth.c (mbswidth): Add a flags argument.
40256         (mbsnwidth): New function.
40257
40258 2000-07-24  Jim Meyering  <meyering@lucent.com>
40259
40260         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
40261
40262 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40263
40264         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
40265
40266 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40267
40268         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
40269         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
40270         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
40271         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
40272         invoke multibyte primitives.
40273
40274 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40275
40276         * lib/quotearg.c:
40277         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
40278         so that mbstate_t is always defined.
40279
40280         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
40281         be 1 in at least one GCC installation, and this configuration
40282         error is likely to be common.  Ignoring MB_LEN_MAX hurts
40283         performance on hosts that have mbrtowc but have only unibyte
40284         locales, but I assume these hosts are rare.
40285
40286 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40287
40288         * lib/mbswidth.c (_XOPEN_SOURCE):
40289         Don't define; this causes problems on Solaris 7.
40290         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
40291
40292 2000-07-23  Jim Meyering  <meyering@lucent.com>
40293
40294         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
40295         too: getgrgid, getpwuid, getuid.
40296
40297 2000-07-23  Jim Meyering  <meyering@lucent.com>
40298
40299         * lib/basename.c (base_name): Add an assertion.
40300
40301 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
40302
40303         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
40304         shadow its mbsinit function.
40305
40306 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
40307
40308         * lib/mbswidth.h: New file.
40309         * lib/mbswidth.c: New file.
40310         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
40311         (noinst_HEADERS): Add mbswidth.h.
40312
40313 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
40314
40315         * lib/config.charset: Add support for FreeBSD. Improve support for
40316         HP-UX and IRIX 6.
40317
40318 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
40319
40320         * m4/mbswidth.m4: New file.
40321         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
40322
40323 2000-07-15  Jim Meyering  <meyering@lucent.com>
40324
40325         * lib/makepath.c: Include quote.h.
40326         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
40327         corresponding argument in a `quote (...)' call.
40328         Give better diagnostics.
40329
40330         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
40331         (noinst_HEADERS): Add quote.h.
40332
40333         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
40334         from tar's src/misc.c.
40335         * lib/quote.h: New file.  Prototypes for same.
40336
40337 2000-07-14  Paul Eggert  <eggert@twinsun.com>
40338
40339         From a suggestion by Bruno Haible.
40340         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
40341         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
40342         to decide whether to define the BeOS workaround macro;
40343         this adjusts to the change to AC_MBSTATE_T.
40344
40345 2000-07-14  Jim Meyering  <meyering@lucent.com>
40346
40347         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
40348         jm_AC_TYPE_UINTMAX_T.
40349
40350 2000-07-13  Paul Eggert  <eggert@twinsun.com>
40351
40352         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
40353
40354         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
40355         quotearg_buffer_restyled): Add support for
40356         clocale_quoting_style.  Undo previous change to
40357         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
40358         and "{RIGHT QUOTATION MARK}" msgids.
40359
40360 2000-07-10  Paul Eggert  <eggert@twinsun.com>
40361
40362         From a suggestion by Bruno Haible.
40363         * m4/mbstate_t.m4 (AC_MBSTATE_T):
40364         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
40365         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
40366         and mbstate_t, to a single-part test that simply defines mbstate_t.
40367         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
40368         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
40369
40370 2000-07-10  Jim Meyering  <meyering@lucent.com>
40371
40372         * m4/strerror_r.m4: Mirror the correction made in autoconf.
40373
40374         * m4/gnu-source.m4: Output to confdefs.h directly.
40375         Suggestion from Akim Demaille.
40376
40377 2000-07-09  Paul Eggert  <eggert@twinsun.com>
40378
40379         The old behavior of quoting `like this' doesn't look good with
40380         newer, ISO-style fonts.  See:
40381         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
40382
40383         Instead, quote "like this" by default.  Let the translator
40384         tailor the locale-specific quoting behavior by providing
40385         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
40386
40387         * lib/quotearg.c (N_): New macro.
40388         (gettext_default): New function.
40389         (quotearg_buffer_restyled): Use
40390         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
40391         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
40392
40393 2000-07-09  Jim Meyering  <meyering@lucent.com>
40394
40395         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
40396         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
40397
40398         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
40399         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
40400
40401 2000-07-09  Jim Meyering  <meyering@lucent.com>
40402
40403         * lib/Most files: Update copyright dates to include 2000.
40404
40405 2000-07-08  Jim Meyering  <meyering@lucent.com>
40406
40407         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
40408         if not defined.
40409         (xgethostname): Remove now-unnecessary #ifdef.
40410         Move declaration of `err' into loop where it's used.
40411
40412 2000-07-05  Paul Eggert  <eggert@twinsun.com>
40413         and Bruno Haible  <haible@clisp.cons.org>
40414
40415         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
40416         only if the test for an object-type mbstate_t fails.  This
40417         prevents us from mistakenly reporting that mbstate_t is a
40418         system object type after we "#define mbstate_t int" to work
40419         around its lack.
40420
40421 2000-07-05  Paul Eggert  <eggert@twinsun.com>
40422         and Bruno Haible  <haible@clisp.cons.org>
40423
40424         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
40425
40426 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
40427
40428         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
40429         to strerror_r.
40430         Include <ctype.h> for use of isalpha.
40431
40432 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
40433
40434         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
40435         by allocating a larger buffer. Test the gethostname return value for
40436         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
40437         returns an error and ENAMETOOLONG isn't defined.
40438
40439 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
40440
40441         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
40442         dimension.
40443
40444 2000-07-04  Jim Meyering  <meyering@lucent.com>
40445
40446         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
40447         of the deprecated AC_CHECKING.
40448
40449 2000-07-04  Jim Meyering  <meyering@lucent.com>
40450
40451         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
40452         Reported by Bruno Haible.
40453
40454 2000-07-04  Jim Meyering  <meyering@lucent.com>
40455
40456         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
40457         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
40458         lacks mbrtowc.
40459
40460 2000-07-03  Paul Eggert  <eggert@twinsun.com>
40461
40462         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
40463         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
40464
40465 2000-07-03  Paul Eggert  <eggert@twinsun.com>
40466         and Bruno Haible  <haible@clisp.cons.org>
40467
40468         * lib/quotearg.c (mbrtowc):
40469         Assign to *pwc, and return 1 only if result is nonzero.
40470         (iswprint): Use ISPRINT when substituting our own mbrtowc.
40471
40472 2000-07-03  Jim Meyering  <meyering@lucent.com>
40473
40474         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
40475
40476 2000-07-03  Jim Meyering  <meyering@lucent.com>
40477
40478         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
40479         This is necessary to get a definition of e.g., UTMP_FILE on
40480         HP-UX 10.20.
40481         From Bob Proulx.
40482
40483 2000-07-02  Jim Meyering  <meyering@lucent.com>
40484
40485         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
40486
40487         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
40488         AC_LIBOBJ(function_name).
40489         * m4/chown.m4: Likewise.
40490         * m4/fnmatch.m4: Likewise.
40491         * m4/ftruncate.m4: Likewise.
40492         * m4/getgroups.m4: Likewise.
40493         * m4/getline.m4: Likewise.
40494         * m4/group-member.m4: Likewise.
40495         * m4/jm-macros.m4: Likewise.
40496         * m4/lstat.m4: Likewise.
40497         * m4/malloc.m4: Likewise.
40498         * m4/memcmp.m4: Likewise.
40499         * m4/nanosleep.m4: Likewise.
40500         * m4/putenv.m4: Likewise.
40501         * m4/realloc.m4: Likewise.
40502         * m4/regex.m4: Likewise.
40503         * m4/stat.m4: Likewise.
40504         * m4/strftime.m4: Likewise.
40505
40506 2000-07-02  Jim Meyering  <meyering@lucent.com>
40507
40508         * lib/quotearg.c (mbstate_t): Don't define here.
40509
40510 2000-07-02  Jim Meyering  <meyering@lucent.com>
40511
40512         * lib/nanosleep.c (SIGCONT): Define if not already defined.
40513
40514 2000-07-01  Jim Meyering  <meyering@lucent.com>
40515
40516         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
40517
40518 2000-07-01  Jim Meyering  <meyering@lucent.com>
40519
40520         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
40521         problem.
40522
40523 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
40524
40525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
40526         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
40527
40528 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
40529
40530         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
40531         per change in ../m4/ls-mntd-fs.m4.
40532         (read_filesystem_list): Ignore symbolic links.
40533
40534 2000-06-29  Jim Meyering  <meyering@lucent.com>
40535
40536         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
40537         for declaration of strcmp.
40538
40539         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
40540
40541         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
40542         Avoid warning by casting result to `char *' to remove `const'.
40543
40544 2000-06-28  Jim Meyering  <meyering@lucent.com>
40545
40546         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
40547         included by quotearg.c, for which we perform this test.  From
40548         Bruno Haible.
40549
40550 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
40551
40552         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
40553         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
40554         <utmpx.h> exists, put readutmp.o into LIBOBJS.
40555
40556 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
40557
40558         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
40559
40560 2000-06-26  Paul Eggert  <eggert@twinsun.com>
40561
40562         savedir now sets errno on failure and invokes xmalloc to get memory.
40563         Fix a couple of other minor bugs while we're at it.
40564
40565         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
40566         (NAMLEN): Remove macro.
40567         (malloc, realloc): Remove decls.
40568         (stpcpy): Likewise.
40569         ("xalloc.h"): Include.
40570         (NAME_SIZE_DEFAULT): New macro.
40571         (savedir): Use xmalloc / xrealloc to allocate memory.
40572         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
40573         Skip "" directory entries.
40574         Use strlen to calculate directory entry length, since the old method
40575         is rarely used these days and isn't worth supporting.
40576         Don't use a pointer after freeing it.
40577         Check for integer overflow when calculating allocation size.
40578         Use memcpy to copy entries, instead of stpcpy.
40579         Set errno properly when returning NULL.
40580         Check for readdir error.
40581
40582 2000-06-26  Jim Meyering  <meyering@lucent.com>
40583
40584         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
40585
40586 2000-06-25  Jim Meyering  <meyering@lucent.com>
40587
40588         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
40589         Linux header bug when _XOPEN_SOURCE is defined to 500.
40590
40591 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
40592
40593         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
40594         deficiency.
40595
40596 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
40597
40598         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
40599         Include xalloc.h.
40600         Don't include <stdlib.h>.  Don't declare malloc, realloc.
40601
40602 2000-06-24  Jim Meyering  <meyering@lucent.com>
40603
40604         * m4/strerror_r.m4: Revive this file -- to try out an experimental
40605         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
40606         for which strerror does return char*, but which lacks a conveniently
40607         accessible declaration of the function.  If the compile-test says
40608         strerror_r doesn't work, then resort to a `run'-test that works on
40609         BeOS and segfaults on DEC Unix.
40610
40611 2000-06-24  Jim Meyering  <meyering@lucent.com>
40612
40613         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
40614
40615 2000-06-23  Paul Eggert  <eggert@twinsun.com>
40616
40617         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
40618         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
40619
40620 2000-06-23  Paul Eggert  <eggert@twinsun.com>
40621
40622         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
40623         (mbrtowc, mbstate_t): Define substitutes if
40624         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
40625         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
40626         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
40627
40628 2000-06-23  Jim Meyering  <meyering@lucent.com>
40629
40630         * m4/afs.m4: Add missing AC_MSG_RESULT.
40631         Reported by Bruno Haible.
40632
40633         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
40634         Suggestion from Bruno Haible.
40635
40636 2000-06-23  Jim Meyering  <meyering@lucent.com>
40637
40638         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
40639
40640 2000-06-21  Jim Meyering  <meyering@lucent.com>
40641
40642         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
40643
40644 2000-06-21  Jim Meyering  <meyering@lucent.com>
40645
40646         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
40647         (noinst_HEADERS): Add getstr.h.
40648
40649         * lib/getline.c (getstr): Move into a separate file.
40650         * lib/getstr.c (getstr): New file, extracted from getline.c, with
40651         the following changes: new parameter, delim2; both delim[12]
40652         parameters have type `int', not `char'.  The latter would lose
40653         with 8-bit delimiters.
40654         * lib/getstr.h: New file.
40655
40656 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40657
40658         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
40659         than 1024, return a memory chunk of least possible size, instead
40660         of size PATH_MAX + 2. In the loop, increment the size proportionally.
40661         Use free/xmalloc instead of xrealloc to avoid copying for very long
40662         paths.
40663
40664 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40665
40666         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
40667         the empty string.
40668
40669 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40670
40671         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
40672         address, not strdup.  Include <stdlib.h> and don't declare free().
40673
40674 2000-06-19  Jim Meyering  <meyering@lucent.com>
40675
40676         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
40677
40678 2000-06-18  Jim Meyering  <meyering@lucent.com>
40679
40680         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
40681
40682         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
40683         `checking whether...' message to be consistent with that of the
40684         lstat test.
40685
40686 2000-06-18  Jim Meyering  <meyering@lucent.com>
40687
40688         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
40689         Besides, these days every porting target provides a mkdir function.
40690
40691         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
40692         needed. (this snippet comes from src/system.h).
40693
40694 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
40695
40696         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
40697
40698 2000-06-15  Paul Eggert  <eggert@twinsun.com>
40699
40700         * lib/human.c (adjust_value): New function.
40701         (human_readable_inexact): Apply rounding style even when
40702         printing approximate values.
40703
40704 2000-06-14  Paul Eggert  <eggert@twinsun.com>
40705
40706         * lib/human.c (human_readable_inexact): Allow an input block
40707         size that is not a multiple of the output block size, and vice versa.
40708         Reported by Piergiorgio Sartor.
40709
40710 2000-06-14  Paul Eggert  <eggert@twinsun.com>
40711
40712         * lib/getdate.y (get_date): Apply relative times after time
40713         zone indicator, not before.  Reported by Todd A. Jacobs.
40714
40715 2000-06-13  Jim Meyering  <meyering@lucent.com>
40716
40717         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
40718
40719         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
40720
40721 2000-06-12  Paul Eggert  <eggert@twinsun.com>
40722
40723         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
40724
40725 2000-06-12  Jim Meyering  <meyering@lucent.com>
40726
40727         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
40728         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
40729         optional argument.
40730         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
40731         the optional argument, `lib'.
40732
40733 2000-06-08  Jim Meyering  <meyering@lucent.com>
40734
40735         * m4/largefile.m4: Remove file (now that it's part of autoconf).
40736
40737 2000-06-04  Paul Eggert  <eggert@twinsun.com>
40738
40739         Rewrite largefile configuration so that we don't need to run
40740         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
40741         AC_CANONICAL_HOST in configure.in -- jmm]
40742
40743         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
40744         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
40745         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
40746         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
40747         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
40748         All uses changed.
40749         Instead of inspecting the output of getconf, try to compile the
40750         test program without and with the macro definition.
40751         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
40752         for getconf.  Instead, check for the needed flags by compiling
40753         test programs.
40754
40755 2000-06-04  Paul Eggert  <eggert@twinsun.com>
40756
40757         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
40758
40759 2000-06-04  Jim Meyering  <meyering@lucent.com>
40760
40761         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
40762         SunOS 4.1.4 for which gid_t is an unsigned type.
40763
40764 2000-06-03  Jim Meyering  <meyering@lucent.com>
40765
40766         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
40767         now that autoconf requires that.
40768
40769         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
40770         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
40771         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
40772
40773 2000-06-03  Jim Meyering  <meyering@lucent.com>
40774
40775         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
40776
40777 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
40778
40779         * m4/glibc21.m4: New file.
40780         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
40781
40782 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
40783
40784         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
40785         newer, don't install charset.alias.
40786         * lib/config.charset: Change the Linux/glibc rules so they become empty
40787         on glibc-2.1 or newer.
40788
40789 2000-06-02  Jim Meyering  <meyering@lucent.com>
40790
40791         * lib/mountlist.c: Back out last change.  Instead, do this...
40792         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
40793         me_dummy member using the same `ignore'-testing code.
40794         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
40795         fs_type strings.
40796         From Mark D. Roth.
40797
40798 2000-05-29  Jim Meyering  <meyering@lucent.com>
40799
40800         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
40801         mounts with the `ignore' attribute.  Based on a patch from
40802         Mark D. Roth.
40803
40804 2000-05-28  Jim Meyering  <meyering@lucent.com>
40805
40806         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
40807         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40808         * m4/stat.m4: Likewise.
40809         * m4/lstat.m4: Likewise.
40810         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
40811
40812         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
40813         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
40814
40815 2000-05-26  Jim Meyering  <meyering@lucent.com>
40816
40817         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
40818
40819 2000-05-24  Jim Meyering  <meyering@lucent.com>
40820
40821         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
40822         autoconf requires that.
40823         * m4/lib-check.m4: Likewise.
40824         * m4/jm-macros.m4: Likewise.
40825         * m4/strftime.m4: Likewise.
40826
40827         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
40828         AC_CHECK_DECLS, now that autoconf requires that.
40829
40830 2000-05-22  Jim Meyering  <meyering@lucent.com>
40831
40832         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40833         * m4/lstat.m4: Likewise.
40834
40835 2000-05-22  Jim Meyering  <meyering@lucent.com>
40836
40837         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
40838
40839 2000-05-20  Jim Meyering  <meyering@lucent.com>
40840
40841         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
40842         (jm_PREREQ): Use it.
40843
40844 2000-05-18  Jim Meyering  <meyering@lucent.com>
40845
40846         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
40847         back, too, since it may have been modified by allocate_entry.
40848         (hash_delete): Rewrite to use neither the assignment operator
40849         nor the comma operator in an if-expression.
40850
40851 2000-05-15  Paul Eggert  <eggert@twinsun.com>
40852
40853         * lib/closeout.c:
40854         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
40855         Remove; no longer needed.
40856         "quotearg.h": Add include.
40857         (file_name): Do not bother to explicitly initialize to NULL; it's less
40858         efficient on some hosts.
40859         (close_stdout_status): Remove test as to whether stdout was already
40860         closed; it breaks for the case "echo x | sort >&-".
40861         Quote file name colons.
40862         Do not assume that _("write error") lacks format strings.
40863
40864 2000-05-15  Jim Meyering  <meyering@lucent.com>
40865
40866         * lib/version-etc.c (version_etc_copyright): Update the copyright
40867         string used in all --version output.
40868
40869 2000-05-14  Jim Meyering  <meyering@lucent.com>
40870
40871         * lib/closeout.c (close_stdout_set_file_name): New function.
40872         (close_stdout_status): Use new file-scoped global.
40873         Return right away if fstat says the stdout file descriptor is invalid.
40874         * lib/closeout.h (close_stdout_set_file_name): Declare.
40875
40876 2000-05-10  Jim Meyering  <meyering@lucent.com>
40877
40878         * lib/closeout.c [default_exit_status]: New file-scoped variable.
40879         (close_stdout_set_status): New function.
40880         * lib/closeout.h (close_stdout_set_status): Declare.
40881
40882 2000-05-09  Jim Meyering  <meyering@lucent.com>
40883
40884         * m4/gettext.m4: Rename this...
40885         * m4/libintl.m4: ...to this.
40886
40887 2000-05-08  Jim Meyering  <meyering@lucent.com>
40888
40889         * lib/long-options.c: Don't include closeout.h.
40890         (parse_long_options): Don't call close_stdout for --version.
40891
40892 2000-05-06  Paul Eggert  <eggert@twinsun.com>
40893
40894         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
40895         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
40896         2.1.3 bug.  This avoids a clash when files like regex.c define
40897         _GNU_SOURCE.
40898
40899 2000-05-06  Jim Meyering  <meyering@lucent.com>
40900
40901         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
40902         (AC_REPLACE_FUNCS): Add strnlen.
40903
40904         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
40905         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
40906
40907         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
40908         AC_SEARCH_LIBS call for nanosleep.
40909         (LIB_NANOSLEEP): Set and AC_SUBST.
40910
40911 2000-05-06  Jim Meyering  <meyering@lucent.com>
40912
40913         * lib/strnlen.c: Undefine __strnlen and strnlen.
40914         [!weak_alias]: Define __strnlen to strnlen.
40915
40916         * lib/atexit.c: New file, from libiberty.
40917
40918 2000-05-06  Jim Meyering  <meyering@lucent.com>
40919
40920         * lib/closeout.c (close_stdout_status): Also check for errors on the
40921         stderr stream.
40922
40923 2000-05-05  Jim Meyering  <meyering@lucent.com>
40924
40925         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
40926         AC_SEARCH_LIBS call for clock_gettime.
40927         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
40928
40929         * m4/search-libs.m4: Update from autoconf.
40930
40931         su doesn't work on Solaris 2.6.
40932         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
40933         <shadow.h>.  Reported by Dragos Harabor.
40934
40935 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
40936
40937         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
40938         memcpy instead of xmalloc, xrealloc, path_concat.
40939         (locale_charset): Treat empty environment variables as absent.
40940         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
40941
40942 2000-05-04  Jim Meyering  <meyering@lucent.com>
40943
40944         * lib/getopt.c: Update from glibc.
40945         * lib/obstack.c: Likewise.
40946         * lib/obstack.h: Likewise.
40947         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
40948         file
40949
40950         * lib/regex.h: Likewise.
40951         * lib/strndup.c: Likewise.
40952         * lib/strnlen.c: New file, from glibc.
40953
40954 2000-05-03  Jim Meyering  <meyering@lucent.com>
40955
40956         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
40957
40958 2000-05-02  Paul Eggert  <eggert@twinsun.com>
40959
40960         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
40961         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
40962         compile-time test, rather than inspecting host and OS, to
40963         decide whether to define _LARGEFILE_SOURCE.
40964
40965 2000-05-01  Jim Meyering  <meyering@lucent.com>
40966
40967         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
40968
40969         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
40970         Based on a patch from Bruno Haible.
40971
40972 2000-05-01  Jim Meyering  <meyering@lucent.com>
40973
40974         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
40975
40976 2000-04-29  Jim Meyering  <meyering@lucent.com>
40977
40978         * lib/path-concat.c: Declare strdup only if it's not defined.
40979         * lib/canon-host.c: Likewise.
40980
40981 2000-04-28  Jim Meyering  <meyering@lucent.com>
40982
40983         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
40984         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
40985         is included first, then limits.h is included by locale.h by libintl.h.
40986         From John David Anglin.
40987
40988 2000-04-25  Jim Meyering  <meyering@lucent.com>
40989
40990         * lib/makepath.c (S_IRWXUGO): Define.
40991         (make_path): Always perform explicit chmod if MODE specifies any
40992         of the `special' permission bits.  Prompted by a bug report against
40993         install from Mate Wierdl and Joost van Baal.
40994
40995 2000-04-18  Jim Meyering  <meyering@lucent.com>
40996
40997         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
40998         (jm_PREREQ): Use it.
40999
41000 2000-04-18  Jim Meyering  <meyering@lucent.com>
41001
41002         * lib/README: New file.
41003
41004         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
41005         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
41006
41007 2000-04-17  Jim Meyering  <meyering@lucent.com>
41008
41009         Get it right :-)
41010         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
41011         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
41012         Suggestion from Akim Demaille.
41013
41014 2000-04-17  Jim Meyering  <meyering@lucent.com>
41015
41016         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
41017         the definition of it to rpl_strftime also defined-away the system's
41018         declaration.
41019
41020 2000-04-15  Jim Meyering  <meyering@lucent.com>
41021
41022         Use `C' to denote so-called `contiguous' files, the same way
41023         that tar does.
41024         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
41025         (ftypelet): Use S_ISCTG.
41026         From Michael Deutschmann.
41027
41028 2000-04-14  Jim Meyering  <meyering@lucent.com>
41029
41030         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
41031         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
41032         clobbered.
41033
41034 2000-04-14  Jim Meyering  <meyering@lucent.com>
41035
41036         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
41037
41038 2000-04-13  Jim Meyering  <meyering@lucent.com>
41039
41040         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
41041         AH_VERBATIM to insert required #ifndef into config.h.in.
41042         Suggestion from Akim Demaille.
41043
41044 2000-04-12  Jim Meyering  <meyering@lucent.com>
41045
41046         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
41047         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
41048         Christian Krackowizer.
41049
41050         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
41051         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
41052         (AC_SYS_LARGEFILE): Require.
41053         (AM_C_PROTOTYPES): Require.
41054
41055 2000-04-08  Jim Meyering  <meyering@lucent.com>
41056
41057         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
41058         names don't conflict.  Reported by Eli Zaretskii.
41059
41060 2000-04-07  Jim Meyering  <meyering@lucent.com>
41061
41062         * lib/putenv.c: Move inclusion of errno.h so it follows that of
41063         sys/types.h, to work around system header problems on AIX 3.2.5.
41064         From Bruno Haible.
41065
41066 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
41067
41068         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
41069         bug.  Deal with the different error behavior of Irix iconv.
41070
41071 2000-04-05  Paul Eggert  <eggert@twinsun.com>
41072
41073         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
41074         IRIX if the installer said otherwise.
41075
41076 2000-04-05  Jim Meyering  <meyering@lucent.com>
41077
41078         Portability tweaks required for ultrix4.3.
41079         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
41080         (jm_CHECK_DECLS): Add getutent to the list of functions.
41081         (_jm_DECL_HEADERS): Add utmpx.h.
41082         From John David Anglin.
41083
41084         * m4/strftime.m4: Back out the 2000-04-02 change.
41085         Instead of that change, simply undefine putenv in the test program.
41086
41087 2000-04-05  Jim Meyering  <meyering@lucent.com>
41088
41089         Portability tweaks required for ultrix4.3.
41090         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
41091         getutent.
41092         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
41093         * lib/canon-host.c: Declare strdup.
41094         * lib/path-concat.c: Likewise.
41095         From John David Anglin.
41096
41097 2000-04-04  Jim Meyering  <meyering@lucent.com>
41098
41099         Be more DOS 8.3-friendly.
41100         * lib/ref-add.sin: Renamed from ref-add.sed.in.
41101         * lib/ref-del.sin: Renamed from ref-del.sed.in.
41102         * lib/Makefile.am: Reflect renaming.
41103         Reported by Eli Zaretskii.
41104
41105         Use a temporary file name that won't clash with `charset.alias'
41106         in the DOS 8.3 name space.
41107         * lib/Makefile.am (charset_tmp): Define.
41108         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
41109         (uninstall-local): Likewise.
41110         Reported by Eli Zaretskii.
41111
41112 2000-04-03  Jim Meyering  <meyering@lucent.com>
41113
41114         * m4/gettext.m4: Fix typo in comment.
41115
41116         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
41117         textutils/configure.in).  Suggestion from Paul Eggert.
41118         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
41119
41120 2000-04-02  Paul Eggert  <eggert@twinsun.com>
41121
41122         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
41123         variable in the shell rather than using putenv, which isn't
41124         portable.  This avoids the configure-time inter-test dependency
41125         on the potentially-renamed putenv function.
41126
41127 2000-03-30  Paul Eggert  <eggert@twinsun.com>
41128
41129         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
41130         before checking struct stat.st_blksize, so that
41131         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
41132
41133 2000-03-29  Paul Eggert  <eggert@twinsun.com>
41134
41135         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
41136         since strftime.c uses HAVE_STRFTIME to decide whether to use
41137         the underlying strftime.
41138
41139 2000-03-29  Paul Eggert  <eggert@twinsun.com>
41140
41141         * lib/time/strftime.c (my_strftime): Make sure we call the system
41142         strftime, not ourselves, when invoking the underlying strftime.
41143
41144 2000-03-24  Jim Meyering  <meyering@lucent.com>
41145
41146         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
41147         (charset_alias): Define.
41148         (install-exec-local): Factor out common code.
41149         (uninstall-local): Split lines longer than 80.
41150         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
41151         (SUFFIXES): Define.
41152         (.sed.in.sed): New rule.  Don't redirect directly to $@.
41153         (CLEANFILES): Add ref-add.sed and ref-del.sed.
41154
41155 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
41156
41157         * lib/config.charset: Output a line containing "Packages using this
41158         file".
41159         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
41160         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
41161         ref-del.sed): New rules.
41162
41163 2000-03-17  Jim Meyering  <meyering@lucent.com>
41164
41165         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
41166         Otherwise, include <strings.h>
41167
41168 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
41169
41170         * lib/unicodeio.c (utf8_wctomb): New function.
41171         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
41172         format instead of in UCS-4 with platform dependent endianness.
41173
41174 2000-03-10  Jim Meyering  <meyering@lucent.com>
41175
41176         * m4/lib-check.m4: Look for getspnam in -lgen, too.
41177         From Marco Franzen.
41178
41179 2000-03-07  Paul Eggert  <eggert@twinsun.com>
41180
41181         * lib/savedir.c (savedir): Work even if directory size is
41182         negative; this can happen with some screwy NFS configurations.
41183
41184 2000-03-06  Jim Meyering  <meyering@lucent.com>
41185
41186         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
41187         if it's NULL (because we ran out of memory).  From Bruno Haible.
41188
41189 2000-03-05  Jim Meyering  <meyering@lucent.com>
41190
41191         * lib/localcharset.c ("path-concat.h"): Include.
41192         (get_charset_aliases): Use path_concat instead of ANSI string
41193         concatenation.
41194
41195         * lib/unicodeio.h (PARAMS): Define.
41196         Use it to guard prototype.
41197
41198 2000-03-04  Jim Meyering  <meyering@lucent.com>
41199
41200         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
41201         for lib/localcharset.c.
41202
41203 2000-03-04  Jim Meyering  <meyering@lucent.com>
41204
41205         * lib/Makefile.am (install-exec-local): Create $(libdir) before
41206         installing into it.
41207         (uninstall-local): Uncomment this rule so `make distcheck' works
41208         once again.
41209
41210         * lib/unicodeio.c (<errno.h>): Include it.
41211         (errno): Declare if not defined.
41212
41213         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
41214
41215         * lib/config.charset: New version, incorporating remarks from a linux
41216         i18n mailing list.  From Bruno Haible.
41217
41218 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
41219
41220         * m4/codeset.m4: New file.
41221         * m4/iconv.m4: New file.
41222         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
41223
41224 2000-03-03  Jim Meyering  <meyering@lucent.com>
41225
41226         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
41227
41228 2000-03-02  Jim Meyering  <meyering@lucent.com>
41229
41230         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
41231         the messages come out on separate lines.
41232
41233         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
41234         rather than jm_CHECK_DECLARATIONS.
41235         * m4/decl.m4: Remove now-unused file.
41236
41237         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
41238         geteuid.
41239
41240 2000-03-02  Jim Meyering  <meyering@lucent.com>
41241
41242         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
41243
41244 2000-03-01  Jim Meyering  <meyering@lucent.com>
41245
41246         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
41247         * lib/unicodeio.c: Likewise.
41248
41249 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
41250
41251         * lib/config.charset: New file.
41252         * lib/localcharset.c: New file.
41253         * lib/unicodeio.h, lib/unicodeio.c: New files.
41254         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
41255         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
41256         (noinst_HEADERS): Add unicodeio.h.
41257         (all-local, install-exec-local, charset.alias): New targets.
41258
41259 2000-02-28  Paul Eggert  <eggert@twinsun.com>
41260
41261         * lib/quotearg.c (ALERT_CHAR): New macro.
41262         (quotearg_buffer_restyled): Use it.
41263
41264 2000-02-27  Jim Meyering  <meyering@lucent.com>
41265
41266         * m4/check-decl.m4: Add getenv to the list.
41267
41268 2000-02-27  Jim Meyering  <meyering@lucent.com>
41269
41270         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
41271         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
41272
41273         * lib/backupfile.c: Guard inclusion of stdlib.h with
41274         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
41275         Declare malloc if needed.
41276
41277         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
41278         `#ifndef HAVE_DECL..'
41279         now that autoconf always defines the HAVE_DECL_ symbols.
41280         * lib/human.c: Likewise.
41281         * lib/same.c: Likewise.
41282         * lib/strtoumax.c: Likewise.
41283
41284         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
41285         declaration check was not run.
41286         * lib/hash.c: Likewise.
41287         * lib/human.c: Likewise.
41288         * lib/same.c: Likewise.
41289         * lib/strtoumax.c: Likewise.
41290
41291         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
41292         `.', then first look up the entire `.'-containing string as a login
41293         name.
41294
41295 2000-02-23  Jim Meyering  <meyering@lucent.com>
41296
41297         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
41298         in place of my hack.
41299
41300 2000-02-18  Paul Eggert  <eggert@twinsun.com>
41301
41302         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
41303         (textint): New typedef.
41304         (parser_control): Member year changed from int to textint.
41305         All uses changed.
41306         (YYSTYPE): Removed; replaced by %union with int and textint members.
41307         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
41308         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
41309         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
41310         (tSNUMBER, tUNUMBER): Now of type <textintval>.
41311         (date, number, to_year): Use width of number in digits, not its value,
41312         to determine whether it's a 2-digit year, or a 2-digit time.
41313         (yylex): Store number of digits of numeric tokens.
41314         Reported by John Kendall.
41315
41316         (parser_control): Changed from struct parser_control to typedef (for
41317         consistency).  All uses changed.
41318
41319         (tID): Removed; not used.
41320         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
41321
41322 2000-02-14  Paul Eggert  <eggert@twinsun.com>
41323
41324         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
41325         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
41326
41327 2000-02-12  Jim Meyering  <meyering@lucent.com>
41328
41329         * lib/userspec.c (ISDIGIT): Define it.
41330         (isdigit): Remove definition.
41331         (is_number): Use ISDIGIT, not isdigit.
41332         <libintl.h>: Include.
41333         (_ and N_): Define.
41334         (parse_user_spec): Mark translatable strings.
41335
41336 2000-02-10  Jim Meyering  <meyering@lucent.com>
41337
41338         With these changes, nanosleep.[ch] are finally enough like the other
41339         lib/* replacement files to compile on a few more losing systems.
41340
41341         * lib/nanosleep.h: Don't include config.h.
41342         Remove prototype from declaration of nanosleep.
41343         (PARAMS): Remove now-unneeded definition.
41344         * lib/nanosleep.c: #undef nanosleep.
41345         (rpl_nanosleep): Rename from nanosleep.
41346
41347 2000-02-10  Jim Meyering  <meyering@lucent.com>
41348
41349         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
41350         gnu_nanosleep to rpl_nanosleep.
41351
41352 2000-02-09  Jim Meyering  <meyering@lucent.com>
41353
41354         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
41355         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
41356
41357 2000-02-08  Akim Demaille  <akim@epita.fr>
41358
41359         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
41360         `[' and `]' and remove uses of `changequote'.
41361         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
41362         (AC_SYS_LARGEFILE): Likewise.
41363         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
41364         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
41365         of changequote.
41366         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
41367         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
41368         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
41369         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
41370
41371 2000-02-05  Jim Meyering  <meyering@lucent.com>
41372
41373         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
41374         Remove explicit use of AC_HEADER_TIME.  It is required by
41375         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
41376         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
41377         in autoconf whereby the expansion of the latter ended up preceding
41378         the expansion of its prerequisite, AC_HEADER_TIME.
41379         Reported by Volker Borchert.
41380
41381 2000-02-03  Jim Meyering  <meyering@lucent.com>
41382
41383         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
41384
41385 2000-02-03  Jim Meyering  <meyering@lucent.com>
41386
41387         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
41388         rather than with `#if HAVE_UTMPNAME'.
41389
41390 2000-02-02  Jim Meyering  <meyering@lucent.com>
41391
41392         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
41393         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
41394         Reported by Eli Zaretskii.
41395
41396 2000-02-01  Jim Meyering  <meyering@lucent.com>
41397
41398         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
41399
41400 2000-01-31  Jim Meyering  <meyering@lucent.com>
41401
41402         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
41403         functions.  Add the time.h and sys/time.h headers along with the
41404         AC_REQUIRE'ment of AC_HEADER_TIME.
41405
41406 2000-01-31  Jim Meyering  <meyering@lucent.com>
41407
41408         * lib/nanosleep.h (nanosleep): Guard declaration with
41409         `#if ! HAVE_DECL_NANOSLEEP'.
41410         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
41411         the declaration in that vendor's sys/timers.h.
41412         Reported by Christian Krackowizer.
41413
41414         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
41415         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
41416         (ISPRINT): Likewise.
41417         Reported by Tom Tromey.
41418
41419 2000-01-30  Jim Meyering  <meyering@lucent.com>
41420
41421         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
41422
41423         * m4/prereq.m4 (utmp_includes): Define.
41424         Check for ut_user and ut_name members in both struct utmpx
41425         and struct utmp.
41426
41427 2000-01-30  Jim Meyering  <meyering@lucent.com>
41428
41429         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
41430         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
41431         header files where only utmpx.ut_user is declared.
41432
41433         * lib/readutmp.h (UT_USER): Define.
41434
41435 2000-01-29  Jim Meyering  <meyering@lucent.com>
41436
41437         * m4/lib-check.m4: New file containing library-related checks from
41438         fileutils and sh-utils (textutils had none).
41439
41440 2000-01-28  Jim Meyering  <meyering@lucent.com>
41441
41442         * m4/perl.m4: Change format of warning message to look more like that
41443         from the missing script.  Suggestion from François Pinard.
41444
41445 2000-01-25  Jim Meyering  <meyering@lucent.com>
41446
41447         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
41448         well as time.h in the compile check.
41449         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
41450         Fix typo in cross-compiling case: s/yes/no/.
41451
41452 2000-01-23  Jim Meyering  <meyering@lucent.com>
41453
41454         * m4/jm-macros.m4: Move df-related tests here from
41455         fileutils/configure.in
41456
41457         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
41458         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
41459
41460         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
41461         s/space/ac_fsusage_space/.
41462         (jm_FILE_SYSTEM_USAGE): Take two parameters.
41463
41464         * m4/ftruncate.m4: New file (derived from part of
41465         fileutils/configure.in).
41466         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
41467         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
41468
41469         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
41470         AC_SUBST these here, rather than just in sh-util/configure.in, so
41471         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
41472         all the same.
41473         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
41474         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
41475         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
41476         (AC_SUBST(POW_LIBM)): Likewise.
41477         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
41478
41479 2000-01-23  Jim Meyering  <meyering@lucent.com>
41480
41481         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
41482         obstack.c.
41483
41484 2000-01-22  Jim Meyering  <meyering@lucent.com>
41485
41486         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
41487
41488         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
41489
41490         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
41491         configure.in
41492         (AC_CHECK_HEADERS): Likewise for sh-utils.
41493         (AC_CHECK_HEADERS): Likewise for textutils.
41494         Merge the three lists of headers.
41495
41496         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
41497         from fileutils' configure.in.
41498
41499         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
41500         code. Moved tests into their own function (_jm_DECL_HEADERS) in
41501         check-decl.m4.
41502
41503         * m4/check-decl.m4: Use #if rather than #ifdef.
41504         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
41505         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
41506         (_jm_DECL_HEADERS): Define new function.
41507         (jm_CHECK_DECLARATIONS): Require it.
41508
41509 2000-01-22  Jim Meyering  <meyering@lucent.com>
41510
41511         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
41512         [! HAVE_DECL_STRTOULL]: Declare strtoull.
41513         Required for some AIX systems.  Reported by Christian Krackowizer.
41514         [TESTING] (main): New function.
41515
41516         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
41517         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
41518         letters.
41519
41520         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
41521         iswprint.
41522
41523         * lib/strverscmp.c (ISDIGIT): Define.
41524         (strverscmp): Use ISDIGIT, not isdigit.
41525
41526 2000-01-19  Jim Meyering  <meyering@lucent.com>
41527
41528         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
41529         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
41530         defines `struct timespec' in <sys/time.h>
41531
41532         * m4/c-bs-a.m4: Remove uses of changequote altogether.
41533         Thanks to Akim for explaining.
41534
41535 2000-01-17  Paul Eggert  <eggert@twinsun.com>
41536
41537         * lib/nanosleep.c (nanosleep):
41538         Don't use SA_INTERRUPT to decide whether to call sigaction, as
41539         POSIX.1 doesn't require SA_INTERRUPT and some systems
41540         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
41541         it's been part of POSIX.1 since day 1 (in 1988).
41542
41543 2000-01-17  Jim Meyering  <meyering@lucent.com>
41544
41545         * lib/interlock: Remove unused file.  Reported by François Pinard.
41546
41547 2000-01-16  Paul Eggert  <eggert@twinsun.com>
41548
41549         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
41550         alert, backslash, formfeed, and vertical tab unnecessarily in
41551         shell quoting style.
41552
41553 2000-01-16  Jim Meyering  <meyering@lucent.com>
41554
41555         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
41556         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
41557         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
41558         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
41559
41560 2000-01-16  Jim Meyering  <meyering@lucent.com>
41561
41562         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
41563         because the latter didn't work.
41564
41565 2000-01-15  Jim Meyering  <meyering@lucent.com>
41566
41567         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
41568         (AC_REPLACE_FUNCS): Add memcpy and memset.
41569         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
41570         Add strpbrk.
41571         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
41572
41573 2000-01-12  Jim Meyering  <meyering@lucent.com>
41574
41575         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
41576         (jm_PREREQ): Use it.
41577         (jm_PREREQ_READUTMP): New macro.
41578         (jm_PREREQ): Use it.
41579
41580 2000-01-11  Paul Eggert  <eggert@twinsun.com>
41581
41582         Quote multibyte characters correctly.
41583         * m4/c-bs-a.m4: New file.
41584         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
41585         (jm_PREREQ): Use it.
41586
41587 2000-01-11  Paul Eggert  <eggert@twinsun.com>
41588
41589         * m4/uintmax_t.m4: Port to autoconf 2.13.
41590
41591 2000-01-08  Jim Meyering  <meyering@ascend.com>
41592
41593         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
41594         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
41595
41596 2000-01-04  Jim Meyering  <meyering@ascend.com>
41597
41598         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
41599         jm_STRUCT_DIRENT_D_TYPE.
41600         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
41601         jm_STRUCT_DIRENT_D_INO.
41602         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
41603         jm_STRUCT_UTIMBUF.
41604         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
41605         renamings.
41606         * m4/utime.m4: Likewise.
41607
41608         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
41609         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
41610
41611 2000-01-03  Paul Eggert  <eggert@twinsun.com>
41612
41613         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
41614         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
41615
41616 2000-01-02  Jim Meyering  <meyering@ascend.com>
41617
41618         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
41619         remember if this is necessary.
41620
41621 1999-12-26  Jim Meyering  <meyering@ascend.com>
41622
41623         * m4/jm-macros.m4: Use it here.
41624         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
41625
41626 1999-12-23  Jim Meyering  <meyering@ascend.com>
41627
41628         * m4/jm-macros.m4: Check for clock_gettime (moved from
41629         fileutils/configure.in)
41630         Check for gettimeofday.
41631
41632 1999-12-20  Jim Meyering  <meyering@ascend.com>
41633
41634         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
41635         autoconf-2.14a-1999-12-20.
41636
41637 1999-12-19  Jim Meyering  <meyering@ascend.com>
41638
41639         * m4/lstat-slash.m4: New file.
41640         * m4/jm-macros.m4: Use the new macro:
41641         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
41642
41643 1999-12-07  Jim Meyering  <meyering@ascend.com>
41644
41645         * m4/perl.m4: Require that File::Compare be available, too.
41646         Too many systems seem to lack it.
41647
41648         * m4/strftime.m4: Add checks for most of the cpp macros tested in
41649         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
41650
41651 1999-11-18  Paul Eggert  <eggert@twinsun.com>
41652
41653         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
41654         problem with the QNX 4.25 shell, which doesn't propagate exit
41655         status of failed commands inside shell assignments.
41656
41657 1999-11-17  Jim Meyering  <meyering@ascend.com>
41658
41659         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
41660
41661 1999-11-07  Jim Meyering  <meyering@ascend.com>
41662
41663         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
41664
41665 1999-11-06  Jim Meyering  <meyering@ascend.com>
41666
41667         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
41668         * m4/jm-macros.m4 (jm_MACROS): Use it here.
41669
41670 1999-11-05  Jim Meyering  <meyering@ascend.com>
41671
41672         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
41673         configure.in of textutils, fileutils, and sh-utils into this one
41674         (shared between those packages) file.
41675         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
41676         AC_STRUCT_ST_BLKSIZE.
41677
41678 1999-11-03  Jim Meyering  <meyering@ascend.com>
41679
41680         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
41681         of AC_CHECK_TYPE checks includes unistd.h.
41682         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
41683         Suggestion from Akim Demaille.
41684
41685 1999-10-30  Jim Meyering  <meyering@ascend.com>
41686
41687         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
41688         m4-quoted string.
41689         * m4/ls-mntd-fs.m4: Likewise.
41690         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
41691         * m4/jm-winsz1.m4: Likewise.
41692
41693         * m4/const.m4: Remove file, since the fix made it into the experimental
41694         version of autoconf.
41695         * m4/mktime.m4: Likewise.
41696
41697         * m4/check-type.m4: Remove file, now that the latest version of
41698         AC_CHECK_TYPE takes a third arg to specify additional #includes.
41699
41700         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
41701         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
41702         AC_CHECK_TYPE.
41703
41704 1999-10-04  Jim Meyering  <meyering@ascend.com>
41705
41706         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
41707
41708 1999-09-22  Paul Eggert  <eggert@twinsun.com>
41709
41710         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
41711         2.95.1 bug with HP-UX 10.20.
41712
41713 1999-09-17  Jim Meyering  <meyering@ascend.com>
41714
41715         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
41716         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
41717         due to missing strdup (against sh-utils-2.0).
41718
41719 1999-08-29  Jim Meyering  <meyering@ascend.com>
41720
41721         * m4/jm-macros.m4: Require jm_BISON.
41722         * m4/bison.m4: New file.
41723
41724 1999-08-17  Paul Eggert  <eggert@twinsun.com>
41725
41726         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
41727         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
41728
41729 1999-08-05  Jim Meyering  <meyering@ascend.com>
41730
41731         * m4/getline.m4: Rename test file from conftestdata to conftest.data
41732         to avoid conflicts with `conftest' on 8+3 filesystems.
41733         Suggestion from Eli Zaretskii.
41734
41735 1999-08-04  Jim Meyering  <meyering@ascend.com>
41736
41737         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
41738         fileutils and sh-utils (textutils's getline test was inadequate).
41739         (AM_FUNC_GETLINE): Run this test.
41740         (AC_CHECK_FUNCS): Check for getdelim.
41741         Reported by Bob Proulx.
41742
41743 1999-08-02  Jim Meyering  <meyering@ascend.com>
41744
41745         * m4/jm-macros.m4: Add a comment.
41746
41747 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41748
41749         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
41750         <inttypes.h> defines strtoumax as a macro (and not as a
41751         function).
41752
41753 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41754
41755         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
41756         that we can shift, multiply and divide unsigned long long
41757         values; Ultrix cc can't do it.
41758
41759 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41760
41761         * m4/mktime.m4: New file, which is a preview of what should appear
41762         in the next public autoconf release.
41763
41764 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41765
41766         * m4/lfs.m4: Remove this file.
41767         * m4/largefile.m4: New file.  It contains the old contents of
41768         lfs.m4, except that all names with prefix AC_LFS have been
41769         changed to use the prefix AC_SYS_LARGEFILE instead, to be
41770         compatible with future autoconf versions.  Also, some minor m4
41771         quoting problems have been fixed.
41772
41773 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41774
41775         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
41776         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
41777         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
41778         and simplify the shell code.
41779
41780 1999-08-01  Jim Meyering  <meyering@ascend.com>
41781
41782         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
41783         m4.
41784
41785 1999-07-20  Jim Meyering  <meyering@ascend.com>
41786
41787         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
41788
41789 1999-07-15  Jim Meyering  <meyering@ascend.com>
41790
41791         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
41792
41793 1999-05-22  Jim Meyering  <meyering@ascend.com>
41794
41795         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
41796
41797 1999-05-20  Jim Meyering  <meyering@ascend.com>
41798
41799         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
41800         Add a colon after each `then' in case $4 is empty.
41801
41802 1999-05-16  Jim Meyering  <meyering@ascend.com>
41803
41804         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
41805
41806 1999-05-10  Jim Meyering  <meyering@ascend.com>
41807
41808         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
41809
41810         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
41811         AC_FUNC_MKTIME.
41812
41813 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
41814
41815         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
41816
41817 1999-05-04  Paul Eggert  <eggert@twinsun.com>
41818
41819         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
41820         not CPPFLAGS, so that linking works correctly in IRIX.
41821
41822 1999-04-30  Paul Eggert  <eggert@twinsun.com>
41823
41824         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
41825
41826 1999-04-20  Paul Eggert  <eggert@twinsun.com>
41827
41828         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
41829         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
41830         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
41831         jm_AC_TYPE_UNSIGNED_LONG_LONG.
41832         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
41833
41834         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
41835
41836 1999-04-20  Jim Meyering  <meyering@ascend.com>
41837
41838         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
41839         AC_REPLACE xstroull if necessary.  From Paul Eggert.
41840         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
41841
41842 1999-04-18  Jim Meyering  <meyering@ascend.com>
41843
41844         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
41845         * m4/jm-macros.m4: Use it.
41846
41847 1999-04-06  Jim Meyering  <meyering@ascend.com>
41848
41849         * m4/strftime.m4: Remove test for %f.
41850
41851 1999-03-29  Jim Meyering  <meyering@ascend.com>
41852
41853         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
41854         superset of the AC_TYPE_* checks in the textutils, fileutils,
41855         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
41856         AC_TYPE_PID_T.
41857
41858 1999-03-28  Jim Meyering  <meyering@ascend.com>
41859
41860         * m4/jm-macros.m4: Define GNU_PACKAGE here.
41861         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
41862         replaced e.g., in the *.sh files of the sh-utils.
41863
41864 1999-03-20  Jim Meyering  <meyering@ascend.com>
41865
41866         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
41867         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
41868         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
41869
41870 1999-03-19  Jim Meyering  <meyering@ascend.com>
41871
41872         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
41873
41874 1999-03-12  Jim Meyering  <meyering@ascend.com>
41875
41876         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
41877
41878 1999-03-07  Jim Meyering  <meyering@ascend.com>
41879
41880         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
41881         declared.
41882
41883 1999-02-17  Jim Meyering  <meyering@ascend.com>
41884
41885         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
41886         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
41887
41888 1999-02-07  Jim Meyering  <meyering@ascend.com>
41889
41890         * m4/group-member.m4: New file -- extracted from sh-utils'
41891         configure.in.
41892
41893         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
41894         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
41895
41896 1999-02-06  Jim Meyering  <meyering@ascend.com>
41897
41898         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
41899         * m4/fnmatch.m4: Likewise.
41900         * m4/getgroups.m4: Likewise.
41901         * m4/lstat.m4: Likewise.
41902         * m4/malloc.m4: Likewise.
41903         * m4/putenv.m4: Likewise.
41904         * m4/realloc.m4: Likewise.
41905         * m4/regex.m4: Likewise.
41906         * m4/stat.m4: Likewise.
41907         * m4/strftime.m4: Likewise.
41908         Suggestion from Alain Magloire.
41909
41910         * m4/chown.m4: Use `.$ac_objext', not `.o'.
41911         * m4/fnmatch.m4: Likewise.
41912         * m4/getgroups.m4: Likewise.
41913         * m4/getline.m4: Likewise.
41914         * m4/lstat.m4: Likewise.
41915         * m4/malloc.m4: Likewise.
41916         * m4/memcmp.m4: Likewise.
41917         * m4/putenv.m4: Likewise.
41918         * m4/realloc.m4: Likewise.
41919         * m4/regex.m4: Likewise.
41920         * m4/stat.m4: Likewise.
41921         * m4/strftime.m4: Likewise.
41922         Suggestion from Alain Magloire.
41923
41924         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
41925         an argument.
41926
41927         * m4/regex.m4: Add a run-time Test for proper operation of
41928         re_compile_pattern.
41929
41930 1999-01-31  Jim Meyering  <meyering@ascend.com>
41931
41932         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
41933
41934 1999-01-30  Jim Meyering  <meyering@ascend.com>
41935
41936         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
41937
41938         * m4/jm-mktime.m4: Make this a wrapper around the official
41939         AM_FUNC_MKTIME rather than my private copy, now that the official one
41940         is up to date.
41941         * m4/mktime.m4: Remove file.
41942
41943         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
41944         * m4/uptime.m4: Likewise.
41945         * m4/uintmax_t.m4: Likewise.
41946
41947 1999-01-28  Jim Meyering  <meyering@ascend.com>
41948
41949         * m4/jm-macros.m4: Use jm_AFS.
41950         * m4/afs.m4: New file (from fileutils' configure.in).
41951
41952         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
41953         * m4/chown.m4: Likewise.
41954         * m4/d-ino.m4: Likewise.
41955         * m4/d-type.m4: Likewise.
41956         * m4/fnmatch.m4: Likewise.
41957         * m4/getgroups.m4: Likewise.
41958         * m4/gettext.m4: Likewise.
41959         * m4/jm-mktime.m4: Likewise.
41960         * m4/jm-winsz2.m4: Likewise.
41961         * m4/lcmessage.m4: Likewise.
41962         * m4/ls-mntd-fs.m4: Likewise.
41963         * m4/malloc.m4: Likewise.
41964         * m4/memcmp.m4: Likewise.
41965         * m4/putenv.m4: Likewise.
41966         * m4/realloc.m4: Likewise.
41967         * m4/st_mtim.m4: Likewise.
41968         * m4/strftime.m4: Likewise.
41969
41970 1999-01-16  Jim Meyering  <meyering@ascend.com>
41971
41972         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
41973         (ARGMATCH_DIE_DECL): Define.
41974
41975 1999-01-12  Jim Meyering  <meyering@ascend.com>
41976
41977         * m4/Makefile.am.in: Rewrite to avoid using fmt.
41978         Reported by Lars Hecking.
41979
41980 1999-01-10  Jim Meyering  <meyering@ascend.com>
41981
41982         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
41983         gross kludge.
41984         * m4/inttypes_h.m4: Likewise.
41985         * m4/lstat.m4: Likewise.
41986         * m4/malloc.m4: Likewise.
41987         * m4/readdir.m4: Likewise.
41988         * m4/realloc.m4: Likewise.
41989         * m4/st_dm_mode.m4: Likewise.
41990         * m4/stat.m4: Likewise.
41991         * m4/utimbuf.m4: Likewise.
41992         * m4/utimes.m4: Likewise.
41993
41994         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
41995         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
41996         comments in config.h.in are meaningful.
41997
41998         * m4/jm-macros.m4: Require autoconf-2.13 here.
41999
42000         * m4/regex.m4: By default, don't use the included regex.c on systems
42001         with glibc 2.  Suggestion from Uli Drepper.
42002
42003 1999-01-02  Jim Meyering  <meyering@ascend.com>
42004
42005         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
42006
42007 1998-12-18  Jim Meyering  <meyering@ascend.com>
42008
42009         * m4/Makefile.am.in (Makefile.am): Simplify rule.
42010         Based on a suggestion from Lars Hecking.
42011
42012 1998-11-16  Paul Eggert  <eggert@twinsun.com>
42013
42014         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
42015
42016 1998-11-16  Jim Meyering  <meyering@ascend.com>
42017
42018         * m4/lfs.m4: Double-quote the `uname...` expression.
42019
42020 1998-11-14  Jim Meyering  <meyering@ascend.com>
42021
42022         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
42023         * m4/stat.m4: Likewise.
42024
42025 1998-11-03  Jim Meyering  <meyering@ascend.com>
42026
42027         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
42028         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
42029
42030 1998-10-18  Jim Meyering  <meyering@ascend.com>
42031
42032         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
42033
42034 1998-10-17  Jim Meyering  <meyering@ascend.com>
42035
42036         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
42037         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
42038         calls for those previously hard-coded headers.  Instead, take a new
42039         parameter.
42040         (jm_CHECK_DECLARATIONS): Reflect interface change.
42041         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
42042         (jm_CHECK_DECL_LOCALTIME_R): New macro.
42043
42044         * m4/mktime.m4: Test for spring-forward gap before long-running test.
42045
42046 1998-10-14  Jim Meyering  <meyering@ascend.com>
42047
42048         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
42049         instead of "TZ=America/Vancouver".  From Paul Eggert.
42050
42051 1998-10-11  Jim Meyering  <meyering@ascend.com>
42052
42053         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
42054         This adds a test for a recently added compatibility fix for mktime.c.
42055         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
42056
42057 1998-09-27  Jim Meyering  <meyering@ascend.com>
42058
42059         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
42060
42061         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
42062         ../configure.in, including a change from Gordon Matzigkeit to allow
42063         cross-compiling for the Hurd.
42064
42065         * m4/glibc.m4: New file/macro to test for the GNU C Library
42066         versions 1 and 2.  From Gordon Matzigkeit.
42067         Indent.
42068
42069 1998-09-21  Jim Meyering  <meyering@ascend.com>
42070
42071         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
42072
42073 1998-08-18  Paul Eggert  <eggert@twinsun.com>
42074
42075         Port nanosecond-resolution times to UnixWare 2.1.2 and
42076         pedantic Solaris 2.6.
42077
42078         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
42079         AC_STRUCT_ST_MTIM.
42080         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
42081         Generate name of ns member, instead of just 1 or undef.
42082         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
42083
42084 1998-08-15  Jim Meyering  <meyering@ascend.com>
42085
42086         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
42087         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
42088         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
42089         instead of jm_TYPE_SSIZE_T.
42090
42091 1998-08-12  Jim Meyering  <meyering@ascend.com>
42092
42093         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
42094
42095 1998-08-02  Jim Meyering  <meyering@ascend.com>
42096
42097         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
42098         in acconfig.h manually.
42099
42100 1998-07-31  Paul Eggert  <eggert@twinsun.com>
42101
42102         * m4/st_mtim.m4: New file.
42103
42104 1998-07-28  Jim Meyering  <meyering@ascend.com>
42105
42106         * m4/utimes.m4: Undef stat.
42107
42108 1998-07-25  Jim Meyering  <meyering@ascend.com>
42109
42110         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
42111         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
42112
42113 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
42114
42115         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
42116         uid and gid actually remain unchanged.
42117
42118 1998-07-07  Jim Meyering  <meyering@ascend.com>
42119
42120         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
42121
42122 1998-07-04  Jim Meyering  <meyering@ascend.com>
42123
42124         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
42125         to prove that this macro can be used in packages without regex.c.
42126
42127 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
42128
42129         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
42130         is to be used.
42131
42132 1998-07-03  Jim Meyering  <meyering@ascend.com>
42133
42134         * m4/gettext.m4: Add -lintl if it's found to be necessary.
42135
42136         * m4/gettext.m4: New file -- from gettext-0.10.35.
42137         * m4/lcmessage.m4: Likewise.
42138         * m4/progtest.m4: Likewise.
42139
42140         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
42141         * m4/jm-macros.m4: Require the new macro.
42142
42143 1998-06-29  Jim Meyering  <meyering@ascend.com>
42144
42145         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
42146         for the definition of NGROUPS (used in a system header included
42147         by sys/mount.h).
42148
42149 1998-06-28  Jim Meyering  <meyering@ascend.com>
42150
42151         * m4/ls-mntd-fs.m4: New file.
42152         * m4/fstypename.m4: New file.
42153
42154         * m4/jm-macros.m4: Require the new macro.
42155         * m4/jm-glibc-io.m4: New file.
42156
42157 1998-05-19  Jim Meyering  <meyering@ascend.com>
42158
42159         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
42160         * m4/lchown.m4: New file.
42161
42162         * m4/Makefile.am.in: New file.
42163         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
42164
42165 1998-05-14  Jim Meyering  <meyering@ascend.com>
42166
42167         * m4/Makefile.am (EXTRA_DIST): Add them.
42168         * m4/jm-macros.m4: New file.
42169         * m4/utimbuf.m4: New file.
42170
42171 1998-05-12  Jim Meyering  <meyering@ascend.com>
42172
42173         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
42174
42175 1998-05-11  Jim Meyering  <meyering@ascend.com>
42176
42177         * m4/isc-posix.m4: New file.
42178
42179 1998-05-10  Jim Meyering  <meyering@ascend.com>
42180
42181         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
42182
42183 1998-05-09  Jim Meyering  <meyering@ascend.com>
42184
42185         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
42186         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
42187         with automake.
42188
42189         * m4/ssize_t.m4: New file.
42190         * m4/mktime.m4: Remove file -- the new automake has this now.
42191
42192 1998-04-26  Jim Meyering  <meyering@ascend.com>
42193
42194         * m4/assert.m4: New file.
42195         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
42196
42197 1998-04-05  Jim Meyering  <meyering@ascend.com>
42198
42199         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
42200         (jm_PREREQ): Use it here.
42201
42202 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
42203
42204         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
42205         in acconfig.h.
42206
42207 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
42208
42209         * m4/prereq.m4: New file.
42210         * m4/error.m4: New file.
42211         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
42212
42213 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
42214
42215         * m4/getline.m4: Don't set am_cv_func_working_getline before the
42216         cache-check for the same variable -- that defeated the purpose of
42217         the test; the test program was never run.  This was a problem only
42218         on systems with losing getline functions -- HP-UX 10.20 is one.
42219         Reported by Bjorn Helgaas.
42220
42221 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
42222
42223         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
42224
42225 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
42226
42227         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
42228
42229         * m4/const.m4: New file.  Use an initializer in this declaration
42230         typedef int charset[2]; const charset x;
42231         Reported by Bob Glickstein.
42232
42233 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
42234
42235         * m4/chown.m4: Fix reversed types on -1 args to chown.
42236         From Kaveh Ghazi.
42237
42238 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
42239
42240         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
42241         Add lseek and memchr.
42242
42243         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
42244         T.E.Dickey <dickey@clark.net> said that some older preprocessors
42245         have a 20-character limit on names.
42246
42247 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
42248
42249         * m4/inttypes_h.m4: New file.
42250         * m4/uintmax_t.m4: New file.
42251         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
42252
42253
42254         -----
42255
42256         Local Variables:
42257         coding: utf-8
42258         End:
42259
42260         Copyright (C) 1997-2008 Free Software Foundation, Inc.
42261
42262         Copying and distribution of this file, with or without
42263         modification, are permitted provided the copyright notice
42264         and this notice are preserved.