3460235cd27c0da5af1cea4033be499ca91b3b70
[gnulib.git] / ChangeLog
1 2008-08-19  Eric Blake  <ebb9@byu.net>
2
3         test-c-stack: fix compilation failure on FreeBSD 5.0
4         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
5         headers before <sys/resource.h>.
6         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
7         the bug.
8         Reported by Nelson H. F. Beebe.
9
10         strverscmp: migrate from "strverscmp.h" to <string.h>
11         * modules/string (Makefile.am): Add new hooks.
12         * modules/strverscmp (Files): Remove strverscmp.h.
13         (Depends-on): Add string.
14         (configure.ac): Add indicator.
15         (Include): Mention new header.
16         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
17         defaults.
18         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
19         results.
20         * lib/strverscmp.h: Delete.
21         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22         * tests/test-strverscmp.c (includes): Adjust client.
23         * lib/check-version.c (includes): Likewise.
24         * NEWS: Document the change.
25
26         strverscmp: add unit test
27         * modules/strverscmp-tests: New file.
28         * tests/test-strverscmp.c: Likewise.
29
30 2008-08-19  Simon Josefsson  <simon@josefsson.org>
31
32         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
33         regarding Windows crypto stuff, from Mono.
34
35 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
36
37         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
38         if present, for intel RND.  Return error on failures.
39
40 2008-08-18  Ben Pfaff  <blp@gnu.org>
41
42         gitlog-to-changelog: give better diagnostic for failed pipe-open
43         * build-aux/gitlog-to-changelog: Improve error message: suggest
44         that the version of Git may be too old.
45
46 2008-08-18  Simon Josefsson  <simon@josefsson.org>
47
48         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
49         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
50
51 2008-08-18  Bruno Haible  <bruno@clisp.org>
52
53         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
54         pthread_in_use().
55
56 2008-08-18  Bruno Haible  <bruno@clisp.org>
57
58         * lib/glthread/threadlib.c: Include <pthread.h>.
59
60 2008-08-18  Bruno Haible  <bruno@clisp.org>
61
62         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
63         glthread_recursive_lock_* macros.
64         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
65         Fix syntax error.
66
67 2008-08-18  Bruno Haible  <bruno@clisp.org>
68
69         * lib/glthread/thread.c: Avoid forcing a context switch right after
70         thread creation.
71
72 2008-08-17  Bruno Haible  <bruno@clisp.org>
73
74         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
75         * lib/glthread/thread.h: Provide Win32 specific implementation.
76         * modules/thread (Files): Add lib/glthread/thread.c.
77         (Depends-on): Add lock.
78         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
79
80 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
81
82         New module 'yield'.
83         * modules/yield: New file.
84         * lib/glthread/yield.h: New file.
85         * m4/yield.m4: New file.
86         * MODULES.html.sh (Multithreading): Add yield.
87
88 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
89
90         New module 'thread'.
91         * modules/thread: New file.
92         * lib/glthread/thread.h: New file.
93         * m4/thread.m4: New file.
94         * MODULES.html.sh (Multithreading): Add thread.
95
96 2008-08-17  Bruno Haible  <bruno@clisp.org>
97
98         * lib/glthread/lock.h: Include <stdlib.h> always.
99         * lib/glthread/tls.h: Likewise.
100         * lib/glthread/cond.h: Likewise.
101
102 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
103
104         New module 'cond'.
105         * modules/cond: New file.
106         * lib/glthread/cond.h: New file.
107         * lib/glthread/cond.c: New file.
108         * m4/cond.m4: New file.
109         * MODULES.html.sh (Multithreading): Add cond.
110
111 2008-08-16  Eric Blake  <ebb9@byu.net>
112
113         c-stack: fix regression on Irix 5.3 from 2008-06-21
114         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
115         sa_sigaction...
116         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
117         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
118         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
119         * modules/signal (Makefile.am): Use the value.
120         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
121         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
122         * doc/posix-headers/signal.texi (signal.h): Document this
123         portability issue.
124         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
125         Reported by Tom G. Christensen.
126
127 2008-08-17  Bruno Haible  <bruno@clisp.org>
128
129         New module 'threadlib'.
130         * modules/threadlib: New file.
131         * lib/glthread/threadlib.c: New file, extracted from
132         lib/glthread/lock.c.
133         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
134         functions.
135         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
136         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
137         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
138         macros.
139         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
140         (gl_DISABLE_THREADS): Remove macro.
141         * modules/lock (Files): Remove build-aux/config.rpath.
142         (Depends-on): Remove havelib. Add threadlib.
143         (configure.ac-early): Remove section.
144         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
145         * modules/tls (Depends-on): Remove lock. Add threadlib.
146         (Link): New section, copied from threadlib.
147         * MODULES.html.sh (Multithreading): Add threadlib.
148
149 2008-08-14  Bruno Haible  <bruno@clisp.org>
150
151         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
152         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
153         glthread_rwlock_unlock, glthread_rwlock_destroy,
154         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
155         glthread_recursive_lock_destroy): Define as macros always.
156         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
157         glthread_lock_lock.
158         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
159         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
160         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
161         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
162         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
163         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
164         (glthread_recursive_lock_lock_func): Renamed from
165         glthread_recursive_lock_lock.
166         (glthread_recursive_lock_unlock_func): Renamed from
167         glthread_recursive_lock_unlock.
168         (glthread_recursive_lock_destroy_func): Renamed from
169         glthread_recursive_lock_destroy.
170
171 2008-08-14  Bruno Haible  <bruno@clisp.org>
172
173         * lib/glthread/lock.h: Renamed from lib/lock.h.
174         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
175         * lib/glthread/tls.h: Renamed from lib/tls.h.
176         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
177         * lib/fstrcmp.c: Update includes.
178         * lib/strsignal.c: Update includes.
179         * modules/lock (Files, Makefile.am): Update.
180         (Include): Change to "glthread/lock.h".
181         * modules/tls (Files, Makefile.am): Update.
182         (Include): Change to "glthread/tls.h".
183         * tests/test-lock.c: Update includes.
184         * tests/test-tls.c: Update includes.
185         * NEWS: Mention the renamed header files.
186
187 2008-08-11  Jim Meyering  <meyering@redhat.com>
188
189         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
190
191 2008-08-11  Eric Blake  <ebb9@byu.net>
192
193         test-c-stack: avoid C99-ism
194         * tests/test-c-stack.c (main): Fix whitespace, move declaration
195         before statement.
196         Reported by Alain Guibert.
197
198 2008-08-10  Jim Meyering  <meyering@redhat.com>
199
200         ensure that return value of uinttostr et al are not ignored
201         * lib/inttostr.h (__GNUC_PREREQ): Define.
202         (__attribute_warn_unused_result__): Define.
203         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
204
205 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
206
207         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
208         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
209
210 2008-08-07  Jim Meyering  <meyering@redhat.com>
211
212         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
213
214         * modules/mkstemp (License): Relicense under LGPLv2+.
215         * modules/tempname (License): Likewise.
216
217 2008-08-06  Bruno Haible  <bruno@clisp.org>
218
219         * lib/poll.c (poll): Further micro-optimization.
220
221 2008-08-06  Jim Meyering  <meyering@redhat.com>
222
223         inet_pton.c: use locale-independent tolower
224         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
225         (inet_pton6): Use c_tolower rather than tolower.
226         * modules/inet_pton (Depends-on): Add c-ctype.
227
228 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
229
230         * lib/poll.c (poll): Avoid division when timeout is 0, cache
231         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
232
233 2008-08-06  Jim Meyering  <meyering@redhat.com>
234
235         * modules/inet_pton (License): Relicense under LGPLv2+.
236
237 2008-08-03  Bruno Haible  <bruno@clisp.org>
238
239         Additional non-aborting API for lock and tls.
240         * lib/lock.h: Include <errno.h>.
241         (glthread_lock_init): New macro/function.
242         (gl_lock_init): Define as wrapper around glthread_lock_init.
243         (glthread_lock_lock): New macro/function.
244         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
245         (glthread_lock_unlock): New macro/function.
246         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
247         (glthread_lock_destroy): New macro/function.
248         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
249         (glthread_rwlock_init): New macro/function.
250         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
251         (glthread_rwlock_rdlock): New macro/function.
252         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
253         (glthread_rwlock_wrlock): New macro/function.
254         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
255         (glthread_rwlock_unlock): New macro/function.
256         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
257         (glthread_rwlock_destroy): New macro/function.
258         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
259         (glthread_recursive_lock_init): New macro/function.
260         (gl_recursive_lock_init): Define as wrapper around
261         glthread_recursive_lock_init.
262         (glthread_recursive_lock_lock): New macro/function.
263         (gl_recursive_lock_lock): Define as wrapper around
264         glthread_recursive_lock_lock.
265         (glthread_recursive_lock_unlock): New macro/function.
266         (gl_recursive_lock_unlock): Define as wrapper around
267         glthread_recursive_lock_unlock.
268         (glthread_recursive_lock_destroy): New macro/function.
269         (gl_recursive_lock_destroy): Define as wrapper around
270         glthread_recursive_lock_destroy.
271         (glthread_once): New macro/function.
272         (gl_once): Define as wrapper around glthread_once.
273         Update function declarations.
274         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
275         glthread_rwlock_init. Return error code.
276         (glthread_rwlock_rdlock_multithreaded): Renamed from
277         glthread_rwlock_rdlock. Return error code.
278         (glthread_rwlock_wrlock_multithreaded): Renamed from
279         glthread_rwlock_wrlock. Return error code.
280         (glthread_rwlock_unlock_multithreaded): Renamed from
281         glthread_rwlock_unlock. Return error code.
282         (glthread_rwlock_destroy_multithreaded): Renamed from
283         glthread_rwlock_destroy. Return error code.
284         (glthread_recursive_lock_init_multithreaded): Renamed from
285         glthread_recursive_lock_init. Return error code.
286         (glthread_recursive_lock_lock_multithreaded): Renamed from
287         glthread_recursive_lock_lock. Return error code.
288         (glthread_recursive_lock_unlock_multithreaded): Renamed from
289         glthread_recursive_lock_unlock. Return error code.
290         (glthread_recursive_lock_destroy_multithreaded): Renamed from
291         glthread_recursive_lock_destroy. Return error code.
292         (glthread_once_call): Make static.
293         (glthread_once_multithreaded): Renamed from glthread_once.
294         * lib/tls.h: Include <errno.h>.
295         (glthread_tls_key_init): New macro/function.
296         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
297         (glthread_tls_set): New macro/function.
298         (gl_tls_set): Define as wrapper around glthread_tls_set.
299         (glthread_tls_key_destroy): New macro/function.
300         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
301         Update function declarations.
302         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
303         glthread_tls_get.
304         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
305
306 2008-08-04  Eric Blake  <ebb9@byu.net>
307
308         gnumakefile: use space, not TAB, outside of targets
309         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
310
311 2008-08-02  Jim Meyering  <meyering@redhat.com>
312
313         getdate.y: avoid locale-dependent date parsing failure
314         In Turkish locales, getdate would fail to recognize keywords
315         containing a lowercase "i".  The solution is not to rely on
316         locale-sensitive case-conversion.
317         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
318         (lookup_word): Use c_toupper in place of toupper.
319         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
320         Reported by Vefa Bicakci <bicave@superonline.com> in
321         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
322         * modules/getdate (Depends-on): Add c-ctype.
323
324 2008-08-02  Bruno Haible  <bruno@clisp.org>
325
326         * gnulib-tool (func_import): When updating or creating a .gitignore
327         file, prepend each added line with a slash, and ignore leading slashes
328         from the existing lines.
329         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
330
331 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
332
333         Portability fix for GNU make 3.79.1.
334         * top/GNUmakefile: Avoid 'else COND', which older GNU make
335         versions do not understand.
336
337 2008-08-01  Bruno Haible  <bruno@clisp.org>
338
339         Work around bug of HP-UX 10.20 cc with -0.0 literal.
340         * tests/test-isnanf.h (zero): New variable.
341         (main): Avoid literal -0.0f.
342         * tests/test-isnand.h (zero): New variable.
343         (main): Avoid literal -0.0.
344         * tests/test-isnanl.h (zero): New variable.
345         (main): Avoid literal -0.0L.
346         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
347         (test_float, test_double, test_long_double): Avoid literals -0.0f,
348         -0.0, -0.0L.
349         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
350         (test_signbitd): Avoid literal -0.0.
351         (test_signbitl): Avoid literal -0.0L.
352         * tests/test-ceilf1.c (zero): New variable.
353         (main): Avoid literal -0.0f.
354         * tests/test-ceill.c (zero): New variable.
355         (main): Avoid literal -0.0L.
356         * tests/test-floorf1.c (zero): New variable.
357         (main): Avoid literal -0.0f.
358         * tests/test-floorl.c (zero): New variable.
359         (main): Avoid literal -0.0L.
360         * tests/test-roundf1.c (zero): New variable.
361         (main): Avoid literal -0.0f.
362         * tests/test-round1.c (zero): New variable.
363         (main): Avoid literal -0.0.
364         * tests/test-roundl.c (zero): New variable.
365         (main): Avoid literal -0.0L.
366         * tests/test-truncf1.c (zero): New variable.
367         (main): Avoid literal -0.0f.
368         * tests/test-trunc1.c (zero): New variable.
369         (main): Avoid literal -0.0.
370         * tests/test-truncl.c (zero): New variable.
371         (main): Avoid literal -0.0L.
372         * tests/test-frexp.c (zero): New variable.
373         (main): Avoid literal -0.0.
374         * tests/test-frexpl.c (zero): New variable.
375         (main): Avoid literal -0.0L.
376         * tests/test-ldexpl.c (zero): New variable.
377         (main): Avoid literal -0.0L.
378         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
379         (zerod, zerol): New variables.
380         (test_function): Avoid literals -0.0, -0.0L.
381         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
382         (zerod, zerol): New variables.
383         (test_function): Avoid literals -0.0, -0.0L.
384         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
385         (zerod, zerol): New variables.
386         (test_function): Avoid literals -0.0, -0.0L.
387         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
388         (zerod, zerol): New variables.
389         (test_function): Avoid literals -0.0, -0.0L.
390         * tests/test-strtod.c (zero): New variable.
391         (main): Avoid literal -0.0.
392         Reported by Jonathan C. Patschke <jp@centtech.com>.
393
394 2008-07-31  Jim Meyering  <meyering@redhat.com>
395
396         sha256.h: correct definition of SHA224_DIGEST_SIZE
397         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
398         Reported by Paulie Pena IV <paulie4@gmail.com>.
399         Define as 224 / 8, rather than as a literal.
400         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
401         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
402         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
403
404 2008-07-31  Bruno Haible  <bruno@clisp.org>
405
406         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
407         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
408         Reported by Jonathan Patschke <jp@centtech.com>.
409
410 2008-07-31  Bruno Haible  <bruno@clisp.org>
411
412         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
413         Reported by Paolo Bonzini <bonzini@gnu.org>.
414
415 2008-07-30  Eric Blake  <ebb9@byu.net>
416
417         test-strtod: allow compilation without -lm
418         * tests/test-strtod.c (main): Avoid link dependence on fabs.
419         Reported by Dennis Clarke <blastwave@gmail.com>.
420
421 2008-07-28  Jim Meyering  <meyering@redhat.com>
422
423         bootstrap: work also when there are no .po files in po/
424         * build-aux/bootstrap (update_po_files): Complete the change
425         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
426
427 2008-07-27  Jim Meyering  <meyering@redhat.com>
428
429         * users.txt: Add zile.
430
431 2008-07-26  Ben Pfaff  <blp@gnu.org>
432
433         Add missing dependencies on new m4/exponent[fdl].m4 files.
434         * modules/isnanf-nolibm: Add m4/exponentf.m4.
435         * modules/isnand-nolibm: Add m4/exponentd.m4.
436         * modules/isnanl-nolibm: Add m4/exponentl.m4.
437         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
438         m4/isnan[fdl].m4, because the macros actually used moved.
439         Reported by Jim Meyering.
440
441 2008-07-14  Ben Pfaff  <blp@gnu.org>
442
443         Add isinf module.
444         * lib/isinf.c: New file.
445         * lib/math.in.h: Define isinf macro if we have decided to replace
446         it.
447         * m4/isinf.m4: New file.
448         * m4/math_h.m4: Initialize and substitute variables for isinf
449         module.
450         * modules/isinf: New file.
451         * modules/isinf-tests: New file.
452         * modules/math: Add substitutions for new module.
453         * tests/test-isinf.c: New file.
454         * doc/posix-functions/isinf.texi: Mention new module.
455         * MODULES.html.sh: Mention new module.
456
457 2008-07-14  Ben Pfaff  <blp@gnu.org>
458
459         Factor out some macros for use by additional modules.
460         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
461         exponentf.m4.
462         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
463         exponentd.m4.
464         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
465         file exponentl.m4.
466         * m4/exponentf.m4: New file.
467         * m4/exponentd.m4: New file.
468         * m4/exponentl.m4: New file.
469         * modules/isnanf: Use new file m4/exponentf.m4.
470         * modules/isnand: Use new file m4/exponentd.m4.
471         * modules/isnanl: Use new file m4/exponentl.m4.
472
473 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
474
475         mktime.c: normalize tp->tm_isdst value to -1/0/1.
476         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
477         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
478         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
479
480         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
481         readlink on platforms without PATH_MAX.
482
483 2008-07-21  Eric Blake  <ebb9@byu.net>
484
485         Warn, not fail, on stale version.
486         * top/GNUmakefile (_curr-ver): Tone down previous patch.
487
488         Don't allow installation with stale devel version number.
489         * top/GNUmakefile (_is-install-target): New macro.
490         (_curr-ver): Forbid installation with stale version number.
491
492 2008-07-20  Bruno Haible  <bruno@clisp.org>
493
494         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
495         TESTS_ENVIRONMENT.
496         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
497
498 2008-07-20  Bruno Haible  <bruno@clisp.org>
499
500         * lib/c-stack.h (c_stack_action): Add documentation.
501         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
502
503 2008-07-20  Bruno Haible  <bruno@clisp.org>
504
505         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
506         * modules/readlink (License): Likewise.
507
508 2008-07-17  Eric Blake  <ebb9@byu.net>
509
510         * modules/c-stack (Link): Fix typo.
511
512         Make c-stack use libsigsegv, when available.
513         * modules/c-stack (Depends-on): Add libsigsegv.
514         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
515         needed.
516         * lib/c-stack.c (SIGSTKSZ): Define fallback.
517         (segv_handler, overflow_handler, c_stack_action)
518         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
519         implementation when libsigsegv is available, but only when using
520         the library is necessary.
521         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
522         comment, explaining why XSI check fails on Linux.
523         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
524         * tests/test-c-stack2.sh: Tweak skip message.
525         * NEWS: Document new link-time requirements.
526
527 2008-07-16  Eric Blake  <ebb9@byu.net>
528
529         c-stack: Expose false positives when not using libsigsegv.
530         * modules/c-stack-tests (Files): Expand test.
531         * tests/test-c-stack.c (main): Add means to conditionally trigger
532         non-overflow SIGSEGV.
533         * tests/test-c-stack2.sh: New file.
534
535 2008-07-14  Bruno Haible  <bruno@clisp.org>
536
537         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
538         Reported by Eric Blake.
539
540 2008-07-14  Sam Steingold  <sds@gnu.org>
541             Bruno Haible  <bruno@clisp.org>
542
543         New module libsigsegv.
544         * modules/libsigsegv: New file.
545         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
546         modifications.
547         * MODULES.html.sh (Signal handling): New section.
548
549 2008-07-14  Bruno Haible  <bruno@clisp.org>
550
551         * modules/unictype/ctype-* (Description): Add the word "function".
552         Improves the resulting doc in MODULES.html.
553
554 2008-07-12  Ben Pfaff  <blp@gnu.org>
555
556         Add longlong module.
557         * modules/longlong: New file.
558
559 2008-07-12  Bruno Haible  <bruno@clisp.org>
560
561         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
562         to empty.
563
564 2008-07-10  Ben Pfaff  <blp@gnu.org>
565
566         Add isnan module.
567         * doc/posix-functions/isnan.texi: Mention new module.
568         * lib/math.in.h: Define isnan macro if we have decided to replace
569         it.
570         * m4/isnan.m4: New file.
571         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
572         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
573         also.
574         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
575         redundancy.
576         * m4/math_h.m4: Initialize and substitute variables for isnan
577         module.
578         * modules/isnan: New file.
579         * modules/isnan-tests: New file.
580         * modules/math: Add substitutions for new module.
581         * tests/test-isnan.c: New file.
582         * MODULES.html.sh: Mention new module.
583
584 2008-07-10  Ben Pfaff  <blp@gnu.org>
585
586         Add isnanf module.
587         * lib/isnanf.m4: New file.
588         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
589         (gl_HAVE_ISNANF_IN_LIBM): New macro.
590         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
591         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
592         * modules/isnanf: New file.
593         * modules/isnanf-tests: New file.
594         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
595         files.
596         * tests/test-isnanf-nolibm.c: factored most of its contents into
597         new file tests/test-isnanf.h.
598         * tests/test-isnanf.h: New file.
599         * tests/test-isnanf.c: New file.
600         * MODULES.html.sh: Mention new module.
601         * doc/glibc-functions/isnanf.texi: Mention new module.
602
603 2008-07-10  Ben Pfaff  <blp@gnu.org>
604
605         Add isnand module.
606         * lib/isnand.h: New file.
607         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
608         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
609         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
610         functionality also.
611         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
612         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
613         (gl_HAVE_ISNAND_IN_LIBM): New macro.
614         * modules/isnand: New file.
615         * modules/isnand-tests: New file.
616         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
617         files.
618         * tests/test-isnand-nolibm.c: factored most of its contents into
619         new file tests/test-isnand.h.
620         * tests/test-isnand.h: New file.
621         * tests/test-isnand.c: New file.
622         * MODULES.html.sh: Mention new module.
623
624 2008-07-10  Ben Pfaff  <blp@gnu.org>
625
626         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
627         * lib/isnand.h: Rename lib/isnand-nolibm.h.
628         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
629         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
630         * modules/isnanf-nolibm: Update references to renamed files.
631         * modules/isnand-nolibm: Likewise.
632         * modules/isnanf-nolibm-tests: Likewise.
633         * modules/isnand-nolibm-tests: Likewise.
634         * lib/frexp.c: Likewise.
635         * lib/isfinite.c: Likewise.
636         * lib/signbitd.c: Likewise.
637         * lib/signbitf.c: Likewise.
638         * lib/vasnprintf.c: Likewise.
639         * tests/test-ceilf1.c: Likewise.
640         * tests/test-ceilf2.c: Likewise.
641         * tests/test-floorf1.c: Likewise.
642         * tests/test-floorf2.c: Likewise.
643         * tests/test-frexp.c: Likewise.
644         * tests/test-round1.c: Likewise.
645         * tests/test-round2.c: Likewise.
646         * tests/test-roundf1.c: Likewise.
647         * tests/test-strtod.c: Likewise.
648         * tests/test-trunc1.c: Likewise.
649         * tests/test-trunc2.c: Likewise.
650         * tests/test-truncf1.c: Likewise.
651         * tests/test-truncf2.c: Likewise.
652         * NEWS: Mention the renamed header files.
653
654 2008-07-11  Jim Meyering  <meyering@redhat.com>
655
656         vc-list-files: make the last-resort awk code more portable
657         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
658         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
659         does not support it.
660
661 2008-07-10  Eric Blake  <ebb9@byu.net>
662
663         Work with tar's bootstrap.
664         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
665         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
666         an m4 comment.
667
668 2008-07-09  Jim Meyering  <meyering@redhat.com>
669
670         posix-shell.m4: fix typo that made this test malfunction
671         * m4/posix-shell.m4: Remove capitalization in variable name.
672
673 2008-07-08  Bruno Haible  <bruno@clisp.org>
674
675         * m4/onceonly.m4: Update comments.
676         Reported by Ben Pfaff <blp@cs.stanford.edu>.
677
678 2008-07-04  Jim Meyering  <meyering@redhat.com>
679
680         * users.txt: Add vc-dwim.
681         (bison, coreutils): Use the gitweb URL.
682
683 2008-07-03  Jim Meyering  <meyering@redhat.com>
684
685         * users.txt: Add libffcall.  From Sam Steingold.
686
687 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
688
689         getdate.y: do not ignore TZ with relative day, month or year offset
690         * lib/getdate.y (get_date): Move the tz-handling block to follow the
691         relative-date-handling, since otherwise, the latter would clobber the
692         sole output (an updated Start value) of the tz-handling block.
693         * tests/test-getdate.c: Tests for the fix
694
695 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
696
697         Recognize 'foo_LIBRARIES += libgnu.a'.
698         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
699         makefile snippet has already specified an installation location,
700         also using '+='.
701
702 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
703
704         getdate.y: factor out common actions
705         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
706         Use them in place of open-coded actions.
707
708 2008-07-01  Simon Josefsson  <simon@josefsson.org>
709
710         Add self-test for getdate module.
711         * modules/getdate-tests: New file.
712         * tests/test-getdate.c: New file.
713
714 2008-06-29  Bruno Haible  <bruno@clisp.org>
715
716         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
717         .gitignore.
718         Reported by Sylvain Beucler <beuc@beuc.net>.
719
720 2008-06-29  Bruno Haible  <bruno@clisp.org>
721
722         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
723         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
724
725 2008-06-29  Bruno Haible  <bruno@clisp.org>
726
727         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
728         EXTRA_DIST.
729         Reported by Sylvain Beucler <beuc@beuc.net>.
730
731 2008-06-26  Jim Meyering  <meyering@redhat.com>
732
733         make several modules depend on the "open" module
734         This provides slightly increased consistency when opening-for-write
735         the name of a non-directory spelled with a trailing slash.
736         * modules/chdir-safer: Likewise.
737         * modules/chown: Likewise.
738         * modules/clean-temp: Likewise.
739         * modules/copy-file: Likewise.
740         * modules/fchdir: Likewise.
741         * modules/fcntl-safer: Likewise.
742         * modules/pipe: Likewise.
743         * modules/utime: Likewise.
744         Prompted by Eric Blake and Bruno Haible.
745
746 2008-06-24  Andreas Schwab  <schwab@suse.de>
747
748         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
749         literals can be used as initializers for global variables.
750
751 2008-06-23  Eric Blake  <ebb9@byu.net>
752
753         Make gnulib-cache.m4 easier to diff.
754         * gnulib-tool (func_import): Allow newlines when reading cached
755         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
756
757 2008-06-23  Bruno Haible  <bruno@clisp.org>
758
759         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
760         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
761         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
762         m4/signalblocking.m4.
763         (gl_PREREQ_SIGACTION): Don't invoke it.
764         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
765         gl_PREREQ_SIG_HANDLER_H.
766         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
767         Don't check for sigaction here.
768
769 2008-06-23  Bruno Haible  <bruno@clisp.org>
770
771         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
772         (install_handlers): Don't set the SA_RESETHAND flag.
773
774 2008-06-23  Bruno Haible  <bruno@clisp.org>
775
776         * m4/sigaction.m4: Comment fixes.
777         * lib/signal.in.h: Likewise.
778
779 2008-06-23  Eric Blake  <ebb9@byu.net>
780
781         Fix typo.
782         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
783
784         Avoid SA_ namespace.
785         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
786         Reported by Ralf Wildenhues.
787
788         Avoid test failure due to SA_RESTORER.
789         * tests/test-sigaction.c (SA_MASK): New macro.
790         (main): Avoid failing due to extension flags being set.
791         Reported by Jim Meyering.
792
793         Revert use of sig-handler.h in sigprocmask.c.
794         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
795         it requires the existence of struct sigaction.
796         * lib/sigprocmask.c (handler_t): Restore typedef.
797         (rpl_signal, old_handlers): Use local type.
798
799 2008-06-22  Bruno Haible  <bruno@clisp.org>
800
801         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
802         conditionally.
803         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
804
805 2008-06-22  Bruno Haible  <bruno@clisp.org>
806
807         * doc/posix-functions/siginterrupt.texi: Move note.
808
809         * lib/signal.in.h (SA_RESTART): New macro.
810         * lib/sigaction.c: Update comment.
811
812         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
813
814         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
815         (gl_PREREQ_SIGPROCMASK): Invoke it.
816         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
817
818         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
819
820         * lib/sigprocmask.c: Update a comment.
821
822 2008-06-21  Eric Blake  <ebb9@byu.net>
823
824         Use sigaction module rather than signal().
825         * modules/c-stack (Depends-on): Add sigaction.
826         * modules/fatal-signal (Depends-on): Likewise.
827         * modules/nanosleep (Depends-on): Likewise.
828         * modules/sigprocmask (Files): Add sig-handler.h.
829         * modules/sigaction (Files): Likewise.
830         * lib/sig-handler.h (get_handler): New file, suggested by Paul
831         Eggert.
832         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
833         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
834         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
835         (init_fatal_signals): Likewise.
836         * lib/nanosleep.c (rpl_nanosleep): Likewise.
837         (siginterrupt): Delete fallback.
838         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
839         instead.
840         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
841         siginterrupt.
842
843         New module sigaction, for mingw.
844         * modules/sigaction: New module...
845         * modules/sigaction-tests: ...and its test.
846         * m4/sigaction.m4: New file.
847         * lib/sigaction.c: Likewise.
848         * tests/test-sigaction.c: Likewise.
849         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
850         * modules/signal (Makefile.am): Likewise.
851         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
852         needed.
853         * doc/posix-headers/signal.texi (signal.h): Mention provided
854         types.
855         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
856         that sigaction is preferable.
857         * doc/posix-functions/sigaction.texi (sigaction): Mention new
858         module.
859         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
860         sigaction.
861
862         Improve robustness of sigprocmask by overriding signal.
863         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
864         is in use.
865         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
866         (SIGKILL, SIGSTOP): Provide fallbacks.
867         (rpl_signal): Implement.
868         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
869         signal can be called inside handlers.
870
871         Fix nanosleep module on mingw.
872         * modules/nanosleep (Depends-on): Add sys_select.
873         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
874
875         Fix licensing of sigprocmask.
876         * modules/raise (License): Relicense as LGPL.
877
878 2008-06-21  Bruno Haible  <bruno@clisp.org>
879
880         * lib/propername.c (proper_name_utf8): Don't use the transliterated
881         result if it contains question marks.
882         Reported by Michael Geng <linux@michaelgeng.de>.
883
884 2008-06-19  Bruno Haible  <bruno@clisp.org>
885
886         Fix CVS-ism.
887         * doc/gnulib.texi: Include updated-stamp.texi.
888         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
889         (updated-stamp.texi): New rule.
890         (gnulib.info): Depend on it.
891         * doc/.gitignore: Add updated-stamp.texi.
892         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
893
894 2008-06-19  Bruno Haible  <bruno@clisp.org>
895
896         * doc/Makefile (gnulib.info): Update and simplify dependencies.
897         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
898
899 2008-06-19  Eric Blake  <ebb9@byu.net>
900
901         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
902         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
903         Reported by Stepan Kasal.
904
905 2008-06-18  Bruno Haible  <bruno@clisp.org>
906
907         * lib/fatal-signal.c (init_fatal_signals): Add comment.
908         Reported by Eric Blake.
909
910 2008-06-18  Eric Blake  <ebb9@byu.net>
911
912         Work around cygwin 1.5.25 strsignal bug.
913         * tests/test-strsignal.c: Allow for const char *.
914         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
915
916 2008-06-18  Simon Josefsson  <simon@josefsson.org>
917
918         * users.txt: Update URL to article and add author/date
919         information.
920
921 2008-06-17  Bruno Haible  <bruno@clisp.org>
922
923         New macro gl_DISABLE_THREADS.
924         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
925         if the user did not pass --enable-threads or --disable-threads option.
926         (gl_DISABLE_THREADS): New macro.
927         Reported by Eric Blake <ebb9@byu.net>.
928
929 2008-06-17  Bruno Haible  <bruno@clisp.org>
930
931         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
932         when the macro ignores it.
933         Based on a patch by Eric Blake <ebb9@byu.net>.
934
935 2008-06-17  Bruno Haible  <bruno@clisp.org>
936
937         * modules/tls (License): Change to LGPLv2+.
938         Reported by Eric Blake.
939
940 2008-06-17  Eric Blake  <ebb9@byu.net>
941
942         Simplify c-stack prerequisites.
943         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
944         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
945         no longer requires <ucontext.h> to exist.  Optimize setrlimit
946         check.
947         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
948         <sys/resource.h>.
949
950         Move c-stack test into testsuite.
951         * modules/c-stack-tests: New file.
952         * lib/c-stack.c [DEBUG]: Move test program...
953         * tests/test-c-stack.c: ...into this new file.  Skip rather than
954         fail test if sigaltstack is lacking.
955         * tests/test-c-stack.sh: New driver file.
956
957 2008-06-16  Eric Blake  <ebb9@byu.net>
958
959         Use raise module consistently.
960         * modules/fatal-signal (Depends-on): Add raise.
961         * modules/sigprocmask (Depends-on): Likewise.
962         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
963         * lib/sigprocmask.c (sigprocmask): Likewise.
964         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
965         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
966
967         Fix compliance bug in sigpending.
968         * lib/sigprocmask.c (sigpending): Return pending array via
969         parameter, not return value.
970
971 2008-06-14  Eric Blake  <ebb9@byu.net>
972
973         Improve obstack-printf test code.
974         * tests/test-obstack-printf.c (test_function): Fix comment, and
975         simplify usage of obstack_* in macros.  Add a test for coverage.
976         Reported by Bruno Haible.
977
978 2008-06-14  Bruno Haible  <bruno@clisp.org>
979
980         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
981         array size as a constant, not as a const variable.
982         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
983         AC_USE_SYSTEM_EXTENSIONS.
984         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
985         Test whether the obstack_printf function actually exists.
986         * modules/obstack-printf (Depends-on): Add extensions.
987         (Include): Remove obstack.h.
988         * modules/obstack-printf-posix (Depends-on): Add extensions.
989         (Include): Remove obstack.h.
990
991 2008-06-13  Eric Blake  <ebb9@byu.net>
992
993         Add obstack-printf and obstack-printf-posix modules.
994         * modules/obstack-printf: New file.
995         * modules/obstack-printf-posix: Likewise.
996         * MODULES.html.sh (Misc): Mention them.
997         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
998         Likewise.
999         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
1000         Likewise.
1001         * modules/stdio (Makefile.am): Accomodate new modules.
1002         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1003         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
1004         Declare.
1005         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
1006         functions.
1007         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
1008         (gl_REPLACE_OBSTACK_PRINTF): New macros
1009         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
1010         * tests/test-obstack-printf.c: New file.
1011         * modules/obstack-printf-tests: Likewise.
1012         * modules/obstack-printf-posix-tests: Likewise.
1013
1014 2008-06-11  Bruno Haible  <bruno@clisp.org>
1015
1016         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
1017         * lib/open.c: Include errno.h.
1018         (open): Fail when attempting to write to a file that has a trailing
1019         slash.
1020         * tests/test-open.c (main): Test against trailing slash bug.
1021         * doc/posix-functions/open.texi: Mention the trailing slash bug.
1022
1023 2008-06-10  Bruno Haible  <bruno@clisp.org>
1024
1025         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
1026         for $? to work inside the trap command, with various /bin/sh-s.
1027         * tests/test-vc-list-files-cvs.sh: Likewise.
1028
1029 2008-06-10  Bruno Haible  <bruno@clisp.org>
1030
1031         * lib/acl-internal.h: Don't include gettext.h here.
1032         * lib/set-mode-acl.c: Include gettext.h here.
1033         * lib/copy-acl.c: Likewise.
1034
1035 2008-06-10  Bruno Haible  <bruno@clisp.org>
1036
1037         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
1038         * lib/wait-process.c (wait_subprocess): Likewise.
1039         * lib/execute.h (execute): Add termsigp argument.
1040         * lib/execute.c (execute): Likewise.
1041         * lib/csharpcomp.c (compile_csharp_using_pnet,
1042         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
1043         * lib/csharpexec.c (execute_csharp_using_pnet,
1044         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
1045         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
1046         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
1047         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
1048         is_jikes_present): Update.
1049         * lib/javaexec.c (execute_java_class): Update.
1050         * lib/javaversion.c (execute_and_read_line): Update.
1051         * NEWS: Document the changes.
1052         Reported by Eric Blake.
1053
1054 2008-06-10  Eric Blake  <ebb9@byu.net>
1055
1056         Add missing include.
1057         * tests/test-strstr.c (includes): Add <signal.h>.
1058         * tests/test-strcasestr.c (includes): Likewise.
1059         * tests/test-memmem.c (includes): Likewise.
1060
1061 2008-06-10  Bruno Haible  <bruno@clisp.org>
1062
1063         * lib/wait-process.c (wait_subprocess): Add an assertion.
1064
1065 2008-06-10  Bruno Haible  <bruno@clisp.org>
1066
1067         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
1068
1069 2008-06-10  Bruno Haible  <bruno@clisp.org>
1070
1071         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
1072         using alarm().
1073         * tests/test-strcasestr.c (main): Likewise.
1074         * tests/test-strstr.c (main): Likewise.
1075
1076 2008-06-09  Bruno Haible  <bruno@clisp.org>
1077
1078         Work around the Solaris 10 ACE ACLs ABI change.
1079         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
1080         declare if ACL_NO_TRIVIAL is present.
1081         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
1082         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
1083         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
1084         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
1085         define if ACL_NO_TRIVIAL is present.
1086         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
1087         and use the current ABI.
1088         (file_has_acl): Use same #if condition as elsewhere.
1089         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
1090         in use, and use the current ABI.
1091         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
1092         Reported by Jim Meyering.
1093
1094 2008-06-09  Eric Blake  <ebb9@byu.net>
1095
1096         Work around environments that (stupidly) ignore SIGALRM.
1097         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
1098         before using alarm().
1099         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1100         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
1101         Reported by Ian Beckwith <ianb@erislabs.net>.
1102
1103         Produce autobuild blurb earlier in log.
1104         * modules/autobuild (configure.ac-early): Move AB_INIT here.
1105
1106 2008-06-09  Jim Meyering  <meyering@redhat.com>
1107         and OndÅ™ej Vašík  <ovasik@redhat.com>
1108
1109         utimens.c: correct kernel bug work-around
1110         OndÅ™ej Vašík found that the invalid return value of 280 indicates
1111         failure, not success, and the kernel bug we're trying to work
1112         around affects not just the utimensat call, but also the fallback
1113         futimens call.
1114         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
1115         not success.
1116         [HAVE_FUTIMENS]: Use the same work-around, here.
1117
1118 2008-06-09  Jim Meyering  <meyering@redhat.com>
1119
1120         add more guards around definition of ACE_-related code
1121         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
1122         ALLOW and ACE_OWNER are also defined.
1123
1124 2008-06-08  Bruno Haible  <bruno@clisp.org>
1125
1126         * lib/acl-internal.h: Add me as co-author.
1127         * lib/file-has-acl.c: Likewise.
1128         * lib/set-mode-acl.c: Likewise.
1129         * lib/copy-acl.c: Likewise.
1130
1131 2008-06-08  Bruno Haible  <bruno@clisp.org>
1132
1133         Add support for AIX ACLs.
1134         * lib/acl-internal.h (acl_nontrivial): New declaration.
1135         * lib/file-has-acl.c (acl_nontrivial): New function.
1136         (file_has_acl): Add implementation using AIX 4 ACL API.
1137         * lib/set-mode-acl.c (qset_acl): Likewise.
1138         * lib/copy-acl.c (qcopy_acl): Likewise.
1139
1140 2008-06-08  Bruno Haible  <bruno@clisp.org>
1141
1142         Add support for HP-UX ACLs.
1143         * lib/acl-internal.h (acl_nontrivial): New declaration.
1144         * lib/file-has-acl.c (acl_nontrivial): New function.
1145         (file_has_acl): Add implementation using HP-UX 11 ACL API.
1146         * lib/set-mode-acl.c (qset_acl): Likewise.
1147         * lib/copy-acl.c (qcopy_acl): Likewise.
1148
1149 2008-06-08  Bruno Haible  <bruno@clisp.org>
1150
1151         Add support for Cygwin ACLs.
1152         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
1153         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
1154         the chmod_or_fchmod call.
1155         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
1156
1157 2008-06-08  Bruno Haible  <bruno@clisp.org>
1158
1159         Fix bug with setuid modes in Solaris 10+ code.
1160         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
1161         succeeded, when the mode contains some special bits.
1162
1163 2008-06-08  Bruno Haible  <bruno@clisp.org>
1164
1165         Add support for Solaris 7..10 ACLs.
1166         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
1167         declarations.
1168         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
1169         functions.
1170         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
1171         * lib/set-mode-acl.c (qset_acl): Likewise.
1172         * lib/copy-acl.c (qcopy_acl): Likewise.
1173
1174 2008-06-08  Bruno Haible  <bruno@clisp.org>
1175
1176         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
1177         declaration.
1178         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
1179         (acl_access_nontrivial): Remove MacOS X case.
1180         (file_has_acl): Use acl_extended_nontrivial.
1181         * lib/copy-acl.c (qcopy_acl): Likewise.
1182
1183 2008-06-08  Bruno Haible  <bruno@clisp.org>
1184
1185         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
1186
1187 2008-06-08  Jim Meyering  <meyering@redhat.com>
1188
1189         * modules/acl (Maintainer): Add Bruno Haible.
1190
1191 2008-06-07  Bruno Haible  <bruno@clisp.org>
1192
1193         Improve support for Tru64 ACLs.
1194         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
1195         ACL on OSF/1.
1196
1197 2008-06-07  Bruno Haible  <bruno@clisp.org>
1198
1199         Add support for MacOS X ACLs.
1200         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
1201         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
1202         * lib/set-mode-acl.c (qset_acl): Likewise.
1203         * lib/copy-acl.c (qcopy_acl): Likewise.
1204
1205 2008-06-07  Bruno Haible  <bruno@clisp.org>
1206
1207         Fix memory leak introduced on 2008-05-22.
1208         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
1209         use.
1210
1211 2008-06-07  Bruno Haible  <bruno@clisp.org>
1212
1213         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
1214         to construct an empty ACL.
1215
1216 2008-06-07  Bruno Haible  <bruno@clisp.org>
1217
1218         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
1219         precisely.
1220         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
1221
1222 2008-06-07  Bruno Haible  <bruno@clisp.org>
1223
1224         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
1225         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
1226
1227 2008-06-07  Bruno Haible  <bruno@clisp.org>
1228
1229         * doc/posix-functions/_setjmp.texi: Explain the use of this function
1230         regardless of POSIX.
1231         * doc/posix-functions/_longjmp.texi: Likewise.
1232         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
1233         SystemV platform in this case.
1234
1235 2008-06-06  Eric Blake  <ebb9@byu.net>
1236
1237         Document abort() bugs.
1238         * doc/posix-functions/abort.texi (abort): Mention anomalies.
1239
1240         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
1241         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
1242         sigsetjmp.
1243         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
1244         siglongjmp, but only as a macro.
1245         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
1246         is obsolete.
1247         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
1248
1249         Tweak documentation to cover cygwin argz bugs.
1250         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
1251         argz bug fix; no code change needed since no cygwin releases
1252         occurred between the last fix and the bug being tested.
1253         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
1254         module and recently fixed cygwin bugs.
1255         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
1256         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
1257         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
1258         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
1259         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
1260         Likewise.
1261         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
1262         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
1263         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
1264         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
1265         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
1266         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
1267         Likewise.
1268
1269         Avoid gcc warning on cygwin.
1270         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
1271         !ACL_NO_TRIVIAL]: Avoid unused variable.
1272
1273 2008-06-05  Eric Blake  <ebb9@byu.net>
1274
1275         Be tolerant of UNKNOWN version in gnulib-tool test dir.
1276         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
1277         git-version-gen fails to come up with a version.
1278         Reported by Simon Josefsson.
1279
1280 2008-06-05  Jim Meyering  <meyering@redhat.com>
1281             Paul Eggert  <eggert@cs.ucla.edu>
1282
1283         utimens.c: work around a probable Linux kernel bug
1284         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
1285         appears to be a kernel bug that causes utimensat to return 280
1286         instead of 0, indicating success.
1287
1288 2008-06-04  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
1291         2008-06-01 commit.
1292
1293 2008-06-04  Bruno Haible  <bruno@clisp.org>
1294
1295         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
1296         * lib/file-has-acl.c (acl_access_nontrivial): New function.
1297         (file_has_acl): Use it. Save errno afterwards.
1298         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
1299
1300 2008-06-03  Bruno Haible  <bruno@clisp.org>
1301
1302         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
1303         draft code. Simplify #ifs.
1304         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
1305         Put Solaris code after POSIX-draft code. Fix comments regarding
1306         Solaris 10, HP-UX. Mention Cygwin.
1307         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
1308
1309 2008-06-03  Eric Blake  <ebb9@byu.net>
1310
1311         Provide fallback for older kernels.
1312         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
1313         Provide runtime fallback if kernel lacks support.
1314         Reported by Mike Frysinger.
1315
1316 2008-06-02  Bruno Haible  <bruno@clisp.org>
1317
1318         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
1319         it exists.
1320
1321 2008-06-02  Bruno Haible  <bruno@clisp.org>
1322
1323         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
1324         * lib/copy-acl.c (qcopy_acl): Update comment.
1325
1326 2008-06-02  Bruno Haible  <bruno@clisp.org>
1327
1328         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
1329         like ACL APIs.
1330
1331 2008-06-02  Bruno Haible  <bruno@clisp.org>
1332
1333         * tests/test-file-has-acl.sh: Use different code for Cygwin.
1334         * tests/test-set-mode-acl.sh: Likewise.
1335         * tests/test-copy-acl.sh: Likewise.
1336         * tests/test-copy-file.sh: Likewise.
1337
1338 2008-06-02  Bruno Haible  <bruno@clisp.org>
1339
1340         * tests/test-file-has-acl.sh: Remove unused code.
1341
1342 2008-06-01  Bruno Haible  <bruno@clisp.org>
1343
1344         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
1345         (copy_acl): Just a wrapper around qcopy_acl that emits the error
1346         messages.
1347         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
1348
1349 2008-06-01  Bruno Haible  <bruno@clisp.org>
1350
1351         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
1352         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
1353         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
1354         APIs.
1355         * modules/acl-tests (configure.ac): Remove tests now contained in
1356         m4/acl.m4.
1357
1358 2008-06-02  Jim Meyering  <meyering@redhat.com>
1359
1360         announce-gen: use a better key-server host name
1361         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
1362         it may be more consistently reliable.  Suggested by Werner Koch
1363         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
1364
1365 2008-06-01  Bruno Haible  <bruno@clisp.org>
1366
1367         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
1368         Reported by Voroskoi Andras <voroskoi@gmail.com>.
1369
1370 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
1371
1372         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
1373
1374 2008-06-01  Bruno Haible  <bruno@clisp.org>
1375
1376         New ACL tests.
1377         * tests/test-file-has-acl.sh: New file.
1378         * tests/test-file-has-acl.c: New file.
1379         * tests/test-set-mode-acl.sh: New file.
1380         * tests/test-set-mode-acl.c: New file.
1381         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
1382         * tests/test-copy-acl.c: New file.
1383         * modules/acl-tests: New file, based on modules/copy-file-tests.
1384         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
1385         (Depends-on): Add acl-tests.
1386         (configure.ac): Remove checks.
1387         (Makefile.am): Don't create test-sameacls program here any more.
1388
1389 2008-06-01  Bruno Haible  <bruno@clisp.org>
1390
1391         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
1392         * tests/test-sameacls.c: Include progname.h.
1393         (main): Invoke set_program_name. Portability fixes for MacOS X,
1394         Solaris, HP-UX.
1395
1396 2008-06-01  Bruno Haible  <bruno@clisp.org>
1397
1398         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
1399         function.
1400         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
1401
1402 2008-06-01  Bruno Haible  <bruno@clisp.org>
1403
1404         * modules/rpmatch (Depends-on): Add strdup.
1405
1406 2008-06-01  Bruno Haible  <bruno@clisp.org>
1407
1408         * lib/pipe.c: Include unistd-safer.h.
1409         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
1410         * modules/pipe (Depends-on): Add unistd-safer.
1411
1412 2008-05-30  Simon Josefsson  <simon@josefsson.org>
1413
1414         * modules/autobuild (configure.ac): Call AB_INIT.
1415
1416 2008-05-30  Simon Josefsson  <simon@josefsson.org>
1417
1418         * tests/test-getaddrinfo.c: Don't print debug messages by default.
1419         Suggested by Bruno Haible <bruno@clisp.org>.
1420
1421 2008-05-30  Simon Josefsson  <simon@josefsson.org>
1422
1423         * tests/test-base64.c: Cast size_t to unsigned long when invoking
1424         printf.  Use %lu instead of %d.  Reported by Bruno Haible
1425         <bruno@clisp.org>.
1426
1427 2008-05-29  Eric Blake  <ebb9@byu.net>
1428
1429         Prefer new POSIX 200x interfaces over futimesat.
1430         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
1431         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
1432         when available.
1433         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
1434
1435 2008-05-28  Bruno Haible  <bruno@clisp.org>
1436
1437         * modules/stpcpy (License): Change to LGPLv2+.
1438         Requested by David Lutterkort <dlutter@redhat.com>.
1439
1440 2008-05-27  Bruno Haible  <bruno@clisp.org>
1441
1442         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
1443         current mingw.
1444         Reported by Jose E. Marchesi <jemarch@gnu.org>.
1445
1446 2008-05-27  Bruno Haible  <bruno@clisp.org>
1447
1448         * modules/iconv_open (Link): New section, from module 'iconv'.
1449         * modules/striconv (Link): Likewise.
1450         * modules/striconveh (Link): Likewise.
1451         * modules/xstriconv (Link): Likewise.
1452         * modules/unicodeio (Link): Likewise.
1453         * modules/propername (Link): Likewise.
1454         Reported by Jim Meyering.
1455
1456 2008-05-26  Jim Meyering  <meyering@redhat.com>
1457
1458         sha256: do not artificially restrict buffer length to be < 2^32
1459         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
1460         uint32_t to size_t.
1461         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
1462         to match.
1463
1464         avoid unaligned access errors, e.g., on sparc
1465         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
1466         direct access through a possibly-unaligned uint64* pointer.
1467         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
1468         direct access through a possibly-unaligned uint32* pointer.
1469         Prompted by this patch from Tom "spot" Callaway:
1470         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
1471
1472         sha512.c: fix typo in comment
1473         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
1474
1475 2008-05-25  Bruno Haible  <bruno@clisp.org>
1476
1477         * lib/set-mode-acl.c: Renamed from lib/acl.c.
1478         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
1479         (Makefile.am): Update lib_SOURCES.
1480
1481 2008-05-25  Bruno Haible  <bruno@clisp.org>
1482
1483         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
1484
1485 2008-05-25  Jim Meyering  <meyering@redhat.com>
1486
1487         useless-if-before-free: freed expr may have white-space differences
1488         * build-aux/useless-if-before-free: Recognize cases in which the
1489         freed expression differs from the tested one in embedded white
1490         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
1491         $1 was used, so we can't make any regexp shy.  Improved tests now
1492         detect this.
1493
1494         useless-if-before-free: accept white space in the expression.
1495         * build-aux/useless-if-before-free: For now, any white space
1496         in the expression must be identical in the free argument.
1497
1498         useless-if-before-free: efficiency tweak
1499         * build-aux/useless-if-before-free: Make the expression-matching
1500         regexp "shy".
1501         Make the *outer* regexp shy, not the expr-matching one.
1502
1503         update code-in-comment to accept cast of free arg
1504         * build-aux/useless-if-before-free: Update regexp.
1505
1506 2008-05-25  Bruno Haible  <bruno@clisp.org>
1507
1508         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
1509         * modules/copy-file-tests (Files, Makefile.am): Update.
1510         * tests/test-copy-file.c (func_test_copy): Update.
1511
1512 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
1513
1514         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
1515
1516 2008-05-23  Bruno Haible  <bruno@clisp.org>
1517
1518         Improve support for ACLs on OSF/1.
1519         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
1520         Remove fallback for unknown flavors of ACLs.
1521
1522 2008-05-22  Bruno Haible  <bruno@clisp.org>
1523
1524         Add support for ACLs on OSF/1.
1525         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
1526         replacements.
1527         (acl_free_text): New macro fallback.
1528         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
1529         acl_free.
1530         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
1531         acl_free_text function. Require AC_C_INLINE.
1532
1533 2008-05-22  Bruno Haible  <bruno@clisp.org>
1534
1535         Make copy_acl work on MacOS X 10.5.
1536         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
1537         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
1538         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
1539         If MODE_INSIDE_ACL, don't assume that every system has the same text
1540         representation for ACLs as FreeBSD.
1541         * lib/copy-acl.c (copy_acl): Add support for platforms with
1542         !MODE_INSIDE_ACL.
1543         * lib/file-has-acl.c (file_has_acl): Likewise.
1544         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
1545         FreeBSD, MacOS X, or IRIX, respectively.
1546
1547 2008-05-22  Bruno Haible  <bruno@clisp.org>
1548
1549         * lib/acl.h: Don't include <sys/acl.h>.
1550         (GETACLCNT): Move fallback to lib/acl-internal.h.
1551         * lib/acl-internal.h: Include <sys/acl.h> here.
1552         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
1553
1554 2008-05-22  Bruno Haible  <bruno@clisp.org>
1555
1556         Split off copy_acl function to separate file.
1557         * lib/copy-acl.c: New file, extracted from lib/acl.c.
1558         * lib/acl.c (copy_acl): Moved function to separate file.
1559         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
1560         * modules/acl (Files): Add lib/copy-acl.c.
1561         (Makefiles.am): Augment lib_SOURCES.
1562
1563 2008-05-22  Bruno Haible  <bruno@clisp.org>
1564
1565         * modules/copy-file-tests: New file.
1566         * tests/test-copy-file.sh: New file.
1567         * tests/test-copy-file.c: New file.
1568         * tests/test-copy-file-sameacls.c: New file.
1569
1570 2008-05-22  Eric Blake  <ebb9@byu.net>
1571
1572         Avoid gcc warning.
1573         * tests/test-memcmp.c (main): Pass NULL indirectly.
1574
1575 2008-05-21  Bruno Haible  <bruno@clisp.org>
1576
1577         Add reference doc about ACLs.
1578         * doc/acl-resources.txt: New file.
1579         * doc/acl-cygwin.txt: New file.
1580
1581 2008-05-21  Bruno Haible  <bruno@clisp.org>
1582
1583         Avoid one more warning from gcc.
1584         * lib/vasnprintf.c (IF_LINT): Update comments.
1585         (VASNPRINTF): Use it also for the 'prefix' array initializer.
1586
1587 2008-05-21  Jim Meyering  <meyering@redhat.com>
1588
1589         avoid a warning from gcc
1590         * lib/vasnprintf.c (IF_LINT): Define.
1591         (scale10_round_decimal_long_double):
1592         Use it to avoid a "may be used uninitialized" warning.
1593         (scale10_round_decimal_double): Likewise.
1594
1595 2008-05-21  Simon Josefsson  <simon@josefsson.org>
1596
1597         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
1598         declared.
1599
1600 2008-05-20  Bruno Haible  <bruno@clisp.org>
1601
1602         * tests/test-memcmp.c (main): Test also the sign of the result. Test
1603         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
1604
1605 2008-05-20  Simon Josefsson  <simon@josefsson.org>
1606
1607         * modules/memcmp-tests: New file.
1608         * tests/test-memcmp.c: New file.
1609
1610 2008-05-19  Bruno Haible  <bruno@clisp.org>
1611
1612         * modules/propername (Notice, configure.ac): Put quoted "..." into
1613         --keyword option.
1614         * lib/propername.h: Update comments accordingly.
1615         Reported by Eric Blake.
1616
1617 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
1618
1619         * modules/getpass-gnu (Depends-on): Add fseeko.
1620
1621 2008-05-19  Simon Josefsson  <simon@josefsson.org>
1622
1623         * modules/base64-tests: New file.
1624
1625 2008-05-19  Bo Borgerson <gigabo@gmail.com>
1626
1627         * lib/base64.c (base64_decode_ctx): If a decode context structure
1628         was passed in use it to ignore newlines.  If a context structure
1629         was _not_ passed in, continue to treat newlines as garbage (this
1630         is the historical behavior).  Formerly base64_decode.
1631         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
1632         takes a decode context structure.
1633         * lib/base64.h (base64_decode): Macro for four-argument calls.
1634         (base64_decode_alloc): Likewise.
1635         * lib/base64.c (base64_decode_ctx): If a decode context structure
1636         was passed in use it to ignore newlines.  If a context structure
1637         was _not_ passed in, continue to treat newlines as garbage (this
1638         is the historical behavior).  Formerly base64_decode.
1639         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
1640         takes a decode context structure.
1641         * lib/base64.h (base64_decode): Macro for four-argument calls.
1642         (base64_decode_alloc): Likewise.
1643
1644 2008-05-19  Jim Meyering  <meyering@redhat.com>
1645
1646         avoid a warning from gcc
1647         * lib/trim.c (IF_LINT): Define.
1648         (trim2): Use it to avoid a "may be used uninitialized" warning.
1649
1650         Fix doc typo.
1651         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
1652
1653 2008-05-19  Bruno Haible  <bruno@clisp.org>
1654
1655         * doc/glibc-functions/getpass.texi: Document limits of other
1656         implementations.
1657
1658 2008-05-19  Simon Josefsson  <simon@josefsson.org>
1659             Bruno Haible <bruno@clisp.org>
1660
1661         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
1662
1663 2008-05-18  Bruno Haible  <bruno@clisp.org>
1664
1665         * modules/propername: New file, from GNU gettext.
1666         * lib/propername.h: New file, from GNU gettext.
1667         * lib/propername.c: New file, from GNU gettext.
1668         * MODULES.html.sh (Internationalization functions): Add propername.
1669
1670 2008-05-16  Jim Meyering  <meyering@redhat.com>
1671             Bruno Haible  <bruno@clisp.org>
1672
1673         Avoid some warnings from "gcc -Wshadow".
1674         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
1675
1676 2008-05-15  Eric Blake  <ebb9@byu.net>
1677
1678         Extend previous patch to cygwin 1.7.0.
1679         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
1680         fast implementation in cygwin >= 1.7.0.
1681         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1682         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1683
1684 2008-05-15  Bruno Haible  <bruno@clisp.org>
1685
1686         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
1687         implementation in glibc >= 2.9.
1688         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1689         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1690
1691 2008-05-15  Bruno Haible  <bruno@clisp.org>
1692
1693         * MODULES.html.sh (Internationalization functions): Remove linebreak.
1694         (Unicode string functions): Add unilbrk/*.
1695         Reported by Karl Berry.
1696
1697 2008-05-15  Eric Blake  <ebb9@byu.net>
1698
1699         Fix violation of <stdbool.h> replacement in regex.
1700         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
1701         * lib/regexec.c (re_search_internal): Likewise.
1702         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
1703
1704 2008-05-15  Jim Meyering  <meyering@redhat.com>
1705
1706         avoid distracting test output when git or cvs is not found
1707         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
1708         * tests/test-vc-list-files-git.sh: Likewise.
1709
1710 2008-05-15  Eric Blake  <ebb9@byu.net>
1711
1712         Glibc finally accepted the memmem speedup code, bugzilla #5514.
1713         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
1714         glibc version.
1715         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
1716         * doc/posix-functions/strstr.texi (strstr): Likewise.
1717         * lib/str-two-way.h (MAX): Sychronize with glibc.
1718
1719 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
1720
1721         * lib/regcomp.c (optimize_utf8): Add a note on why we test
1722         opr.ctx_type.
1723         (calc_first): Initialize constraint field.
1724         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1725         Fix grammar.
1726         (duplicate_node): Merge constraint field for all node types.
1727         (calc_eclosure_iter): Look at constraint field for all node types.
1728         * lib/regex_internal.c (create_cd_newstate): Don't look at
1729         opr.ctx_type.
1730
1731 2008-05-14  Bruno Haible  <bruno@clisp.org>
1732
1733         Help GCC to do better code generation.
1734         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
1735         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
1736         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
1737         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
1738         Declare with attribute 'malloc' if supported.
1739
1740 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
1741
1742         use "echo STR|wc -c" rather than unportable "expr length STR"
1743         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
1744         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
1745
1746 2008-05-14  Jim Meyering  <meyering@redhat.com>
1747
1748         use dd ibs=$n count=1 ... rather than less-portable head -c$n
1749         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
1750         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
1751         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
1752         via Collin Lasse.
1753
1754 2008-05-14  Eric Blake  <ebb9@byu.net>
1755
1756         Avoid quadratic growth in gl_LIBSOURCES.
1757         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
1758         Suggested by Bruno Haible.
1759
1760         Test xmemdup0.
1761         * modules/xmemdup0-tests: New file.
1762         * tests/test-xmemdup0.c: Likewise.
1763
1764 2008-05-13  Eric Blake  <ebb9@byu.net>
1765
1766         Split xmemdup0 into its own module.
1767         * modules/xmemdup0: New file.
1768         * lib/xmemdup0.h: Likewise.
1769         * lib/xmemdup0.c: Likewise.
1770         * MODULES.html.sh (Memory management functions): Add xmemdup0.
1771         * lib/xalloc.h (xmemdup0): Remove.
1772         * lib/xmalloc.c (xmemdup0): Likewise.
1773
1774 2008-05-13  Eric Blake  <ebb9@byu.net>
1775             Bruno Haible  <bruno@clisp.org>
1776
1777         Reduce number of forks required during autoconf.
1778         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
1779         and gl_LIBSOURCES_DIR.
1780         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
1781         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
1782         m4_syscmd per file.
1783         <m4_foreach_w>: Move...
1784         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
1785
1786 2008-05-13  Eric Blake  <ebb9@byu.net>
1787
1788         * gnulib-tool: Fix various comment typos.
1789
1790 2008-05-12  Bruno Haible  <bruno@clisp.org>
1791
1792         Tailor the linebreaking algorithm.
1793         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
1794
1795 2008-05-12  Bruno Haible  <bruno@clisp.org>
1796
1797         Update to Unicode 5.0.0.
1798         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
1799         LBP_JV, LBP_JT. Redistribute values.
1800         (unilbrk_table): Change size.
1801         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
1802         Unicode TR#14 rev. 22.
1803         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
1804         LBP_JV, LBP_JT. Redistribute values.
1805         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
1806         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
1807         Update.
1808         * lib/unilbrk/lbrkprop1.h: Regenerated.
1809         * lib/unilbrk/lbrkprop2.h: Regenerated.
1810         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
1811         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
1812         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
1813         Likewise.
1814         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
1815         Likewise.
1816         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
1817         result.
1818         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
1819         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
1820         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
1821         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
1822         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
1823         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
1824
1825 2008-05-11  Bruno Haible  <bruno@clisp.org>
1826
1827         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
1828
1829 2008-05-11  Bruno Haible  <bruno@clisp.org>
1830
1831         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
1832         * modules/unilbrk/gen-lbrk: New file.
1833
1834 2008-05-11  Bruno Haible  <bruno@clisp.org>
1835
1836         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
1837         * m4/sha512.m4 (gl_SHA512): Likewise.
1838
1839 2008-05-11  Jim Meyering  <meyering@redhat.com>
1840
1841         New modules: crypto/sha256, crypto/sha512 (from coreutils)
1842         * modules/crypto/sha256: New file.
1843         * modules/crypto/sha512: Likewise.
1844         * lib/sha256.c: Likewise.
1845         * lib/sha256.h: Likewise.
1846         * lib/sha512.c: Likewise.
1847         * lib/sha512.h: Likewise.
1848         * lib/u64.h: Likewise.
1849         * m4/sha256.m4: Likewise.
1850         * m4/sha512.m4: Likewise.
1851         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
1852
1853 2008-05-10  Bruno Haible  <bruno@clisp.org>
1854
1855         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
1856         (Input/Output <stdio.h>): Add xprintf.
1857         (Signal handling <signal.h>): Add strsignal.
1858         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
1859         (Core language properties): Add func.
1860         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
1861         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
1862         strings.
1863         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
1864         (Input/output): New section.
1865         (File system functions): Add openat-die, stat-macros.
1866         (Networking functions): Add sockets.
1867         (Unicode string functions): Add unictype/*.
1868         (Support for building libraries and executables): Add gperf.
1869         (Support for building documentation): Add agpl-3.0.
1870         (Misc): Add nocrash.
1871
1872 2008-05-10  Bruno Haible  <bruno@clisp.org>
1873
1874         * modules/unictype/gen-ctype: New file.
1875
1876 2008-05-10  Jim Meyering  <meyering@redhat.com>
1877
1878         Make chdir-safer.c more efficient on a system with no symlinks.
1879         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
1880         also if ELOOP is zero.  Suggested by Bruno Haible.
1881
1882         Make chdir-safer.c slightly safer.
1883         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
1884         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
1885
1886         Avoid compile failure on systems without ELOOP (like mingw).
1887         * lib/chdir-safer.c (ELOOP): Define if not already defined.
1888         Reported by Bruno Haible.
1889
1890 2008-05-10  Bruno Haible  <bruno@clisp.org>
1891
1892         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
1893         (is_utf8_encoding): Use a case-insensitive comparison.
1894         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
1895         streq.
1896
1897 2008-05-10  Bruno Haible  <bruno@clisp.org>
1898
1899         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
1900         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
1901         * lib/unilbrk/ulc-common.h (iconv_string_length,
1902         iconv_string_keeping_offsets): Remove declarations.
1903         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
1904         Don't include <iconv.h>, streq.h, xsize.h.
1905         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
1906         conversion.
1907         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
1908         <iconv.h>, streq.h, xsize.h.
1909         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
1910         conversion.
1911         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
1912         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
1913         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
1914         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
1915
1916 2008-05-10  Bruno Haible  <bruno@clisp.org>
1917
1918         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
1919         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
1920
1921         * modules/unilbrk/u32-width-linebreaks-tests: New file.
1922         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
1923
1924         * modules/unilbrk/u16-width-linebreaks-tests: New file.
1925         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
1926
1927         * modules/unilbrk/u8-width-linebreaks-tests: New file.
1928         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
1929
1930         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
1931         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
1932
1933         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
1934         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
1935
1936         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
1937         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
1938
1939         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
1940         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
1941
1942 2008-05-10  Bruno Haible  <bruno@clisp.org>
1943
1944         Split up 'linebreak' module.
1945         * lib/unilbrk.h: New file, based on lib/linebreak.h.
1946         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
1947         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
1948         modifications.
1949         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
1950         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
1951         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
1952         lib/linebreak.c.
1953         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
1954         lib/linebreak.c.
1955         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
1956         lib/linebreak.c.
1957         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
1958         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
1959         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
1960         lib/linebreak.c.
1961         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
1962         lib/linebreak.c.
1963         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
1964         lib/linebreak.c.
1965         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
1966         lib/linebreak.c.
1967         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
1968         lib/linebreak.c.
1969         * modules/unilbrk/base: New file.
1970         * modules/unilbrk/tables: New file.
1971         * modules/unilbrk/u8-possible-linebreaks: New file.
1972         * modules/unilbrk/u16-possible-linebreaks: New file.
1973         * modules/unilbrk/u32-possible-linebreaks: New file.
1974         * modules/unilbrk/ulc-common: New file.
1975         * modules/unilbrk/ulc-possible-linebreaks: New file.
1976         * modules/unilbrk/u8-width-linebreaks: New file.
1977         * modules/unilbrk/u16-width-linebreaks: New file.
1978         * modules/unilbrk/u32-width-linebreaks: New file.
1979         * modules/unilbrk/ulc-width-linebreaks: New file.
1980         * lib/linebreak.h: Remove file.
1981         * lib/linebreak.c: Remove file.
1982         * m4/linebreak.m4: Remove file.
1983         * modules/linebreak: Remove file.
1984         * NEWS: Mention the changes.
1985
1986 2008-05-09  Eric Blake  <ebb9@byu.net>
1987
1988         Add xmemdup0.
1989         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
1990         implementation.
1991         * lib/xmalloc.c (xmemdup0): New C implementation.
1992
1993 2008-05-08  Bruno Haible  <bruno@clisp.org>
1994
1995         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
1996
1997 2008-05-07  Eric Blake  <ebb9@byu.net>
1998
1999         Support cross-compilation of <wctype.h>.
2000         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
2001         AC_CACHE_CHECK.
2002
2003 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
2004
2005         * build-aux/vc-list-files: Add support for bzr.
2006
2007 2008-05-03  Jim Meyering  <meyering@redhat.com>
2008
2009         avoid failed assertion with tight malloc
2010         * tests/test-getndelim2.c: Correct an off-by-one assertion.
2011
2012 2008-05-03  Simon Josefsson  <simon@josefsson.org>
2013
2014         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
2015         are needed from arpa/inet.h.
2016         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
2017         Reported by Bruno Haible.
2018
2019 2008-05-02  Jim Meyering  <meyering@redhat.com>
2020
2021         avoid compilation error on FreeBSD 6
2022         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
2023
2024 2008-05-01  Jim Meyering  <meyering@redhat.com>
2025
2026         useless-if-before-free: correct --help's exit status description
2027         * build-aux/useless-if-before-free (usage): Like grep, exit 0
2028         for one or more matches, etc.  Reported by Bruno Haible.
2029
2030         vc-list-files: make the stand-alone gnulib test work
2031         * modules/vc-list-files-tests (configure.ac):
2032         Define and AC_SUBST abs_aux_dir.
2033         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
2034         $(abs_top_srcdir) to each script and having each of them
2035         duplicate the work of setting PATH, set PATH here, using
2036         the new variable, abs_aux_dir instead.
2037         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
2038         * tests/test-vc-list-files-git.sh: Likewise.
2039         Reported by Bruno Haible.
2040
2041 2008-05-01  Bruno Haible  <bruno@clisp.org>
2042
2043         * lib/getndelim2.c (getndelim2): Fix newsize computation during
2044         reallocation. Rename 'done' to 'found_delimiter'.
2045
2046 2008-05-01  Jim Meyering  <meyering@redhat.com>
2047
2048         vc-list-files: accommodate /bin/sh like the one from Solaris 10
2049         * build-aux/vc-list-files: Use `...`, not $(...).
2050
2051 2008-04-30  Jim Meyering  <meyering@redhat.com>
2052
2053         add tests for vc-list-files
2054         * modules/vc-list-files-tests: New module.
2055         * tests/test-vc-list-files-cvs.sh: New file.
2056         * tests/test-vc-list-files-git.sh: New file.
2057
2058         avoid a warning from gcc
2059         * lib/getndelim2.c (IF_LINT): Define.
2060         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
2061
2062         vc-list-files: work properly with build-aux/cvsu, too
2063         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
2064         to all cvs-based clauses.
2065
2066         vc-list-files: work properly in the CVS+awk case, too
2067         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
2068
2069         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
2070         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
2071         take more than one file argument, so .  Add quotes, just in case $dir
2072         ever contains a shell meta-character.  Prompted by Soren Hansen in
2073         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
2074
2075 2008-04-29  Eric Blake  <ebb9@byu.net>
2076
2077         Optimize getndelim2 to use block operations when possible.
2078         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
2079         freadseek, and memchr2.
2080         * lib/getndelim2.c (getndelim2): Use them for block reads.
2081
2082 2008-04-29  Bruno Haible  <bruno@clisp.org>
2083
2084         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
2085         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2086         * modules/inet_ntop (Depends-on): Add extensions.
2087         * modules/inet_pton (Depends-on): Likewise.
2088         Reported by Simon Josefsson.
2089
2090 2008-04-29  Jim Meyering  <meyering@redhat.com>
2091
2092         When the is more than one match in a block, match all of them.
2093         * build-aux/useless-if-before-free: Iterate through each block
2094         until there are no more matches.
2095
2096         Fix broken useless-if-before-free script.
2097         * build-aux/useless-if-before-free: Fix typo: missing "?" after
2098         the expression to match cast of argument to free-like function.
2099
2100 2008-04-29  Eric Blake  <ebb9@byu.net>
2101
2102         Use new header.
2103         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
2104
2105 2008-04-29  Jim Meyering  <meyering@redhat.com>
2106
2107         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
2108         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
2109         by gnulib to exist and to declare e.g., inet_ntop.
2110         Don't include "inet_ntop.h", now removed.
2111
2112         * m4/arpa_inet_h.m4: Remove trailing blanks.
2113
2114 2008-04-29  Eric Blake  <ebb9@byu.net>
2115
2116         Silence valgrind on safe reads beyond potential array bounds.
2117         * lib/rawmemchr.valgrind: New file.
2118         * lib/strchrnul.valgrind: Likewise.
2119         * modules/rawmemchr (Files): Distribute new file.
2120         * modules/strchrnul (Files): Likewise.
2121         Suggested by Bruno Haible.
2122
2123 2008-04-29  Bruno Haible  <bruno@clisp.org>
2124
2125         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
2126         (inet_ntop, inet_pton): Change portability warning's wording.
2127         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
2128         Invoke gl_CHECK_NEXT_HEADERS.
2129         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
2130         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
2131         set ARPA_INET_H.
2132         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2133         * modules/arpa_inet (Description): No longer only for systems that
2134         lack it.
2135         (Depends-on): Add include_next.
2136         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
2137         HAVE_ARPA_INET_H.
2138
2139 2008-04-29  Jim Meyering  <meyering@redhat.com>
2140
2141         * modules/mkdir (License): Re-license as LGPLv2+.
2142
2143 2008-04-29  Bruno Haible  <bruno@clisp.org>
2144
2145         * modules/rawmemchr (Maintainer): Set to Eric.
2146         * modules/strchrnul (Maintainer): Likewise.
2147
2148 2008-04-29  Simon Josefsson  <simon@josefsson.org>
2149
2150         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
2151         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
2152
2153         * modules/arpa_inet (arpa/inet.h): Use them.
2154
2155 2008-04-28  Eric Blake  <ebb9@byu.net>
2156
2157         Test getndelim2.
2158         * modules/getndelim2-tests: New file.
2159         * tests/test-getndelim2.c: Likewise.
2160         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
2161         stream.
2162         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
2163
2164         * MODULES.html.sh: Document new module.
2165
2166 2008-04-20  Bruno Haible  <bruno@clisp.org>
2167
2168         * lib/c-stack.c (die): Use raise.
2169         * modules/c-stack (Depends-on): Add raise.
2170
2171 2008-04-28  Bruno Haible  <bruno@clisp.org>
2172
2173         Expect rpmatch to be declared.
2174         * lib/yesno.c (rpmatch): Remove declaration.
2175
2176         Declare rpmatch.
2177         * lib/stdlib.in.h (rpmatch): New declaration.
2178         * lib/rpmatch.c: Include <stdlib.h> first.
2179         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
2180         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
2181         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
2182         HAVE_RPMATCH.
2183         * modules/rpmatch (Depends-on): Add stdlib, extensions.
2184         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2185         (Include): Set to <stdlib.h>.
2186         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
2187         HAVE_RPMATCH.
2188         * NEWS: Document the change.
2189
2190 2008-04-28  Bruno Haible  <bruno@clisp.org>
2191
2192         Change rpmatch to use nl_langinfo when appropriate.
2193         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
2194         (N_): New macro.
2195         (localized_pattern): New function/macro.
2196         (try): Remove match, nomatch arguments. Copy the pattern into safe
2197         memory before caching it.
2198         (rpmatch): Use localized_pattern. Add translator comments.
2199         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
2200         Suggested by Eric Blake.
2201         * modules/rpmatch (Depends-on): Add stdbool.
2202
2203 2008-04-28  Eric Blake  <ebb9@byu.net>
2204
2205         Add rawmemchr module, matching glibc.
2206         * modules/string (Makefile.am): New indicator.
2207         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
2208         * lib/string.in.h (rawmemchr): Declare when appropriate.
2209         * modules/rawmemchr: New file.
2210         * m4/rawmemchr.m4: Likewise.
2211         * lib/rawmemchr.c: Likewise.
2212         * modules/rawmemchr-tests: Likewise.
2213         * tests/test-rawmemchr.c: Likewise.
2214         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
2215         module.
2216         * modules/strchrnul (Depends-on): Add rawmemchr.
2217         * lib/strchrnul.c (strchrnul): Optimize a corner case.
2218
2219         Whitespace cleanup.
2220         * tests/test-strchrnul.c: Reindent.
2221         * lib/strchrnul.c: Likewise.
2222
2223         Optimize and test strchrnul.
2224         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
2225         * modules/strchrnul-tests: New file.
2226         * tests/test-strchrnul.c: Likewise.
2227
2228         Remove intprops dependency.
2229         * modules/memchr (Depends-on): Remove intprops.
2230         * modules/memrchr (Depends-on): Likewise.
2231         * modules/memchr2 (Depends-on): Likewise.
2232         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
2233         * lib/memrchr.c (__memrchr): Likewise.
2234         * lib/memrchr2.c (memchr2): Likewise.
2235         Reported by Simon Josefsson.
2236
2237 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2238
2239         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
2240         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2241
2242 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2243
2244         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
2245
2246         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
2247
2248         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
2249
2250         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
2251         declarations.
2252         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
2253
2254         * m4/inet_pton.m4: Don't check for header files.
2255
2256         * m4/inet_ntop.m4: Don't check for header files.
2257
2258 2008-04-28  Simon Josefsson  <simon@josefsson.org>
2259
2260         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
2261         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
2262         trigger for cygwin).
2263         Reported by Bruno Haible  <bruno@clisp.org>.
2264
2265 2008-04-28  Bruno Haible  <bruno@clisp.org>
2266
2267         * doc/posix-functions/strdup.texi: Mention mingw problem.
2268
2269 2008-04-27  Bruno Haible  <bruno@clisp.org>
2270
2271         * modules/stat-time-tests (Depends-on): Add sleep.
2272         * tests/test-stat-time.c (force_unlink): New function.
2273         (cleanup): Use it.
2274         (test_mtime): Remove the ctime related tests.
2275         (test_ctime): New function, containing the ctime related tests.
2276         (main): Call test_ctime, except on native Windows platforms.
2277
2278 2008-04-27  Bruno Haible  <bruno@clisp.org>
2279
2280         * lib/rpmatch.c (rpmatch): Add some comments.
2281         Reported by James Youngman <jay@gnu.org>.
2282
2283 2008-04-27  Bruno Haible  <bruno@clisp.org>
2284
2285         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
2286         quiet NaNs.
2287
2288 2008-04-27  Bruno Haible  <bruno@clisp.org>
2289
2290         Make test-yesno.sh work on mingw.
2291         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
2292         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
2293         (main): Set stdin to binary mode.
2294         * modules/yesno-tests (Depends-on): Add binary-io.
2295
2296 2008-04-27  Bruno Haible  <bruno@clisp.org>
2297
2298         Fix 'isfinite' on x86, x86_64, ia64 platforms.
2299         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
2300         argument that lie outside the IEEE 854 domain.
2301         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
2302         (gl_ISFINITE): Use it.
2303         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
2304
2305 2008-04-27  Bruno Haible  <bruno@clisp.org>
2306
2307         Allow local renaming in config.h.
2308         * lib/memrchr.c (memrchr): Don't undefine outside libc.
2309
2310 2008-04-27  Bruno Haible  <bruno@clisp.org>
2311
2312         * lib/memchr.c (__memchr): Change type of 'i'.
2313         * lib/memchr2.c (memchr2): Likewise.
2314
2315 2008-04-26  Eric Blake  <ebb9@byu.net>
2316         and Bruno Haible  <bruno@clisp.org>
2317
2318         Optimize and test memrchr.
2319         * modules/memrchr (Depends-on): Add intprops.
2320         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
2321         * modules/memrchr-tests: New file.
2322         * tests/test-memrchr.c: New file.
2323
2324 2008-04-26  Bruno Haible  <bruno@clisp.org>
2325
2326         Add tentative support for DragonFly BSD.
2327         * lib/stdio-impl.h: Add macros for DragonFly BSD.
2328         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
2329         fp.
2330         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
2331         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
2332         * lib/fpurge.c (fpurge): Likewise.
2333         * lib/freadable.c (freaadable): Likewise.
2334         * lib/freadahead.c (freadahead): Likewise.
2335         * lib/freading.c (freading): Likewise.
2336         * lib/freadptr.c (freadptr): Likewise.
2337         * lib/freadseek.c (freadptrinc): Likewise.
2338         * lib/fseeko.c (fseeko): Likewise.
2339         * lib/fseterr.c (fseterr): Likewise.
2340         * lib/fwritable.c (fwritable): Likewise.
2341         * lib/fwriting.c (fwriting): Likewise.
2342
2343 2008-04-26  Bruno Haible  <bruno@clisp.org>
2344
2345         * lib/stdio-impl.h: New file.
2346         * lib/fbufmode.c: Include stdio-impl.h.
2347         (fbufmode): Use fp_, remove redundant #defines.
2348         * lib/fflush.c: Include stdio-impl.h.
2349         (clear_ungetc_buffer): Remove redundant #defines.
2350         * lib/fpurge.c: Include stdio-impl.h.
2351         (fpurge): Remove redundant #defines.
2352         * lib/freadable.c: Include stdio-impl.h.
2353         (freadable): Remove redundant #defines.
2354         * lib/freadahead.c: Include stdio-impl.h.
2355         (freadahead): Remove redundant #defines.
2356         * lib/freading.c: Include stdio-impl.h.
2357         (freading): Remove redundant #defines.
2358         * lib/freadptr.c: Include stdio-impl.h.
2359         (freadptr): Remove redundant #defines.
2360         * lib/freadseek.c: Include stdio-impl.h.
2361         (freadptrinc): Remove redundant #defines.
2362         * lib/fseeko.c: Include stdio-impl.h.
2363         (rpl_fseeko): Remove redundant #defines.
2364         * lib/fseterr.c: Include stdio-impl.h.
2365         (fseterr): Remove redundant #defines.
2366         * lib/fwritable.c: Include stdio-impl.h.
2367         (fwritable: Remove redundant #defines.
2368         * lib/fwriting.c: Include stdio-impl.h.
2369         (fwriting): Remove redundant #defines.
2370         * modules/fbufmode (Files): Add lib/stdio-impl.h.
2371         * modules/fflush (Files): Likewise.
2372         * modules/fpurge (Files): Likewise.
2373         * modules/freadable (Files): Likewise.
2374         * modules/freadahead (Files): Likewise.
2375         * modules/freading (Files): Likewise.
2376         * modules/freadptr (Files): Likewise.
2377         * modules/freadseek (Files): Likewise.
2378         * modules/fseeko (Files): Likewise.
2379         * modules/fseterr (Files): Likewise.
2380         * modules/fwritable (Files): Likewise.
2381         * modules/fwriting (Files): Likewise.
2382
2383 2008-04-26  Bruno Haible  <bruno@clisp.org>
2384
2385         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
2386         restore_seek_optimization, update_fpos_cache): New functions, extracted
2387         from rpl_fflush.
2388         (rpl_fflush): Use them.
2389         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
2390         (gl_REPLACE_FFLUSH): Use it.
2391
2392 2008-04-26  Bruno Haible  <bruno@clisp.org>
2393
2394         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
2395         on Solaris.
2396         * tests/test-xstrtoimax.sh: Likewise.
2397         * tests/test-xstrtoumax.sh: Likewise.
2398         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2399
2400 2008-04-26  Bruno Haible  <bruno@clisp.org>
2401
2402         * modules/memchr-tests: New file.
2403         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
2404
2405 2008-04-26  Eric Blake  <ebb9@byu.net>
2406             Bruno Haible  <bruno@clisp.org>
2407
2408         * lib/memchr.c: Include intprops.h.
2409         (__memchr): Optimize parallel detection of matching bytes. Rename local
2410         variables. Add explanatory comments.
2411
2412 2008-04-26  Bruno Haible  <bruno@clisp.org>
2413
2414         Fix module 'memchr', broken since 2000-10-28.
2415         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
2416
2417 2008-04-26  Bruno Haible  <bruno@clisp.org>
2418
2419         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
2420         comments.
2421
2422 2008-04-25  Eric Blake  <ebb9@byu.net>
2423
2424         Use native fstatat on cygwin 1.7.0.
2425         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
2426         first.
2427
2428 2008-04-23  Eric Blake  <ebb9@byu.net>
2429
2430         Improve memchr2 performance.
2431         * lib/memchr2.c (memchr2): Further optimize parallel detection of
2432         NUL bytes.
2433         * modules/memchr2 (Depends-on): Use intprops.h.
2434
2435 2008-04-23  Simon Josefsson  <simon@josefsson.org>
2436
2437         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
2438         an inline function instead of a CPP macro.  Patch by Ben Pfaff
2439         <blp@cs.stanford.edu>.
2440
2441 2008-04-23  Simon Josefsson  <simon@josefsson.org>
2442
2443         * lib/arpa_inet.in.h: New file.
2444
2445         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
2446         (Makefile.am): Sed in substitute header file.
2447
2448         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
2449         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
2450
2451         * modules/inet_ntop (configure.ac): Use
2452         gl_ARPA_INET_MODULE_INDICATOR.
2453
2454         * modules/inet_pton (configure.ac): Use
2455         gl_ARPA_INET_MODULE_INDICATOR.
2456
2457 2008-04-22  Jim Meyering  <meyering@redhat.com>
2458
2459         * modules/verify (License): Re-license as LGPLv2+.
2460
2461 2008-04-22  Simon Josefsson  <simon@josefsson.org>
2462
2463         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
2464         parameter to void* as per POSIX standard (MinGW uses char*).
2465
2466 2008-04-21  Bruno Haible  <bruno@clisp.org>
2467
2468         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
2469         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
2470         Define to replacements if REPLACE_ISWCNTRL is 1.
2471         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
2472         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
2473         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
2474         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
2475         what it fixes.
2476         * doc/posix-functions/iswalpha.texi: Likewise.
2477         * doc/posix-functions/iswblank.texi: Likewise.
2478         * doc/posix-functions/iswcntrl.texi: Likewise.
2479         * doc/posix-functions/iswdigit.texi: Likewise.
2480         * doc/posix-functions/iswgraph.texi: Likewise.
2481         * doc/posix-functions/iswlower.texi: Likewise.
2482         * doc/posix-functions/iswprint.texi: Likewise.
2483         * doc/posix-functions/iswpunct.texi: Likewise.
2484         * doc/posix-functions/iswspace.texi: Likewise.
2485         * doc/posix-functions/iswupper.texi: Likewise.
2486         * doc/posix-functions/iswxdigit.texi: Likewise.
2487         Reported by Alain Guibert.
2488
2489 2008-04-21  Bruno Haible  <bruno@clisp.org>
2490
2491         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
2492         Patch by Alain Guibert.
2493
2494 2008-04-21  Bruno Haible  <bruno@clisp.org>
2495
2496         Fix test failures on mingw.
2497         * tests/test-xstrtol.c (print_no_progname): New function.
2498         (main): Install it in error_print_progname hook.
2499         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
2500         * tests/test-xstrtoimax.sh: Likewise.
2501         * tests/test-xstrtoumax.sh: Likewise.
2502
2503 2008-04-21  Bruno Haible  <bruno@clisp.org>
2504
2505         Fix test failure on mingw.
2506         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
2507
2508 2008-04-21  Bruno Haible  <bruno@clisp.org>
2509
2510         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
2511         Actually assign a value.
2512
2513 2008-04-20  Bruno Haible  <bruno@clisp.org>
2514
2515         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
2516         take 2.
2517         * lib/canonicalize.c (canonicalize_file_name): Elide if the
2518         'canonicalize-lgpl' module is also used.
2519         * lib/canonicalize-lgpl.c: Undo last change.
2520         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
2521
2522 2008-04-20  Bruno Haible  <bruno@clisp.org>
2523
2524         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
2525         config.h. Provide _mkdir based fallback for mingw.
2526         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
2527         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
2528         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
2529         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
2530         rather than defining mkdir in config.h.
2531         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
2532         (gl_SYS_STAT_H_DEFAULTS): New macro.
2533         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
2534         HAVE_IO_H any more.
2535         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
2536         HAVE_DECL_MKDIR and HAVE_IO_H.
2537
2538 2008-04-20  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/isapipe.c: Port to native Windows platforms.
2541
2542 2008-04-20  Bruno Haible  <bruno@clisp.org>
2543
2544         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
2545
2546 2008-04-21  Eric Blake  <ebb9@byu.net>
2547
2548         Work around preprocessors that don't handle UINTMAX_MAX.
2549         * lib/memchr2.c (memchr2): Avoid embedded #if.
2550         Reported by Alain Guibert, fix suggested by Bruno Haible.
2551
2552 2008-04-21  Simon Josefsson  <simon@josefsson.org>
2553
2554         * doc/posix-functions/strftime.texi (strftime): Explain better
2555         Windows incompatibility.  Suggested by Micah Cowan
2556         <micah@cowan.name>.
2557
2558 2008-04-20  Bruno Haible  <bruno@clisp.org>
2559
2560         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
2561         unistr/u8-mblen.
2562
2563 2008-04-20  Bruno Haible  <bruno@clisp.org>
2564
2565         Fix test failure on platforms with non-GNU iconv.
2566         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
2567         (U_TO_U8): Use it, rather than u16_to_u8.
2568         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
2569         units at the end of the input string.
2570         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
2571
2572 2008-04-20  Bruno Haible  <bruno@clisp.org>
2573
2574         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
2575         when the resulting length is 0.
2576         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
2577
2578 2008-04-20  Bruno Haible  <bruno@clisp.org>
2579
2580         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
2581         works.
2582         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
2583
2584 2008-04-20  Bruno Haible  <bruno@clisp.org>
2585
2586         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
2587         * modules/tsearch-tests (configure.ac): Test for initstate function.
2588
2589 2008-04-20  Bruno Haible  <bruno@clisp.org>
2590
2591         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
2592         for nlink_t if missing.
2593         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
2594
2595 2008-04-19  Bruno Haible  <bruno@clisp.org>
2596
2597         Work around snprintf bug on Linux libc5.
2598         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
2599         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2600         gl_SNPRINTF_SIZE1.
2601         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2602         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
2603         that test failed.
2604         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
2605         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
2606         * modules/snprintf (Files): Add m4/printf.m4.
2607         * modules/vsnprintf (Files): Likewise.
2608         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
2609         * doc/posix-functions/vsnprintf.texi: Likewise.
2610
2611 2008-04-19  Bruno Haible  <bruno@clisp.org>
2612
2613         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
2614         from 0.0058 to less than 10^-7.
2615
2616 2008-04-19  Bruno Haible  <bruno@clisp.org>
2617
2618         Fix rounding when a precision is given.
2619         * lib/vasnprintf.c (is_borderline): New function.
2620         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
2621         9...9x.
2622         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
2623         %e, %g.
2624         * tests/test-vasprintf-posix.c (test_function): Likewise.
2625         * tests/test-snprintf-posix.h (test_function): Likewise.
2626         * tests/test-sprintf-posix.h (test_function): Likewise.
2627         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
2628         * tests/test-printf-posix.h (test_function): Likewise.
2629         * tests/test-printf-posix.output: Update.
2630         Reported by John Darrington <john@darrington.wattle.id.au> via
2631         Ben Pfaff <blp@cs.stanford.edu>.
2632
2633 2008-04-18  Simon Josefsson  <simon@josefsson.org>
2634
2635         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
2636         Suggested by Bruno Haible <bruno@clisp.org>.
2637
2638 2008-04-17  Bruno Haible  <bruno@clisp.org>
2639
2640         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
2641         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
2642         implementation.
2643         Patch by Bruce Merry <bmerry@gmail.com>.
2644
2645 2008-04-17  Simon Josefsson  <simon@josefsson.org>
2646
2647         * doc/posix-functions/strftime.texi (strftime): Mention that %e
2648         doesn't work under Windows.
2649
2650 2008-04-16  Bruno Haible  <bruno@clisp.org>
2651
2652         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
2653         New macros.
2654         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
2655         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
2656         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
2657         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
2658         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
2659         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
2660         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
2661         macros.
2662         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
2663         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
2664         Northern Sotho, Uighur.
2665
2666 2008-04-16  Bruno Haible  <bruno@clisp.org>
2667
2668         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
2669         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
2670         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
2671         Reported by Daniel Bergström <daniel@octocode.com>.
2672
2673 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
2674             Bruno Haible  <bruno@clisp.org>
2675
2676         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
2677         function.
2678         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
2679         New functions, mostly extracted from gl_locale_name_default.
2680         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
2681
2682 2008-04-16  Eric Blake  <ebb9@byu.net>
2683
2684         Adjust strtod detection to catch glibc 2.7 bug.
2685         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
2686         Reported by John Gatewood Ham.
2687
2688 2008-04-16  Bruno Haible  <bruno@clisp.org>
2689
2690         Add tentative support for Linux libc5.
2691         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
2692         * lib/fpurge.c (fpurge): Likewise.
2693         * lib/freadable.c (freadable): Likewise.
2694         * lib/freadahead.c (freadahead): Likewise.
2695         * lib/freading.c (freading): Likewise.
2696         * lib/freadptr.c (freadptr): Likewise.
2697         * lib/freadseek.c (freadptrinc): Likewise.
2698         * lib/fseeko.c (rpl_fseeko): Likewise.
2699         * lib/fseterr.c (fseterr): Likewise.
2700         * lib/fwritable.c (fwritable): Likewise.
2701         * lib/fwriting.c (fwriting): Likewise.
2702         Reported by Alain Guibert <alguibert+bts@free.fr>.
2703
2704 2008-04-15  Bruno Haible  <bruno@clisp.org>
2705
2706         * modules/mathl (configure.ac): Define module indicator.
2707
2708 2008-04-15  Bruno Haible  <bruno@clisp.org>
2709
2710         * lib/logl.c (logl): Remove unused variables.
2711
2712 2008-04-15  Bruno Haible  <bruno@clisp.org>
2713
2714         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
2715         fails.
2716
2717 2008-04-15  Bruno Haible  <bruno@clisp.org>
2718
2719         * lib/trim.c (trim2): Fix argument of isspace() macro.
2720
2721 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
2722
2723         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
2724         to 0.
2725         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
2726
2727 2008-04-14  Bruno Haible  <bruno@clisp.org>
2728
2729         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
2730         AC_LANG_PROGRAM argument.
2731         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
2732         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
2733         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
2734         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2735         * m4/math_h.m4 (gl_MATH_H): Likewise.
2736         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
2737         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2738         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
2739         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
2740         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
2741         * m4/regex.m4 (gl_REGEX): Likewise.
2742         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
2743         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
2744         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2745         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
2746         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
2747         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
2748         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2749         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2750
2751 2008-04-14  Jim Meyering  <meyering@redhat.com>
2752
2753         test-strtod: fix typos: s/abs/fabs/
2754         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
2755
2756 2008-04-13  Bruno Haible  <bruno@clisp.org>
2757
2758         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
2759         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
2760         module is also used and while not building the reloc-wrapper.
2761
2762 2008-04-13  Bruno Haible  <bruno@clisp.org>
2763
2764         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
2765
2766 2008-04-13  Bruno Haible  <bruno@clisp.org>
2767
2768         Fix AIX compilation failure introduced on 2008-04-02.
2769         * tests/test-frexp.c (exp): Undefine before redefining.
2770         * tests/test-frexpl.c (exp): Likewise.
2771
2772 2008-04-13  Bruno Haible  <bruno@clisp.org>
2773
2774         Work around a HP-UX stdio bug.
2775         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
2776         * tests/test-ftello.c (main): Likewise.
2777         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
2778         * doc/posix-functions/ftello.texi: Likewise.
2779
2780 2008-04-13  Bruno Haible  <bruno@clisp.org>
2781
2782         Make test-signbit pass on HP-UX/hppa.
2783         * tests/test-signbit.c (minus_zerol): New variable.
2784         (test_signbitl): Use it.
2785
2786 2008-04-13  Bruno Haible  <bruno@clisp.org>
2787
2788         Make truncl work on OSF/1 4.0.
2789         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
2790         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
2791         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
2792         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
2793         HAVE_DECL_TRUNCL.
2794         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
2795         HAVE_DECL_TRUNCL.
2796         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
2797
2798 2008-04-13  Bruno Haible  <bruno@clisp.org>
2799
2800         * lib/unictype.h: Remove trailing comma from enumeration definitions.
2801
2802 2008-04-13  Bruno Haible  <bruno@clisp.org>
2803
2804         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
2805         expression, so as to avoid HP-UX 11 cc compiler bug.
2806
2807 2008-04-13  Bruno Haible  <bruno@clisp.org>
2808
2809         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
2810
2811 2008-04-13  Bruno Haible  <bruno@clisp.org>
2812
2813         * lib/git-merge-changelog.c: Remove empty declaration outside of
2814         functions.
2815
2816 2008-04-13  Bruno Haible  <bruno@clisp.org>
2817
2818         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
2819
2820 2008-04-13  Bruno Haible  <bruno@clisp.org>
2821
2822         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
2823         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
2824         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
2825         also if it exists but lacks definitions of the SHUT_* macros.
2826         * modules/sys_socket (Description): Update.
2827         Reported by Elbert Pol <e.pol@chello.nl>.
2828
2829 2008-04-13  Bruno Haible  <bruno@clisp.org>
2830
2831         * lib/localcharset.c (OS2): Don't redefine if already defined.
2832         Reported by Elbert Pol <e.pol@chello.nl>.
2833
2834 2008-04-13  Bruno Haible  <bruno@clisp.org>
2835
2836         * lib/binary-io.h [__EMX__]: Include <io.h>.
2837         Reported by Elbert Pol <e.pol@chello.nl>.
2838
2839 2008-04-12  Bruno Haible  <bruno@clisp.org>
2840
2841         * lib/fpucw.h: Enable the definitions also for x86_64.
2842         Needed for NetBSD/x86_64.
2843         Reported by Thomas Klausner <tk@giga.or.at>.
2844
2845 2008-04-12  Bruno Haible  <bruno@clisp.org>
2846
2847         * tests/test-strtod.c: Include isnand.h.
2848         (main): Use isnand instead of isnan.
2849         Reported by Jim Meyering.
2850
2851 2008-04-12  Bruno Haible  <bruno@clisp.org>
2852
2853         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
2854         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2855
2856 2008-04-12  Jim Meyering  <meyering@redhat.com>
2857
2858         * m4/math_h.m4 (gl_MATH_H): Fix typos.
2859
2860 2008-04-12  Bruno Haible  <bruno@clisp.org>
2861
2862         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
2863         Reported by Elbert Pol <e.pol@chello.nl>.
2864
2865 2008-04-12  Eric Blake  <ebb9@byu.net>
2866
2867         Work around Solaris 10 math.h bug.
2868         * m4/math_h.m4 (gl_MATH_H): Check for bug.
2869         (gl_MATH_H_DEFAULTS): Set up default.
2870         * modules/math (Makefile.am): Replace new indicators.
2871         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
2872         * tests/test-math.c (main): Test this.
2873         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
2874         * doc/posix-headers/math.texi (math.h): Mention bug.
2875         Reported by Nelson H. F. Beebe and Jim Meyering.
2876
2877 2008-04-11  Bruno Haible  <bruno@clisp.org>
2878
2879         Adapt to future versions of Apple GCC.
2880         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
2881         Reported by Peter O'Gorman <peter@pogma.com>.
2882
2883 2008-04-11  Bruno Haible  <bruno@clisp.org>
2884
2885         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
2886
2887 2008-04-11  Bruno Haible  <bruno@clisp.org>
2888
2889         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
2890
2891         * modules/getaddrinfo-tests (Makefile.am): Define
2892         test_getaddrinfo_LDADD.
2893
2894 2008-04-11  Bruno Haible  <bruno@clisp.org>
2895
2896         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
2897         (init): Fix syntax error.
2898         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
2899         is declared.
2900
2901 2008-04-11  Bruno Haible  <bruno@clisp.org>
2902
2903         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
2904         * modules/glob (Depends-on): Add stdbool.
2905
2906 2008-04-11  Bruno Haible  <bruno@clisp.org>
2907
2908         * lib/trim.c: Include <string.h>.
2909
2910 2008-04-11  Eric Blake  <ebb9@byu.net>
2911
2912         Avoid compile failure on OS/2.
2913         * lib/regex_internal.h (internal_function): Disable optimization
2914         on OS/2 (__EMX__), where it caused compiler error.
2915         Reported by Elbert Pol.
2916
2917 2008-04-11  Bruno Haible  <bruno@clisp.org>
2918
2919         Flush the standard error stream before aborting. Needed on mingw.
2920         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
2921         * tests/test-array_list.c (ASSERT): Likewise.
2922         * tests/test-array_oset.c (ASSERT): Likewise.
2923         * tests/test-avltree_list.c (ASSERT): Likewise.
2924         * tests/test-avltree_oset.c (ASSERT): Likewise.
2925         * tests/test-avltreehash_list.c (ASSERT): Likewise.
2926         * tests/test-binary-io.c (ASSERT): Likewise.
2927         * tests/test-byteswap.c (ASSERT): Likewise.
2928         * tests/test-c-ctype.c (ASSERT): Likewise.
2929         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
2930         * tests/test-c-strcasestr.c (ASSERT): Likewise.
2931         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
2932         * tests/test-c-strstr.c (ASSERT): Likewise.
2933         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
2934         * tests/test-canonicalize.c (ASSERT): Likewise.
2935         * tests/test-carray_list.c (ASSERT): Likewise.
2936         * tests/test-ceilf1.c (ASSERT): Likewise.
2937         * tests/test-ceilf2.c (ASSERT): Likewise.
2938         * tests/test-ceill.c (ASSERT): Likewise.
2939         * tests/test-count-one-bits.c (ASSERT): Likewise.
2940         * tests/test-fbufmode.c (ASSERT): Likewise.
2941         * tests/test-fflush2.c (ASSERT): Likewise.
2942         * tests/test-floorf1.c (ASSERT): Likewise.
2943         * tests/test-floorf2.c (ASSERT): Likewise.
2944         * tests/test-floorl.c (ASSERT): Likewise.
2945         * tests/test-fopen.c (ASSERT): Likewise.
2946         * tests/test-fpending.c (ASSERT): Likewise.
2947         * tests/test-fprintf-posix.c (ASSERT): Likewise.
2948         * tests/test-fpurge.c (ASSERT): Likewise.
2949         * tests/test-freadable.c (ASSERT): Likewise.
2950         * tests/test-freadahead.c (ASSERT): Likewise.
2951         * tests/test-freading.c (ASSERT): Likewise.
2952         * tests/test-freadptr.c (ASSERT): Likewise.
2953         * tests/test-freadptr2.c (ASSERT): Likewise.
2954         * tests/test-freadseek.c (ASSERT): Likewise.
2955         * tests/test-freopen.c (ASSERT): Likewise.
2956         * tests/test-frexp.c (ASSERT): Likewise.
2957         * tests/test-frexpl.c (ASSERT): Likewise.
2958         * tests/test-fseek.c (ASSERT): Likewise.
2959         * tests/test-fseeko.c (ASSERT): Likewise.
2960         * tests/test-fstrcmp.c (ASSERT): Likewise.
2961         * tests/test-ftell.c (ASSERT): Likewise.
2962         * tests/test-ftello.c (ASSERT): Likewise.
2963         * tests/test-func.c (ASSERT): Likewise.
2964         * tests/test-fwritable.c (ASSERT): Likewise.
2965         * tests/test-fwriting.c (ASSERT): Likewise.
2966         * tests/test-getdelim.c (ASSERT): Likewise.
2967         * tests/test-getline.c (ASSERT): Likewise.
2968         * tests/test-i-ring.c (ASSERT): Likewise.
2969         * tests/test-iconv-utf.c (ASSERT): Likewise.
2970         * tests/test-iconv.c (ASSERT): Likewise.
2971         * tests/test-isfinite.c (ASSERT): Likewise.
2972         * tests/test-isnand.c (ASSERT): Likewise.
2973         * tests/test-isnanf.c (ASSERT): Likewise.
2974         * tests/test-isnanl.h (ASSERT): Likewise.
2975         * tests/test-ldexpl.c (ASSERT): Likewise.
2976         * tests/test-linked_list.c (ASSERT): Likewise.
2977         * tests/test-linkedhash_list.c (ASSERT): Likewise.
2978         * tests/test-localename.c (ASSERT): Likewise.
2979         * tests/test-lseek.c (ASSERT): Likewise.
2980         * tests/test-mbscasecmp.c (ASSERT): Likewise.
2981         * tests/test-mbscasestr1.c (ASSERT): Likewise.
2982         * tests/test-mbscasestr2.c (ASSERT): Likewise.
2983         * tests/test-mbscasestr3.c (ASSERT): Likewise.
2984         * tests/test-mbscasestr4.c (ASSERT): Likewise.
2985         * tests/test-mbschr.c (ASSERT): Likewise.
2986         * tests/test-mbscspn.c (ASSERT): Likewise.
2987         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
2988         * tests/test-mbspbrk.c (ASSERT): Likewise.
2989         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
2990         * tests/test-mbsrchr.c (ASSERT): Likewise.
2991         * tests/test-mbsspn.c (ASSERT): Likewise.
2992         * tests/test-mbsstr1.c (ASSERT): Likewise.
2993         * tests/test-mbsstr2.c (ASSERT): Likewise.
2994         * tests/test-mbsstr3.c (ASSERT): Likewise.
2995         * tests/test-memchr2.c (ASSERT): Likewise.
2996         * tests/test-memmem.c (ASSERT): Likewise.
2997         * tests/test-open.c (ASSERT): Likewise.
2998         * tests/test-printf-frexp.c (ASSERT): Likewise.
2999         * tests/test-printf-frexpl.c (ASSERT): Likewise.
3000         * tests/test-printf-posix.c (ASSERT): Likewise.
3001         * tests/test-quotearg.c (ASSERT): Likewise.
3002         * tests/test-rbtree_list.c (ASSERT): Likewise.
3003         * tests/test-rbtree_oset.c (ASSERT): Likewise.
3004         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
3005         * tests/test-round1.c (ASSERT): Likewise.
3006         * tests/test-roundf1.c (ASSERT): Likewise.
3007         * tests/test-roundl.c (ASSERT): Likewise.
3008         * tests/test-signbit.c (ASSERT): Likewise.
3009         * tests/test-sleep.c (ASSERT): Likewise.
3010         * tests/test-snprintf-posix.c (ASSERT): Likewise.
3011         * tests/test-snprintf.c (ASSERT): Likewise.
3012         * tests/test-sprintf-posix.c (ASSERT): Likewise.
3013         * tests/test-stat-time.c (ASSERT): Likewise.
3014         * tests/test-strcasestr.c (ASSERT): Likewise.
3015         * tests/test-strerror.c (ASSERT): Likewise.
3016         * tests/test-striconv.c (ASSERT): Likewise.
3017         * tests/test-striconveh.c (ASSERT): Likewise.
3018         * tests/test-striconveha.c (ASSERT): Likewise.
3019         * tests/test-strsignal.c (ASSERT): Likewise.
3020         * tests/test-strstr.c (ASSERT): Likewise.
3021         * tests/test-strtod.c (ASSERT): Likewise.
3022         * tests/test-trunc1.c (ASSERT): Likewise.
3023         * tests/test-trunc2.c (ASSERT): Likewise.
3024         * tests/test-truncf1.c (ASSERT): Likewise.
3025         * tests/test-truncf2.c (ASSERT): Likewise.
3026         * tests/test-truncl.c (ASSERT): Likewise.
3027         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
3028         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
3029         * tests/test-vasnprintf.c (ASSERT): Likewise.
3030         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
3031         * tests/test-vasprintf.c (ASSERT): Likewise.
3032         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
3033         * tests/test-vprintf-posix.c (ASSERT): Likewise.
3034         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
3035         * tests/test-vsnprintf.c (ASSERT): Likewise.
3036         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
3037         * tests/test-wcwidth.c (ASSERT): Likewise.
3038         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
3039         * tests/test-xprintf-posix.c (ASSERT): Likewise.
3040         * tests/test-xvasprintf.c (ASSERT): Likewise.
3041         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
3042         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
3043         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
3044         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
3045         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
3046         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
3047         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
3048         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
3049         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
3050         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
3051         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
3052         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
3053         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
3054         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
3055         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
3056         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
3057         * tests/unictype/test-block_list.c (ASSERT): Likewise.
3058         * tests/unictype/test-block_of.c (ASSERT): Likewise.
3059         * tests/unictype/test-block_test.c (ASSERT): Likewise.
3060         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
3061         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
3062         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
3063         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
3064         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
3065         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
3066         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
3067         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
3068         * tests/unictype/test-combining.c (ASSERT): Likewise.
3069         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
3070         * tests/unictype/test-digit.c (ASSERT): Likewise.
3071         * tests/unictype/test-mirror.c (ASSERT): Likewise.
3072         * tests/unictype/test-numeric.c (ASSERT): Likewise.
3073         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
3074         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
3075         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
3076         * tests/unictype/test-scripts.c (ASSERT): Likewise.
3077         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
3078         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
3079         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
3080         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
3081         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
3082         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
3083         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
3084         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
3085         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
3086         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
3087         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
3088         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
3089         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
3090         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
3091         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
3092         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
3093         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
3094         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
3095         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
3096         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
3097         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
3098         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
3099         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
3100         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
3101         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
3102         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
3103         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
3104         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
3105         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
3106         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
3107         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
3108         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
3109         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
3110         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
3111         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
3112         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
3113         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
3114         Reported by Eric Blake.
3115
3116 2008-04-11  Bruno Haible  <bruno@clisp.org>
3117
3118         * lib/wchar.in.h: Tweak comment.
3119
3120 2008-04-11  Bruno Haible  <bruno@clisp.org>
3121
3122         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
3123         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
3124         gl_COMMON.
3125         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
3126
3127 2008-04-11  Bruno Haible  <bruno@clisp.org>
3128
3129         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
3130
3131 2008-04-11  Simon Josefsson  <simon@josefsson.org>
3132
3133         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
3134         of attempting to use non-existing /dev/*random.  Based on patch
3135         from Adam Strzelecki <ono@java.pl> in
3136         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
3137
3138 2008-04-08  Bruno Haible  <bruno@clisp.org>
3139
3140         Add tentative support for emx+gcc.
3141         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
3142         * lib/fpurge.c (fpurge): Likewise.
3143         * lib/freadable.c (freadable): Likewise.
3144         * lib/freadahead.c (freadahead): Likewise.
3145         * lib/freading.c (freading): Likewise.
3146         * lib/freadptr.c (freadptr): Likewise.
3147         * lib/freadseek.c (freadptrinc): Likewise.
3148         * lib/fseeko.c (rpl_fseeko): Likewise.
3149         * lib/fseterr.c (fseterr): Likewise.
3150         * lib/fwritable.c (fwritable): Likewise.
3151         * lib/fwriting.c (fwriting): Likewise.
3152         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
3153
3154 2008-04-09  Eric Blake  <ebb9@byu.net>
3155
3156         Avoid some autoconf warnings.
3157         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
3158         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
3159         * m4/afs.m4 (gl_AFS): Likewise.
3160         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
3161         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
3162         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3163         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
3164         (gl_INTEGER_TYPE_SUFFIX): Likewise.
3165         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
3166         (AC_CHECK_DECLS_ONCE): Likewise.
3167         Rename file...
3168         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
3169         gnulib-tool requires autoconf 2.59 or better.
3170         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
3171
3172 2008-04-08  Eric Blake  <ebb9@byu.net>
3173
3174         Use 'git describe --match' if present (added in git 1.5.5).
3175         * build-aux/git-version-gen: Limit result to tags that match 'v*'
3176         if possible.
3177
3178 2008-04-08  Bruno Haible  <bruno@clisp.org>
3179
3180         Add tentative support for OpenServer.
3181         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
3182         _ptr, _cnt.
3183         * lib/fpurge.c (fpurge): Likewise.
3184         * lib/freadable.c (freadable): Likewise.
3185         * lib/freadahead.c (freadahead): Likewise.
3186         * lib/freading.c (freading): Likewise.
3187         * lib/freadptr.c (freadptr): Likewise.
3188         * lib/freadseek.c (freadptrinc): Likewise.
3189         * lib/fseeko.c (rpl_fseeko): Likewise.
3190         * lib/fseterr.c (fseterr): Likewise.
3191         * lib/fwritable.c (fwritable): Likewise.
3192         * lib/fwriting.c (fwriting): Likewise.
3193         Reported by Roger Cornelius <rac@tenzing.org> and
3194         Brian K. White <brian@aljex.com>.
3195
3196 2008-04-06  Jim Meyering  <meyering@redhat.com>
3197
3198         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
3199
3200 2008-04-06  Bruno Haible  <bruno@clisp.org>
3201
3202         Avoid possible error with non-ASCII bytes in UTF-8 locales.
3203         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
3204         * tests/test-printf-posix.sh: Likewise.
3205         * tests/test-vfprintf-posix.sh: Likewise.
3206         * tests/test-vprintf-posix.sh: Likewise.
3207         * tests/test-xprintf-posix.sh: Likewise.
3208
3209 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3210
3211         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
3212         hide error from 'ls', needed on OS/2.
3213         Report by Elbert Pol <elbert.pol@gmail.com>.
3214
3215 2008-04-04  Eric Blake  <ebb9@byu.net>
3216
3217         Make test-fseeko.c failures meaningful.
3218         * tests/test-fseeko.c: Print line number on failure.
3219         * tests/test-fseek.c: Likewise.
3220         Reported by Nelson H. F. Beebe.
3221
3222         Improve strtod bug detection check.
3223         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
3224         required for Solaris 10.
3225         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
3226
3227 2008-04-04  Bruno Haible  <bruno@clisp.org>
3228
3229         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
3230         by m4/setenv.m4.
3231
3232 2008-04-03  Eric Blake  <ebb9@byu.net>
3233
3234         Ensure sane .version contents.
3235         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
3236         version string.
3237         * build-aux/git-version-gen: Improve documentation.
3238
3239         Make GNU make output nicer.
3240         * top/GNUmakefile [!_have-Makefile]: Add dependency on
3241         MAKECMDGOALS to enforce message for all command line targets.  Set
3242         srcdir for use in maint.mk.
3243
3244         Another maintainer tweak.
3245         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
3246         a target that regenerates version.
3247
3248 2008-04-03  Jim Meyering  <meyering@redhat.com>
3249
3250         vc-list-files: don't cause coreutils "make po-check" failure
3251         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
3252
3253 2008-04-03  Eric Blake  <ebb9@byu.net>
3254
3255         Allow VPATH usage of vc-list-files.
3256         * build-aux/vc-list-files (scriptversion): Add timestamp.
3257         (options): Add --help, --version, -C.
3258         (CVS): Support installed cvsu.
3259
3260 2008-04-02  Bruno Haible  <bruno@clisp.org>
3261
3262         Avoid some "statement with no effect" warnings from gcc.
3263         * tests/test-wctype.c (main): Explicitly ignore unused values.
3264         Reported by Jim Meyering.
3265
3266 2008-04-02  Jim Meyering  <meyering@redhat.com>
3267
3268         Avoid some warnings from "gcc -Wshadow".
3269         * tests/test-frexp.c (exp): Define to a different identifier.
3270         * tests/test-frexpl.c (exp): Likewise.
3271
3272 2008-04-03  Jim Meyering  <meyering@redhat.com>
3273
3274         bootstrap: remove dangling *.[ch] symlinks from lib
3275         * build-aux/bootstrap [dangling symlink removal]: Move find's
3276         -depth option to precede all others, to avoid a warning.
3277         Remove *.[ch] files too, and from "$source_base" (usually lib/).
3278
3279 2008-04-02  Bruno Haible  <bruno@clisp.org>
3280
3281         Avoid some warnings from "gcc -Wshadow".
3282         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
3283         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
3284         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
3285         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
3286         Reported by Jim Meyering.
3287
3288 2008-04-01  Bruno Haible  <bruno@clisp.org>
3289
3290         Fix test to work on IRIX 6.5 with cc.
3291         * tests/test-math.c (numeric_equal): New function.
3292         (main): Use it.
3293
3294 2008-04-01  Bruno Haible  <bruno@clisp.org>
3295
3296         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
3297
3298 2008-04-01  Bruno Haible  <bruno@clisp.org>
3299
3300         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
3301         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3302         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
3303         (Depends-on): Remove math.
3304
3305         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
3306         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3307         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
3308         (Depends-on): Remove math.
3309
3310         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
3311         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3312         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
3313         (Depends-on): Remove math.
3314         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
3315         (Depends-on): Remove math.
3316
3317         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
3318         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
3319         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
3320         (Depends-on): Remove math.
3321         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
3322         (Depends-on): Remove math.
3323
3324         * tests/test-round1.c: Include nan.h.
3325         (main): Use NaNd instead of NAN.
3326         * modules/round-tests (Files): Add tests/nan.h.
3327
3328         * tests/test-trunc1.c: Include nan.h.
3329         (main): Use NaNd instead of NAN.
3330         * modules/trunc-tests (Files): Add tests/nan.h.
3331
3332         * tests/test-roundf1.c: Include nan.h.
3333         (main): Use NaNf instead of NAN.
3334         * modules/roundf-tests (Files): Add tests/nan.h.
3335
3336         * tests/test-truncf1.c: Include nan.h.
3337         (main): Use NaNf instead of NAN.
3338         * modules/truncf-tests (Files): Add tests/nan.h.
3339
3340         * tests/test-ceilf1.c: Include nan.h.
3341         (main): Use NaNf instead of NAN.
3342         * modules/ceilf-tests (Files): Add tests/nan.h.
3343
3344         * tests/test-floorf1.c: Include nan.h.
3345         (main): Use NaNf instead of NAN.
3346         * modules/floorf-tests (Files): Add tests/nan.h.
3347
3348         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
3349         (main): Use NaNf instead of NAN.
3350         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
3351
3352         * tests/test-isnand.c: Include nan.h instead of <math.h>.
3353         (main): Use NaNd instead of NAN.
3354         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
3355
3356         * tests/test-frexp.c: Include nan.h.
3357         (main): Use NaNd instead of NAN.
3358         * modules/frexp-tests (Files): Add tests/nan.h.
3359
3360         * lib/isnan.c: Don't include <math.h>.
3361         (FUNC): Don't use NAN macro.
3362         * modules/isnand-nolibm (Depends-on): Remove math.
3363         * modules/isnanf-nolibm (Depends-on): Remove math.
3364         * modules/isnanl (Depends-on): Remove math.
3365         * modules/isnanl-nolibm (Depends-on): Remove math.
3366
3367         * tests/nan.h: New file.
3368
3369 2008-04-01  Eric Blake  <ebb9@byu.net>
3370
3371         Fix typos.
3372         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
3373         values to be the right type.
3374
3375         For now, cater to gnulib strtod inaccuracies.
3376         * tests/test-strtod.c (main): Allow 1-ulp error on expected
3377         fractional results.  While not as nice from a QoI perspective, it
3378         is a quicker patch than correctly implementing decimal to binary
3379         rounding.
3380
3381 2008-03-31  Eric Blake  <ebb9@byu.net>
3382
3383         Guarantee a definition of NAN.
3384         * lib/math.in.h (NAN): Define if missing.
3385         * tests/test-math.c (main): Test it.
3386         * doc/posix-headers/math.texi (math.h): Document this.
3387         * lib/isnan.c (rpl_isnand): Use it.
3388         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
3389         * tests/test-floorf1.c (NaN): Likewise.
3390         * tests/test-frexp.c (NaN): Likewise.
3391         * tests/test-isnand.c (NaN): Likewise.
3392         * tests/test-isnanf.c (NaN): Likewise.
3393         * tests/test-round1.c (NaN): Likewise.
3394         * tests/test-roundf1.c (NaN): Likewise.
3395         * tests/test-snprintf-posix.h (NaN): Likewise.
3396         * tests/test-sprintf-posix.h (NaN): Likewise.
3397         * tests/test-trunc1.c (NaN): Likewise.
3398         * tests/test-truncf1.c (NaN): Likewise.
3399         * tests/test-vasnprintf-posix.c (NaN): Likewise.
3400         * tests/test-vasprintf-posix.c (NaN): Likewise.
3401         * modules/isnand-nolibm (Depends-on): Add math.
3402         * modules/isnanf-nolibm (Depends-on): Likewise.
3403         * modules/isnanl (Depends-on): Likewise.
3404         * modules/isnanl-nolibm (Depends-on): Likewise.
3405         * modules/snprintf-posix-tests (Depends-on): Likewise.
3406         * modules/sprintf-posix-tests (Depends-on): Likewise.
3407         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
3408         * modules/vsprintf-posix-tests (Depends-on): Likewise.
3409         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
3410         * modules/vasprintf-posix-tests (Depends-on): Likewise.
3411
3412 2008-03-31  Bruno Haible  <bruno@clisp.org>
3413
3414         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
3415         * doc/posix-functions/strtod.texi: Likewise.
3416
3417 2008-03-31  Bruno Haible  <bruno@clisp.org>
3418
3419         * tests/test-strtod.c (main): Don't use C99 syntax.
3420
3421 2008-03-31  Bruno Haible  <bruno@clisp.org>
3422
3423         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
3424         Reported by Eric Blake.
3425
3426 2008-03-31  Jim Meyering  <meyering@redhat.com>
3427
3428         Don't compare actual signbit return values.
3429         * tests/test-strtod.c (main): Rather, compare only their
3430         zero/non-zero nature.
3431
3432 2008-03-31  Eric Blake  <ebb9@byu.net>
3433
3434         More strtod documentation.
3435         * doc/posix-functions/strtod.texi (strtod): Interpret more test
3436         failures as distinct bugs.
3437
3438 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3439
3440         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
3441         Problem reported by Erik Benada in
3442         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
3443
3444 2008-03-30  Bruno Haible  <bruno@clisp.org>
3445
3446         * tests/test-strtod.c: Add comments about which assertion fails on which
3447         platform.
3448         * doc/posix-functions/strtod.texi: Add info about many more platforms.
3449
3450 2008-03-30  Eric Blake  <ebb9@byu.net>
3451
3452         Test signbit behavior on zeros.
3453         * tests/test-signbit.c (test_signbitf): Add tests for zero.
3454         (test_signbitd, test_signbitl): Likewise.
3455
3456         More strtod touchups.
3457         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
3458         sign of negative underflow, for now.  Use .5, not .1.
3459         * doc/posix-functions/strtod.texi (strtod): Mention these
3460         limitations.
3461         Reported by Jim Meyering.
3462
3463 2008-03-30  Bruno Haible  <bruno@clisp.org>
3464
3465         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
3466         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
3467
3468 2008-03-30  Bruno Haible  <bruno@clisp.org>
3469
3470         Avoid failure when attempting to return empty iconv results on some
3471         platforms.
3472         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
3473         allocation, don't report ENOMEM when the resulting string is empty.
3474
3475 2008-03-30  Bruno Haible  <bruno@clisp.org>
3476
3477         Fix buffer overrun.
3478         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
3479         Don't consider the width for tmp_length. Check count against tmp_length
3480         before doing the padding. Ensure enough allocation during padding.
3481
3482 2008-03-30  Eric Blake  <ebb9@byu.net>
3483
3484         strtod touchups.
3485         * lib/strtod.c (strtod): Avoid compiler warnings.
3486         Reported by Jim Meyering.
3487
3488 2008-03-30  Bruno Haible  <bruno@clisp.org>
3489
3490         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
3491         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
3492         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
3493         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
3494         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
3495         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
3496         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
3497         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
3498
3499         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
3500         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
3501         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
3502         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
3503         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
3504         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
3505         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
3506         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
3507
3508         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
3509         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
3510         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
3511         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
3512         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
3513         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
3514         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
3515         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
3516
3517         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
3518         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
3519
3520         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
3521         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
3522
3523         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
3524         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
3525
3526         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
3527         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
3528         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
3529
3530         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
3531         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
3532         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
3533
3534         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
3535         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
3536         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
3537
3538         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
3539         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
3540         * modules/vasprintf (Depends-on): Add EOVERFLOW.
3541
3542         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
3543         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
3544         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
3545         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
3546         (Depends-on): Add EOVERFLOW.
3547         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
3548         (Depends-on): Add EOVERFLOW.
3549         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
3550         (Depends-on): Add EOVERFLOW.
3551         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
3552         (Depends-on): Add EOVERFLOW.
3553         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
3554         (Depends-on): Add EOVERFLOW.
3555         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
3556         (Depends-on): Add EOVERFLOW.
3557         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
3558         (Depends-on): Add EOVERFLOW.
3559         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
3560         (Depends-on): Add EOVERFLOW.
3561
3562         * lib/sprintf.c (EOVERFLOW): Remove fallback.
3563         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
3564         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
3565
3566         * lib/snprintf.c (EOVERFLOW): Remove fallback.
3567         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
3568         * modules/snprintf (Depends-on): Add EOVERFLOW.
3569
3570         * lib/poll.c (EOVERFLOW): Remove fallback.
3571         * modules/poll (Depends-on): Add EOVERFLOW.
3572
3573         * lib/getugroups.c (EOVERFLOW): Remove fallback.
3574         * modules/getugroups (Depends-on): Add EOVERFLOW.
3575
3576         * lib/getdelim.c (EOVERFLOW): Remove fallback.
3577         * modules/getdelim (Depends-on): Add EOVERFLOW.
3578
3579         * lib/ftell.c (EOVERFLOW): Remove fallback.
3580         * modules/ftell (Depends-on): Add EOVERFLOW.
3581
3582         * lib/fprintf.c (EOVERFLOW): Remove fallback.
3583         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
3584         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
3585
3586         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
3587
3588         * modules/EOVERFLOW-tests: New file.
3589         * tests/test-EOVERFLOW.c: New file.
3590
3591         * modules/EOVERFLOW: New file.
3592         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
3593
3594 2008-03-30  Bruno Haible  <bruno@clisp.org>
3595
3596         Fix bug introduced on 2007-06-10.
3597         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
3598         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
3599
3600 2008-03-30  Bruno Haible  <bruno@clisp.org>
3601
3602         Improve freadseek's efficiency after ungetc.
3603         * lib/freadseek.c: Include freadahead.h.
3604         (freadptrinc): New function, extracted from freadseek.
3605         (freadseek): Use it in a loop. Use freadahead to determine the number
3606         of loop iterations.
3607         * modules/freadseek (Depends-on): Add freadahead.
3608         (configure.ac): Require AC_C_INLINE.
3609
3610 2008-03-30  Bruno Haible  <bruno@clisp.org>
3611
3612         * lib/freadseek.c (freadseek): Don't ignore the return value of
3613         freadptr.
3614
3615 2008-03-29  Eric Blake  <ebb9@byu.net>
3616
3617         Add hex float support.
3618         * modules/strtod (Depends-on): Add c-ctype.
3619         (Link): Mention POW_LIB.
3620         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
3621         whitespace between 'e' and exponent.
3622         * tests/test-strtod.c (main): Enable hex float tests.
3623         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
3624         now provides.
3625
3626         Document various strtod bugs, with some fixes.
3627         * doc/posix-functions/strtod.texi (strtod): Document bugs with
3628         "-0x", "inf", "nan", and hex constants.
3629         * doc/posix-functions/atof.texi (atof): Likewise.
3630         * modules/stdlib (Makefile.am): Support strtod.
3631         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
3632         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
3633         detect additional strtod bugs.
3634         * lib/stdlib.in.h (rpl_strtod): Add declarations.
3635         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
3636         bool where appropriate.  Parse 'inf' and 'nan'.
3637         * tests/test-strtod.c: New file.
3638         * modules/strtod (Depends-on): Add stdbool, stdlib.
3639         (configure.ac): Turn on module indicator.
3640         * modules/strtod-tests: New module.
3641
3642 2008-03-29  Eric Blake  <ebb9@byu.net>
3643
3644         Fix ftell on mingw.
3645         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
3646         * modules/ftell-tests (Depends-on): Add binary-io.
3647         * modules/ftello-tests (Depends-on): Likewise.
3648         * tests/test-ftell.c (main): Enhance test to cover behavior after
3649         ungetc.  Enforce binary mode.
3650         * tests/test-ftello.c (main): Likewise.
3651
3652         Pass test-freadseek on cygwin.
3653         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
3654         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
3655         ungetc buffer.
3656
3657         * tests/test-fflush2.c (main): Fix typo.
3658
3659 2008-03-29  Bruno Haible  <bruno@clisp.org>
3660
3661         * tests/test-fflush2.c (main): Temporarily disable the contents of
3662         this test.
3663         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
3664         Reported by Eric Blake.
3665
3666 2008-03-28  Simon Josefsson  <simon@josefsson.org>
3667
3668         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
3669         (GC_SHA224_DIGEST_SIZE): Add.
3670
3671         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
3672         (gc_hash_digest_length): Likewise.
3673         (gc_hash_buffer): Likewise.
3674
3675 2008-03-25  Bruno Haible  <bruno@clisp.org>
3676
3677         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
3678         detail which gettext release to use.
3679         Reported by Simon Josefsson.
3680
3681 2008-03-26  Jim Meyering  <meyering@redhat.com>
3682
3683         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
3684         * modules/gnumakefile (clean-GNUmakefile): Also, use
3685         test ... && ... || : syntax rather than if-then ... fi.
3686
3687         gnumakefile: Don't double-quote-expand $(VPATH) value.
3688         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
3689
3690 2008-03-24  Eric Blake  <ebb9@byu.net>
3691
3692         Alter GNUmakefile to install into top directory.
3693         * modules/maintainer-makefile: Split, and add dependency...
3694         * modules/gnumakefile: to this new module.
3695         * build-aux/GNUmakefile: Move...
3696         * top/GNUmakefile: ...here.
3697         * build-aux/maint.mk: Move...
3698         * top/maint.mk: ...here.
3699         * MODULES.html.sh (Support for maintaining...): Document new
3700         module.
3701
3702 2008-03-23  Bruno Haible  <bruno@clisp.org>
3703
3704         * gnulib-tool: New options --vc-files, --no-vc-files.
3705         (func_usage): Document them.
3706         (vc_files): New variable.
3707         (func_import): Consider vc_files.
3708         (func_create_testdir): Set vc_files to empty.
3709         Suggested by Jim Meyering and Karl Berry.
3710
3711 2008-03-23  Bruno Haible  <bruno@clisp.org>
3712
3713         Fix regex compilation error on HP-UX 11.
3714         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
3715         * modules/regex (Files): Add m4/mbstate_t.m4.
3716         Reported by Ton Voon <ton.voon@altinity.com>.
3717
3718 2008-03-23  Bruno Haible  <bruno@clisp.org>
3719
3720         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
3721
3722 2008-03-23  Eric Blake  <ebb9@byu.net>
3723             Bruno Haible  <bruno@clisp.org>
3724
3725         Install files from top/ in the destination directory.
3726         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
3727         augmentation also for the files from top/.
3728         (func_import, func_create_testdir): Rewrite file names:
3729         top/filename -> filename.
3730
3731 2008-03-23  Bruno Haible  <bruno@clisp.org>
3732
3733         Tweak "gnulib --version" output.
3734         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
3735
3736 2008-03-23  Bruno Haible  <bruno@clisp.org>
3737
3738         Tweak "gnulib --version" output.
3739         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
3740         rather than contents of ChangeLog, when possible.
3741
3742 2008-03-21  Eric Blake  <ebb9@byu.net>
3743
3744         More --version tweaks.
3745         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
3746         date of last ChangeLog entry.
3747
3748 2008-03-21  Jim Meyering  <meyering@redhat.com>
3749
3750         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
3751
3752 2008-03-20  Eric Blake  <ebb9@byu.net>
3753
3754         VPATH fix.
3755         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
3756
3757 2008-03-20  Simon Josefsson  <simon@josefsson.org>
3758
3759         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
3760         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
3761
3762 2008-03-20  Eric Blake  <ebb9@byu.net>
3763
3764         Sync GNUmakefile with coreutils.
3765         * build-aux/GNUmakefile (have-Makefile): Rename...
3766         (_have-Makefile): ...to this, for namespace consideration.
3767         (GNUmakefile.cfg): Include, if present.
3768         (_autoreconf): Define a default.
3769         (_is-dist-target): New rule for rebuilds to pick up intra-release
3770         version.
3771         (maint-cfg.mk): Rename...
3772         (cfg.mk): ...to this.
3773
3774 2008-03-18  Jim Meyering  <meyering@redhat.com>
3775
3776         New script and module: mktempd
3777         * MODULES.html.sh (maint+release support): Add mktempd.
3778         * build-aux/mktempd: New file.
3779         * modules/mktempd: New file.
3780
3781 2008-03-15  Jim Meyering  <meyering@redhat.com>
3782
3783         Undo last change.
3784         * lib/sha1.c, lib/md5.c: 63 != ~63.
3785         Reported by Andreas Schwab.
3786
3787         sha1.c, md5.c: Hoist a redundant expression.
3788         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
3789         "ctx->buflen" only once, before calling *_process_block.
3790         * lib/md5.c (md5_process_bytes): Likewise.
3791
3792 2008-03-14  Eric Blake  <ebb9@byu.net>
3793
3794         Bump copyright year in files generated by gnulib-tool.
3795         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
3796         gnulib-tool, rather than hard-coding it.
3797
3798         Fix 'gnulib-tool --version' output to work with git.
3799         * gnulib-tool (func_gnulib_dir): New function, extracted from...
3800         (startup): ...here.
3801         (func_version): Use it to invoke git-version-gen, rather than
3802         relying on CVS keyword expansion.  Modernize wording.
3803         (cvsdatestamp, last_checkin_date, version): Kill unused
3804         variables.
3805
3806 2008-03-12  Jim Meyering  <meyering@redhat.com>
3807
3808         Recognize optional cast of the argument to free.
3809         * build-aux/useless-if-before-free: Update regexps.
3810
3811         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
3812
3813 2008-03-11  Bruno Haible  <bruno@clisp.org>
3814
3815         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
3816         by a single package.
3817         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
3818         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
3819         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
3820         Reported by Sam Steingold <sds@gnu.org>.
3821
3822 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3823
3824         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
3825         repositories.
3826
3827 2008-03-11  Bruno Haible  <bruno@clisp.org>
3828
3829         Avoid conflicts between local macro definitions.
3830         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
3831         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
3832
3833 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
3834             Bruno Haible  <bruno@clisp.org>
3835
3836         Make va_copy work with some version of xlc on AIX 5.1.
3837         * lib/stdarg.in.h: New file.
3838         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
3839         On AIX, use a <stdarg.h> file substitute.
3840         * modules/stdarg (Files): Add lib/stdarg.in.h.
3841         (Depends-on): Add include_next.
3842         (Makefile.am): Build a stdarg.h substitute if requested.
3843         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
3844
3845 2008-03-10  Bruno Haible  <bruno@clisp.org>
3846
3847         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
3848         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
3849         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
3850
3851 2008-03-10  Bruno Haible  <bruno@clisp.org>
3852
3853         * modules/stdlib (Depends-on): Add include_next, remove
3854         absolute-header.
3855
3856 2008-03-09  Bruno Haible  <bruno@clisp.org>
3857
3858         * lib/freadahead.h (freadahead): Document more precisely.
3859         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
3860         the sum of both buffer sizes.
3861         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
3862         * NEWS: Document the change.
3863
3864 2008-03-09  Bruno Haible  <bruno@clisp.org>
3865
3866         Extend freadptr to return also the buffer size.
3867         * lib/freadptr.h (freadptr): Add sizep argument.
3868         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
3869         (freadptr): Add sizep argument. Determine buffer size like freadahead
3870         does.
3871         * tests/test-freadptr.c: Don't include freadahead.h.
3872         (main): Adapt for new calling convention of freadptr.
3873         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
3874         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
3875         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
3876         tests/test-freadptr2.sh.
3877         (Depends): Remove freadahead.
3878         (TESTS): Add test-freadptr2.sh.
3879         (check_PROGRAMS): Add test-freadptr2.
3880
3881 2008-03-09  Bruno Haible  <bruno@clisp.org>
3882
3883         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
3884         Report and solution by Simon Josefsson.
3885
3886 2008-03-06  Bruno Haible  <bruno@clisp.org>
3887
3888         Make fflush after ungetc work on BSD platforms.
3889         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
3890         * tests/test-fflush2.c: New file.
3891         * tests/test-fflush2.sh: New file.
3892         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
3893         tests/test-fflush2.c.
3894         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
3895         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
3896
3897 2008-03-06  Eric Blake  <ebb9@byu.net>
3898
3899         Likewise for ftello.
3900         * modules/ftello (Dependencies): Add extensions.
3901         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
3902
3903 2008-03-06  Bruno Haible  <bruno@clisp.org>
3904
3905         * modules/fseeko (Dependencies): Add extensions.
3906         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
3907         Needed on glibc systems.
3908
3909 2008-03-06  Bruno Haible  <bruno@clisp.org>
3910
3911         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
3912         email address.
3913         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3914
3915 2008-03-06  Bruno Haible  <bruno@clisp.org>
3916
3917         * users.txt: Add libgnupdf.
3918
3919 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
3920
3921         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
3922         (Header File Substitutes, Function Substitutes,
3923         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
3924         (Build robot for gnulib): Fix typo.
3925
3926 2008-03-06  Bruno Haible  <bruno@clisp.org>
3927
3928         * doc/gnulib-tool.texi (VCS Issues): Small updates.
3929         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
3930
3931 2008-03-06  Bruno Haible  <bruno@clisp.org>
3932
3933         * doc/func.texi: New file, extracted from doc/gnulib.texi.
3934         * doc/gnulib.texi: Include it.
3935
3936 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3937
3938         * modules/func (License): Change license to unlimited; there was
3939         no LGPL parts in the module anyway.
3940
3941 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3942
3943         * modules/__func__: Renamed to modules/func.
3944         * modules/__func__-tests: Renamed to modules/func-tests.
3945         * tests/test-__func__.c: Renamed to tests/test-func.c.
3946         * m4/__func__.m4: Renamed to m4/func.m4.
3947         * doc/gnulib.texi (__func__): Section renamed to func.
3948         Suggested by Eric Blake <ebb9@byu.net>.
3949
3950 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3951
3952         * doc/gnulib.texi (__func__): Use C99 terminology when talking
3953         about __func__.  Make example self-contained.  Suggested by Eric
3954         Blake <ebb9@byu.net>.
3955
3956         * tests/test-__func__.c (main): Avoid extraneous () around __func.
3957         Suggested by Eric Blake <ebb9@byu.net>.
3958
3959 2008-03-06  Simon Josefsson  <simon@josefsson.org>
3960
3961         * modules/__func__: New file.
3962         * modules/__func__-tests: New file.
3963         * tests/test-__func__.c: New file.
3964         * m4/__func__.m4: New file.
3965         * doc/gnulib.texi (__func__): Document __func__ module.
3966
3967 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3968
3969         * modules/byteswap (License): Re-license as LGPLv2+.
3970
3971 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3972
3973         * doc/Makefile: Add pdf target.
3974
3975 2008-03-05  Simon Josefsson  <simon@josefsson.org>
3976
3977         * modules/inline (License): Use 'unlimited', since there are only
3978         *.m4 files in this module.
3979
3980 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3981             Bruno Haible  <bruno@clisp.org>
3982
3983         Add support for HP C 7.1 on OpenVMS 8.3.
3984         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
3985
3986 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
3987
3988         Update VMS specifics.
3989         * lib/getopt.c [VMS]: Remove include of unixlib.h.
3990
3991 2008-03-02  Jim Meyering  <meyering@redhat.com>
3992
3993         Remove the last dependency on the "free" module.
3994         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
3995         Reported by Bob Proulx.
3996
3997         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
3998
3999         Remove useless "if" tests before free.  Deprecate "free" module.
4000         * doc/posix-functions/free.texi: Mention that this
4001         module is no longer useful.
4002         * modules/free (Notice): Say this module is obsolete.
4003         * modules/readutmp (Depends-on): Remove free.
4004         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
4005         * lib/putenv.c (putenv): Likewise.
4006         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
4007         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
4008         * tests/test-c-strcasestr.c (main): Likewise.
4009         * tests/test-c-strstr.c (main): Likewise.
4010         * tests/test-mbscasestr1.c (main): Likewise.
4011         * tests/test-mbscasestr2.c (main): Likewise.
4012         * tests/test-mbsstr1.c (main): Likewise.
4013         * tests/test-mbsstr2.c (main): Likewise.
4014         * tests/test-memmem.c (main): Likewise.
4015         * tests/test-strcasestr.c (main): Likewise.
4016         * tests/test-striconv.c (main): Likewise.
4017         * tests/test-striconveh.c (main): Likewise.
4018         * tests/test-striconveha.c (main): Likewise.
4019         * tests/test-strstr.c (main): Likewise.
4020
4021         * build-aux/git-version-gen: Adjust a comment and the Usage string.
4022
4023         bootstrap: sync from coreutils again
4024         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
4025
4026 2008-03-01  Jim Meyering  <meyering@redhat.com>
4027
4028         bootstrap: sync from coreutils
4029         * build-aux/bootstrap (update_po_files): Copy a .po file into place
4030         also when the target doesn't exist.
4031
4032 2008-03-01  Eric Blake  <ebb9@byu.net>
4033
4034         Fix bugs in last patch.
4035         * lib/memchr2.c (memchr2): Fix typo.
4036         * tests/test-memchr2.c: Test previous bug, and don't use GNU
4037         extension.
4038         Reported by Bruce Korb.
4039
4040         New module 'memchr2'.
4041         * modules/memchr2: New file.
4042         * modules/memchr2-tests: Likewise.
4043         * lib/memchr2.h: Likewise.
4044         * lib/memchr2.c: Likewise, based on memchr.c.
4045         * tests/test-memchr2.c: New test.
4046         * MODULES.html.sh (String handling): Add memchr2.
4047
4048 2008-02-29  Bruno Haible  <bruno@clisp.org>
4049
4050         * modules/freadseek-tests: New file.
4051         * tests/test-freadseek.sh: New file.
4052         * tests/test-freadseek.c: New file.
4053
4054         New module 'freadseek'.
4055         * modules/freadseek: New file.
4056         * lib/freadseek.h: New file.
4057         * lib/freadseek.c: New file.
4058         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
4059
4060 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
4061
4062         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
4063         wydawca.
4064
4065         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
4066         program_invocation_name and program_invocation_short_name are
4067         present.
4068
4069 2008-02-28  Bruno Haible  <bruno@clisp.org>
4070
4071         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
4072         * tests/test-freadptr.sh: Also test non-seekable stdin.
4073
4074 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
4075
4076         * build-aux/bootstrap (source_base, m4_base)
4077         (doc_base, tests_base): New variables.
4078         (gnulib_tool_options): Do not hardcode base directories, use
4079         the above variables instead.
4080
4081 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
4082
4083         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
4084
4085 2008-02-28  Bruno Haible  <bruno@clisp.org>
4086
4087         * modules/freadptr-tests: New file.
4088         * tests/test-freadptr.sh: New file.
4089         * tests/test-freadptr.c: New file.
4090
4091         New module 'freadptr'.
4092         * modules/freadptr: New file.
4093         * lib/freadptr.h: New file.
4094         * lib/freadptr.c: New file.
4095         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
4096
4097 2008-02-26  Karl Berry  <karl@freefriends.org>
4098
4099         Sync from Libtool:
4100         * libltdl/argz.c (argz_add, argz_count): New functions.
4101         * libltdl/argz.in.h: Declare them.
4102         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
4103
4104 2008-02-22  Bruno Haible  <bruno@clisp.org>
4105
4106         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
4107         is a pointer type.  Needed for HP-UX 10.
4108         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
4109         * doc/posix-functions/gmtime_r.texi: Likewise.
4110         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
4111
4112 2008-02-24  Bruno Haible  <bruno@clisp.org>
4113
4114         * modules/environ-tests: New file.
4115         * tests/test-environ.c: New file.
4116
4117         New module 'environ'.
4118         * modules/environ: New file.
4119         * lib/unistd.in.h (environ): New declaration.
4120         * m4/environ.m4: New file.
4121         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
4122         after use.
4123         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
4124         HAVE_DECL_ENVIRON.
4125         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
4126         HAVE_DECL_ENVIRON.
4127         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
4128         wrong claim that 'environ' is missing on some systems.
4129         * modules/execute (Depends-on): Add environ.
4130         * lib/execute.c (environ): Remove fallback declaration.
4131         * modules/pipe (Depends-on): Add environ.
4132         * lib/pipe.c (environ): Remove fallback declaration.
4133         * modules/setenv (Depends-on): Add environ.
4134         * lib/setenv.c (environ): Remove fallback declaration.
4135         * modules/unsetenv (Depends-on): Add environ.
4136         * lib/unsetenv.c (environ): Remove fallback declaration.
4137         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
4138         m4/environ.m4.
4139         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
4140         (gl_PREREQ_UNSETENV): Likewise.
4141
4142 2008-02-24  Bruno Haible  <bruno@clisp.org>
4143
4144         * doc/posix-functions/environ.texi: Document the MacOS X problem.
4145
4146 2008-02-20  Bob Proulx  <bob@proulx.com>
4147
4148         Enable use of older two part flavor 'git describe'.
4149         * build-aux/git-version-gen: If using the older two part flavor of
4150         git version then recreate the third part now present in the
4151         newer three part flavor of git describe.
4152
4153 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
4154
4155         * lib/fts.c (fts_build): Typo correction to comment.
4156
4157 2008-02-17  Bruno Haible  <bruno@clisp.org>
4158
4159         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
4160         generating no-op conflicts.
4161
4162 2008-02-17  Bruno Haible  <bruno@clisp.org>
4163
4164         Speed up by 10%.
4165         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
4166         result_entries, rather than an index-based loop.
4167
4168 2008-02-17  Bruno Haible  <bruno@clisp.org>
4169
4170         Speed up by 25%.
4171         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
4172         'hashcode_cached'.
4173         (entry_create): New function.
4174         (entry_hashcode): Use the cached hashcode if possible.
4175         (read_changelog_file, try_split_merged_entry): Use entry_create.
4176
4177 2008-02-17  Bruno Haible  <bruno@clisp.org>
4178
4179         Speed up from O(n^2) to O(n) for long ChangeLog files.
4180         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
4181         (read_changelog_file): Change implementation of entries_reversed list
4182         to rbtreehash.
4183         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
4184
4185 2008-02-17  Bruno Haible  <bruno@clisp.org>
4186
4187         New option --split-merged-entry.
4188         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
4189         (find_paragraph_end, try_split_merged_entry): New functions.
4190         (long_options): Add option --split-merged-entry.
4191         (usage): Document option --split-merged-entry.
4192         (main): Implement option --split-merged-entry.
4193         Reported by Eric Blake.
4194
4195 2008-02-17  Bruno Haible  <bruno@clisp.org>
4196
4197         * lib/git-merge-changelog.c: Include c-strstr.h.
4198         (main): Support the "git pull --rebase" situation.
4199         * modules/git-merge-changelog (Depends-on): Add c-strstr.
4200         Reported by Eric Blake.
4201
4202 2008-02-16  Eric Blake  <ebb9@byu.net>
4203
4204         Avoid doubling \ in common case of "c-maybe" quoting style.
4205         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
4206         eliding outer quotes.
4207         * lib/quotearg.h: Document this.
4208         * tests/test-quotearg.c (result_strings, inputs, results_g)
4209         (flag_results, locale_results): Test it by adding a new string to
4210         each test group.
4211         (compare_strings): Test new string.
4212
4213 2008-02-13  Eric Blake  <ebb9@byu.net>
4214
4215         Avoid trigraph quoting in default output.
4216         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
4217         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
4218         unless explicitly requested.
4219         * tests/test-quotearg.c (flag_results, main): Add additional tests.
4220
4221 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
4222
4223         Don't rely on signed integer overflowing to negative value.
4224         * lib/getugroups.c (getugroups): Include <limits.h>.
4225         Instead, compare against INT_MAX, and increment only if the test passes.
4226
4227 2008-02-13  Jim Meyering  <meyering@redhat.com>
4228         and Eric Blake  <ebb9@byu.net>
4229
4230         Avoid shadowing warning and compile errors on Linux.
4231         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
4232         forwarding macros on Linux.
4233         (dcgettext): Define a stub, for Linux.
4234         (results_g, main): Avoid warnings.
4235
4236 2008-02-12  Eric Blake  <ebb9@byu.net>
4237
4238         Silence warning in last patch.
4239         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
4240
4241         Quotearg part 4: add tests, fix c-maybe colon quoting.
4242         * lib/quotearg.h: Improve documentation.
4243         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
4244         escapes when adding outer quotes.  When quoting trigraphs, use
4245         valid C notation.  When quoting NUL, omit extra characters if next
4246         character is not digit.  Alter prototype.
4247         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
4248         callers.
4249         * modules/quotearg-tests: New module.
4250         * tests/test-quotearg.c: New test.
4251
4252 2008-02-07  Eric Blake  <ebb9@byu.net>
4253
4254         Quotearg part 3: add flag to control outer quote elision.
4255         * lib/quotearg.h (c_maybe_quoting_style): New style.
4256         (enum quoting_flags): Better documentation of flags.
4257         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
4258         c-maybe style.
4259         (quotearg_buffer_restyled): Handle new flag to elide outer
4260         quotes.
4261
4262         Quotearg part 2: add flag that can control NUL elision.
4263         * lib/quotearg.h (set_quoting_flags): New prototype.
4264         * lib/quotearg.c (struct quoting_options): Add flag field.
4265         (set_quoting_flags): New function.
4266         (quotearg_buffer_restyled): Add flags parameter.
4267         (quotearg_alloc_mem): Set the flag if length cannot be returned.
4268         (quotearg_n_options): Set the flag, since length cannot be
4269         returned.
4270         (quoting_options_from_style): Default flags correctly.
4271
4272         Quotearg part 1: more wrappers, restore quotearg_char state.
4273         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
4274         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
4275         (quotearg_colon_mem): New wrappers.
4276         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
4277         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
4278         functions.
4279         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
4280         (quotearg_colon_mem): New functions.
4281
4282 2008-02-11  Bruno Haible  <bruno@clisp.org>
4283
4284         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
4285         library in the current directory: it does not work with parallel make.
4286         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4287
4288 2008-02-11  Bruno Haible  <bruno@clisp.org>
4289
4290         * .gitattributes: New file.
4291
4292 2008-02-11  Jim Meyering  <meyering@redhat.com>
4293
4294         useless-if-before-free: Fix reversed exit values.
4295         * build-aux/useless-if-before-free: Use correct values
4296         for EXIT_MATCH and EXIT_NO_MATCH.
4297
4298         * build-aux/useless-if-before-free: Close stdout carefully.
4299
4300 2008-02-10  Bruno Haible  <bruno@clisp.org>
4301
4302         New module 'git-merge-changelog'.
4303         * modules/git-merge-changelog: New file.
4304         * lib/git-merge-changelog.c: New file.
4305
4306 2008-02-10  Jim Meyering  <meyering@redhat.com>
4307
4308         useless-if-before-free: New option: --list (-l).
4309
4310         useless-if-before-free: Don't exit immediately upon open failure.
4311         * build-aux/useless-if-before-free: Exit 2 for errors.
4312         Upon failure to open a file, don't exit immediately.
4313         Rather, just warn and continue with any remaining files.
4314
4315 2008-02-10  Bruno Haible  <bruno@clisp.org>
4316
4317         New abstract list operation 'node_set_value'.
4318         * lib/gl_list.h (gl_list_node_set_value): New function.
4319         (struct gl_list_implementation): New field node_set_value.
4320         * lib/gl_list.c (gl_list_node_set_value): New function.
4321         * lib/gl_array_list.c (gl_array_node_set_value): New function.
4322         (gl_array_list_implementation): Update.
4323         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
4324         (gl_carray_list_implementation): Update.
4325         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
4326         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4327         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4328         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
4329         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4330         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4331         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4332         Update.
4333         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4334         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
4335         (gl_sublist_list_implementation): Update.
4336
4337 2008-02-10  Bruno Haible  <bruno@clisp.org>
4338
4339         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
4340         Needed when ELEMENT is #defined to 'some_type *'.
4341
4342 2008-02-10  Jim Meyering  <meyering@redhat.com>
4343
4344         New script and module: useless-if-before-free
4345         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
4346         * build-aux/useless-if-before-free: New file.
4347         * modules/useless-if-before-free: New file.
4348
4349         * build-aux/gitlog-to-changelog: Use committer date, not author date.
4350
4351         xstrtol_error: Fix typo.
4352         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
4353         s/exit_failure/exit_status/.
4354
4355 2008-02-09  Jim Meyering  <meyering@redhat.com>
4356
4357         New script and module: gitlog-to-changelog
4358         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
4359         * modules/gitlog-to-changelog: New file.
4360         * build-aux/gitlog-to-changelog: New file.
4361
4362 2008-02-08  Jim Meyering  <meyering@redhat.com>
4363
4364         Avoid two "parameter unused" warnings.
4365         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
4366         Mark "st" as used.
4367
4368         Use "git COMMAND", not "git-COMMAND".
4369         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
4370         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
4371         * build-aux/git-version-gen: Use "git status", not "git-status".
4372
4373 2008-02-07  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
4376         Avoids a crash on Windows Vista.
4377         Reported by Adam Strzelecki <ono@java.pl> via
4378         Simon Josefsson <simon@josefsson.org>.
4379
4380 2008-02-06  Bruno Haible  <bruno@clisp.org>
4381
4382         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
4383         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
4384         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
4385         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
4386         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4387         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4388         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
4389         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
4390         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4391         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4392         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4393         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4394         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4395         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4396         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4397         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
4398         left-adjust flag.
4399         * tests/test-snprintf-posix.h (test_function): Likewise.
4400         * tests/test-sprintf-posix.h (test_function): Likewise.
4401         * tests/test-vasprintf-posix.c (test_function): Likewise.
4402         * doc/posix-functions/fprintf.texi: Update.
4403         * doc/posix-functions/printf.texi: Update.
4404         * doc/posix-functions/snprintf.texi: Update.
4405         * doc/posix-functions/sprintf.texi: Update.
4406         * doc/posix-functions/vfprintf.texi: Update.
4407         * doc/posix-functions/vprintf.texi: Update.
4408         * doc/posix-functions/vsnprintf.texi: Update.
4409         * doc/posix-functions/vsprintf.texi: Update.
4410         Reported by Peter Fales <psfales@alcatel-lucent.com>.
4411
4412 2008-02-06  Bruno Haible  <bruno@clisp.org>
4413
4414         Fix bug introduced on 2008-01-26.
4415         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
4416
4417 2008-02-06  Bruno Haible  <bruno@clisp.org>
4418
4419         Fix bug introduced on 2007-06-10.
4420         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
4421         !NEED_PRINTF_FLAG_ZERO.
4422
4423 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
4424
4425         getloadavg: use libperfstat on AIX5
4426         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
4427
4428 2008-02-03  Bruno Haible  <bruno@clisp.org>
4429
4430         * lib/diffseq.h: Add comments about required #includes.
4431         Reported by Michael Biggs <gnulib@doubleplum.net>.
4432
4433 2008-02-01  Bruno Haible  <bruno@clisp.org>
4434
4435         * users.txt: Add gnuit.
4436
4437 2008-01-31  Bruno Haible  <bruno@clisp.org>
4438
4439         * lib/md4.c (set_uint32): Mark as inline.
4440         * lib/md5.c (set_uint32): Likewise.
4441         * lib/sha1.c (set_uint32): Likewise.
4442         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
4443         * m4/md5.m4 (gl_MD5): Likewise.
4444         * m4/sha1.m4 (gl_SHA1): Likewise.
4445
4446 2008-01-31  Jim Meyering  <meyering@redhat.com>
4447
4448         Use "sizeof VAR", rather than a literal "4".
4449         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
4450         * lib/md4.c (md4_read_ctx): Likewise.
4451         * lib/sha1.c (sha1_read_ctx): Likewise.
4452
4453 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4454
4455         * tests/test-sha1.c: New file, based on test-md5.c.
4456
4457         * modules/crypto/sha1-tests: New file.
4458
4459 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4460
4461         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
4462
4463 2008-01-31  Jim Meyering  <meyering@redhat.com>
4464
4465         Prefer "sizeof v" over the equivalent "4".
4466         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
4467         * lib/md5.c (set_uint32): Likewise.
4468         * lib/sha1.c (set_uint32): Likewise.
4469
4470 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4471
4472         * lib/sha1.c (set_uint32): Mark function as static.
4473
4474 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4475
4476         md2: clarify comments to say that alignment is not required.
4477         * lib/md2.h: Remove warning about alignment in comment.
4478         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
4479         never been required.
4480
4481 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4482
4483         md4: adapt alignment constraint fix from sha1.
4484         * lib/md4.c (set_uint32): New function, from sha1.c
4485         (md4_read_ctx): Use it.
4486         (md4_finish_ctx): Doc fix.
4487         * lib/md4.h: Doc fix.
4488
4489 2008-01-31  Simon Josefsson  <simon@josefsson.org>
4490
4491         md5: adapt alignment constraint fix from sha1.
4492         * lib/md5.c (set_uint32): New function, from sha1.c
4493         (md5_read_ctx): Use it.
4494         (md5_finish_ctx): Doc fix.
4495         * lib/md5.h: Doc fix.
4496
4497 2008-01-30  Peter Palfrader  <weasel@debian.org>
4498
4499         sha1: remove the result buffer alignment constraint
4500         * lib/sha1.c (set_uint32): New function.
4501         (sha1_read_ctx): Rewrite to remove the result buffer alignment
4502         constraint.
4503         (sha1_finish_ctx): Remove comment warning about alignment constraint.
4504         * lib/sha1.h: Likewise.
4505
4506 2008-01-30  Andreas Schwab  <schwab@suse.de>
4507             Bruno Haible  <bruno@clisp.org>
4508
4509         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
4510         correct definition of LDBL_MIN_EXP.
4511
4512 2008-01-30  Karl Berry  <karl@gnu.org>
4513
4514         * config/srclist-update: try to preserve x bit on updates.
4515         * config/srclistvars.sh: update for karl.
4516
4517 2008-01-29  Jim Meyering  <meyering@redhat.com>
4518
4519         vasnprintf.c: Avoid warning about unused label
4520         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
4521         "overflow" label definition and associated code with the
4522         same cpp condition that guards the sole use of that label.
4523
4524 2008-01-26  Bruno Haible  <bruno@clisp.org>
4525
4526         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
4527         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
4528         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
4529         * lib/isnanl-nolibm.h (isnanl): Likewise.
4530         Reported by Paul Eggert <eggert@cs.ucla.edu>.
4531
4532 2008-01-26  Bruno Haible  <bruno@clisp.org>
4533
4534         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
4535         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
4536
4537 2008-01-26  Bruno Haible  <bruno@clisp.org>
4538
4539         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
4540         GCC >= 4.0 built-in.
4541         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
4542
4543 2008-01-26  Bruno Haible  <bruno@clisp.org>
4544
4545         Rename isnan, applicable to 'double' only, to isnand.
4546         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
4547         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
4548         (configure.ac): Update.
4549         (Include): Replace "isnan.h" with "isnand.h".
4550         * m4/isnand.m4: Renamed from m4/isnan.m4.
4551         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
4552         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
4553         instead of isnan.c.
4554         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
4555         instead of HAVE_ISNAN_IN_LIBC.
4556         (isnand): Renamed from isnan.
4557         * lib/isnand.c: New file.
4558         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
4559         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
4560         (Makefile.am): Update.
4561         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
4562         Include isnand.h instead of isnan.h.
4563         (main): Test isnand instead of isnan.
4564         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
4565         isnan-nolibm.
4566         * modules/frexp (Depends-on): Likewise.
4567         * modules/frexp-tests (Depends-on): Likewise.
4568         * modules/frexp-nolibm (Depends-on): Likewise.
4569         * modules/frexp-nolibm-tests (Depends-on): Likewise.
4570         * modules/isfinite (Depends-on): Likewise.
4571         * modules/round-tests (Depends-on): Likewise.
4572         * modules/signbit (Depends-on): Likewise.
4573         * modules/signbit-tests (Depends-on): Likewise.
4574         * modules/snprintf-posix (Depends-on): Likewise.
4575         * modules/sprintf-posix (Depends-on): Likewise.
4576         * modules/trunc-tests (Depends-on): Likewise.
4577         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4578         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4579         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4580         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4581         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4582         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4583         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4584         * modules/vasnprintf-posix (Depends-on): Likewise.
4585         * modules/vasprintf-posix (Depends-on): Likewise.
4586         * modules/vfprintf-posix (Depends-on): Likewise.
4587         * modules/vsnprintf-posix (Depends-on): Likewise.
4588         * modules/vsprintf-posix (Depends-on): Likewise.
4589         * lib/frexp.c: Include isnand.h instead of isnan.h.
4590         (ISNAN): Set to isnand instead of isnan.
4591         * lib/isfinite.c: Include isnand.h instead of isnan.h.
4592         (gl_isfinited): Use isnand instead of isnan.
4593         * lib/signbitd.c: Include isnand.h instead of isnan.h.
4594         (gl_signbitd): Use isnand instead of isnan.
4595         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
4596         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
4597         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
4598         (main): Use isnand instead of isnan.
4599         * tests/test-round1.c: Include isnand.h.
4600         (main): Use isnand instead of isnan.
4601         * tests/test-round2.c: Include isnand.h instead of isnan.h.
4602         (ISNAN): Set to isnand instead of isnan.
4603         * tests/test-trunc1.c: Include isnand.h.
4604         (main): Use isnand instead of isnan.
4605         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
4606         (equal): Use isnand instead of isnan.
4607         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
4608         isnand-nolibm.
4609         * NEWS: Mention the change.
4610
4611 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
4612             Bruno Haible  <bruno@clisp.org>
4613
4614         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
4615         the GCC builtins for signbits are present and set
4616         REPLACE_SIGNBIT_USING_GCC if so.
4617         * lib/math.in.h (signbit): Define using GCC builtins if
4618         REPLACE_SIGNBIT_USING_GCC is set.
4619         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
4620         REPLACE_SIGNBIT_USING_GCC.
4621         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
4622
4623 2008-01-25  Jim Meyering  <meyering@redhat.com>
4624
4625         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
4626         * lib/poll.c: Include <config.h>, not "config.h".
4627         * tests/test-getaddrinfo.c: Likewise.
4628
4629 2008-01-25  Simon Josefsson  <simon@josefsson.org>
4630
4631         * modules/sockets-tests: New file.
4632
4633 2008-01-24  Simon Josefsson  <simon@josefsson.org>
4634
4635         * modules/sockets: New module, can be used to call WSA_Startup and
4636         WSA_Cleanup when needed.
4637
4638         * lib/sockets.h, lib/sockets.c: New files.
4639
4640         * m4/sockets.m4: New file.
4641
4642         * tests/test-sockets.c: New file.
4643
4644 2008-01-19  Bruno Haible  <bruno@clisp.org>
4645
4646         * doc/posix-headers: Renamed from doc/headers.
4647         * doc/posix-functions: Renamed from doc/functions.
4648         * doc/gnulib.texi: Update.
4649
4650 2008-01-19  Bruno Haible  <bruno@clisp.org>
4651
4652         * doc/glibc-functions/strcasestr.texi: Include contents of
4653         doc/functions/strcasestr.texi, fixing the list of platforms.
4654         * doc/functions/strcasestr.texi: Remove file.
4655
4656 2008-01-19  Bruno Haible  <bruno@clisp.org>
4657
4658         * doc/glibc-functions/memmem.texi: Include contents of
4659         doc/functions/memmem.texi.
4660         * doc/functions/memmem.texi: Remove file.
4661
4662 2008-01-18  Bruno Haible  <bruno@clisp.org>
4663
4664         * doc/glibc-functions/*.texi: New files.
4665         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
4666         to use the new files.
4667
4668 2008-01-17  Bruno Haible  <bruno@clisp.org>
4669
4670         * tests/test-gethostname.c (main): Fix printf statement.
4671
4672 2008-01-17  Simon Josefsson  <simon@josefsson.org>
4673
4674         * modules/gethostname-tests: New file.
4675
4676         * tests/test-gethostname.c: New file.
4677
4678 2008-01-17  Simon Josefsson  <simon@josefsson.org>
4679
4680         * lib/gethostname.c: Include string.h unconditionally, strncpy is
4681         used by the UNAME case.  Reported by Bruno Haible
4682         <bruno@clisp.org>.
4683
4684 2008-01-17  Eric Blake  <ebb9@byu.net>
4685
4686         Convert c-strcasestr to be more efficient.
4687         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
4688         (Depends-on): Add c-strcase, remove malloca, strnlen.
4689         * tests/test-c-strcasestr.c (main): Enhance test.
4690         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
4691
4692 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4693
4694         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
4695         Use it in creating po/Makevars.
4696
4697 2008-01-15  Simon Josefsson  <simon@josefsson.org>
4698
4699         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
4700         Applications that requires it should initialize libgcrypt
4701         manually.
4702
4703 2008-01-16  Simon Josefsson  <simon@josefsson.org>
4704
4705         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
4706
4707 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
4708
4709         Fix problem with getdate on mingw32 reported by Simon Josefsson
4710         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
4711         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
4712         tzname", when deciding whether to declare tzname.
4713         * lib/strftime.c (tzname): Likewise.
4714
4715 2008-01-15  Bruno Haible  <bruno@clisp.org>
4716
4717         Work around a MacOS X 10.5 bug in frexpl().
4718         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
4719         * doc/functions/frexpl.texi: Document the bug.
4720         Reported by Elias Pipping <pipping@gentoo.org>.
4721
4722 2008-01-14  Eric Blake  <ebb9@byu.net>
4723
4724         Touch up previous patch.
4725         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
4726         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
4727
4728         Convert strcasestr module to use Two-Way algorithm.
4729         * modules/strcasestr-simple: New module, based on the old
4730         strcasestr, but with Two-Way rather than KMP.
4731         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
4732         * lib/string.in.h (rpl_strcasestr): Declare.
4733         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
4734         performance.
4735         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
4736         * modules/string (Makefile.am): Support strcasestr.
4737         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
4738         * modules/strcasestr-tests (Depends-on): Check for alarm.
4739         * tests/test-strcasestr.c: Augment test.
4740         * lib/str-two-way.h: Clean up stray macro.
4741         * NEWS: Document new module.
4742         * MODULES.html.sh (string handling): Likewise.
4743         * doc/functions/strcasestr.texi: New file.
4744         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
4745         here, since it is not a POSIX function.
4746
4747 2008-01-14  Colin Watson  <cjwatson@debian.org>
4748             Bruno Haible  <bruno@clisp.org>
4749
4750         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
4751         works fine; if not, set REPLACE_STRSIGNAL.
4752         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
4753         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4754         REPLACE_STRSIGNAL.
4755         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
4756         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
4757         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
4758
4759 2008-01-14  Bruno Haible  <bruno@clisp.org>
4760
4761         * modules/strsignal (Include): Change to <string.h>.
4762
4763 2008-01-14  Colin Watson  <cjwatson@debian.org>
4764
4765         * modules/argp (Notice): Add a notice recommending to change
4766         XGETTEXT_OPTIONS.
4767         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
4768
4769 2008-01-13  Colin Watson  <cjwatson@debian.org>
4770
4771         * modules/strsignal-tests: New file.
4772         * tests/test-strsignal.c: New file.
4773
4774         * lib/strsignal.c: New file, from glibc with modifications.
4775         * lib/siglist.h: New file, from glibc with modifications.
4776         * lib/string.in.h (strsignal): New declaration.
4777         * m4/strsignal.m4: New file.
4778         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4779         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
4780         * modules/strsignal: New file.
4781         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
4782         HAVE_DECL_STRSIGNAL.
4783
4784 2008-01-13  Bruno Haible  <bruno@clisp.org>
4785
4786         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
4787         locale encoding is not ASCII. Needed for OpenBSD 4.0.
4788         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
4789         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4790
4791 2008-01-13  Bruno Haible  <bruno@clisp.org>
4792
4793         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
4794         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
4795         * lib/argp.h (__attribute__): Likewise.
4796         * lib/c-stack.c (__attribute__): Likewise.
4797         * lib/error.h (__attribute__): Likewise.
4798         * lib/fts.c (__attribute__): Likewise.
4799         * lib/openat.h (__attribute__): Likewise.
4800         * lib/stdio.in.h (__attribute__): Likewise.
4801         * lib/string.in.h (__attribute__): Likewise.
4802         * lib/utimens.c (__attribute__): Likewise.
4803         * lib/vasnprintf.h (__attribute__): Likewise.
4804         * lib/xalloc.h (__attribute__): Likewise.
4805         * lib/xprintf.h (__attribute__): Likewise.
4806         * lib/xstrtol.h (__attribute__): Likewise.
4807         * lib/xvasprintf.h (__attribute__): Likewise.
4808
4809 2008-01-12  Bruno Haible  <bruno@clisp.org>
4810
4811         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
4812         * doc/glibc-headers/a.out.texi: New file.
4813         * doc/glibc-headers/aliases.texi: New file.
4814         * doc/glibc-headers/alloca.texi: New file.
4815         * doc/glibc-headers/ar.texi: New file.
4816         * doc/glibc-headers/argp.texi: New file.
4817         * doc/glibc-headers/argz.texi: New file.
4818         * doc/glibc-headers/byteswap.texi: New file.
4819         * doc/glibc-headers/crypt.texi: New file.
4820         * doc/glibc-headers/endian.texi: New file.
4821         * doc/glibc-headers/envz.texi: New file.
4822         * doc/glibc-headers/err.texi: New file.
4823         * doc/glibc-headers/error.texi: New file.
4824         * doc/glibc-headers/execinfo.texi: New file.
4825         * doc/glibc-headers/fpu_control.texi: New file.
4826         * doc/glibc-headers/fstab.texi: New file.
4827         * doc/glibc-headers/fts.texi: New file.
4828         * doc/glibc-headers/getopt.texi: New file.
4829         * doc/glibc-headers/ieee754.texi: New file.
4830         * doc/glibc-headers/ifaddrs.texi: New file.
4831         * doc/glibc-headers/libintl.texi: New file.
4832         * doc/glibc-headers/mcheck.texi: New file.
4833         * doc/glibc-headers/mntent.texi: New file.
4834         * doc/glibc-headers/obstack.texi: New file.
4835         * doc/glibc-headers/paths.texi: New file.
4836         * doc/glibc-headers/printf.texi: New file.
4837         * doc/glibc-headers/pty.texi: New file.
4838         * doc/glibc-headers/resolv.texi: New file.
4839         * doc/glibc-headers/shadow.texi: New file.
4840         * doc/glibc-headers/sysexits.texi: New file.
4841         * doc/glibc-headers/ttyent.texi: New file.
4842
4843 2008-01-12  Jim Meyering  <meyering@redhat.com>
4844
4845         announce-gen: emit Gnulib's git-based version string.
4846         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
4847         New option --gnulib-version=V, where V is expected to be
4848         the output of running git describe in the gnulib directory.
4849         (get_tool_versions): Request feedback on xdelta.  I suspect it's
4850         not useful, and plan to stop publishing an xdelta file with each
4851         coreutils release.
4852
4853         * build-aux/announce-gen: Also check for lzma-compressed files.
4854
4855 2008-01-11  Bruno Haible  <bruno@clisp.org>
4856
4857         * tests/test-memmem.c (main): Increase maximum allowed time.
4858         * tests/test-strstr.c (main): Likewise.
4859
4860 2008-01-11  Bruno Haible  <bruno@clisp.org>
4861
4862         * doc/functions/memmem.texi: Add more precisions about platforms.
4863         * doc/functions/strstr.texi: Likewise.
4864
4865 2008-01-10  Eric Blake  <ebb9@byu.net>
4866
4867         * m4/strstr.m4: Delete cruft from copy-n-paste.
4868         Reported by Bruno Haible.
4869
4870 2008-01-10  Bruno Haible  <bruno@clisp.org>
4871
4872         Make c-strstr rely on strstr.
4873         * lib/c-strstr.c: Don't include str-kmp.h.
4874         (c_strstr): Define in terms of strstr.
4875         * modules/c-strstr (Files): Remove lib/str-kmp.h.
4876         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
4877
4878 2008-01-10  Bruno Haible  <bruno@clisp.org>
4879
4880         * doc/gnulib.texi (String Functions in C Locale): New section.
4881         * doc/c-ctype.texi: New file.
4882         * doc/c-strcase.texi: New file.
4883         * doc/c-strcaseeq.texi: New file.
4884         * doc/c-strcasestr.texi: New file.
4885         * doc/c-strstr.texi: New file.
4886         * doc/c-strtod.texi: New file.
4887         * doc/c-strtold.texi: New file.
4888
4889 2008-01-10  Eric Blake  <ebb9@byu.net>
4890
4891         * lib/relocatable.h: Fix a comment.
4892
4893 2008-01-10  Eric Blake  <ebb9@byu.net>
4894
4895         Share two-way algorithm.
4896         * lib/str-two-way.h: New file, merged from...
4897         * lib/memmem.c: ...here...
4898         * lib/strstr.c: ...and here.
4899         * modules/memmem (Files): Use it.
4900         * modules/strstr (Files): Likewise.
4901
4902         Avoid quadratic strstr implementations.
4903         * lib/strstr.c: New file.
4904         * m4/strstr.m4: Likewise.
4905         * modules/strstr: Likewise.
4906         * modules/strstr-tests: Likewise.
4907         * tests/test-strstr.c: Likewise.
4908         * lib/string.in.h (rpl_strstr): Declare.
4909         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
4910         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
4911         * modules/string (Makefile.am): Likewise.
4912         * MODULES.html.sh (string handling): Mention new module.
4913         * doc/functions/strstr.texi (strstr): Document the bug.
4914
4915 2008-01-10  Bruno Haible  <bruno@clisp.org>
4916
4917         * lib/relocatable.h (relocate): State whether result is freshly
4918         allocated or not.
4919         * lib/relocatable.c (relocate): Return a freshly allocated string
4920         instead of a pointer to a privately held string.
4921         Reported by Sylvain Beucler <beuc@gnu.org>.
4922
4923 2008-01-10  Colin Watson  <cjwatson@debian.org>
4924
4925         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
4926         s/S_ISNLK/S_ISLNK/.
4927
4928 2008-01-09  Bruno Haible  <bruno@clisp.org>
4929
4930         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
4931         and other files.
4932         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
4933         if it's only a guess.
4934         * modules/memmem: Simplify by depending on memmem-simple.
4935
4936 2008-01-09  Bruno Haible  <bruno@clisp.org>
4937
4938         Work around OpenBSD 4.0 tdelete() bug.
4939         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
4940         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
4941         macros and don't redefine the enum values.
4942         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
4943         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
4944         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
4945
4946 2008-01-09  Bruno Haible  <bruno@clisp.org>
4947
4948         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
4949         (main): Don't perform the tests if setlocale did not install a UTF-8
4950         locale. Needed on OpenBSD 4.0.
4951         * modules/wcwidth-tests (Depends-on): Add localcharset.
4952
4953 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
4954
4955         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
4956         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
4957         * NEWS: announce this.
4958         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
4959
4960 2008-01-09  Simon Josefsson  <simon@josefsson.org>
4961         and Eric Blake  <ebb9@byu.net>
4962
4963         Add memmem-simple module.
4964         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
4965         (gl_FUNC_MEMMEM): Separate performance from presence checks.
4966         * modules/memmem-simple: New file.
4967         * modules/memmem (Description): Tweak.
4968         * MODULES.html.sh (string handling): Mention new module.
4969         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
4970         addressed by memmem-simple.
4971         * NEWS: Document the difference.
4972
4973 2008-01-09  Eric Blake  <ebb9@byu.net>
4974
4975         Give gcc some memmem optimization hints.
4976         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
4977         (strcasestr): Declare as pure.
4978         * modules/memmem (Maintainer): Claim my implementation.
4979
4980 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4981
4982         Support AIX 6.1 and higher.
4983         * build-aux/config.libpath: Likewise.
4984         * build-aux/config.rpath: Likewise.
4985
4986 2008-01-08  Jim Meyering  <meyering@redhat.com>
4987             Bruno Haible  <bruno@clisp.org>
4988
4989         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
4990         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
4991         Reported by Peter Fales in
4992         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
4993
4994 2008-01-08  Bruno Haible  <bruno@clisp.org>
4995
4996         * modules/unictype/category-of (Depends-on): Add
4997         unictype/category-none.
4998         * modules/unictype/category-and-tests (Depends-on): Add
4999         unictype/category-{L,N,Lu,Nd}.
5000         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
5001         * modules/unictype/category-or-tests (Depends-on): Add
5002         unictype/category-{L,N}.
5003         * modules/unictype/category-name-tests (Depends-on): Add
5004         unictype/category-{Z,Nl}.
5005         Reported by Simon Josefsson.
5006
5007 2008-01-08  Bruno Haible  <bruno@clisp.org>
5008
5009         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
5010         convention better.
5011         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
5012         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
5013         Reported by Peter Miller <millerp@canb.auug.org.au>.
5014
5015 2008-01-08  Eric Blake  <ebb9@byu.net>
5016
5017         Rewrite memmem to guarantee linear complexity without malloc.
5018         * lib/memmem.c (memmem): Use Two-Way rather than
5019         Knuth-Morris-Pratt, to allow O(1) space usage.
5020         (critical_factorization, two_way_short_needle)
5021         (two_way_long_needle): New functions.
5022         (knuth_morris_pratt): Delete.
5023         * modules/memmem (Depends-on): No longer need malloca or stdbool.
5024         Add stdint.
5025         * tests/test-memmem.c (main): Add tests for periodic needle and
5026         sublinear performance.
5027         * doc/functions/memmem.texi (memmem): Document other deficiencies
5028         in cygwin and older glibc.
5029
5030 2008-01-08  Bruno Haible  <bruno@clisp.org>
5031
5032         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
5033         augmentation.
5034
5035 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
5036
5037         Add a configure time option: --disable-acl.
5038         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
5039         AC_ARG_ENABLE(acl).
5040
5041 2008-01-06  Simon Josefsson  <simon@josefsson.org>
5042
5043         * tests/test-localename.c: Don't include obsolete "setenv.h".
5044
5045         * modules/localename-tests (Depends-on): Need unsetenv.
5046
5047 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5048
5049         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
5050
5051 2008-01-06  Colin Watson  <cjwatson@debian.org>
5052
5053         * users.txt: Add man-db.
5054
5055 2008-01-07  Bruno Haible  <bruno@clisp.org>
5056
5057         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
5058         previous section name.
5059
5060 2008-01-07  Bruno Haible  <bruno@clisp.org>
5061
5062         * lib/progname.c (set_program_name): Don't strip off a leading
5063         "lt-" prefix outside a .libs directory.
5064         Suggested by Paul Eggert.
5065
5066 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
5067             Bruno Haible  <bruno@clisp.org>
5068
5069         Improve memory cleanup in 'relocatable' module.
5070         * lib/relocatable.h (compute_curr_prefix): Change return type to
5071         'char *'.
5072         * lib/relocatable.c (compute_curr_prefix): Change return type to
5073         'char *'. Free curr_installdir after use.
5074         (relocate): Free curr_prefix_better after use.
5075         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
5076
5077 2008-01-01  Bruno Haible  <bruno@clisp.org>
5078
5079         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
5080         failure on older glibc systems.
5081         Reported by Peter Fales <psfales@alcatel-lucent.com>.
5082
5083 2008-01-05  Eric Blake  <ebb9@byu.net>
5084
5085         Avoid quadratic system memmem.
5086         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
5087         Reported by Ralf Wildenhues.
5088
5089         Fix memmem test for mingw.
5090         * modules/memmem-tests (configure.ac): Check for alarm.
5091         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
5092         it.
5093         * doc/functions/memmem.texi: New file.
5094         * doc/gnulib.texi (Function Substitutes): Add memmem.
5095         Reported by Bruno Haible.
5096
5097 2008-01-04  Bruno Haible  <bruno@clisp.org>
5098
5099         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
5100         Require gl_HEADER_STRINGS_H_DEFAULTS, not
5101         gl_HEADER_STRING_H_DEFAULTS.
5102
5103 2008-01-04  Eric Blake  <ebb9@byu.net>
5104
5105         Shorten duration of memmem test.
5106         * tests/test-memmem.c (main): Use alarm to declare failure if test
5107         is taking too long.
5108         Reported by Ralf Wildenhues.
5109
5110 2007-12-21  Simon Josefsson  <simon@josefsson.org>
5111
5112         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
5113         string, needed by strerror.
5114
5115 2008-01-03  Colin Watson  <cjwatson@debian.org>
5116             Bruno Haible  <bruno@clisp.org>
5117
5118         * doc/gnulib-tool.texi (Localization): New section.
5119
5120 2008-01-02  Bruno Haible  <bruno@clisp.org>
5121
5122         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
5123         variables to 'unsigned char *' type.
5124         Reported by Paul Eggert.
5125
5126 2008-01-02  Jim Meyering  <jim@meyering.net>
5127
5128         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
5129
5130 2007-12-31  Jim Meyering  <jim@meyering.net>
5131
5132         Avoid use of private FTS type name.
5133         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
5134
5135 2007-12-30  Karl Berry  <karl@gnu.org>
5136
5137         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
5138         work around defect in Texinfo and/or the standalone Info browser.
5139
5140 2007-12-30  Bruno Haible  <bruno@clisp.org>
5141
5142         Unify 5 copies of the KMP code.
5143         * lib/str-kmp.h: New file.
5144         * lib/c-strcasestr.c: Include str-kmp.h.
5145         (knuth_morris_pratt): Remove function.
5146         (c_strcasestr): Update.
5147         * lib/c-strstr.c: Include str-kmp.h.
5148         (knuth_morris_pratt): Remove function.
5149         (c_strcasestr): Update.
5150         * lib/mbscasestr.c: Include str-kmp.h.
5151         (knuth_morris_pratt_unibyte): Remove function.
5152         * lib/mbsstr.c: Include str-kmp.h.
5153         (knuth_morris_pratt_unibyte): Remove function.
5154         * lib/strcasestr.c: Include str-kmp.h.
5155         (knuth_morris_pratt): Remove function.
5156         (strcasestr): Update.
5157         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
5158         * modules/c-strstr (Files): Likewise.
5159         * modules/mbscasestr (Files): Likewise.
5160         * modules/mbsstr (Files): Likewise.
5161         * modules/strcasestr (Files): Likewise.
5162         Suggested by Paul Eggert.
5163
5164 2007-12-30  Bruno Haible  <bruno@clisp.org>
5165
5166         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
5167         defined.
5168
5169 2007-12-30  Bruno Haible  <bruno@clisp.org>
5170
5171         * lib/xmalloca.h: Include xalloc.h.
5172         (xnmalloca): New macro.
5173
5174 2007-12-30  Bruno Haible  <bruno@clisp.org>
5175
5176         * lib/malloca.h (nmalloca): New macro.
5177         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
5178         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
5179         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
5180         knuth_morris_pratt_multibyte): Likewise.
5181         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
5182         knuth_morris_pratt_multibyte): Likewise.
5183         * lib/memmem.c (knuth_morris_pratt): Likewise.
5184         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
5185
5186 2007-12-25  Bruno Haible  <bruno@clisp.org>
5187
5188         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
5189         * lib/glob.c: Don't include openat.h.
5190         (link_exists2_p): Add back the code that deals with the
5191         !GLOB_ALTDIRFUNC case.
5192         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
5193         let it do the filename concatenation.
5194         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
5195         * modules/glob (Depends-on): Remove openat.
5196
5197 2007-12-31  Bruno Haible  <bruno@clisp.org>
5198
5199         * modules/dirfd (License): Change to LGPLv2+.
5200         Approved by Jim Meyering.
5201
5202 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
5203
5204         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
5205         when multiplying M by sizeof (size_t).
5206
5207 2007-12-10  Martin Lambers  <marlam@marlam.de>
5208
5209         Override getpagesize on mingw.
5210         * lib/getpagesize.c: New file.
5211         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
5212         * modules/getpagesize (Files): Add lib/getpagesize.c.
5213         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
5214         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5215         REPLACE_GETPAGESIZE.
5216         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
5217
5218 2007-12-25  Bruno Haible  <bruno@clisp.org>
5219
5220         * modules/localcharset (Notice): New field.
5221         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
5222         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
5223
5224 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
5225             Bruno Haible  <bruno@clisp.org>
5226
5227         Avoid using the syntax symbol() in formatted documentation.
5228         * MODULES.html.sh (func_module): When replacing symbol() with a
5229         hyperlink, remove the parentheses. Show an error if some remain.
5230         Recognize and render the '...' syntax.
5231         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
5232         Rework. Add paragraph about GCC's inlining.
5233         * doc/alloca.texi: Likewise.
5234         * doc/error.texi: Remove parentheses from symbol reference.
5235         * doc/gnulib-intro.texi: Likewise.
5236         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
5237         * modules/fnmatch (Description): Reword to say "the ... function".
5238         * modules/full-read (Description): Likewise.
5239         * modules/full-write (Description): Likewise.
5240         * modules/safe-read (Description): Likewise.
5241         * modules/safe-write (Description): Likewise.
5242         * modules/strchrnul (Description): Likewise.
5243         * modules/trim (Description): Likewise.
5244         * modules/error (Description): Remove parentheses from symbol
5245         references.
5246         * modules/verror (Description): Likewise.
5247         Reported by Karl Berry.
5248
5249 2007-12-25  Bruno Haible  <bruno@clisp.org>
5250
5251         Fixup after 2007-10-16 commit.
5252         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
5253
5254 2007-12-24  Bruno Haible  <bruno@clisp.org>
5255
5256         Make --enable-relocatable work with DESTDIR.
5257         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
5258         to compute installdir from destprog.
5259         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
5260         also set the RELOC_DESTDIR variable.
5261         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
5262
5263 2007-12-24  Bruno Haible  <bruno@clisp.org>
5264
5265         Fix link error due to xalloc_die().
5266         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
5267         of xreadlink.
5268         * lib/relocwrapper.c: Update comments.
5269         * build-aux/install-reloc: Remove xreadlink.c from file list.
5270         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
5271         xreadlink.c.
5272         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
5273
5274 2007-12-24  Bruno Haible  <bruno@clisp.org>
5275
5276         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
5277         * lib/setenv.h: Remove file.
5278         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
5279         lib/setenv.h.
5280         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
5281         (Depends-on): Add stdlib.
5282         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
5283         gl_FUNC_UNSETENV.
5284         (Include): Replace setenv.h with <stdlib.h>.
5285         * modules/unsetenv: New file.
5286         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
5287         * lib/unsetenv.c: Include <stdlib.h> first.
5288         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
5289         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
5290         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
5291         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
5292         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
5293         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
5294         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
5295         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
5296         * doc/functions/unsetenv.texi: Update.
5297         * modules/xsetenv (Depends-on): Add unsetenv.
5298         * modules/getdate (Depends-on): Likewise.
5299         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
5300         * lib/xsetenv.c: Don't include setenv.h.
5301         * lib/getdate.y: Likewise.
5302         * lib/relocwrapper.c: Likewise.
5303         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
5304         (Depends-on): Add stdlib.
5305         * NEWS: Mention the changes.
5306         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
5307
5308 2007-12-23  Bruno Haible  <bruno@clisp.org>
5309
5310         * lib/memmem.c (memmem): Use lowercase variable names. Tab
5311         indentation.
5312
5313 2007-12-23  Bruno Haible  <bruno@clisp.org>
5314
5315         * lib/c-strcasestr.c: Add more comments.
5316         * lib/c-strstr.c: Likewise.
5317         * lib/mbscasestr.c: Likewise.
5318         * lib/mbsstr.c: Likewise.
5319         * lib/strcasestr.c: Likewise.
5320         * lib/memmem.c: Likewise.
5321
5322 2007-12-23  Bruno Haible  <bruno@clisp.org>
5323
5324         * tests/test-memmem.c: Include <string.h> first.
5325
5326 2007-12-22  Bruno Haible  <bruno@clisp.org>
5327
5328         * gnulib-tool (func_create_testdir): Change $auxdir while generating
5329         the contents of $testsbase.
5330         Reported by Ralf Wildenhues.
5331
5332 2007-12-22  Bruno Haible  <bruno@clisp.org>
5333
5334         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
5335         two variables local_ldadd_before, local_ldadd_last.
5336
5337 2007-12-20  Eric Blake  <ebb9@byu.net>
5338
5339         Work around circular library issue when cross-compiling.
5340         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
5341         that progname.o does not need to pull in rpl_memcmp.
5342
5343 2007-12-19  Eric Blake  <ebb9@byu.net>
5344
5345         Fix memmem to avoid O(n^2) worst-case complexity.
5346         * lib/memmem.c (knuth_morris_pratt): New function.
5347         (memmem): Use it if first few naive iterations fail.
5348         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
5349         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
5350         * modules/memchr (License): Likewise.
5351         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
5352         malloca.
5353         * tests/test-memmem.c: Rewrite, borrowing ideas from
5354         test-mbsstr1.c; the old version wouldn't even compile!
5355         * modules/memmem-tests: New file.
5356         * lib/string.in.h (rpl_memmem): Add declaration.
5357         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
5358         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
5359         REPLACE_MEMMEM.
5360
5361 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5362
5363         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
5364         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
5365         before any system include files, and undef after them all.  This
5366         should fix a problem on VMS reported by John E. Malmberg in
5367         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
5368
5369 2007-12-17  Eric Blake  <ebb9@byu.net>
5370
5371         Revert addition of verify, for BSD/OS.
5372         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
5373         can't handle large files, for the sake of obsolete platforms.
5374         * modules/fseeko (Depends-on): Remove verify.
5375         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
5376         * doc/functions/ftello.texi (ftello): Likewise.
5377         * doc/functions/fgetpos.texi (fgetpos): Likewise.
5378         Reported by Larry Jones.
5379
5380 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
5381
5382         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
5383         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
5384
5385 2007-12-17  Jim Meyering  <meyering@redhat.com>
5386
5387         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
5388         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
5389         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
5390         * modules/getcwd (Depends-on): Add openat.
5391         Reported by Petr Salinger.
5392
5393 2007-12-17  Bruno Haible  <bruno@clisp.org>
5394
5395         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
5396         avoid a segmentation fault of the configure test on x86_64 systems.
5397
5398 2007-12-15  Jim Meyering  <meyering@redhat.com>
5399
5400         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
5401
5402 2007-12-13  Eric Blake  <ebb9@byu.net>
5403
5404         Another fseek test.
5405         * tests/test-fseek.c (main): Also test ungetc handling.
5406         * tests/test-fseeko.c (main): Likewise.
5407         * modules/fseeko (Depends-on): Add verify.
5408         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
5409         large.
5410         Reported by Larry Jones.
5411
5412         Fix fseeko on mingw.
5413         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
5414         seek.
5415
5416         Beef up fseek tests.
5417         * tests/test-fseek.c (main): Also test eof handling.
5418         * tests/test-fseeko.c (main): Likewise.
5419         Reported by Larry Jones.
5420
5421 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
5422
5423         Fix fseeko on BSD-based platforms.
5424         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
5425         successful seek.
5426
5427 2007-12-12  Eric Blake  <ebb9@byu.net>
5428
5429         Allow circular dependency of separate libtests.a
5430         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
5431         when use_libtests.
5432
5433 2007-12-11  Eric Blake  <ebb9@byu.net>
5434
5435         Fix bug with -0.0L in previous patch.
5436         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
5437         * tests/test-isnan.c (main): Also test on zeroes.
5438         * tests/test-isnanf.c (main): Likewise.
5439         * tests/test-isnanl.h (main): Likewise.
5440
5441         Detect pseudo-denormals on x86 even when cross-compiling.
5442         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
5443         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
5444         invalid bit patterns that happen to satisfy ==.
5445
5446         Avoid link failures with separate libtests.a.
5447         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
5448         last, to satisfy circular dependencies.
5449
5450 2007-12-11  Eric Blake  <ebb9@byu.net>
5451         and Bruno Haible  <bruno@clisp.org>
5452
5453         Fix OpenBSD 4.0 <float.h> handling of long double.
5454         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
5455         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
5456         * doc/headers/float.texi (float.h): Document OpenBSD bug.
5457
5458 2007-12-11  Jim Meyering  <meyering@redhat.com>
5459
5460         * users.txt: Add libvirt.
5461
5462         Support versions of autoconf prior to 2.59c.
5463         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
5464         if it is not already defined.
5465
5466 2007-12-09  Bruno Haible  <bruno@clisp.org>
5467
5468         Let 'gnulib-tool --import' collect sources needed for the tests in
5469         tests/ rather than in lib/.
5470         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
5471         argument. If true, add rules to generate libtests.a, and put libtests.a
5472         into $(LDADD). Consider source files in subdirectories and set
5473         uses_subdirs.
5474         (func_emit_initmacro_start, func_emit_initmacro_end,
5475         func_emit_initmacro_done): Pass all arguments explicitly.
5476         (func_import): Determine two module lists main_modules,
5477         testsrelated_modules. Determine use_libtests. Determine two variables
5478         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
5479         instead of just sed_transform_lib_file. Determine two variables
5480         main_files and testsrelated_files. Compute 'files' as the union of
5481         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
5482         func_add_or_update. In the generated gnulib-comp.m4, collect the
5483         object files for tests/ in different variables than those for lib/.
5484         Substitute LIBTESTS_LIBDEPS.
5485         (func_create_testdir): Combine the uses_subdirs results from
5486         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
5487
5488 2007-12-09  Bruno Haible  <bruno@clisp.org>
5489
5490         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
5491         the build-aux directory.
5492
5493 2007-12-09  Bruno Haible  <bruno@clisp.org>
5494
5495         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
5496         introduced on 2006-09-09.
5497
5498 2007-12-07  Jim Meyering  <meyering@redhat.com>
5499
5500         Let these macros work also with autoconf-2.59.
5501         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
5502         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
5503         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
5504
5505 2007-12-06  Jim Meyering  <meyering@redhat.com>
5506
5507         Avoid a configure-time syntax error in gl_FUNC_ACL.
5508         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
5509         function in each branch, before testing the cache variable.
5510
5511 2007-12-04  Eric Blake  <ebb9@byu.net>
5512
5513         Make scripts executable.
5514         * build-aux/config.guess: Add execute permissions.
5515         * build-aux/config.sub: Likewise.
5516         * build-aux/gendocs.sh: Likewise.
5517
5518         Fix frexp on mingw.
5519         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
5520         cross-compiling.
5521         * doc/functions/frexp.texi (frexp): Document the bug.
5522
5523         Make cygwin fseeko check more reliable.
5524         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
5525         version numbers, rather than unrelated feature check.
5526         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
5527         * doc/functions/ftello.texi (ftello): Likewise.
5528         Reported by Bruno Haible.
5529
5530         * m4/strerror.m4: Bump version number.
5531
5532 2007-12-03  Bruno Haible  <bruno@clisp.org>
5533
5534         * doc/functions/mprotect.texi: Mention the mingw problem.
5535
5536 2007-12-03  Eric Blake  <ebb9@byu.net>
5537
5538         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
5539         REPLACE_STRERROR is initialized before this macro.
5540
5541 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5542
5543         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
5544         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
5545         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
5546         put -lsec in even for programs other than 'ls'.  This fixes a problem
5547         for gettext reported by Bruno Haible in
5548         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
5549         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
5550         Add support for Solaris 10.  This isn't efficient, but should get the
5551         job done for now.
5552
5553 2007-12-03  James Youngman  <jay@gnu.org>
5554
5555         * doc/regexprops-generic.texi: change "an close-group" to "a
5556         close-group" and "illegal" to "not allowed".
5557
5558 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5559
5560         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
5561         pr_byname.h. Needed for the rare case when the maintainer has done
5562         "make maintainer-clean" in the source directory and then attempts a
5563         build outside the source directory.
5564         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
5565         scripts_byname.h.
5566
5567 2007-12-02  Martin Lambers <marlam@marlam.de>
5568             Bruno Haible  <bruno@clisp.org>
5569
5570         * lib/getpagesize.h: Remove file.
5571         * lib/unistd.in.h: Include declaration of getpagesize here.
5572         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
5573         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
5574         HAVE_SYS_PARAM_H.
5575         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
5576         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
5577         * modules/getpagesize (Files): Remove lib/getpagesize.h.
5578         (Depends-on): Add unistd.
5579         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5580         (Include): Use <unistd.h> instead of getpagesize.h.
5581         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
5582         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
5583         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
5584         gl_GETPAGESIZE invocation, already handled by module dependency.
5585         * lib/pagealign_alloc.c: Don't include getpagesize.h.
5586
5587 2007-12-02  Bruno Haible  <bruno@clisp.org>
5588
5589         * modules/strings-tests: New file.
5590         * tests/test-strings.c: New file.
5591
5592         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
5593         * lib/strings.in.h: New file.
5594         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
5595         * m4/strings_h.m4: New file.
5596         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
5597         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
5598         * modules/strings: New file.
5599         * modules/string (Makefile.am): Update.
5600         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
5601         Reported by Karl Berry.
5602
5603 2007-12-01  Eric Blake  <ebb9@byu.net>
5604
5605         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
5606         accomodate fix in cygwin 1.5.25.
5607
5608 2007-12-01  Jim Meyering  <meyering@redhat.com>
5609
5610         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
5611         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
5612         that would inhibit utf8-optimization of a regexp containing line-
5613         or buffer-anchors, e.g., `^', `$'.
5614
5615 2007-11-30  Bruno Haible  <bruno@clisp.org>
5616
5617         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
5618         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
5619         glthread_recursive_lock_init.
5620         * lib/lock.c (glthread_recursive_lock_init)
5621         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
5622         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5623
5624 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
5625
5626         New function qset_acl, like set_acl but with syscall semantics.
5627         * lib/acl.h (qset_acl): New decl.
5628         * lib/acl.c (qset_acl): New function.
5629         (set_acl): Use new function.  Use more-consistent diagnostics.
5630
5631 2007-11-28  Jim Meyering  <meyering@redhat.com>
5632
5633         * modules/physmem (License): Change from GPL to LGPLv2+.
5634
5635 2007-11-26  Bruno Haible  <bruno@clisp.org>
5636
5637         * lib/vasnprintf.c (decode_long_double): Don't abort if the
5638         'long double' type has excess precision.
5639         Reported by Jim Meyering in
5640         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
5641
5642 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5643
5644         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
5645         Sync from <http://gnu.org/licenses>.
5646         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
5647         with license text from same location.
5648         * doc/maintain.texi, doc/standards.texi:  Sync from
5649         <http://savannah.gnu.org/projects/gnustandards>.
5650
5651 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
5652         and Jim Meyering  <meyering@redhat.com>
5653
5654         Adjust getdate' grammar to accept a slightly more regular language.
5655         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
5656         Before, the former was rejected.
5657         * lib/getdate.y (digits_to_date_time): New function, factored
5658         out of ...
5659         (number): ...here.  Just call digits_to_date_time.
5660         (hybrid): New non-terminal to handle an <unsigned number,
5661         signed relative offset> sequence consistently.
5662
5663 2007-11-18  Jim Meyering  <meyering@redhat.com>
5664
5665         Pull my changes from coreutils:
5666         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
5667         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
5668         use of $gnulib_tool_option_extras, so that it's separated from the
5669         preceding argument.
5670
5671         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
5672         * build-aux/bootstrap (cp_mark_as_generated): Create any required
5673         parent destination directories before copying a file into place.
5674
5675 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
5676
5677         bootstrap: work also with 4-argument variant of AC_INIT
5678         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
5679
5680 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5681
5682         Port test-getaddrinfo to Solaris.
5683         Problem reported by Bruno Haible in
5684         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
5685         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
5686         explanation of setting 'hints'.
5687         Don't reject an implementation merely because it returns EAI_SERVICE.
5688         (EAI_SERVICE): Define to 0 if not defined.
5689
5690 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
5691
5692         The license of gnu-make and posix-shell is now "GPLed build tool".
5693         * modules/gnu-make (License): Likewise.
5694         * modules/posix-shell (License): Likewise.
5695
5696         New module posix-shell, for determining a POSIX shell
5697         or perhaps something that is close enough to a POSIX shell.
5698         * m4/posix-shell.m4: New file.
5699         * modules/posix-shell: New file.
5700
5701         * MODULES.html.sh: Mention new module.
5702
5703         New module gnu-make, for determining whether we're using GNU Make.
5704         * m4/gnu-make.m4: New file.
5705         * modules/gnu-make: New file.
5706         * MODULES.html.sh: Mention new module.
5707
5708 2007-11-14  Jim Meyering  <meyering@redhat.com>
5709
5710         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
5711         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
5712         use this macro to create a function _definition_.
5713         Remove useless "#undef ARGMATCH_DIE".
5714
5715 2007-11-14  Bruno Haible  <bruno@clisp.org>
5716
5717         * lib/config.charset: Update for OpenBSD 4.1.
5718         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
5719
5720 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
5721
5722         Document 64-bit #if problems in stdint.texi.
5723         * doc/headers/stdint.texi (stdint.h): Mention problems with
5724         64-bit-#if, and how to work around them.
5725
5726         Don't insist on 'long long int' support in the preprocessor.  It
5727         breaks too many things.  For example, PRIdMAX still uses a 'long
5728         long int' format with the latest Sun compiler, even though
5729         HAVE_LONG_LONG_INT isn't defined due to that compiler's
5730         preprocessor problem.  This causes the latest coreutils to dump
5731         core on Solaris 10 sparc with the Sun C compiler.
5732         Instead, fix the 2007-10-16 problem in a different way, by evaluating
5733         the troublesome expressions at configure-time, not at #if-time.
5734         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
5735         preprocessor.
5736         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
5737         compile-time C checks, done at 'configure'-time.
5738         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
5739         * modules/inttypes (Makefile): Substitute the new symbols that
5740         gl_INTTYPES_H now generates.
5741         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
5742
5743 2007-11-12  Bruno Haible  <bruno@clisp.org>
5744
5745         Tests for Unicode character classification functions.
5746
5747         * modules/unictype/bidicategory-byname-tests: New file.
5748         * modules/unictype/bidicategory-name-tests: New file.
5749         * modules/unictype/bidicategory-of-tests: New file.
5750         * modules/unictype/bidicategory-test-tests: New file.
5751         * modules/unictype/block-list-tests: New file.
5752         * modules/unictype/block-of-tests: New file.
5753         * modules/unictype/block-test-tests: New file.
5754         * modules/unictype/category-C-tests: New file.
5755         * modules/unictype/category-Cc-tests: New file.
5756         * modules/unictype/category-Cf-tests: New file.
5757         * modules/unictype/category-Cn-tests: New file.
5758         * modules/unictype/category-Co-tests: New file.
5759         * modules/unictype/category-Cs-tests: New file.
5760         * modules/unictype/category-L-tests: New file.
5761         * modules/unictype/category-Ll-tests: New file.
5762         * modules/unictype/category-Lm-tests: New file.
5763         * modules/unictype/category-Lo-tests: New file.
5764         * modules/unictype/category-Lt-tests: New file.
5765         * modules/unictype/category-Lu-tests: New file.
5766         * modules/unictype/category-M-tests: New file.
5767         * modules/unictype/category-Mc-tests: New file.
5768         * modules/unictype/category-Me-tests: New file.
5769         * modules/unictype/category-Mn-tests: New file.
5770         * modules/unictype/category-N-tests: New file.
5771         * modules/unictype/category-Nd-tests: New file.
5772         * modules/unictype/category-Nl-tests: New file.
5773         * modules/unictype/category-No-tests: New file.
5774         * modules/unictype/category-P-tests: New file.
5775         * modules/unictype/category-Pc-tests: New file.
5776         * modules/unictype/category-Pd-tests: New file.
5777         * modules/unictype/category-Pe-tests: New file.
5778         * modules/unictype/category-Pf-tests: New file.
5779         * modules/unictype/category-Pi-tests: New file.
5780         * modules/unictype/category-Po-tests: New file.
5781         * modules/unictype/category-Ps-tests: New file.
5782         * modules/unictype/category-S-tests: New file.
5783         * modules/unictype/category-Sc-tests: New file.
5784         * modules/unictype/category-Sk-tests: New file.
5785         * modules/unictype/category-Sm-tests: New file.
5786         * modules/unictype/category-So-tests: New file.
5787         * modules/unictype/category-Z-tests: New file.
5788         * modules/unictype/category-Zl-tests: New file.
5789         * modules/unictype/category-Zp-tests: New file.
5790         * modules/unictype/category-Zs-tests: New file.
5791         * modules/unictype/category-and-not-tests: New file.
5792         * modules/unictype/category-and-tests: New file.
5793         * modules/unictype/category-byname-tests: New file.
5794         * modules/unictype/category-name-tests: New file.
5795         * modules/unictype/category-none-tests: New file.
5796         * modules/unictype/category-of-tests: New file.
5797         * modules/unictype/category-or-tests: New file.
5798         * modules/unictype/category-test-withtable-tests: New file.
5799         * modules/unictype/combining-class-tests: New file.
5800         * modules/unictype/ctype-alnum-tests: New file.
5801         * modules/unictype/ctype-alpha-tests: New file.
5802         * modules/unictype/ctype-blank-tests: New file.
5803         * modules/unictype/ctype-cntrl-tests: New file.
5804         * modules/unictype/ctype-digit-tests: New file.
5805         * modules/unictype/ctype-graph-tests: New file.
5806         * modules/unictype/ctype-lower-tests: New file.
5807         * modules/unictype/ctype-print-tests: New file.
5808         * modules/unictype/ctype-punct-tests: New file.
5809         * modules/unictype/ctype-space-tests: New file.
5810         * modules/unictype/ctype-upper-tests: New file.
5811         * modules/unictype/ctype-xdigit-tests: New file.
5812         * modules/unictype/decimal-digit-tests: New file.
5813         * modules/unictype/digit-tests: New file.
5814         * modules/unictype/mirror-tests: New file.
5815         * modules/unictype/numeric-tests: New file.
5816         * modules/unictype/property-alphabetic-tests: New file.
5817         * modules/unictype/property-ascii-hex-digit-tests: New file.
5818         * modules/unictype/property-bidi-arabic-digit-tests: New file.
5819         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
5820         * modules/unictype/property-bidi-block-separator-tests: New file.
5821         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
5822         * modules/unictype/property-bidi-common-separator-tests: New file.
5823         * modules/unictype/property-bidi-control-tests: New file.
5824         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
5825         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
5826         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
5827         * modules/unictype/property-bidi-european-digit-tests: New file.
5828         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
5829         * modules/unictype/property-bidi-left-to-right-tests: New file.
5830         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
5831         * modules/unictype/property-bidi-other-neutral-tests: New file.
5832         * modules/unictype/property-bidi-pdf-tests: New file.
5833         * modules/unictype/property-bidi-segment-separator-tests: New file.
5834         * modules/unictype/property-bidi-whitespace-tests: New file.
5835         * modules/unictype/property-byname-tests: New file.
5836         * modules/unictype/property-combining-tests: New file.
5837         * modules/unictype/property-composite-tests: New file.
5838         * modules/unictype/property-currency-symbol-tests: New file.
5839         * modules/unictype/property-dash-tests: New file.
5840         * modules/unictype/property-decimal-digit-tests: New file.
5841         * modules/unictype/property-default-ignorable-code-point-tests: New file.
5842         * modules/unictype/property-deprecated-tests: New file.
5843         * modules/unictype/property-diacritic-tests: New file.
5844         * modules/unictype/property-extender-tests: New file.
5845         * modules/unictype/property-format-control-tests: New file.
5846         * modules/unictype/property-grapheme-base-tests: New file.
5847         * modules/unictype/property-grapheme-extend-tests: New file.
5848         * modules/unictype/property-grapheme-link-tests: New file.
5849         * modules/unictype/property-hex-digit-tests: New file.
5850         * modules/unictype/property-hyphen-tests: New file.
5851         * modules/unictype/property-id-continue-tests: New file.
5852         * modules/unictype/property-id-start-tests: New file.
5853         * modules/unictype/property-ideographic-tests: New file.
5854         * modules/unictype/property-ids-binary-operator-tests: New file.
5855         * modules/unictype/property-ids-trinary-operator-tests: New file.
5856         * modules/unictype/property-ignorable-control-tests: New file.
5857         * modules/unictype/property-iso-control-tests: New file.
5858         * modules/unictype/property-join-control-tests: New file.
5859         * modules/unictype/property-left-of-pair-tests: New file.
5860         * modules/unictype/property-line-separator-tests: New file.
5861         * modules/unictype/property-logical-order-exception-tests: New file.
5862         * modules/unictype/property-lowercase-tests: New file.
5863         * modules/unictype/property-math-tests: New file.
5864         * modules/unictype/property-non-break-tests: New file.
5865         * modules/unictype/property-not-a-character-tests: New file.
5866         * modules/unictype/property-numeric-tests: New file.
5867         * modules/unictype/property-other-alphabetic-tests: New file.
5868         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
5869         * modules/unictype/property-other-grapheme-extend-tests: New file.
5870         * modules/unictype/property-other-id-continue-tests: New file.
5871         * modules/unictype/property-other-id-start-tests: New file.
5872         * modules/unictype/property-other-lowercase-tests: New file.
5873         * modules/unictype/property-other-math-tests: New file.
5874         * modules/unictype/property-other-uppercase-tests: New file.
5875         * modules/unictype/property-paired-punctuation-tests: New file.
5876         * modules/unictype/property-paragraph-separator-tests: New file.
5877         * modules/unictype/property-pattern-syntax-tests: New file.
5878         * modules/unictype/property-pattern-white-space-tests: New file.
5879         * modules/unictype/property-private-use-tests: New file.
5880         * modules/unictype/property-punctuation-tests: New file.
5881         * modules/unictype/property-quotation-mark-tests: New file.
5882         * modules/unictype/property-radical-tests: New file.
5883         * modules/unictype/property-sentence-terminal-tests: New file.
5884         * modules/unictype/property-soft-dotted-tests: New file.
5885         * modules/unictype/property-space-tests: New file.
5886         * modules/unictype/property-terminal-punctuation-tests: New file.
5887         * modules/unictype/property-test-tests: New file.
5888         * modules/unictype/property-titlecase-tests: New file.
5889         * modules/unictype/property-unassigned-code-value-tests: New file.
5890         * modules/unictype/property-unified-ideograph-tests: New file.
5891         * modules/unictype/property-uppercase-tests: New file.
5892         * modules/unictype/property-variation-selector-tests: New file.
5893         * modules/unictype/property-white-space-tests: New file.
5894         * modules/unictype/property-xid-continue-tests: New file.
5895         * modules/unictype/property-xid-start-tests: New file.
5896         * modules/unictype/property-zero-width-tests: New file.
5897         * modules/unictype/scripts-tests: New file.
5898         * modules/unictype/syntax-c-ident-tests: New file.
5899         * modules/unictype/syntax-c-whitespace-tests: New file.
5900         * modules/unictype/syntax-java-ident-tests: New file.
5901         * modules/unictype/syntax-java-whitespace-tests: New file.
5902         * tests/unictype/test-bidi_byname.c: New file.
5903         * tests/unictype/test-bidi_name.c: New file.
5904         * tests/unictype/test-bidi_of.c: New file.
5905         * tests/unictype/test-bidi_test.c: New file.
5906         * tests/unictype/test-block_list.c: New file.
5907         * tests/unictype/test-block_of.c: New file.
5908         * tests/unictype/test-block_test.c: New file.
5909         * tests/unictype/test-categ_and.c: New file.
5910         * tests/unictype/test-categ_and_not.c: New file.
5911         * tests/unictype/test-categ_byname.c: New file.
5912         * tests/unictype/test-categ_name.c: New file.
5913         * tests/unictype/test-categ_none.c: New file.
5914         * tests/unictype/test-categ_of.c: New file.
5915         * tests/unictype/test-categ_or.c: New file.
5916         * tests/unictype/test-categ_test_withtable.c: New file.
5917         * tests/unictype/test-combining.c: New file.
5918         * tests/unictype/test-decdigit.c: New file.
5919         * tests/unictype/test-digit.c: New file.
5920         * tests/unictype/test-mirror.c: New file.
5921         * tests/unictype/test-numeric.c: New file.
5922         * tests/unictype/test-pr_byname.c: New file.
5923         * tests/unictype/test-pr_test.c: New file.
5924         * tests/unictype/test-predicate-part1.h: New file.
5925         * tests/unictype/test-predicate-part2.h: New file.
5926         * tests/unictype/test-scripts.c: New file.
5927         * tests/unictype/test-sy_c_ident.c: New file.
5928         * tests/unictype/test-sy_java_ident.c: New file.
5929
5930         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
5931         for Unicode 5.0.0.
5932         * tests/unictype/test-categ_Cc.c: Likewise.
5933         * tests/unictype/test-categ_Cf.c: Likewise.
5934         * tests/unictype/test-categ_Cn.c: Likewise.
5935         * tests/unictype/test-categ_Co.c: Likewise.
5936         * tests/unictype/test-categ_Cs.c: Likewise.
5937         * tests/unictype/test-categ_L.c: Likewise.
5938         * tests/unictype/test-categ_Ll.c: Likewise.
5939         * tests/unictype/test-categ_Lm.c: Likewise.
5940         * tests/unictype/test-categ_Lo.c: Likewise.
5941         * tests/unictype/test-categ_Lt.c: Likewise.
5942         * tests/unictype/test-categ_Lu.c: Likewise.
5943         * tests/unictype/test-categ_M.c: Likewise.
5944         * tests/unictype/test-categ_Mc.c: Likewise.
5945         * tests/unictype/test-categ_Me.c: Likewise.
5946         * tests/unictype/test-categ_Mn.c: Likewise.
5947         * tests/unictype/test-categ_N.c: Likewise.
5948         * tests/unictype/test-categ_Nd.c: Likewise.
5949         * tests/unictype/test-categ_Nl.c: Likewise.
5950         * tests/unictype/test-categ_No.c: Likewise.
5951         * tests/unictype/test-categ_P.c: Likewise.
5952         * tests/unictype/test-categ_Pc.c: Likewise.
5953         * tests/unictype/test-categ_Pd.c: Likewise.
5954         * tests/unictype/test-categ_Pe.c: Likewise.
5955         * tests/unictype/test-categ_Pf.c: Likewise.
5956         * tests/unictype/test-categ_Pi.c: Likewise.
5957         * tests/unictype/test-categ_Po.c: Likewise.
5958         * tests/unictype/test-categ_Ps.c: Likewise.
5959         * tests/unictype/test-categ_S.c: Likewise.
5960         * tests/unictype/test-categ_Sc.c: Likewise.
5961         * tests/unictype/test-categ_Sk.c: Likewise.
5962         * tests/unictype/test-categ_Sm.c: Likewise.
5963         * tests/unictype/test-categ_So.c: Likewise.
5964         * tests/unictype/test-categ_Z.c: Likewise.
5965         * tests/unictype/test-categ_Zl.c: Likewise.
5966         * tests/unictype/test-categ_Zp.c: Likewise.
5967         * tests/unictype/test-categ_Zs.c: Likewise.
5968         * tests/unictype/test-ctype_alnum.c: Likewise.
5969         * tests/unictype/test-ctype_alpha.c: Likewise.
5970         * tests/unictype/test-ctype_blank.c: Likewise.
5971         * tests/unictype/test-ctype_cntrl.c: Likewise.
5972         * tests/unictype/test-ctype_digit.c: Likewise.
5973         * tests/unictype/test-ctype_graph.c: Likewise.
5974         * tests/unictype/test-ctype_lower.c: Likewise.
5975         * tests/unictype/test-ctype_print.c: Likewise.
5976         * tests/unictype/test-ctype_punct.c: Likewise.
5977         * tests/unictype/test-ctype_space.c: Likewise.
5978         * tests/unictype/test-ctype_upper.c: Likewise.
5979         * tests/unictype/test-ctype_xdigit.c: Likewise.
5980         * tests/unictype/test-decdigit.h: Likewise.
5981         * tests/unictype/test-digit.h: Likewise.
5982         * tests/unictype/test-numeric.h: Likewise.
5983         * tests/unictype/test-pr_alphabetic.c: Likewise.
5984         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
5985         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
5986         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
5987         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
5988         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
5989         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
5990         * tests/unictype/test-pr_bidi_control.c: Likewise.
5991         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
5992         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
5993         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
5994         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
5995         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
5996         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
5997         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
5998         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
5999         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
6000         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
6001         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
6002         * tests/unictype/test-pr_combining.c: Likewise.
6003         * tests/unictype/test-pr_composite.c: Likewise.
6004         * tests/unictype/test-pr_currency_symbol.c: Likewise.
6005         * tests/unictype/test-pr_dash.c: Likewise.
6006         * tests/unictype/test-pr_decimal_digit.c: Likewise.
6007         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
6008         * tests/unictype/test-pr_deprecated.c: Likewise.
6009         * tests/unictype/test-pr_diacritic.c: Likewise.
6010         * tests/unictype/test-pr_extender.c: Likewise.
6011         * tests/unictype/test-pr_format_control.c: Likewise.
6012         * tests/unictype/test-pr_grapheme_base.c: Likewise.
6013         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
6014         * tests/unictype/test-pr_grapheme_link.c: Likewise.
6015         * tests/unictype/test-pr_hex_digit.c: Likewise.
6016         * tests/unictype/test-pr_hyphen.c: Likewise.
6017         * tests/unictype/test-pr_id_continue.c: Likewise.
6018         * tests/unictype/test-pr_id_start.c: Likewise.
6019         * tests/unictype/test-pr_ideographic.c: Likewise.
6020         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
6021         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
6022         * tests/unictype/test-pr_ignorable_control.c: Likewise.
6023         * tests/unictype/test-pr_iso_control.c: Likewise.
6024         * tests/unictype/test-pr_join_control.c: Likewise.
6025         * tests/unictype/test-pr_left_of_pair.c: Likewise.
6026         * tests/unictype/test-pr_line_separator.c: Likewise.
6027         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
6028         * tests/unictype/test-pr_lowercase.c: Likewise.
6029         * tests/unictype/test-pr_math.c: Likewise.
6030         * tests/unictype/test-pr_non_break.c: Likewise.
6031         * tests/unictype/test-pr_not_a_character.c: Likewise.
6032         * tests/unictype/test-pr_numeric.c: Likewise.
6033         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
6034         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
6035         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
6036         * tests/unictype/test-pr_other_id_continue.c: Likewise.
6037         * tests/unictype/test-pr_other_id_start.c: Likewise.
6038         * tests/unictype/test-pr_other_lowercase.c: Likewise.
6039         * tests/unictype/test-pr_other_math.c: Likewise.
6040         * tests/unictype/test-pr_other_uppercase.c: Likewise.
6041         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
6042         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
6043         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
6044         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
6045         * tests/unictype/test-pr_private_use.c: Likewise.
6046         * tests/unictype/test-pr_punctuation.c: Likewise.
6047         * tests/unictype/test-pr_quotation_mark.c: Likewise.
6048         * tests/unictype/test-pr_radical.c: Likewise.
6049         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
6050         * tests/unictype/test-pr_soft_dotted.c: Likewise.
6051         * tests/unictype/test-pr_space.c: Likewise.
6052         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
6053         * tests/unictype/test-pr_titlecase.c: Likewise.
6054         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
6055         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
6056         * tests/unictype/test-pr_uppercase.c: Likewise.
6057         * tests/unictype/test-pr_variation_selector.c: Likewise.
6058         * tests/unictype/test-pr_white_space.c: Likewise.
6059         * tests/unictype/test-pr_xid_continue.c: Likewise.
6060         * tests/unictype/test-pr_xid_start.c: Likewise.
6061         * tests/unictype/test-pr_zero_width.c: Likewise.
6062         * tests/unictype/test-sy_c_whitespace.c: Likewise.
6063         * tests/unictype/test-sy_java_whitespace.c: Likewise.
6064
6065 2007-11-12  Bruno Haible  <bruno@clisp.org>
6066
6067         Unicode character classification functions.
6068         * lib/unictype.h: New file.
6069         * modules/unictype/base: New file.
6070         * modules/unictype/category-L: New file.
6071         * modules/unictype/category-Lu: New file.
6072         * modules/unictype/category-Ll: New file.
6073         * modules/unictype/category-Lt: New file.
6074         * modules/unictype/category-Lm: New file.
6075         * modules/unictype/category-Lo: New file.
6076         * modules/unictype/category-M: New file.
6077         * modules/unictype/category-Mn: New file.
6078         * modules/unictype/category-Mc: New file.
6079         * modules/unictype/category-Me: New file.
6080         * modules/unictype/category-N: New file.
6081         * modules/unictype/category-Nd: New file.
6082         * modules/unictype/category-Nl: New file.
6083         * modules/unictype/category-No: New file.
6084         * modules/unictype/category-P: New file.
6085         * modules/unictype/category-Pc: New file.
6086         * modules/unictype/category-Pd: New file.
6087         * modules/unictype/category-Ps: New file.
6088         * modules/unictype/category-Pe: New file.
6089         * modules/unictype/category-Pi: New file.
6090         * modules/unictype/category-Pf: New file.
6091         * modules/unictype/category-Po: New file.
6092         * modules/unictype/category-S: New file.
6093         * modules/unictype/category-Sm: New file.
6094         * modules/unictype/category-Sc: New file.
6095         * modules/unictype/category-Sk: New file.
6096         * modules/unictype/category-So: New file.
6097         * modules/unictype/category-Z: New file.
6098         * modules/unictype/category-Zs: New file.
6099         * modules/unictype/category-Zl: New file.
6100         * modules/unictype/category-Zp: New file.
6101         * modules/unictype/category-C: New file.
6102         * modules/unictype/category-Cc: New file.
6103         * modules/unictype/category-Cf: New file.
6104         * modules/unictype/category-Cs: New file.
6105         * modules/unictype/category-Co: New file.
6106         * modules/unictype/category-Cn: New file.
6107         * modules/unictype/category-or: New file.
6108         * modules/unictype/category-of: New file.
6109         * modules/unictype/category-test: New file.
6110         * modules/unictype/category-test-withtable: New file.
6111         * modules/unictype/category-byname: New file.
6112         * modules/unictype/category-none: New file.
6113         * modules/unictype/category-and: New file.
6114         * modules/unictype/category-and-not: New file.
6115         * modules/unictype/category-name: New file.
6116         * modules/unictype/combining-class: New file.
6117         * modules/unictype/category-all: New file.
6118         * modules/unictype/bidicategory-all: New file.
6119         * modules/unictype/bidicategory-byname: New file.
6120         * modules/unictype/bidicategory-name: New file.
6121         * modules/unictype/bidicategory-of: New file.
6122         * modules/unictype/bidicategory-test: New file.
6123         * modules/unictype/decimal-digit: New file.
6124         * modules/unictype/digit: New file.
6125         * modules/unictype/numeric: New file.
6126         * modules/unictype/mirror: New file.
6127         * modules/unictype/property-white-space: New file.
6128         * modules/unictype/property-alphabetic: New file.
6129         * modules/unictype/property-other-alphabetic: New file.
6130         * modules/unictype/property-not-a-character: New file.
6131         * modules/unictype/property-default-ignorable-code-point: New file.
6132         * modules/unictype/property-other-default-ignorable-code-point: New
6133         file.
6134         * modules/unictype/property-deprecated: New file.
6135         * modules/unictype/property-logical-order-exception: New file.
6136         * modules/unictype/property-variation-selector: New file.
6137         * modules/unictype/property-private-use: New file.
6138         * modules/unictype/property-unassigned-code-value: New file.
6139         * modules/unictype/property-uppercase: New file.
6140         * modules/unictype/property-other-uppercase: New file.
6141         * modules/unictype/property-lowercase: New file.
6142         * modules/unictype/property-other-lowercase: New file.
6143         * modules/unictype/property-titlecase: New file.
6144         * modules/unictype/property-soft-dotted: New file.
6145         * modules/unictype/property-id-start: New file.
6146         * modules/unictype/property-other-id-start: New file.
6147         * modules/unictype/property-id-continue: New file.
6148         * modules/unictype/property-other-id-continue: New file.
6149         * modules/unictype/property-xid-start: New file.
6150         * modules/unictype/property-xid-continue: New file.
6151         * modules/unictype/property-pattern-white-space: New file.
6152         * modules/unictype/property-pattern-syntax: New file.
6153         * modules/unictype/property-join-control: New file.
6154         * modules/unictype/property-grapheme-base: New file.
6155         * modules/unictype/property-grapheme-extend: New file.
6156         * modules/unictype/property-other-grapheme-extend: New file.
6157         * modules/unictype/property-grapheme-link: New file.
6158         * modules/unictype/property-bidi-control: New file.
6159         * modules/unictype/property-bidi-left-to-right: New file.
6160         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
6161         * modules/unictype/property-bidi-arabic-right-to-left: New file.
6162         * modules/unictype/property-bidi-european-digit: New file.
6163         * modules/unictype/property-bidi-eur-num-separator: New file.
6164         * modules/unictype/property-bidi-eur-num-terminator: New file.
6165         * modules/unictype/property-bidi-arabic-digit: New file.
6166         * modules/unictype/property-bidi-common-separator: New file.
6167         * modules/unictype/property-bidi-block-separator: New file.
6168         * modules/unictype/property-bidi-segment-separator: New file.
6169         * modules/unictype/property-bidi-whitespace: New file.
6170         * modules/unictype/property-bidi-non-spacing-mark: New file.
6171         * modules/unictype/property-bidi-boundary-neutral: New file.
6172         * modules/unictype/property-bidi-pdf: New file.
6173         * modules/unictype/property-bidi-embedding-or-override: New file.
6174         * modules/unictype/property-bidi-other-neutral: New file.
6175         * modules/unictype/property-hex-digit: New file.
6176         * modules/unictype/property-ascii-hex-digit: New file.
6177         * modules/unictype/property-ideographic: New file.
6178         * modules/unictype/property-unified-ideograph: New file.
6179         * modules/unictype/property-radical: New file.
6180         * modules/unictype/property-ids-binary-operator: New file.
6181         * modules/unictype/property-ids-trinary-operator: New file.
6182         * modules/unictype/property-zero-width: New file.
6183         * modules/unictype/property-space: New file.
6184         * modules/unictype/property-non-break: New file.
6185         * modules/unictype/property-iso-control: New file.
6186         * modules/unictype/property-format-control: New file.
6187         * modules/unictype/property-dash: New file.
6188         * modules/unictype/property-hyphen: New file.
6189         * modules/unictype/property-punctuation: New file.
6190         * modules/unictype/property-line-separator: New file.
6191         * modules/unictype/property-paragraph-separator: New file.
6192         * modules/unictype/property-quotation-mark: New file.
6193         * modules/unictype/property-sentence-terminal: New file.
6194         * modules/unictype/property-terminal-punctuation: New file.
6195         * modules/unictype/property-currency-symbol: New file.
6196         * modules/unictype/property-math: New file.
6197         * modules/unictype/property-other-math: New file.
6198         * modules/unictype/property-paired-punctuation: New file.
6199         * modules/unictype/property-left-of-pair: New file.
6200         * modules/unictype/property-combining: New file.
6201         * modules/unictype/property-composite: New file.
6202         * modules/unictype/property-decimal-digit: New file.
6203         * modules/unictype/property-numeric: New file.
6204         * modules/unictype/property-diacritic: New file.
6205         * modules/unictype/property-extender: New file.
6206         * modules/unictype/property-ignorable-control: New file.
6207         * modules/unictype/property-test: New file.
6208         * modules/unictype/property-byname: New file.
6209         * modules/unictype/property-all: New file.
6210         * modules/unictype/scripts: New file.
6211         * modules/unictype/scripts-all: New file.
6212         * modules/unictype/block-of: New file.
6213         * modules/unictype/block-test: New file.
6214         * modules/unictype/block-list: New file.
6215         * modules/unictype/block-all: New file.
6216         * modules/unictype/syntax-c-whitespace: New file.
6217         * modules/unictype/syntax-java-whitespace: New file.
6218         * modules/unictype/syntax-c-ident: New file.
6219         * modules/unictype/syntax-java-ident: New file.
6220         * modules/unictype/ctype-alnum: New file.
6221         * modules/unictype/ctype-alpha: New file.
6222         * modules/unictype/ctype-cntrl: New file.
6223         * modules/unictype/ctype-digit: New file.
6224         * modules/unictype/ctype-graph: New file.
6225         * modules/unictype/ctype-lower: New file.
6226         * modules/unictype/ctype-print: New file.
6227         * modules/unictype/ctype-punct: New file.
6228         * modules/unictype/ctype-space: New file.
6229         * modules/unictype/ctype-upper: New file.
6230         * modules/unictype/ctype-xdigit: New file.
6231         * modules/unictype/ctype-blank: New file.
6232         * lib/unictype/bidi_byname.c: New file.
6233         * lib/unictype/bidi_name.c: New file.
6234         * lib/unictype/bidi_of.c: New file.
6235         * lib/unictype/bidi_test.c: New file.
6236         * lib/unictype/bitmap.h: New file.
6237         * lib/unictype/block_test.c: New file.
6238         * lib/unictype/blocks.c: New file.
6239         * lib/unictype/categ_C.c: New file.
6240         * lib/unictype/categ_Cc.c: New file.
6241         * lib/unictype/categ_Cf.c: New file.
6242         * lib/unictype/categ_Cn.c: New file.
6243         * lib/unictype/categ_Co.c: New file.
6244         * lib/unictype/categ_Cs.c: New file.
6245         * lib/unictype/categ_L.c: New file.
6246         * lib/unictype/categ_Ll.c: New file.
6247         * lib/unictype/categ_Lm.c: New file.
6248         * lib/unictype/categ_Lo.c: New file.
6249         * lib/unictype/categ_Lt.c: New file.
6250         * lib/unictype/categ_Lu.c: New file.
6251         * lib/unictype/categ_M.c: New file.
6252         * lib/unictype/categ_Mc.c: New file.
6253         * lib/unictype/categ_Me.c: New file.
6254         * lib/unictype/categ_Mn.c: New file.
6255         * lib/unictype/categ_N.c: New file.
6256         * lib/unictype/categ_Nd.c: New file.
6257         * lib/unictype/categ_Nl.c: New file.
6258         * lib/unictype/categ_No.c: New file.
6259         * lib/unictype/categ_P.c: New file.
6260         * lib/unictype/categ_Pc.c: New file.
6261         * lib/unictype/categ_Pd.c: New file.
6262         * lib/unictype/categ_Pe.c: New file.
6263         * lib/unictype/categ_Pf.c: New file.
6264         * lib/unictype/categ_Pi.c: New file.
6265         * lib/unictype/categ_Po.c: New file.
6266         * lib/unictype/categ_Ps.c: New file.
6267         * lib/unictype/categ_S.c: New file.
6268         * lib/unictype/categ_Sc.c: New file.
6269         * lib/unictype/categ_Sk.c: New file.
6270         * lib/unictype/categ_Sm.c: New file.
6271         * lib/unictype/categ_So.c: New file.
6272         * lib/unictype/categ_Z.c: New file.
6273         * lib/unictype/categ_Zl.c: New file.
6274         * lib/unictype/categ_Zp.c: New file.
6275         * lib/unictype/categ_Zs.c: New file.
6276         * lib/unictype/categ_and.c: New file.
6277         * lib/unictype/categ_and_not.c: New file.
6278         * lib/unictype/categ_byname.c: New file.
6279         * lib/unictype/categ_name.c: New file.
6280         * lib/unictype/categ_none.c: New file.
6281         * lib/unictype/categ_of.c: New file.
6282         * lib/unictype/categ_or.c: New file.
6283         * lib/unictype/categ_test.c: New file.
6284         * lib/unictype/combining.c: New file.
6285         * lib/unictype/ctype_alnum.c: New file.
6286         * lib/unictype/ctype_alpha.c: New file.
6287         * lib/unictype/ctype_blank.c: New file.
6288         * lib/unictype/ctype_cntrl.c: New file.
6289         * lib/unictype/ctype_digit.c: New file.
6290         * lib/unictype/ctype_graph.c: New file.
6291         * lib/unictype/ctype_lower.c: New file.
6292         * lib/unictype/ctype_print.c: New file.
6293         * lib/unictype/ctype_punct.c: New file.
6294         * lib/unictype/ctype_space.c: New file.
6295         * lib/unictype/ctype_upper.c: New file.
6296         * lib/unictype/ctype_xdigit.c: New file.
6297         * lib/unictype/decdigit.c: New file.
6298         * lib/unictype/digit.c: New file.
6299         * lib/unictype/identsyntaxmap.h: New file.
6300         * lib/unictype/mirror.c: New file.
6301         * lib/unictype/numeric.c: New file.
6302         * lib/unictype/pr_alphabetic.c: New file.
6303         * lib/unictype/pr_ascii_hex_digit.c: New file.
6304         * lib/unictype/pr_bidi_arabic_digit.c: New file.
6305         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
6306         * lib/unictype/pr_bidi_block_separator.c: New file.
6307         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
6308         * lib/unictype/pr_bidi_common_separator.c: New file.
6309         * lib/unictype/pr_bidi_control.c: New file.
6310         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
6311         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
6312         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
6313         * lib/unictype/pr_bidi_european_digit.c: New file.
6314         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
6315         * lib/unictype/pr_bidi_left_to_right.c: New file.
6316         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
6317         * lib/unictype/pr_bidi_other_neutral.c: New file.
6318         * lib/unictype/pr_bidi_pdf.c: New file.
6319         * lib/unictype/pr_bidi_segment_separator.c: New file.
6320         * lib/unictype/pr_bidi_whitespace.c: New file.
6321         * lib/unictype/pr_byname.c: New file.
6322         * lib/unictype/pr_byname.gperf: New file.
6323         * lib/unictype/pr_combining.c: New file.
6324         * lib/unictype/pr_composite.c: New file.
6325         * lib/unictype/pr_currency_symbol.c: New file.
6326         * lib/unictype/pr_dash.c: New file.
6327         * lib/unictype/pr_decimal_digit.c: New file.
6328         * lib/unictype/pr_default_ignorable_code_point.c: New file.
6329         * lib/unictype/pr_deprecated.c: New file.
6330         * lib/unictype/pr_diacritic.c: New file.
6331         * lib/unictype/pr_extender.c: New file.
6332         * lib/unictype/pr_format_control.c: New file.
6333         * lib/unictype/pr_grapheme_base.c: New file.
6334         * lib/unictype/pr_grapheme_extend.c: New file.
6335         * lib/unictype/pr_grapheme_link.c: New file.
6336         * lib/unictype/pr_hex_digit.c: New file.
6337         * lib/unictype/pr_hyphen.c: New file.
6338         * lib/unictype/pr_id_continue.c: New file.
6339         * lib/unictype/pr_id_start.c: New file.
6340         * lib/unictype/pr_ideographic.c: New file.
6341         * lib/unictype/pr_ids_binary_operator.c: New file.
6342         * lib/unictype/pr_ids_trinary_operator.c: New file.
6343         * lib/unictype/pr_ignorable_control.c: New file.
6344         * lib/unictype/pr_iso_control.c: New file.
6345         * lib/unictype/pr_join_control.c: New file.
6346         * lib/unictype/pr_left_of_pair.c: New file.
6347         * lib/unictype/pr_line_separator.c: New file.
6348         * lib/unictype/pr_logical_order_exception.c: New file.
6349         * lib/unictype/pr_lowercase.c: New file.
6350         * lib/unictype/pr_math.c: New file.
6351         * lib/unictype/pr_non_break.c: New file.
6352         * lib/unictype/pr_not_a_character.c: New file.
6353         * lib/unictype/pr_numeric.c: New file.
6354         * lib/unictype/pr_other_alphabetic.c: New file.
6355         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
6356         * lib/unictype/pr_other_grapheme_extend.c: New file.
6357         * lib/unictype/pr_other_id_continue.c: New file.
6358         * lib/unictype/pr_other_id_start.c: New file.
6359         * lib/unictype/pr_other_lowercase.c: New file.
6360         * lib/unictype/pr_other_math.c: New file.
6361         * lib/unictype/pr_other_uppercase.c: New file.
6362         * lib/unictype/pr_paired_punctuation.c: New file.
6363         * lib/unictype/pr_paragraph_separator.c: New file.
6364         * lib/unictype/pr_pattern_syntax.c: New file.
6365         * lib/unictype/pr_pattern_white_space.c: New file.
6366         * lib/unictype/pr_private_use.c: New file.
6367         * lib/unictype/pr_punctuation.c: New file.
6368         * lib/unictype/pr_quotation_mark.c: New file.
6369         * lib/unictype/pr_radical.c: New file.
6370         * lib/unictype/pr_sentence_terminal.c: New file.
6371         * lib/unictype/pr_soft_dotted.c: New file.
6372         * lib/unictype/pr_space.c: New file.
6373         * lib/unictype/pr_terminal_punctuation.c: New file.
6374         * lib/unictype/pr_test.c: New file.
6375         * lib/unictype/pr_titlecase.c: New file.
6376         * lib/unictype/pr_unassigned_code_value.c: New file.
6377         * lib/unictype/pr_unified_ideograph.c: New file.
6378         * lib/unictype/pr_uppercase.c: New file.
6379         * lib/unictype/pr_variation_selector.c: New file.
6380         * lib/unictype/pr_white_space.c: New file.
6381         * lib/unictype/pr_xid_continue.c: New file.
6382         * lib/unictype/pr_xid_start.c: New file.
6383         * lib/unictype/pr_zero_width.c: New file.
6384         * lib/unictype/scripts.c: New file.
6385         * lib/unictype/sy_c_ident.c: New file.
6386         * lib/unictype/sy_c_whitespace.c: New file.
6387         * lib/unictype/sy_java_ident.c: New file.
6388         * lib/unictype/sy_java_whitespace.c: New file.
6389
6390         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
6391         Unicode 5.0.0.
6392         * lib/unictype/blocks.h: Likewise.
6393         * lib/unictype/categ_C.h: Likewise.
6394         * lib/unictype/categ_Cc.h: Likewise.
6395         * lib/unictype/categ_Cf.h: Likewise.
6396         * lib/unictype/categ_Cn.h: Likewise.
6397         * lib/unictype/categ_Co.h: Likewise.
6398         * lib/unictype/categ_Cs.h: Likewise.
6399         * lib/unictype/categ_L.h: Likewise.
6400         * lib/unictype/categ_Ll.h: Likewise.
6401         * lib/unictype/categ_Lm.h: Likewise.
6402         * lib/unictype/categ_Lo.h: Likewise.
6403         * lib/unictype/categ_Lt.h: Likewise.
6404         * lib/unictype/categ_Lu.h: Likewise.
6405         * lib/unictype/categ_M.h: Likewise.
6406         * lib/unictype/categ_Mc.h: Likewise.
6407         * lib/unictype/categ_Me.h: Likewise.
6408         * lib/unictype/categ_Mn.h: Likewise.
6409         * lib/unictype/categ_N.h: Likewise.
6410         * lib/unictype/categ_Nd.h: Likewise.
6411         * lib/unictype/categ_Nl.h: Likewise.
6412         * lib/unictype/categ_No.h: Likewise.
6413         * lib/unictype/categ_P.h: Likewise.
6414         * lib/unictype/categ_Pc.h: Likewise.
6415         * lib/unictype/categ_Pd.h: Likewise.
6416         * lib/unictype/categ_Pe.h: Likewise.
6417         * lib/unictype/categ_Pf.h: Likewise.
6418         * lib/unictype/categ_Pi.h: Likewise.
6419         * lib/unictype/categ_Po.h: Likewise.
6420         * lib/unictype/categ_Ps.h: Likewise.
6421         * lib/unictype/categ_S.h: Likewise.
6422         * lib/unictype/categ_Sc.h: Likewise.
6423         * lib/unictype/categ_Sk.h: Likewise.
6424         * lib/unictype/categ_Sm.h: Likewise.
6425         * lib/unictype/categ_So.h: Likewise.
6426         * lib/unictype/categ_Z.h: Likewise.
6427         * lib/unictype/categ_Zl.h: Likewise.
6428         * lib/unictype/categ_Zp.h: Likewise.
6429         * lib/unictype/categ_Zs.h: Likewise.
6430         * lib/unictype/categ_of.h: Likewise.
6431         * lib/unictype/combining.h: Likewise.
6432         * lib/unictype/ctype_alnum.h: Likewise.
6433         * lib/unictype/ctype_alpha.h: Likewise.
6434         * lib/unictype/ctype_blank.h: Likewise.
6435         * lib/unictype/ctype_cntrl.h: Likewise.
6436         * lib/unictype/ctype_digit.h: Likewise.
6437         * lib/unictype/ctype_graph.h: Likewise.
6438         * lib/unictype/ctype_lower.h: Likewise.
6439         * lib/unictype/ctype_print.h: Likewise.
6440         * lib/unictype/ctype_punct.h: Likewise.
6441         * lib/unictype/ctype_space.h: Likewise.
6442         * lib/unictype/ctype_upper.h: Likewise.
6443         * lib/unictype/ctype_xdigit.h: Likewise.
6444         * lib/unictype/decdigit.h: Likewise.
6445         * lib/unictype/digit.h: Likewise.
6446         * lib/unictype/mirror.h: Likewise.
6447         * lib/unictype/numeric.h: Likewise.
6448         * lib/unictype/pr_alphabetic.h: Likewise.
6449         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
6450         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
6451         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
6452         * lib/unictype/pr_bidi_block_separator.h: Likewise.
6453         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
6454         * lib/unictype/pr_bidi_common_separator.h: Likewise.
6455         * lib/unictype/pr_bidi_control.h: Likewise.
6456         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
6457         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
6458         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
6459         * lib/unictype/pr_bidi_european_digit.h: Likewise.
6460         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
6461         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
6462         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
6463         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
6464         * lib/unictype/pr_bidi_pdf.h: Likewise.
6465         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
6466         * lib/unictype/pr_bidi_whitespace.h: Likewise.
6467         * lib/unictype/pr_combining.h: Likewise.
6468         * lib/unictype/pr_composite.h: Likewise.
6469         * lib/unictype/pr_currency_symbol.h: Likewise.
6470         * lib/unictype/pr_dash.h: Likewise.
6471         * lib/unictype/pr_decimal_digit.h: Likewise.
6472         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
6473         * lib/unictype/pr_deprecated.h: Likewise.
6474         * lib/unictype/pr_diacritic.h: Likewise.
6475         * lib/unictype/pr_extender.h: Likewise.
6476         * lib/unictype/pr_format_control.h: Likewise.
6477         * lib/unictype/pr_grapheme_base.h: Likewise.
6478         * lib/unictype/pr_grapheme_extend.h: Likewise.
6479         * lib/unictype/pr_grapheme_link.h: Likewise.
6480         * lib/unictype/pr_hex_digit.h: Likewise.
6481         * lib/unictype/pr_hyphen.h: Likewise.
6482         * lib/unictype/pr_id_continue.h: Likewise.
6483         * lib/unictype/pr_id_start.h: Likewise.
6484         * lib/unictype/pr_ideographic.h: Likewise.
6485         * lib/unictype/pr_ids_binary_operator.h: Likewise.
6486         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
6487         * lib/unictype/pr_ignorable_control.h: Likewise.
6488         * lib/unictype/pr_iso_control.h: Likewise.
6489         * lib/unictype/pr_join_control.h: Likewise.
6490         * lib/unictype/pr_left_of_pair.h: Likewise.
6491         * lib/unictype/pr_line_separator.h: Likewise.
6492         * lib/unictype/pr_logical_order_exception.h: Likewise.
6493         * lib/unictype/pr_lowercase.h: Likewise.
6494         * lib/unictype/pr_math.h: Likewise.
6495         * lib/unictype/pr_non_break.h: Likewise.
6496         * lib/unictype/pr_not_a_character.h: Likewise.
6497         * lib/unictype/pr_numeric.h: Likewise.
6498         * lib/unictype/pr_other_alphabetic.h: Likewise.
6499         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
6500         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
6501         * lib/unictype/pr_other_id_continue.h: Likewise.
6502         * lib/unictype/pr_other_id_start.h: Likewise.
6503         * lib/unictype/pr_other_lowercase.h: Likewise.
6504         * lib/unictype/pr_other_math.h: Likewise.
6505         * lib/unictype/pr_other_uppercase.h: Likewise.
6506         * lib/unictype/pr_paired_punctuation.h: Likewise.
6507         * lib/unictype/pr_paragraph_separator.h: Likewise.
6508         * lib/unictype/pr_pattern_syntax.h: Likewise.
6509         * lib/unictype/pr_pattern_white_space.h: Likewise.
6510         * lib/unictype/pr_private_use.h: Likewise.
6511         * lib/unictype/pr_punctuation.h: Likewise.
6512         * lib/unictype/pr_quotation_mark.h: Likewise.
6513         * lib/unictype/pr_radical.h: Likewise.
6514         * lib/unictype/pr_sentence_terminal.h: Likewise.
6515         * lib/unictype/pr_soft_dotted.h: Likewise.
6516         * lib/unictype/pr_space.h: Likewise.
6517         * lib/unictype/pr_terminal_punctuation.h: Likewise.
6518         * lib/unictype/pr_titlecase.h: Likewise.
6519         * lib/unictype/pr_unassigned_code_value.h: Likewise.
6520         * lib/unictype/pr_unified_ideograph.h: Likewise.
6521         * lib/unictype/pr_uppercase.h: Likewise.
6522         * lib/unictype/pr_variation_selector.h: Likewise.
6523         * lib/unictype/pr_white_space.h: Likewise.
6524         * lib/unictype/pr_xid_continue.h: Likewise.
6525         * lib/unictype/pr_xid_start.h: Likewise.
6526         * lib/unictype/pr_zero_width.h: Likewise.
6527         * lib/unictype/scripts.h: Likewise.
6528         * lib/unictype/scripts_byname.gperf: Likewise.
6529         * lib/unictype/sy_c_ident.h: Likewise.
6530         * lib/unictype/sy_c_whitespace.h: Likewise.
6531         * lib/unictype/sy_java_ident.h: Likewise.
6532         * lib/unictype/sy_java_whitespace.h: Likewise.
6533
6534         * lib/unictype/Makefile: New file.
6535         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
6536         glibc.
6537         * lib/unictype/3level.h: New file, copied from glibc.
6538         * lib/unictype/3levelbit.h: New file.
6539
6540 2007-11-11  Bruno Haible  <bruno@clisp.org>
6541
6542         * modules/gperf: New file.
6543         * modules/iconv_open (Depends-on): Add it.
6544         (Makefile.am): Remove the GPERF definition.
6545
6546 2007-11-11  Bruno Haible  <bruno@clisp.org>
6547
6548         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
6549         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
6550
6551 2007-11-11  Bruno Haible  <bruno@clisp.org>
6552
6553         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
6554         (usage): Remove function.
6555
6556 2007-11-11  Bruno Haible  <bruno@clisp.org>
6557
6558         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
6559         gl_FUNC_CEILF_LIBS.
6560         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
6561         gl_FUNC_CEIL_LIBS.
6562         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
6563         gl_FUNC_CEILL_LIBS.
6564         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
6565         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
6566         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
6567
6568 2007-11-11  Bruno Haible  <bruno@clisp.org>
6569
6570         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
6571         roundf were declared but do not exist on functions.
6572         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
6573         roundl were declared but do not exist on functions.
6574         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
6575         HAVE_FLOORL_AND_CEILL, respectively.
6576         Needed for Sun C on Solaris 10.
6577
6578 2007-11-11  Bruno Haible  <bruno@clisp.org>
6579
6580         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
6581         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
6582         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
6583         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
6584         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
6585         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
6586         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
6587         HAVE_DECL_ROUNDF.
6588         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
6589         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
6590         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
6591         of HAVE_DECL_ROUND*.
6592         * modules/math (Makefile.am): Update.
6593
6594 2007-11-10  Bruno Haible  <bruno@clisp.org>
6595
6596         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
6597         ptrdiff_t as m4/intl.m4.
6598
6599 2007-11-10  Jim Meyering  <meyering@redhat.com>
6600
6601         Avoid link failure for the argmatch test.
6602         * tests/test-argmatch.c (usage): Define function to avoid a link
6603         failure: argmatch_die requires a usage function.
6604
6605 2007-11-09  Bruno Haible  <bruno@clisp.org>
6606
6607         * doc/functions/snprintf.texi: Mention BeOS deficiency.
6608         * doc/functions/vsnprintf.texi: Likewise.
6609         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
6610         with a size argument < 2.
6611
6612 2007-11-09  Bruno Haible  <bruno@clisp.org>
6613
6614         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
6615         buffer. Fixes an inefficiency introduced on 2007-11-03.
6616
6617 2007-11-09  Bruno Haible  <bruno@clisp.org>
6618
6619         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
6620         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
6621
6622 2007-11-08  Jim Meyering  <meyering@redhat.com>
6623
6624         Change cache variable name prefix "jm_" to "gl_" everywhere.
6625         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
6626         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
6627         * m4/uptime.m4: s/gl_/jm_/
6628
6629 2007-11-07  Bruno Haible  <bruno@clisp.org>
6630
6631         Update to GNU gettext 0.17.
6632         * m4/intl.m4: Update to GNU gettext 0.17.
6633         * m4/po.m4: Likewise.
6634         * modules/gettext (Files): Remove m4/ulonglong.m4.
6635         (configure.ac): Require gettext infrastructure from version 0.17.
6636
6637 2007-11-06  Bruno Haible  <bruno@clisp.org>
6638
6639         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
6640         symbolic values are not defined in a public header.
6641         * lib/freadable.c (freadable) [QNX]: Likewise.
6642         * lib/freadahead.c (freadahead) [QNX]: Likewise.
6643         * lib/freading.c (freading) [QNX]: Likewise.
6644         * lib/fseterr.c (fseterr) [QNX]: Likewise.
6645         * lib/fwritable.c (fwritable) [QNX]: Likewise.
6646         * lib/fwriting.c (fwriting) [QNX]: Likewise.
6647         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
6648         Reported by Alain Magloire.
6649
6650         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
6651
6652 2007-11-05  Bruno Haible  <bruno@clisp.org>
6653
6654         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
6655         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
6656         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
6657         Reported by Eric Blake.
6658
6659 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6660             Bruno Haible  <bruno@clisp.org>
6661
6662         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
6663         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
6664         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
6665         (malloc): Undefine also before including <stdlib.h>.
6666         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
6667         Needed on OSF/1 4.0.
6668
6669 2007-11-05  Jim Meyering  <meyering@redhat.com>
6670
6671         git-version-gen: sync from coreutils.
6672         * build-aux/git-version-gen: Add comments.
6673         Change the first '-' to '.' in the snapshot version string,
6674         e.g., 6.9-377-08144 -> 6.9.377-08144
6675         Remove first parameter.
6676         Don't declare a version "-dirty" merely because a time
6677         stamp has changed.
6678
6679 2007-11-04  Bruno Haible  <bruno@clisp.org>
6680
6681         * lib/lock.h: Protect all macro definitions containing an 'if'
6682         statement through a "do { ... } while (0)".
6683         * lib/tls.h: Likewise.
6684
6685 2007-11-04  Bruno Haible  <bruno@clisp.org>
6686
6687         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
6688
6689 2007-11-04  Bruno Haible  <bruno@clisp.org>
6690
6691         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
6692         * modules/fprintf-posix (Depends-on): Add nocrash.
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         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6701         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6702         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6703         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6704         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6705         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6706         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6707
6708 2007-11-04  Bruno Haible  <bruno@clisp.org>
6709
6710         * modules/nocrash: New file.
6711         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
6712         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
6713
6714 2007-11-04  Bruno Haible  <bruno@clisp.org>
6715
6716         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
6717         precision handling.
6718         * tests/test-vasprintf-posix.c (test_function): Likewise.
6719         * tests/test-snprintf-posix.h (test_function): Likewise.
6720         * tests/test-sprintf-posix.h (test_function): Likewise.
6721
6722         Fix *printf behaviour for large precisions on mingw and BeOS.
6723         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
6724         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
6725         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
6726         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6727         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6728         gl_PRINTF_PRECISION and test its result. Invoke
6729         gl_PREREQ_VASNPRINTF_PRECISION.
6730         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6731         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6732         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6733         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6734         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6735         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6736         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6737         * doc/functions/fprintf.texi: Update.
6738         * doc/functions/printf.texi: Update.
6739         * doc/functions/snprintf.texi: Update.
6740         * doc/functions/sprintf.texi: Update.
6741         * doc/functions/vfprintf.texi: Update.
6742         * doc/functions/vprintf.texi: Update.
6743         * doc/functions/vsnprintf.texi: Update.
6744         * doc/functions/vsprintf.texi: Update.
6745
6746 2007-11-04  Bruno Haible  <bruno@clisp.org>
6747
6748         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
6749
6750 2007-11-04  Bruno Haible  <bruno@clisp.org>
6751
6752         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
6753         Reported by Sylvain Beucler <beuc@gnu.org>.
6754
6755 2007-11-03  Bruno Haible  <bruno@clisp.org>
6756
6757         * tests/test-fprintf-posix2.sh: New file.
6758         * tests/test-fprintf-posix2.c: New file.
6759         * modules/fprintf-posix-tests (Files): Add them.
6760         (TESTS): Add test-fprintf-posix2.sh.
6761         (configure.ac): Check for getrlimit and setrlimit.
6762         (check_PROGRAMS): Add test-fprintf-posix2.
6763
6764         * tests/test-printf-posix2.sh: New file.
6765         * tests/test-printf-posix2.c: New file.
6766         * modules/printf-posix-tests (Files): Add them.
6767         (TESTS): Add test-printf-posix2.sh.
6768         (configure.ac): Check for getrlimit and setrlimit.
6769         (check_PROGRAMS): Add test-printf-posix2.
6770
6771         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
6772         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
6773         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
6774         (decode_double): New function, copied from decode_long_double.
6775         (scale10_round_decimal_decoded): New function, extracted from
6776         scale10_round_decimal_long_double.
6777         (scale10_round_decimal_long_double): Use it.
6778         (scale10_round_decimal_double): New function.
6779         (floorlog10): New function.
6780         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
6781         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
6782         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6783         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6784         gl_PRINTF_ENOMEM and test its result. Invoke
6785         gl_PREREQ_VASNPRINTF_ENOMEM.
6786         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6787         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6788         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6789         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6790         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6791         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6792         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6793         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
6794         * modules/snprintf-posix (Depends-on): Likewise.
6795         * modules/sprintf-posix (Depends-on): Likewise.
6796         * modules/vasnprintf-posix (Depends-on): Likewise.
6797         * modules/vasprintf-posix (Depends-on): Likewise.
6798         * modules/vfprintf-posix (Depends-on): Likewise.
6799         * modules/vsnprintf-posix (Depends-on): Likewise.
6800         * modules/vsprintf-posix (Depends-on): Likewise.
6801         * doc/functions/fprintf.texi: Update.
6802         * doc/functions/printf.texi: Update.
6803         * doc/functions/snprintf.texi: Update.
6804         * doc/functions/sprintf.texi: Update.
6805         * doc/functions/vfprintf.texi: Update.
6806         * doc/functions/vprintf.texi: Update.
6807         * doc/functions/vsnprintf.texi: Update.
6808         * doc/functions/vsprintf.texi: Update.
6809
6810 2007-11-03  Bruno Haible  <bruno@clisp.org>
6811
6812         * modules/frexp-nolibm-tests: New file.
6813
6814         * modules/frexp-nolibm: New file.
6815         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
6816
6817 2007-11-03  Bruno Haible  <bruno@clisp.org>
6818
6819         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
6820         value is C99 compliant.
6821         Needed for OSF/1 5.1.
6822
6823 2007-11-03  Bruno Haible  <bruno@clisp.org>
6824
6825         Fix out-of-memory handling of vasnprintf.
6826         * lib/printf-parse.c: Include <errno.h>.
6827         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
6828         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
6829         is already set.
6830
6831 2007-11-02  Eric Blake  <ebb9@byu.net>
6832
6833         Fix tests on cygwin.
6834         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
6835
6836 2007-11-01  Bruno Haible  <bruno@clisp.org>
6837
6838         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
6839         warning.
6840         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
6841         needed for POSIX compatibility.
6842
6843 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
6844
6845         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
6846         for compatibility with GNU.
6847
6848 2007-11-01  Bruno Haible  <bruno@clisp.org>
6849
6850         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
6851         (putenv): Renamed from rpl_putenv. Change argument type from
6852         'const char *' to 'char *'.
6853         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
6854         of defining putenv in config.h, just set REPLACE_PUTENV.
6855         * modules/putenv (Depends-on): Add stdlib.
6856         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6857         (Include): Use <stdlib.h>.
6858         * lib/stdlib.in.h (putenv): New declaration.
6859         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
6860         REPLACE_PUTENV.
6861         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
6862         REPLACE_PUTENV.
6863         Needed for MacOS X 10.5.0.
6864         Reported by Peter O'Gorman <peter@pogma.com>.
6865
6866 2007-11-01  Jim Meyering  <meyering@redhat.com>
6867
6868         Treat an empty date string exactly like "0".
6869         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
6870         if the remaining date string (to be parsed) is empty, use "0".
6871         Reported by Mischa Molhoek and discussed in this thread:
6872         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
6873
6874 2007-10-31  Bruno Haible  <bruno@clisp.org>
6875
6876         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
6877         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
6878         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
6879         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
6880         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
6881         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
6882
6883 2007-10-31  Bruno Haible  <bruno@clisp.org>
6884
6885         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
6886         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
6887         (AC_TYPE_LONG_LONG_INT): Use it.
6888         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
6889         it as well.
6890         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
6891         to m4/longlong.m4.
6892         * modules/stdint (Files): Remove m4/ulonglong.m4.
6893         * modules/strtoull (Files): Use m4/longlong.m4 instead of
6894         m4/ulonglong.m4.
6895         * modules/strtoumax (Files): Likewise.
6896
6897 2007-10-30  Bruno Haible  <bruno@clisp.org>
6898
6899         * modules/xvasprintf-posix: New file.
6900         Suggested by Eric Blake.
6901
6902 2007-10-30  Bruno Haible  <bruno@clisp.org>
6903
6904         * modules/xprintf-posix-tests: New file.
6905         * tests/test-xprintf-posix.sh: New file.
6906         * tests/test-xprintf-posix.c: New file.
6907         * tests/test-xfprintf-posix.c: New file.
6908
6909         * modules/xprintf-posix: New file.
6910
6911 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6912
6913         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
6914         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
6915         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
6916
6917 2007-10-29  Bruno Haible  <bruno@clisp.org>
6918
6919         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
6920         contain the special marker '_cv_'.
6921         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
6922         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
6923         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
6924         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
6925         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
6926         Reported by Ralf Wildenhues.
6927
6928 2007-10-29  Bruno Haible  <bruno@clisp.org>
6929
6930         * gnulib-tool (func_import): When --lgpl is not specified, set
6931         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
6932         GPLv3.
6933         Reported by Simon Josefsson.
6934
6935 2007-10-28  Bruno Haible  <bruno@clisp.org>
6936
6937         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
6938         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
6939         HAVE_DECL_ISFINITE.
6940         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6941         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
6942         HAVE_DECL_ISFINITE.
6943
6944 2007-10-28  Bruno Haible  <bruno@clisp.org>
6945
6946         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
6947         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
6948
6949 2007-10-28  Bruno Haible  <bruno@clisp.org>
6950
6951         Fix link errors with Sun C 5.0 on Solaris 10.
6952         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
6953         function is declared but not present in the compiler's libm.
6954         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
6955         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
6956         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
6957         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
6958         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
6959         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
6960         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
6961         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
6962         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
6963         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
6964         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
6965         HAVE_DECL_FLOORL.
6966
6967 2007-10-28  Bruno Haible  <bruno@clisp.org>
6968
6969         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
6970         gl_FUNC_FLOORL. Cache the result.
6971         (gl_FUNC_FLOORL): Use it.
6972         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
6973         gl_FUNC_CEILL. Cache the result.
6974         (gl_FUNC_CEILL): Use it.
6975
6976         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
6977         gl_FUNC_FLOOR. Cache the result.
6978         (gl_FUNC_FLOOR): Use it.
6979         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
6980         gl_FUNC_CEIL. Cache the result.
6981         (gl_FUNC_CEIL): Use it.
6982
6983         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
6984         gl_FUNC_FLOORF. Cache the result.
6985         (gl_FUNC_FLOORF): Use it.
6986         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
6987         gl_FUNC_CEILF. Cache the result.
6988         (gl_FUNC_CEILF): Use it.
6989
6990 2007-10-28  Bruno Haible  <bruno@clisp.org>
6991
6992         * gnulib-tool: Allow specifying the LGPL version number through
6993         --lgpl=2 or --lgpl=3.
6994         (func_usage): Document --lgpl with argument.
6995         Handle --lgpl=... arguments.
6996         (func_import): Recognize also gl_LGPL calls with an argument. When
6997         --lgpl=2 is used and the module's license is just LGPL, report an
6998         error. Set sed_transform_lib_file according to the lgpl variable. In
6999         the generated files, use --lgpl or gl_LGPL invocations with argument,
7000         if necessary.
7001         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
7002         an LGPv2+ license.
7003         * doc/gnulib-tool.texi (Modified imports): Update explanation of
7004         gl_LGPL macro.
7005
7006 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7007             Bruno Haible  <bruno@clisp.org>
7008
7009         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
7010         (u16_uctomb_aux): Likewise.
7011         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
7012         !HAVE_INLINE.
7013         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
7014
7015 2007-10-28  Bruno Haible  <bruno@clisp.org>
7016
7017         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
7018         Invoke AM_GETTEXT_OPTION if it exists.
7019         * modules/vasprintf: Likewise.
7020         * modules/verror: Likewise.
7021         * modules/xprintf: Likewise.
7022         * modules/xvasprintf: Likewise.
7023
7024 2007-10-27  Ben Pfaff  <blp@gnu.org>
7025
7026         * lib/math.in.h: Define isfinite macro and prototypes for
7027         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
7028         implementations.
7029         * m4/math_h.m4: New substitutions for isfinite module.
7030         * lib/isfinite.c: New file.
7031         * m4/isfinite.m4: New file.
7032         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
7033         * modules/isfinite: New file.
7034         * modules/isfinite-tests: New file.
7035         * tests/tests-isfinite.c: New file.
7036         * doc/functions/isfinite.texi: Mention isfinite module.
7037         * MODULES.html.sh: Mention new module.
7038
7039 2007-10-27  Ben Pfaff  <blp@gnu.org>
7040
7041         Ralf Wildenhues reported that Tru64 4.0D declares the round
7042         functions but does not have definitions.
7043         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
7044         cannot be found in any library, set the output variable to
7045         "missing" instead of "".
7046         * m4/round.m4: Also use our substitute if we cannot find round in
7047         any library, even if it is declared.
7048         * m4/roundf.m4: Likewise for roundf.
7049         * m4/roundl.m4: Likewise for roundl.
7050         * lib/math.in.h: Undefine roundf, round, roundl before defining
7051         their replacements, to allow for hypothetical systems where these
7052         may be defined as macros but not available in libraries.
7053
7054 2007-10-27  Bruno Haible  <bruno@clisp.org>
7055
7056         * doc/gnulib.texi: Invoke @firstparagraphindent.
7057         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
7058         changes in gnulib.
7059         (Source changes): New section.
7060
7061 2007-10-26  Bruno Haible  <bruno@clisp.org>
7062
7063         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
7064         borrowed from autoconf.
7065
7066 2007-10-26  Bruno Haible  <bruno@clisp.org>
7067
7068         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
7069         strerror returned the empty string. Needed on HP-UX 11.00.
7070
7071 2007-10-24  Micah Cowan  <micah@cowan.name>
7072
7073         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
7074         * build-aux/bootstrap: Remove support for now-unnecessary option,
7075         --cvs-user, and envvars CVS_USER, CVS_RSH.
7076
7077 2007-10-24  Jim Meyering  <meyering@redhat.com>
7078
7079         Avoid diagnostics from sha1sum when there is no cached checksum.
7080         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
7081         if the po.s1 file hasn't been created yet.
7082
7083         * build-aux/bootstrap: Sync from coreutils:
7084         2007-10-24  Jim Meyering  <meyering@redhat.com>
7085         Get gnulib from the git repository, not from an obsolete cvs one.
7086         * build-aux/bootstrap: Suggestion from Micah Cowan.
7087         2007-10-04  Jim Meyering  <jim@meyering.net>
7088         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
7089         (update_po_files): Work also when there are no .po files in po/.
7090
7091 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7092
7093         * README: Append ".git" to git and cg examples.
7094         Problem reported by Benoit Sigoure.
7095
7096 2007-10-23  Micah Cowan  <micah@cowan.name>
7097
7098         * users.txt: Add wget.
7099
7100 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7101
7102         Fix linking of some unistdio tests on FreeBSD.
7103         * modules/unistdio/u16-vsnprintf-tests
7104         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
7105         * modules/unistdio/u16-vsprintf-tests
7106         (test_u16_vsnprintf1_LDADD): Likewise.
7107         * modules/unistdio/u32-vsnprintf-tests
7108         (test_u32_vsnprintf1_LDADD): Likewise.
7109         * modules/unistdio/u32-vsprintf-tests
7110         (test_u32_vsprintf1_LDADD): Likewise.
7111         * modules/unistdio/u8-vsnprintf-tests
7112         (test_u8_vsnprintf1_LDADD): Likewise.
7113         * modules/unistdio/u8-vsprintf-tests
7114         (test_u8_vsprintf1_LDADD): Likewise.
7115         * modules/unistdio/ulc-vsnprintf-tests
7116         (test_ulc_vsnprintf1_LDADD): Likewise.
7117         * modules/unistdio/ulc-vsprintf-tests
7118         (test_ulc_vsprintf1_LDADD): Likewise.
7119
7120         Fix linking of some uniconv tests on FreeBSD.
7121         * modules/uniconv/u16-conv-from-enc-tests
7122         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
7123         * modules/uniconv/u16-conv-to-enc-tests
7124         (test_u16_conv_to_enc_LDADD): Likewise.
7125         * modules/uniconv/u16-strconv-from-enc-tests
7126         (test_u16_strconv_from_enc_LDADD): Likewise.
7127         * modules/uniconv/u16-strconv-to-enc-tests
7128         (test_u16_strconv_to_enc_LDADD): Likewise.
7129         * modules/uniconv/u32-conv-from-enc-tests
7130         (test_u32_conv_from_enc_LDADD): Likewise.
7131         * modules/uniconv/u32-conv-to-enc-tests
7132         (test_u32_conv_to_enc_LDADD): Likewise.
7133         * modules/uniconv/u32-strconv-from-enc-tests
7134         (test_u32_strconv_from_enc_LDADD): Likewise.
7135         * modules/uniconv/u32-strconv-to-enc-tests
7136         (test_u32_strconv_to_enc_LDADD): Likewise.
7137         * modules/uniconv/u8-conv-from-enc-tests
7138         (test_u8_conv_from_enc_LDADD): Likewise.
7139         * modules/uniconv/u8-conv-to-enc-tests
7140         (test_u8_conv_to_enc_LDADD): Likewise.
7141         * modules/uniconv/u8-strconv-from-enc-tests
7142         (test_u8_strconv_from_enc_LDADD): Likewise.
7143         * modules/uniconv/u8-strconv-to-enc-tests
7144         (test_u8_strconv_to_enc_LDADD): Likewise.
7145
7146 2007-10-22  Bruno Haible  <bruno@clisp.org>
7147
7148         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
7149         size.
7150
7151 2007-10-22  Eric Blake  <ebb9@byu.net>
7152
7153         Tweak x*printf documentation.
7154         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
7155         variable name and comments.
7156         Suggested by Bruno Haible.
7157
7158 2007-10-22  Bruno Haible  <bruno@clisp.org>
7159
7160         * lib/acl.c (copy_acl): Fix file name in comment.
7161
7162 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7163
7164         Fix Tru64 problem with stdbool.h.
7165         * lib/stdbool.in.h (false, true):
7166         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
7167         Don't declare as an enum in this situation; it runs afoul of Tru64.
7168         Problem reported by Steven M. Schweda in
7169         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
7170
7171 2007-10-22  Eric Blake  <ebb9@byu.net>
7172
7173         Also wrap vf?printf.
7174         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
7175         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
7176         (xvprintf, xvfprintf): New functions.
7177
7178 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7179
7180         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
7181         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
7182
7183         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
7184         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
7185
7186 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
7187
7188         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
7189         by Bruno Haible.
7190
7191 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7192
7193         * lib/getloadavg.c
7194         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
7195         Undef `sys' after including sys/table.h, for Tru64 4.0D.
7196
7197         * tests/test-i-ring.c: Work for C89.
7198
7199 2007-10-22  Bruno Haible  <bruno@clisp.org>
7200
7201         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
7202         -1u, in preprocessor expression, so that we don't test for the bug
7203         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
7204         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
7205
7206 2007-10-22  Eric Blake  <ebb9@byu.net>
7207
7208         * tests/test-yesno.sh: Silence stderr during test.
7209
7210 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7211
7212         * modules/crypto/gc-camellia: New file.
7213
7214         * m4/gc-camellia.m4: New file.
7215
7216         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
7217
7218         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
7219
7220 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7221
7222         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
7223         --help to stdout.  Reported by sms@antinode.org (Steven
7224         M. Schweda).
7225
7226 2007-10-22  Simon Josefsson  <simon@josefsson.org>
7227
7228         * users.txt: Fix link to libksba.
7229
7230 2007-10-21  Ben Pfaff  <blp@gnu.org>
7231
7232         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
7233         round.c roundf implementation that depends on floorf and ceilf to
7234         be tested unconditionally.
7235
7236 2007-10-21  Ben Pfaff  <blp@gnu.org>
7237
7238         * m4/check-libm-func.m4: Removed.
7239         * m4/check-math-lib.m4: New file.
7240         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
7241         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
7242         definition and lack of AC_LIBOBJ([roundf]).
7243         * m4/roundl.m4: Ditto, and similarly for roundl.
7244         * modules/round: Reference new m4 file.
7245         * modules/roundf: Ditto.
7246         * modules/roundl: Ditto.
7247         * tests/test-round2.c (main): Use ROUND instead of round.
7248         Bug report from Bruno Haible.
7249
7250 2007-10-21  Bruno Haible  <bruno@clisp.org>
7251
7252         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
7253         context.
7254
7255 2007-10-21  Bruno Haible  <bruno@clisp.org>
7256
7257         * tests/test-wcwidth.c (main): Allow negative result for some control
7258         characters.
7259
7260         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
7261         Needed on OSF/1 5.1.
7262
7263 2007-10-21  Bruno Haible  <bruno@clisp.org>
7264
7265         * tests/test-floorf1.c: Include isnanf.h.
7266         (main): Use isnanf() instead of isnan().
7267         * tests/test-ceilf1.c: Include isnanf.h.
7268         (main): Use isnanf() instead of isnan().
7269         * tests/test-truncf1.c: Include isnanf.h.
7270         (main): Use isnanf() instead of isnan().
7271         * tests/test-roundf1.c: Include isnanf.h.
7272         (main): Use isnanf() instead of isnan().
7273
7274 2007-10-21  Eric Blake  <ebb9@byu.net>
7275
7276         * users.txt: Update URL for m4.
7277
7278 2007-10-21  Bruno Haible  <bruno@clisp.org>
7279
7280         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
7281
7282 2007-10-21  Bruno Haible  <bruno@clisp.org>
7283
7284         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
7285         Git's management files if the CVS files are not present.
7286
7287 2007-10-20  Bruno Haible  <bruno@clisp.org>
7288
7289         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
7290         gcc-3.4.x.
7291
7292 2007-10-20  Ben Pfaff  <blp@gnu.org>
7293
7294         * lib/math.in.h: Declare round, roundf, roundl if we are providing
7295         implementations.
7296         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
7297         * lib/round.c: New file.
7298         * lib/roundf.c: New file.
7299         * lib/roundl.c: New file.
7300         * m4/round.m4: New file.
7301         * m4/roundf.m4: New file.
7302         * m4/roundl.m4: New file.
7303         * m4/check-libm-func-m4: New file.
7304         * modules/math: Replace round, roundf, roundl related @VARS@ in
7305         math.in.h.
7306         * modules/round: New file.
7307         * modules/round-tests: New file.
7308         * modules/roundf: New file.
7309         * modules/roundf-tests: New file.
7310         * modules/roundl: New file.
7311         * modules/roundl-tests: New file.
7312         * tests/test-round1.c: New file.
7313         * tests/test-round2.c: New file.
7314         * tests/test-roundf1.c: New file.
7315         * tests/test-roundf2.c: New file.
7316         * tests/test-roundl.c: New file.
7317         * doc/functions/round.texi: Mention round module.
7318         * doc/functions/roundf.texi: Mention roundf module.
7319         * doc/functions/roundl.texi: Mention roundl module.
7320         * MODULES.html.sh: Mention new modules.
7321         Thanks to Bruno Haible for suggestions.
7322
7323 2007-10-20  Jim Meyering  <meyering@redhat.com>
7324
7325         * lib/xprintf.c: Include <config.h> unconditionally.
7326
7327         Change xprintf's license to GPL.
7328         * modules/xprintf (License): s/LGPL/GPL/, since this module
7329         depends on modules (exit and exitfail) which are GPL.
7330         Suggestion from Bruno Haible.
7331
7332         xprintf fixes.
7333         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
7334         Use a clearer diagnostic.
7335         Patch from Bruno Haible.
7336
7337 2007-10-20  Bruno Haible  <bruno@clisp.org>
7338
7339         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
7340         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
7341         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7342
7343 2007-10-20  Bruno Haible  <bruno@clisp.org>
7344
7345         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
7346         precision in the comparison result > x - 1 or similar.
7347         * tests/test-ceilf2.c (correct_result_p): Likewise.
7348         * tests/test-truncf2.c (correct_result_p): Likewise.
7349         * tests/test-trunc2.c (correct_result_p): Likewise.
7350         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7351
7352 2007-10-20  Bruno Haible  <bruno@clisp.org>
7353
7354         * modules/ceil: New file.
7355         * m4/ceil.m4: New file.
7356         * doc/functions/ceil.texi: Mention the 'ceil' module.
7357
7358 2007-10-20  Bruno Haible  <bruno@clisp.org>
7359
7360         * modules/floor: New file.
7361         * m4/floor.m4: New file.
7362         * doc/functions/floor.texi: Mention the 'floor' module.
7363
7364 2007-10-20  Bruno Haible  <bruno@clisp.org>
7365
7366         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
7367         of %a.
7368         * modules/floorf-tests (Depends-on): Likewise.
7369         * modules/truncf-tests (Depends-on): Likewise.
7370         * modules/trunc-tests (Depends-on): Likewise.
7371         Reported by Ben Pfaff.
7372
7373 2007-10-19  Jim Meyering  <meyering@redhat.com>
7374
7375         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
7376         Don't bother testing specific errno values.  Just test ferror.
7377
7378         New module: xprintf
7379         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
7380
7381 2007-10-19  Bruno Haible  <bruno@clisp.org>
7382
7383         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
7384         syntax.
7385         * modules/javaexec (Makefile.am): Likewise.
7386         * modules/relocatable-prog (Makefile.am): Likewise.
7387         Suggested by Jim Meyering.
7388
7389 2007-10-18  Bruno Haible  <bruno@clisp.org>
7390
7391         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
7392         Reported by Jim Meyering.
7393
7394 2007-10-18  Eric Blake  <ebb9@byu.net>
7395
7396         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
7397
7398 2007-10-18  Bruno Haible  <bruno@clisp.org>
7399
7400         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
7401         the format string into writable memory. Needed in Fortify conditions.
7402
7403 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
7404             Bruno Haible  <bruno@clisp.org>
7405
7406         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
7407         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
7408         * modules/trim (Depends-on): Add mbchar.
7409         (configure.ac): Add gl_FUNC_MBRTOWC.
7410         (Makefile.am): Augment lib_SOURCES.
7411
7412 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
7413
7414         Modify glob.c to use fstatat and dirfd, to simplify it.
7415         Suggested by Eric Blake.
7416         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
7417         Don't include <stdbool.h>; not used.
7418         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
7419         (link_exists_p): Simplify implementation, since we can now assume
7420         dirfd and fstatat.
7421         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
7422
7423 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7424
7425         * gnulib-tool (func_get_dependencies): Fix sed script to
7426         match only tests.
7427
7428 2007-10-17  Bruno Haible  <bruno@clisp.org>
7429
7430         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
7431         allow locale names without encoding suffix.
7432         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
7433         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7434
7435 2007-10-16  Bruno Haible  <bruno@clisp.org>
7436
7437         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
7438         * lib/getgroups.c (getgroups): Likewise.
7439         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
7440
7441 2007-10-16  Bruno Haible  <bruno@clisp.org>
7442
7443         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
7444         * modules/malloc-posix (License): Likewise.
7445         * modules/realloc-posix (License): Likewise.
7446         * modules/calloc-posix (License): Likewise.
7447         * modules/intprops (License): Change from GPL to LGPL, with
7448         Paul Eggert's approval.
7449
7450 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7451
7452         Merge glibc changes into lib/glob.c.
7453
7454         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
7455         2007-10-15 04:59:03 UTC.  Here are the changes:
7456
7457         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
7458
7459         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
7460
7461         * lib/glob.c: Add some branch prediction throughout.
7462
7463         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
7464
7465         [BZ #5103]
7466         * lib/glob.c (glob): Recognize patterns starting \/.
7467
7468         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7469
7470         [BZ #3996]
7471         * lib/glob.c (attribute_hidden): Define if not defined.
7472         (glob): Unescape dirname, filename or username when needed and not
7473         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7474         is NULL.  Handle unescaped [ in pattern without closing ].
7475         Don't pass GLOB_CHECK down to recursive glob for directories.
7476         (__glob_pattern_type): New function.
7477         (__glob_pattern_p): Implement using __glob_pattern_type.
7478         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7479         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7480         Remove unreachable code.
7481
7482         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
7483
7484         * lib/glob.c (glob_in_dir): Add some comments and asserts to
7485         explain why there are no leaks.
7486
7487         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
7488
7489         [BZ #3253]
7490         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
7491         time, rather allocate increasingly bigger arrays of pointers, if
7492         possible with alloca, if too large with malloc.
7493
7494 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7495
7496         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
7497         Problem reported by H.Merijn Brand in
7498         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
7499         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
7500         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7501
7502 2007-10-15  Bruno Haible  <bruno@clisp.org>
7503
7504         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
7505         with explicit rpl_ prefix.
7506         * lib/fopen.c (fopen): Likewise.
7507         * lib/freopen.c (freopen): Likewise.
7508         * lib/iconv.c (iconv): Likewise.
7509         * lib/iconv_close.c (iconv_close): Likewise.
7510
7511 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7512
7513         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
7514
7515 2007-10-15  Bruno Haible  <bruno@clisp.org>
7516
7517         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
7518         <stddef.h> instead of <stdlib.h> since we only need NULL.
7519         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7520
7521 2007-10-15  Bruno Haible  <bruno@clisp.org>
7522
7523         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
7524         Replace paragraph talking about LIBOBJS.
7525         Reported by Colin Watson <cjwatson@debian.org>.
7526
7527 2007-10-15  Bruno Haible  <bruno@clisp.org>
7528
7529         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
7530         <stdlib.h> before using NULL.
7531
7532 2007-10-15  Simon Josefsson  <simon@josefsson.org>
7533
7534         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
7535         Reported by Albert Chin <china@thewrittenword.com>.
7536
7537 2007-10-14  Bruno Haible  <bruno@clisp.org>
7538
7539         * modules/iconv_open-utf-tests: New file.
7540         * tests/test-iconv-utf.c: New file.
7541
7542         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
7543         * modules/iconv_open-utf: New file.
7544         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
7545         (iconv, iconv_close): New declarations.
7546         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
7547         be defined.
7548         (iconv_open): Add special handling of conversion between UTF-8 and
7549         UTF-{16,32}{BE,LE}.
7550         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
7551         * lib/iconv_close.c: New file.
7552         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
7553         gl_FUNC_ICONV_OPEN.
7554         (gl_FUNC_ICONV_OPEN): Use it.
7555         (gl_FUNC_ICONV_OPEN_UTF): New macro.
7556         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
7557         and REPLACE_ICONV_UTF.
7558         * modules/iconv_open (Depends-on): Add c-strcase.
7559         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
7560         ICONV_CONST.
7561         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
7562
7563 2007-10-13  Albert Chin  <china@thewrittenword.com>
7564             Bruno Haible  <bruno@clisp.org>
7565
7566         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
7567         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
7568
7569 2007-10-13  Bruno Haible  <bruno@clisp.org>
7570
7571         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
7572         defined, use the ISO C99 inline semantics.
7573         * lib/argp.h (ARGP_EI): Likewise.
7574
7575 2007-10-13  Bruno Haible  <bruno@clisp.org>
7576
7577         Handle 'inline' change in gcc 4.3.0.
7578         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
7579         argp_fmtstream_write, argp_fmtstream_set_lmargin,
7580         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
7581         argp_fmtstream_point): Disable 'extern' declaration if the function
7582         definition is going to be provided inline.
7583         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
7584         semantics, not the ISO C99 inline semantics.
7585         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
7586         'extern' declaration if the function definition is going to be provided
7587         inline.
7588         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
7589         the GNU C inline semantics, not the ISO C99 inline semantics. With
7590         GCC 4.2, avoid a warning.
7591
7592 2007-10-13  Bruno Haible  <bruno@clisp.org>
7593
7594         * lib/freading.h (freading): Enable the use of __freading for
7595         glibc >= 2.7.
7596         * lib/freading.c (freading): Likewise.
7597
7598 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
7599
7600         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
7601         "warning: C99 inline functions are not supported; using GNU89".
7602
7603 2007-10-12  Bruno Haible  <bruno@clisp.org>
7604
7605         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
7606         of 2.
7607         * tests/test-ceilf2.c: New file.
7608         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
7609
7610         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
7611         * modules/ceilf-tests: Update.
7612
7613 2007-10-12  Bruno Haible  <bruno@clisp.org>
7614
7615         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
7616         of 2.
7617         * tests/test-floorf2.c: New file.
7618         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
7619
7620         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
7621         * modules/floorf-tests: Update.
7622
7623 2007-10-12  Bruno Haible  <bruno@clisp.org>
7624
7625         * tests/test-trunc2.c: New file.
7626         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
7627
7628         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
7629         * modules/trunc-tests: Update.
7630
7631 2007-10-12  Bruno Haible  <bruno@clisp.org>
7632
7633         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
7634         of 2.
7635         * tests/test-truncf2.c: New file.
7636         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
7637
7638         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
7639         * modules/truncf-tests: Update.
7640
7641 2007-10-11  Eric Blake  <ebb9@byu.net>
7642
7643         Don't claim strerror is broken on Interix.
7644         * doc/functions/strerror.texi (strerror): Known broken systems are
7645         now Solaris 8, and not Interix.
7646         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
7647         Interix on cross-compile.
7648         Reported by Martin Koeppe in
7649         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
7650
7651 2007-10-11  Bruno Haible  <bruno@clisp.org>
7652
7653         * modules/i-ring-tests: New file.
7654         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
7655         instead of assert.
7656
7657 2007-10-11  Bruno Haible  <bruno@clisp.org>
7658
7659         * modules/filenamecat-tests: New file.
7660         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
7661         * lib/filenamecat.c: Remove test code.
7662
7663 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
7664
7665         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
7666
7667         * lib/strerror.c: Include <string.h> always, to test interface,
7668         and to remove the need for the dummy.
7669         Include intprops.h to compute width instead of doing it ourselves
7670         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
7671         (strerror): Define it to return NULL if there's no system strerror.
7672         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
7673         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
7674         ancient pre-strerror Unix systems well any more.  Saying "unknown
7675         system error" is enough.
7676         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
7677         simpler strerror.c implementation.
7678         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
7679         Simplify the tests to reflect the simpler strerror implementation.
7680         * modules/strerror (Depends-on): Add intprops.
7681
7682 2007-10-09  Eric Blake  <ebb9@byu.net>
7683
7684         Silence test-fpending.
7685         * modules/fpending-tests (Files): Add wrapper script.
7686         * tests/test-fpending.sh: New file.
7687
7688 2007-10-09  Bruno Haible  <bruno@clisp.org>
7689
7690         * MODULES.html.sh (func_module): Don't create a hyperlink for
7691         function names like 'printf_frexp'.
7692         (Misc): Add crc, memxor.
7693         (Characteristics of floating types): New section.
7694         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
7695         isnanf-nolibm, signbit, trunc, truncf, truncl.
7696         (Enhancements for ISO C 99 functions): New subsection Input/output.
7697         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
7698         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
7699         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
7700         (Compatibility checks for POSIX:2001 functions): Add clock-time.
7701         (Enhancements for POSIX:2001 functions): Add chdir-long.
7702         (File system functions): Add areadlink, chdir-safer, read-file.
7703         Remove cycle-check.
7704         (File system as inode set): New section.
7705         (Date and time): Add gethrxtime.
7706         (Multithreading): Add openmp.
7707         (Internationalization functions): Add localename.
7708         (Unicode string functions): Add unistr/u*-mbsnlen.
7709         (Support for maintaining and releasing projects): Add git-version-gen.
7710         (Lone files): Remove directories.
7711
7712 2007-10-08  Ben Pfaff  <blp@gnu.org>
7713
7714         * lib/xmalloca.h: Fix typo in comment.
7715
7716 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7717
7718         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
7719         when avoiding problems with integer overflow.  Use a portable test
7720         instead.
7721
7722 2007-10-08  Simon Josefsson  <simon@josefsson.org>
7723
7724         * modules/dummy (License): Change to LGPLv2+.
7725         * modules/float (License): Likewise
7726         * modules/realloc (License): Likewise
7727         * modules/stdlib (License): Likewise
7728
7729 2007-10-07  Bruno Haible  <bruno@clisp.org>
7730
7731         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
7732         * floor.c (TWO_MANT_DIG): Likewise.
7733         * ceil.c (TWO_MANT_DIG): Likewise.
7734         Reported by Ben Pfaff.
7735
7736 2007-10-07  Bruno Haible  <bruno@clisp.org>
7737
7738         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
7739         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
7740         * lib/frexp.c (FUNC): Likewise.
7741         * lib/printf-frexp.h (printf_frexp): Likewise.
7742         * lib/printf-frexpl.h (printf_frexpl): Likewise.
7743         * lib/printf-frexp.c (FUNC): Likewise.
7744         Suggested by Jim Meyering.
7745
7746 2007-10-07  Jim Meyering  <meyering@redhat.com>
7747
7748         Make xnanosleep's integer overflow test more robust.
7749         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
7750         so that gcc-4.3.0 doesn't optimize away this test for overflow.
7751
7752 2007-10-07  Bruno Haible  <bruno@clisp.org>
7753
7754         * NEWS: Mention the license change.
7755
7756         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
7757         abbreviations in the modules files.
7758
7759         Change copyright notice from GPLv2+ to GPLv3+.
7760         * README: Change copyright notice.
7761         * MODULES.html.sh: Likewise.
7762         * build-aux/bootstrap.conf: Likewise.
7763         * build-aux/config.libpath: Likewise.
7764         * build-aux/csharpcomp.sh.in: Likewise.
7765         * build-aux/csharpexec.sh.in: Likewise.
7766         * build-aux/install-reloc: Likewise.
7767         * build-aux/javacomp.sh.in: Likewise.
7768         * build-aux/javaexec.sh.in: Likewise.
7769         * build-aux/ldd.sh.in: Likewise.
7770         * build-aux/reloc-ldflags: Likewise.
7771         * build-aux/relocatable.sh.in: Likewise.
7772         * build-aux/x-to-1.in: Likewise.
7773         * check-module: Likewise.
7774         * config/srclistvars.sh: Likewise.
7775         * gnulib-tool: Likewise.
7776         * lib/acl-internal.h: Likewise.
7777         * lib/acl.c: Likewise.
7778         * lib/acl.h: Likewise.
7779         * lib/acl_entries.c: Likewise.
7780         * lib/areadlink-with-size.c: Likewise.
7781         * lib/areadlink.c: Likewise.
7782         * lib/areadlink.h: Likewise.
7783         * lib/argmatch.c: Likewise.
7784         * lib/argmatch.h: Likewise.
7785         * lib/argp-ba.c: Likewise.
7786         * lib/argp-eexst.c: Likewise.
7787         * lib/argp-fmtstream.c: Likewise.
7788         * lib/argp-fmtstream.h: Likewise.
7789         * lib/argp-fs-xinl.c: Likewise.
7790         * lib/argp-help.c: Likewise.
7791         * lib/argp-namefrob.h: Likewise.
7792         * lib/argp-parse.c: Likewise.
7793         * lib/argp-pin.c: Likewise.
7794         * lib/argp-pv.c: Likewise.
7795         * lib/argp-pvh.c: Likewise.
7796         * lib/argp-xinl.c: Likewise.
7797         * lib/argp.h: Likewise.
7798         * lib/at-func.c: Likewise.
7799         * lib/atanl.c: Likewise.
7800         * lib/backupfile.c: Likewise.
7801         * lib/backupfile.h: Likewise.
7802         * lib/basename.c: Likewise.
7803         * lib/binary-io.h: Likewise.
7804         * lib/byteswap.in.h: Likewise.
7805         * lib/c-stack.c: Likewise.
7806         * lib/c-stack.h: Likewise.
7807         * lib/c-strcasestr.c: Likewise.
7808         * lib/c-strcasestr.h: Likewise.
7809         * lib/c-strstr.c: Likewise.
7810         * lib/c-strstr.h: Likewise.
7811         * lib/c-strtod.c: Likewise.
7812         * lib/calloc.c: Likewise.
7813         * lib/canon-host.c: Likewise.
7814         * lib/canon-host.h: Likewise.
7815         * lib/canonicalize-lgpl.c: Likewise.
7816         * lib/canonicalize.c: Likewise.
7817         * lib/canonicalize.h: Likewise.
7818         * lib/ceil.c: Likewise.
7819         * lib/ceilf.c: Likewise.
7820         * lib/ceill.c: Likewise.
7821         * lib/chdir-long.c: Likewise.
7822         * lib/chdir-long.h: Likewise.
7823         * lib/chdir-safer.c: Likewise.
7824         * lib/chdir-safer.h: Likewise.
7825         * lib/chown.c: Likewise.
7826         * lib/classpath.c: Likewise.
7827         * lib/classpath.h: Likewise.
7828         * lib/clean-temp.c: Likewise.
7829         * lib/clean-temp.h: Likewise.
7830         * lib/cloexec.c: Likewise.
7831         * lib/close-stream.c: Likewise.
7832         * lib/closein.c: Likewise.
7833         * lib/closein.h: Likewise.
7834         * lib/closeout.c: Likewise.
7835         * lib/closeout.h: Likewise.
7836         * lib/concat-filename.c: Likewise.
7837         * lib/copy-file.c: Likewise.
7838         * lib/copy-file.h: Likewise.
7839         * lib/count-one-bits.h: Likewise.
7840         * lib/crc.c: Likewise.
7841         * lib/crc.h: Likewise.
7842         * lib/creat-safer.c: Likewise.
7843         * lib/csharpcomp.c: Likewise.
7844         * lib/csharpcomp.h: Likewise.
7845         * lib/csharpexec.c: Likewise.
7846         * lib/csharpexec.h: Likewise.
7847         * lib/cycle-check.c: Likewise.
7848         * lib/cycle-check.h: Likewise.
7849         * lib/diacrit.c: Likewise.
7850         * lib/diacrit.h: Likewise.
7851         * lib/diffseq.h: Likewise.
7852         * lib/dirchownmod.c: Likewise.
7853         * lib/dirent.in.h: Likewise.
7854         * lib/dirfd.c: Likewise.
7855         * lib/dirfd.h: Likewise.
7856         * lib/dirname.c: Likewise.
7857         * lib/dirname.h: Likewise.
7858         * lib/dummy.c: Likewise.
7859         * lib/dup-safer.c: Likewise.
7860         * lib/dup2.c: Likewise.
7861         * lib/eealloc.h: Likewise.
7862         * lib/error.c: Likewise.
7863         * lib/error.h: Likewise.
7864         * lib/euidaccess.c: Likewise.
7865         * lib/exclude.c: Likewise.
7866         * lib/exclude.h: Likewise.
7867         * lib/execute.c: Likewise.
7868         * lib/execute.h: Likewise.
7869         * lib/exitfail.c: Likewise.
7870         * lib/exitfail.h: Likewise.
7871         * lib/expl.c: Likewise.
7872         * lib/fatal-signal.c: Likewise.
7873         * lib/fatal-signal.h: Likewise.
7874         * lib/fbufmode.c: Likewise.
7875         * lib/fbufmode.h: Likewise.
7876         * lib/fchdir.c: Likewise.
7877         * lib/fchmodat.c: Likewise.
7878         * lib/fchownat.c: Likewise.
7879         * lib/fcntl--.h: Likewise.
7880         * lib/fcntl-safer.h: Likewise.
7881         * lib/fcntl.in.h: Likewise.
7882         * lib/fd-safer.c: Likewise.
7883         * lib/fflush.c: Likewise.
7884         * lib/file-has-acl.c: Likewise.
7885         * lib/file-set.c: Likewise.
7886         * lib/file-type.c: Likewise.
7887         * lib/file-type.h: Likewise.
7888         * lib/fileblocks.c: Likewise.
7889         * lib/filemode.c: Likewise.
7890         * lib/filemode.h: Likewise.
7891         * lib/filename.h: Likewise.
7892         * lib/filenamecat.c: Likewise.
7893         * lib/filenamecat.h: Likewise.
7894         * lib/findprog.c: Likewise.
7895         * lib/findprog.h: Likewise.
7896         * lib/float.in.h: Likewise.
7897         * lib/floor.c: Likewise.
7898         * lib/floorf.c: Likewise.
7899         * lib/floorl.c: Likewise.
7900         * lib/fopen-safer.c: Likewise.
7901         * lib/fopen.c: Likewise.
7902         * lib/fpending.c: Likewise.
7903         * lib/fpending.h: Likewise.
7904         * lib/fprintf.c: Likewise.
7905         * lib/fprintftime.h: Likewise.
7906         * lib/fpucw.h: Likewise.
7907         * lib/fpurge.c: Likewise.
7908         * lib/fpurge.h: Likewise.
7909         * lib/freadable.c: Likewise.
7910         * lib/freadable.h: Likewise.
7911         * lib/freadahead.c: Likewise.
7912         * lib/freadahead.h: Likewise.
7913         * lib/freading.c: Likewise.
7914         * lib/freading.h: Likewise.
7915         * lib/free.c: Likewise.
7916         * lib/freopen.c: Likewise.
7917         * lib/frexp.c: Likewise.
7918         * lib/frexpl.c: Likewise.
7919         * lib/fseek.c: Likewise.
7920         * lib/fseterr.c: Likewise.
7921         * lib/fseterr.h: Likewise.
7922         * lib/fstatat.c: Likewise.
7923         * lib/fstrcmp.c: Likewise.
7924         * lib/fstrcmp.h: Likewise.
7925         * lib/fsusage.c: Likewise.
7926         * lib/fsusage.h: Likewise.
7927         * lib/ftell.c: Likewise.
7928         * lib/ftello.c: Likewise.
7929         * lib/fts-cycle.c: Likewise.
7930         * lib/fts.c: Likewise.
7931         * lib/fts_.h: Likewise.
7932         * lib/full-read.c: Likewise.
7933         * lib/full-read.h: Likewise.
7934         * lib/full-write.c: Likewise.
7935         * lib/full-write.h: Likewise.
7936         * lib/fwritable.c: Likewise.
7937         * lib/fwritable.h: Likewise.
7938         * lib/fwriteerror.c: Likewise.
7939         * lib/fwriteerror.h: Likewise.
7940         * lib/fwriting.c: Likewise.
7941         * lib/fwriting.h: Likewise.
7942         * lib/gcd.c: Likewise.
7943         * lib/gcd.h: Likewise.
7944         * lib/getcwd.c: Likewise.
7945         * lib/getdate.h: Likewise.
7946         * lib/getdate.y: Likewise.
7947         * lib/getdomainname.c: Likewise.
7948         * lib/getdomainname.h: Likewise.
7949         * lib/getgroups.c: Likewise.
7950         * lib/gethostname.c: Likewise.
7951         * lib/gethrxtime.c: Likewise.
7952         * lib/gethrxtime.h: Likewise.
7953         * lib/getloadavg.c: Likewise.
7954         * lib/getndelim2.c: Likewise.
7955         * lib/getndelim2.h: Likewise.
7956         * lib/getnline.c: Likewise.
7957         * lib/getnline.h: Likewise.
7958         * lib/getopt.c: Likewise.
7959         * lib/getopt.in.h: Likewise.
7960         * lib/getopt1.c: Likewise.
7961         * lib/getopt_int.h: Likewise.
7962         * lib/getpagesize.h: Likewise.
7963         * lib/getsubopt.c: Likewise.
7964         * lib/gettime.c: Likewise.
7965         * lib/getugroups.c: Likewise.
7966         * lib/getugroups.h: Likewise.
7967         * lib/getusershell.c: Likewise.
7968         * lib/gl_anyavltree_list1.h: Likewise.
7969         * lib/gl_anyavltree_list2.h: Likewise.
7970         * lib/gl_anyhash_list1.h: Likewise.
7971         * lib/gl_anyhash_list2.h: Likewise.
7972         * lib/gl_anylinked_list1.h: Likewise.
7973         * lib/gl_anylinked_list2.h: Likewise.
7974         * lib/gl_anyrbtree_list1.h: Likewise.
7975         * lib/gl_anyrbtree_list2.h: Likewise.
7976         * lib/gl_anytree_list1.h: Likewise.
7977         * lib/gl_anytree_list2.h: Likewise.
7978         * lib/gl_anytree_oset.h: Likewise.
7979         * lib/gl_anytreehash_list1.h: Likewise.
7980         * lib/gl_anytreehash_list2.h: Likewise.
7981         * lib/gl_array_list.c: Likewise.
7982         * lib/gl_array_list.h: Likewise.
7983         * lib/gl_array_oset.c: Likewise.
7984         * lib/gl_array_oset.h: Likewise.
7985         * lib/gl_avltree_list.c: Likewise.
7986         * lib/gl_avltree_list.h: Likewise.
7987         * lib/gl_avltree_oset.c: Likewise.
7988         * lib/gl_avltree_oset.h: Likewise.
7989         * lib/gl_avltreehash_list.c: Likewise.
7990         * lib/gl_avltreehash_list.h: Likewise.
7991         * lib/gl_carray_list.c: Likewise.
7992         * lib/gl_carray_list.h: Likewise.
7993         * lib/gl_linked_list.c: Likewise.
7994         * lib/gl_linked_list.h: Likewise.
7995         * lib/gl_linkedhash_list.c: Likewise.
7996         * lib/gl_linkedhash_list.h: Likewise.
7997         * lib/gl_list.c: Likewise.
7998         * lib/gl_list.h: Likewise.
7999         * lib/gl_oset.c: Likewise.
8000         * lib/gl_oset.h: Likewise.
8001         * lib/gl_rbtree_list.c: Likewise.
8002         * lib/gl_rbtree_list.h: Likewise.
8003         * lib/gl_rbtree_oset.c: Likewise.
8004         * lib/gl_rbtree_oset.h: Likewise.
8005         * lib/gl_rbtreehash_list.c: Likewise.
8006         * lib/gl_rbtreehash_list.h: Likewise.
8007         * lib/gl_sublist.c: Likewise.
8008         * lib/gl_sublist.h: Likewise.
8009         * lib/group-member.c: Likewise.
8010         * lib/group-member.h: Likewise.
8011         * lib/hard-locale.c: Likewise.
8012         * lib/hard-locale.h: Likewise.
8013         * lib/hash-pjw.c: Likewise.
8014         * lib/hash-pjw.h: Likewise.
8015         * lib/hash-triple.c: Likewise.
8016         * lib/hash.c: Likewise.
8017         * lib/hash.h: Likewise.
8018         * lib/human.c: Likewise.
8019         * lib/human.h: Likewise.
8020         * lib/i-ring.c: Likewise.
8021         * lib/i-ring.h: Likewise.
8022         * lib/idcache.c: Likewise.
8023         * lib/imaxabs.c: Likewise.
8024         * lib/imaxdiv.c: Likewise.
8025         * lib/inet_pton.c: Likewise.
8026         * lib/inet_pton.h: Likewise.
8027         * lib/intprops.h: Likewise.
8028         * lib/inttostr.c: Likewise.
8029         * lib/inttostr.h: Likewise.
8030         * lib/inttypes.in.h: Likewise.
8031         * lib/isapipe.c: Likewise.
8032         * lib/isdir.c: Likewise.
8033         * lib/isnan.c: Likewise.
8034         * lib/isnan.h: Likewise.
8035         * lib/isnanf.c: Likewise.
8036         * lib/isnanf.h: Likewise.
8037         * lib/isnanl-nolibm.h: Likewise.
8038         * lib/isnanl.c: Likewise.
8039         * lib/isnanl.h: Likewise.
8040         * lib/javacomp.c: Likewise.
8041         * lib/javacomp.h: Likewise.
8042         * lib/javaexec.c: Likewise.
8043         * lib/javaexec.h: Likewise.
8044         * lib/javaversion.c: Likewise.
8045         * lib/javaversion.h: Likewise.
8046         * lib/javaversion.java: Likewise.
8047         * lib/lbrkprop.h: Likewise.
8048         * lib/lchmod.h: Likewise.
8049         * lib/lchown.c: Likewise.
8050         * lib/ldexpl.c: Likewise.
8051         * lib/linebreak.c: Likewise.
8052         * lib/linebreak.h: Likewise.
8053         * lib/linebuffer.c: Likewise.
8054         * lib/linebuffer.h: Likewise.
8055         * lib/locale.in.h: Likewise.
8056         * lib/logl.c: Likewise.
8057         * lib/long-options.c: Likewise.
8058         * lib/long-options.h: Likewise.
8059         * lib/lstat.c: Likewise.
8060         * lib/lstat.h: Likewise.
8061         * lib/math.in.h: Likewise.
8062         * lib/mbchar.c: Likewise.
8063         * lib/mbchar.h: Likewise.
8064         * lib/mbfile.h: Likewise.
8065         * lib/mbiter.h: Likewise.
8066         * lib/mbscasecmp.c: Likewise.
8067         * lib/mbscasestr.c: Likewise.
8068         * lib/mbschr.c: Likewise.
8069         * lib/mbscspn.c: Likewise.
8070         * lib/mbslen.c: Likewise.
8071         * lib/mbsncasecmp.c: Likewise.
8072         * lib/mbsnlen.c: Likewise.
8073         * lib/mbspbrk.c: Likewise.
8074         * lib/mbspcasecmp.c: Likewise.
8075         * lib/mbsrchr.c: Likewise.
8076         * lib/mbssep.c: Likewise.
8077         * lib/mbsspn.c: Likewise.
8078         * lib/mbsstr.c: Likewise.
8079         * lib/mbstok_r.c: Likewise.
8080         * lib/mbswidth.c: Likewise.
8081         * lib/mbswidth.h: Likewise.
8082         * lib/mbuiter.h: Likewise.
8083         * lib/memcasecmp.c: Likewise.
8084         * lib/memcasecmp.h: Likewise.
8085         * lib/memchr.c: Likewise.
8086         * lib/memcmp.c: Likewise.
8087         * lib/memcoll.c: Likewise.
8088         * lib/memcoll.h: Likewise.
8089         * lib/memcpy.c: Likewise.
8090         * lib/memrchr.c: Likewise.
8091         * lib/mkancesdirs.c: Likewise.
8092         * lib/mkdir-p.c: Likewise.
8093         * lib/mkdir-p.h: Likewise.
8094         * lib/mkdir.c: Likewise.
8095         * lib/mkdirat.c: Likewise.
8096         * lib/mkdtemp.c: Likewise.
8097         * lib/mkstemp-safer.c: Likewise.
8098         * lib/mkstemp.c: Likewise.
8099         * lib/modechange.c: Likewise.
8100         * lib/modechange.h: Likewise.
8101         * lib/mountlist.c: Likewise.
8102         * lib/mountlist.h: Likewise.
8103         * lib/mpsort.c: Likewise.
8104         * lib/nanosleep.c: Likewise.
8105         * lib/obstack.c: Likewise.
8106         * lib/obstack.h: Likewise.
8107         * lib/open-safer.c: Likewise.
8108         * lib/open.c: Likewise.
8109         * lib/openat-die.c: Likewise.
8110         * lib/openat-priv.h: Likewise.
8111         * lib/openat-proc.c: Likewise.
8112         * lib/openat.c: Likewise.
8113         * lib/openat.h: Likewise.
8114         * lib/pagealign_alloc.c: Likewise.
8115         * lib/pagealign_alloc.h: Likewise.
8116         * lib/physmem.c: Likewise.
8117         * lib/physmem.h: Likewise.
8118         * lib/pipe-safer.c: Likewise.
8119         * lib/pipe.c: Likewise.
8120         * lib/pipe.h: Likewise.
8121         * lib/posixtm.c: Likewise.
8122         * lib/posixtm.h: Likewise.
8123         * lib/posixver.c: Likewise.
8124         * lib/printf-frexp.c: Likewise.
8125         * lib/printf-frexp.h: Likewise.
8126         * lib/printf-frexpl.c: Likewise.
8127         * lib/printf-frexpl.h: Likewise.
8128         * lib/printf.c: Likewise.
8129         * lib/progname.c: Likewise.
8130         * lib/progname.h: Likewise.
8131         * lib/progreloc.c: Likewise.
8132         * lib/putenv.c: Likewise.
8133         * lib/quote.c: Likewise.
8134         * lib/quote.h: Likewise.
8135         * lib/quotearg.c: Likewise.
8136         * lib/quotearg.h: Likewise.
8137         * lib/raise.c: Likewise.
8138         * lib/readline.c: Likewise.
8139         * lib/readline.h: Likewise.
8140         * lib/readlink.c: Likewise.
8141         * lib/readtokens.c: Likewise.
8142         * lib/readtokens.h: Likewise.
8143         * lib/readtokens0.c: Likewise.
8144         * lib/readtokens0.h: Likewise.
8145         * lib/readutmp.c: Likewise.
8146         * lib/readutmp.h: Likewise.
8147         * lib/realloc.c: Likewise.
8148         * lib/relocwrapper.c: Likewise.
8149         * lib/rename-dest-slash.c: Likewise.
8150         * lib/rename.c: Likewise.
8151         * lib/rmdir.c: Likewise.
8152         * lib/rpmatch.c: Likewise.
8153         * lib/safe-read.c: Likewise.
8154         * lib/safe-read.h: Likewise.
8155         * lib/safe-write.c: Likewise.
8156         * lib/safe-write.h: Likewise.
8157         * lib/same-inode.h: Likewise.
8158         * lib/same.c: Likewise.
8159         * lib/same.h: Likewise.
8160         * lib/save-cwd.c: Likewise.
8161         * lib/save-cwd.h: Likewise.
8162         * lib/savedir.c: Likewise.
8163         * lib/savedir.h: Likewise.
8164         * lib/savewd.c: Likewise.
8165         * lib/savewd.h: Likewise.
8166         * lib/search.in.h: Likewise.
8167         * lib/setenv.c: Likewise.
8168         * lib/setenv.h: Likewise.
8169         * lib/settime.c: Likewise.
8170         * lib/sh-quote.c: Likewise.
8171         * lib/sh-quote.h: Likewise.
8172         * lib/sig2str.c: Likewise.
8173         * lib/sig2str.h: Likewise.
8174         * lib/signal.in.h: Likewise.
8175         * lib/signbitd.c: Likewise.
8176         * lib/signbitf.c: Likewise.
8177         * lib/signbitl.c: Likewise.
8178         * lib/sigprocmask.c: Likewise.
8179         * lib/sincosl.c: Likewise.
8180         * lib/sleep.c: Likewise.
8181         * lib/sprintf.c: Likewise.
8182         * lib/sqrtl.c: Likewise.
8183         * lib/stat-time.h: Likewise.
8184         * lib/stdio--.h: Likewise.
8185         * lib/stdio-safer.h: Likewise.
8186         * lib/stdlib--.h: Likewise.
8187         * lib/stdlib-safer.h: Likewise.
8188         * lib/stdlib.in.h: Likewise.
8189         * lib/stpcpy.c: Likewise.
8190         * lib/stpncpy.c: Likewise.
8191         * lib/strchrnul.c: Likewise.
8192         * lib/strcspn.c: Likewise.
8193         * lib/strerror.c: Likewise.
8194         * lib/strftime.c: Likewise.
8195         * lib/strftime.h: Likewise.
8196         * lib/striconveh.c: Likewise.
8197         * lib/striconveh.h: Likewise.
8198         * lib/striconveha.c: Likewise.
8199         * lib/striconveha.h: Likewise.
8200         * lib/stripslash.c: Likewise.
8201         * lib/strnlen1.c: Likewise.
8202         * lib/strnlen1.h: Likewise.
8203         * lib/strtod.c: Likewise.
8204         * lib/strtoimax.c: Likewise.
8205         * lib/strtok_r.c: Likewise.
8206         * lib/strtol.c: Likewise.
8207         * lib/strtoll.c: Likewise.
8208         * lib/strtoul.c: Likewise.
8209         * lib/strtoull.c: Likewise.
8210         * lib/sysexits.in.h: Likewise.
8211         * lib/tempname.c: Likewise.
8212         * lib/tempname.h: Likewise.
8213         * lib/timespec.h: Likewise.
8214         * lib/tls.c: Likewise.
8215         * lib/tls.h: Likewise.
8216         * lib/tmpdir.c: Likewise.
8217         * lib/tmpdir.h: Likewise.
8218         * lib/tmpfile-safer.c: Likewise.
8219         * lib/tmpfile.c: Likewise.
8220         * lib/trigl.c: Likewise.
8221         * lib/trigl.h: Likewise.
8222         * lib/trim.c: Likewise.
8223         * lib/trim.h: Likewise.
8224         * lib/trunc.c: Likewise.
8225         * lib/truncf.c: Likewise.
8226         * lib/truncl.c: Likewise.
8227         * lib/tsearch.c: Likewise.
8228         * lib/unicodeio.c: Likewise.
8229         * lib/unicodeio.h: Likewise.
8230         * lib/unistd--.h: Likewise.
8231         * lib/unistd-safer.h: Likewise.
8232         * lib/unistdio/ulc-fprintf.c: Likewise.
8233         * lib/unistdio/ulc-vfprintf.c: Likewise.
8234         * lib/unlinkdir.c: Likewise.
8235         * lib/unlinkdir.h: Likewise.
8236         * lib/unlocked-io.h: Likewise.
8237         * lib/unsetenv.c: Likewise.
8238         * lib/userspec.c: Likewise.
8239         * lib/utime.c: Likewise.
8240         * lib/utimecmp.c: Likewise.
8241         * lib/utimecmp.h: Likewise.
8242         * lib/utimens.c: Likewise.
8243         * lib/verify.h: Likewise.
8244         * lib/verror.c: Likewise.
8245         * lib/verror.h: Likewise.
8246         * lib/version-etc-fsf.c: Likewise.
8247         * lib/version-etc.c: Likewise.
8248         * lib/version-etc.h: Likewise.
8249         * lib/vfprintf.c: Likewise.
8250         * lib/vprintf.c: Likewise.
8251         * lib/vsprintf.c: Likewise.
8252         * lib/w32spawn.h: Likewise.
8253         * lib/wait-process.c: Likewise.
8254         * lib/wait-process.h: Likewise.
8255         * lib/wcwidth.c: Likewise.
8256         * lib/write-any-file.c: Likewise.
8257         * lib/xalloc-die.c: Likewise.
8258         * lib/xalloc.h: Likewise.
8259         * lib/xasprintf.c: Likewise.
8260         * lib/xgetcwd.c: Likewise.
8261         * lib/xgetcwd.h: Likewise.
8262         * lib/xgetdomainname.c: Likewise.
8263         * lib/xgetdomainname.h: Likewise.
8264         * lib/xgethostname.c: Likewise.
8265         * lib/xmalloc.c: Likewise.
8266         * lib/xmalloca.c: Likewise.
8267         * lib/xmalloca.h: Likewise.
8268         * lib/xmemcoll.c: Likewise.
8269         * lib/xnanosleep.c: Likewise.
8270         * lib/xreadlink.c: Likewise.
8271         * lib/xreadlink.h: Likewise.
8272         * lib/xsetenv.c: Likewise.
8273         * lib/xsetenv.h: Likewise.
8274         * lib/xstriconv.c: Likewise.
8275         * lib/xstriconv.h: Likewise.
8276         * lib/xstrndup.c: Likewise.
8277         * lib/xstrndup.h: Likewise.
8278         * lib/xstrtod.c: Likewise.
8279         * lib/xstrtod.h: Likewise.
8280         * lib/xstrtol-error.c: Likewise.
8281         * lib/xstrtol.c: Likewise.
8282         * lib/xstrtol.h: Likewise.
8283         * lib/xtime.h: Likewise.
8284         * lib/xvasprintf.c: Likewise.
8285         * lib/xvasprintf.h: Likewise.
8286         * lib/yesno.c: Likewise.
8287         * lib/yesno.h: Likewise.
8288         * posix-modules: Likewise.
8289         * tests/test-alloca-opt.c: Likewise.
8290         * tests/test-arcfour.c: Likewise.
8291         * tests/test-arctwo.c: Likewise.
8292         * tests/test-argmatch.c: Likewise.
8293         * tests/test-argp-2.sh: Likewise.
8294         * tests/test-argp.c: Likewise.
8295         * tests/test-arpa_inet.c: Likewise.
8296         * tests/test-array_list.c: Likewise.
8297         * tests/test-array_oset.c: Likewise.
8298         * tests/test-atexit.c: Likewise.
8299         * tests/test-avltree_list.c: Likewise.
8300         * tests/test-avltree_oset.c: Likewise.
8301         * tests/test-avltreehash_list.c: Likewise.
8302         * tests/test-base64.c: Likewise.
8303         * tests/test-binary-io.c: Likewise.
8304         * tests/test-byteswap.c: Likewise.
8305         * tests/test-c-ctype.c: Likewise.
8306         * tests/test-c-strcasecmp.c: Likewise.
8307         * tests/test-c-strcasestr.c: Likewise.
8308         * tests/test-c-strncasecmp.c: Likewise.
8309         * tests/test-c-strstr.c: Likewise.
8310         * tests/test-canonicalize-lgpl.c: Likewise.
8311         * tests/test-canonicalize.c: Likewise.
8312         * tests/test-carray_list.c: Likewise.
8313         * tests/test-ceilf.c: Likewise.
8314         * tests/test-ceill.c: Likewise.
8315         * tests/test-count-one-bits.c: Likewise.
8316         * tests/test-crc.c: Likewise.
8317         * tests/test-dirname.c: Likewise.
8318         * tests/test-fbufmode.c: Likewise.
8319         * tests/test-fcntl.c: Likewise.
8320         * tests/test-fflush.c: Likewise.
8321         * tests/test-floorf.c: Likewise.
8322         * tests/test-floorl.c: Likewise.
8323         * tests/test-fopen.c: Likewise.
8324         * tests/test-fprintf-posix.c: Likewise.
8325         * tests/test-fprintf-posix.h: Likewise.
8326         * tests/test-fpurge.c: Likewise.
8327         * tests/test-freadable.c: Likewise.
8328         * tests/test-freadahead.c: Likewise.
8329         * tests/test-freading.c: Likewise.
8330         * tests/test-freopen.c: Likewise.
8331         * tests/test-frexp.c: Likewise.
8332         * tests/test-frexpl.c: Likewise.
8333         * tests/test-fseek.c: Likewise.
8334         * tests/test-fseeko.c: Likewise.
8335         * tests/test-fseterr.c: Likewise.
8336         * tests/test-fstrcmp.c: Likewise.
8337         * tests/test-ftell.c: Likewise.
8338         * tests/test-ftello.c: Likewise.
8339         * tests/test-fwritable.c: Likewise.
8340         * tests/test-fwriting.c: Likewise.
8341         * tests/test-getaddrinfo.c: Likewise.
8342         * tests/test-getpass.c: Likewise.
8343         * tests/test-gettimeofday.c: Likewise.
8344         * tests/test-hmac-md5.c: Likewise.
8345         * tests/test-hmac-sha1.c: Likewise.
8346         * tests/test-iconv.c: Likewise.
8347         * tests/test-iconvme.c: Likewise.
8348         * tests/test-inttypes.c: Likewise.
8349         * tests/test-isnan.c: Likewise.
8350         * tests/test-isnanf.c: Likewise.
8351         * tests/test-isnanl-nolibm.c: Likewise.
8352         * tests/test-isnanl.c: Likewise.
8353         * tests/test-isnanl.h: Likewise.
8354         * tests/test-ldexpl.c: Likewise.
8355         * tests/test-linked_list.c: Likewise.
8356         * tests/test-linkedhash_list.c: Likewise.
8357         * tests/test-locale.c: Likewise.
8358         * tests/test-localename.c: Likewise.
8359         * tests/test-lock.c: Likewise.
8360         * tests/test-lseek.c: Likewise.
8361         * tests/test-malloca.c: Likewise.
8362         * tests/test-math.c: Likewise.
8363         * tests/test-mbscasecmp.c: Likewise.
8364         * tests/test-mbscasestr1.c: Likewise.
8365         * tests/test-mbscasestr2.c: Likewise.
8366         * tests/test-mbscasestr3.c: Likewise.
8367         * tests/test-mbscasestr4.c: Likewise.
8368         * tests/test-mbschr.c: Likewise.
8369         * tests/test-mbscspn.c: Likewise.
8370         * tests/test-mbsncasecmp.c: Likewise.
8371         * tests/test-mbspbrk.c: Likewise.
8372         * tests/test-mbspcasecmp.c: Likewise.
8373         * tests/test-mbsrchr.c: Likewise.
8374         * tests/test-mbsspn.c: Likewise.
8375         * tests/test-mbsstr1.c: Likewise.
8376         * tests/test-mbsstr2.c: Likewise.
8377         * tests/test-mbsstr3.c: Likewise.
8378         * tests/test-md5.c: Likewise.
8379         * tests/test-memmem.c: Likewise.
8380         * tests/test-netinet_in.c: Likewise.
8381         * tests/test-open.c: Likewise.
8382         * tests/test-printf-frexp.c: Likewise.
8383         * tests/test-printf-frexpl.c: Likewise.
8384         * tests/test-printf-posix.c: Likewise.
8385         * tests/test-printf-posix.h: Likewise.
8386         * tests/test-rbtree_list.c: Likewise.
8387         * tests/test-rbtree_oset.c: Likewise.
8388         * tests/test-rbtreehash_list.c: Likewise.
8389         * tests/test-read-file.c: Likewise.
8390         * tests/test-rijndael.c: Likewise.
8391         * tests/test-search.c: Likewise.
8392         * tests/test-signbit.c: Likewise.
8393         * tests/test-sleep.c: Likewise.
8394         * tests/test-snprintf-posix.c: Likewise.
8395         * tests/test-snprintf-posix.h: Likewise.
8396         * tests/test-snprintf.c: Likewise.
8397         * tests/test-sprintf-posix.c: Likewise.
8398         * tests/test-sprintf-posix.h: Likewise.
8399         * tests/test-stat-time.c: Likewise.
8400         * tests/test-stdbool.c: Likewise.
8401         * tests/test-stdint.c: Likewise.
8402         * tests/test-stdio.c: Likewise.
8403         * tests/test-stdlib.c: Likewise.
8404         * tests/test-stpncpy.c: Likewise.
8405         * tests/test-strcasestr.c: Likewise.
8406         * tests/test-striconv.c: Likewise.
8407         * tests/test-striconveh.c: Likewise.
8408         * tests/test-striconveha.c: Likewise.
8409         * tests/test-string.c: Likewise.
8410         * tests/test-sys_select.c: Likewise.
8411         * tests/test-sys_socket.c: Likewise.
8412         * tests/test-sys_stat.c: Likewise.
8413         * tests/test-sys_time.c: Likewise.
8414         * tests/test-sysexits.c: Likewise.
8415         * tests/test-time.c: Likewise.
8416         * tests/test-tls.c: Likewise.
8417         * tests/test-trunc.c: Likewise.
8418         * tests/test-truncf.c: Likewise.
8419         * tests/test-truncl.c: Likewise.
8420         * tests/test-unistd.c: Likewise.
8421         * tests/test-vasnprintf-posix.c: Likewise.
8422         * tests/test-vasnprintf-posix2.c: Likewise.
8423         * tests/test-vasnprintf.c: Likewise.
8424         * tests/test-vasprintf-posix.c: Likewise.
8425         * tests/test-vasprintf.c: Likewise.
8426         * tests/test-verify.c: Likewise.
8427         * tests/test-vfprintf-posix.c: Likewise.
8428         * tests/test-vprintf-posix.c: Likewise.
8429         * tests/test-vsnprintf-posix.c: Likewise.
8430         * tests/test-vsnprintf.c: Likewise.
8431         * tests/test-vsprintf-posix.c: Likewise.
8432         * tests/test-wchar.c: Likewise.
8433         * tests/test-wctype.c: Likewise.
8434         * tests/test-wcwidth.c: Likewise.
8435         * tests/test-xstrtol.c: Likewise.
8436         * tests/test-xvasprintf.c: Likewise.
8437         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
8438         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
8439         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
8440         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
8441         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
8442         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
8443         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
8444         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
8445         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
8446         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
8447         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
8448         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
8449         * tests/uniname/test-uninames.c: Likewise.
8450         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
8451         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
8452         * tests/unistdio/test-u16-printf1.h: Likewise.
8453         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
8454         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
8455         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
8456         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
8457         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
8458         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
8459         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
8460         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
8461         * tests/unistdio/test-u32-printf1.h: Likewise.
8462         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
8463         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
8464         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
8465         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
8466         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
8467         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
8468         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
8469         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
8470         * tests/unistdio/test-u8-printf1.h: Likewise.
8471         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
8472         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
8473         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
8474         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
8475         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
8476         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
8477         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
8478         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
8479         * tests/unistdio/test-ulc-printf1.h: Likewise.
8480         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
8481         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
8482         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
8483         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
8484         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
8485         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
8486         * tests/uniwidth/test-u16-strwidth.c: Likewise.
8487         * tests/uniwidth/test-u16-width.c: Likewise.
8488         * tests/uniwidth/test-u32-strwidth.c: Likewise.
8489         * tests/uniwidth/test-u32-width.c: Likewise.
8490         * tests/uniwidth/test-u8-strwidth.c: Likewise.
8491         * tests/uniwidth/test-u8-width.c: Likewise.
8492         * tests/uniwidth/test-uc_width.c: Likewise.
8493         * config/srclist-update: Likewise.
8494         (fixlicense): Update to GPLv3+.
8495
8496         Change copyright notice from LGPLv2.1+ to LGPLv3+.
8497         * tests/test-tsearch.c: Change copyright notice.
8498
8499         Change copyright notice from LGPLv2.0+ to LGPLv3+.
8500         * lib/c-strcaseeq.h: Change copyright notice.
8501         * lib/streq.h: Likewise.
8502         * lib/uniconv.h: Likewise.
8503         * lib/uniconv/u-conv-from-enc.h: Likewise.
8504         * lib/uniconv/u-conv-to-enc.h: Likewise.
8505         * lib/uniconv/u-strconv-from-enc.h: Likewise.
8506         * lib/uniconv/u-strconv-to-enc.h: Likewise.
8507         * lib/uniconv/u16-conv-from-enc.c: Likewise.
8508         * lib/uniconv/u16-conv-to-enc.c: Likewise.
8509         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
8510         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
8511         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
8512         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
8513         * lib/uniconv/u32-conv-from-enc.c: Likewise.
8514         * lib/uniconv/u32-conv-to-enc.c: Likewise.
8515         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
8516         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
8517         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
8518         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
8519         * lib/uniconv/u8-conv-from-enc.c: Likewise.
8520         * lib/uniconv/u8-conv-to-enc.c: Likewise.
8521         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
8522         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
8523         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
8524         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
8525         * lib/uniname.h: Likewise.
8526         * lib/uniname/uniname.c: Likewise.
8527         * lib/unistdio.h: Likewise.
8528         * lib/unistdio/u-asnprintf.h: Likewise.
8529         * lib/unistdio/u-asprintf.h: Likewise.
8530         * lib/unistdio/u-printf-args.c: Likewise.
8531         * lib/unistdio/u-printf-args.h: Likewise.
8532         * lib/unistdio/u-printf-parse.h: Likewise.
8533         * lib/unistdio/u-snprintf.h: Likewise.
8534         * lib/unistdio/u-sprintf.h: Likewise.
8535         * lib/unistdio/u-vasprintf.h: Likewise.
8536         * lib/unistdio/u-vsnprintf.h: Likewise.
8537         * lib/unistdio/u-vsprintf.h: Likewise.
8538         * lib/unistdio/u16-asnprintf.c: Likewise.
8539         * lib/unistdio/u16-asprintf.c: Likewise.
8540         * lib/unistdio/u16-printf-parse.c: Likewise.
8541         * lib/unistdio/u16-snprintf.c: Likewise.
8542         * lib/unistdio/u16-sprintf.c: Likewise.
8543         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
8544         * lib/unistdio/u16-u16-asprintf.c: Likewise.
8545         * lib/unistdio/u16-u16-snprintf.c: Likewise.
8546         * lib/unistdio/u16-u16-sprintf.c: Likewise.
8547         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
8548         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
8549         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
8550         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
8551         * lib/unistdio/u16-vasnprintf.c: Likewise.
8552         * lib/unistdio/u16-vasprintf.c: Likewise.
8553         * lib/unistdio/u16-vsnprintf.c: Likewise.
8554         * lib/unistdio/u16-vsprintf.c: Likewise.
8555         * lib/unistdio/u32-asnprintf.c: Likewise.
8556         * lib/unistdio/u32-asprintf.c: Likewise.
8557         * lib/unistdio/u32-printf-parse.c: Likewise.
8558         * lib/unistdio/u32-snprintf.c: Likewise.
8559         * lib/unistdio/u32-sprintf.c: Likewise.
8560         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
8561         * lib/unistdio/u32-u32-asprintf.c: Likewise.
8562         * lib/unistdio/u32-u32-snprintf.c: Likewise.
8563         * lib/unistdio/u32-u32-sprintf.c: Likewise.
8564         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
8565         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
8566         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
8567         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
8568         * lib/unistdio/u32-vasnprintf.c: Likewise.
8569         * lib/unistdio/u32-vasprintf.c: Likewise.
8570         * lib/unistdio/u32-vsnprintf.c: Likewise.
8571         * lib/unistdio/u32-vsprintf.c: Likewise.
8572         * lib/unistdio/u8-asnprintf.c: Likewise.
8573         * lib/unistdio/u8-asprintf.c: Likewise.
8574         * lib/unistdio/u8-printf-parse.c: Likewise.
8575         * lib/unistdio/u8-snprintf.c: Likewise.
8576         * lib/unistdio/u8-sprintf.c: Likewise.
8577         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
8578         * lib/unistdio/u8-u8-asprintf.c: Likewise.
8579         * lib/unistdio/u8-u8-snprintf.c: Likewise.
8580         * lib/unistdio/u8-u8-sprintf.c: Likewise.
8581         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
8582         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
8583         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
8584         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
8585         * lib/unistdio/u8-vasnprintf.c: Likewise.
8586         * lib/unistdio/u8-vasprintf.c: Likewise.
8587         * lib/unistdio/u8-vsnprintf.c: Likewise.
8588         * lib/unistdio/u8-vsprintf.c: Likewise.
8589         * lib/unistdio/ulc-asnprintf.c: Likewise.
8590         * lib/unistdio/ulc-asprintf.c: Likewise.
8591         * lib/unistdio/ulc-printf-parse.c: Likewise.
8592         * lib/unistdio/ulc-snprintf.c: Likewise.
8593         * lib/unistdio/ulc-sprintf.c: Likewise.
8594         * lib/unistdio/ulc-vasnprintf.c: Likewise.
8595         * lib/unistdio/ulc-vasprintf.c: Likewise.
8596         * lib/unistdio/ulc-vsnprintf.c: Likewise.
8597         * lib/unistdio/ulc-vsprintf.c: Likewise.
8598         * lib/unistr.h: Likewise.
8599         * lib/unistr/u-cpy-alloc.h: Likewise.
8600         * lib/unistr/u-cpy.h: Likewise.
8601         * lib/unistr/u-endswith.h: Likewise.
8602         * lib/unistr/u-move.h: Likewise.
8603         * lib/unistr/u-set.h: Likewise.
8604         * lib/unistr/u-startswith.h: Likewise.
8605         * lib/unistr/u-stpcpy.h: Likewise.
8606         * lib/unistr/u-stpncpy.h: Likewise.
8607         * lib/unistr/u-strcat.h: Likewise.
8608         * lib/unistr/u-strcpy.h: Likewise.
8609         * lib/unistr/u-strcspn.h: Likewise.
8610         * lib/unistr/u-strdup.h: Likewise.
8611         * lib/unistr/u-strlen.h: Likewise.
8612         * lib/unistr/u-strncat.h: Likewise.
8613         * lib/unistr/u-strncpy.h: Likewise.
8614         * lib/unistr/u-strnlen.h: Likewise.
8615         * lib/unistr/u-strpbrk.h: Likewise.
8616         * lib/unistr/u-strspn.h: Likewise.
8617         * lib/unistr/u-strstr.h: Likewise.
8618         * lib/unistr/u-strtok.h: Likewise.
8619         * lib/unistr/u16-check.c: Likewise.
8620         * lib/unistr/u16-chr.c: Likewise.
8621         * lib/unistr/u16-cmp.c: Likewise.
8622         * lib/unistr/u16-cpy-alloc.c: Likewise.
8623         * lib/unistr/u16-cpy.c: Likewise.
8624         * lib/unistr/u16-endswith.c: Likewise.
8625         * lib/unistr/u16-mblen.c: Likewise.
8626         * lib/unistr/u16-mbsnlen.c: Likewise.
8627         * lib/unistr/u16-mbtouc-aux.c: Likewise.
8628         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
8629         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
8630         * lib/unistr/u16-mbtouc.c: Likewise.
8631         * lib/unistr/u16-mbtoucr.c: Likewise.
8632         * lib/unistr/u16-move.c: Likewise.
8633         * lib/unistr/u16-next.c: Likewise.
8634         * lib/unistr/u16-prev.c: Likewise.
8635         * lib/unistr/u16-set.c: Likewise.
8636         * lib/unistr/u16-startswith.c: Likewise.
8637         * lib/unistr/u16-stpcpy.c: Likewise.
8638         * lib/unistr/u16-stpncpy.c: Likewise.
8639         * lib/unistr/u16-strcat.c: Likewise.
8640         * lib/unistr/u16-strchr.c: Likewise.
8641         * lib/unistr/u16-strcmp.c: Likewise.
8642         * lib/unistr/u16-strcpy.c: Likewise.
8643         * lib/unistr/u16-strcspn.c: Likewise.
8644         * lib/unistr/u16-strdup.c: Likewise.
8645         * lib/unistr/u16-strlen.c: Likewise.
8646         * lib/unistr/u16-strmblen.c: Likewise.
8647         * lib/unistr/u16-strmbtouc.c: Likewise.
8648         * lib/unistr/u16-strncat.c: Likewise.
8649         * lib/unistr/u16-strncmp.c: Likewise.
8650         * lib/unistr/u16-strncpy.c: Likewise.
8651         * lib/unistr/u16-strnlen.c: Likewise.
8652         * lib/unistr/u16-strpbrk.c: Likewise.
8653         * lib/unistr/u16-strrchr.c: Likewise.
8654         * lib/unistr/u16-strspn.c: Likewise.
8655         * lib/unistr/u16-strstr.c: Likewise.
8656         * lib/unistr/u16-strtok.c: Likewise.
8657         * lib/unistr/u16-to-u32.c: Likewise.
8658         * lib/unistr/u16-to-u8.c: Likewise.
8659         * lib/unistr/u16-uctomb-aux.c: Likewise.
8660         * lib/unistr/u16-uctomb.c: Likewise.
8661         * lib/unistr/u32-check.c: Likewise.
8662         * lib/unistr/u32-chr.c: Likewise.
8663         * lib/unistr/u32-cmp.c: Likewise.
8664         * lib/unistr/u32-cpy-alloc.c: Likewise.
8665         * lib/unistr/u32-cpy.c: Likewise.
8666         * lib/unistr/u32-endswith.c: Likewise.
8667         * lib/unistr/u32-mblen.c: Likewise.
8668         * lib/unistr/u32-mbsnlen.c: Likewise.
8669         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
8670         * lib/unistr/u32-mbtouc.c: Likewise.
8671         * lib/unistr/u32-mbtoucr.c: Likewise.
8672         * lib/unistr/u32-move.c: Likewise.
8673         * lib/unistr/u32-next.c: Likewise.
8674         * lib/unistr/u32-prev.c: Likewise.
8675         * lib/unistr/u32-set.c: Likewise.
8676         * lib/unistr/u32-startswith.c: Likewise.
8677         * lib/unistr/u32-stpcpy.c: Likewise.
8678         * lib/unistr/u32-stpncpy.c: Likewise.
8679         * lib/unistr/u32-strcat.c: Likewise.
8680         * lib/unistr/u32-strchr.c: Likewise.
8681         * lib/unistr/u32-strcmp.c: Likewise.
8682         * lib/unistr/u32-strcpy.c: Likewise.
8683         * lib/unistr/u32-strcspn.c: Likewise.
8684         * lib/unistr/u32-strdup.c: Likewise.
8685         * lib/unistr/u32-strlen.c: Likewise.
8686         * lib/unistr/u32-strmblen.c: Likewise.
8687         * lib/unistr/u32-strmbtouc.c: Likewise.
8688         * lib/unistr/u32-strncat.c: Likewise.
8689         * lib/unistr/u32-strncmp.c: Likewise.
8690         * lib/unistr/u32-strncpy.c: Likewise.
8691         * lib/unistr/u32-strnlen.c: Likewise.
8692         * lib/unistr/u32-strpbrk.c: Likewise.
8693         * lib/unistr/u32-strrchr.c: Likewise.
8694         * lib/unistr/u32-strspn.c: Likewise.
8695         * lib/unistr/u32-strstr.c: Likewise.
8696         * lib/unistr/u32-strtok.c: Likewise.
8697         * lib/unistr/u32-to-u16.c: Likewise.
8698         * lib/unistr/u32-to-u8.c: Likewise.
8699         * lib/unistr/u32-uctomb.c: Likewise.
8700         * lib/unistr/u8-check.c: Likewise.
8701         * lib/unistr/u8-chr.c: Likewise.
8702         * lib/unistr/u8-cmp.c: Likewise.
8703         * lib/unistr/u8-cpy-alloc.c: Likewise.
8704         * lib/unistr/u8-cpy.c: Likewise.
8705         * lib/unistr/u8-endswith.c: Likewise.
8706         * lib/unistr/u8-mblen.c: Likewise.
8707         * lib/unistr/u8-mbsnlen.c: Likewise.
8708         * lib/unistr/u8-mbtouc-aux.c: Likewise.
8709         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
8710         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
8711         * lib/unistr/u8-mbtouc.c: Likewise.
8712         * lib/unistr/u8-mbtoucr.c: Likewise.
8713         * lib/unistr/u8-move.c: Likewise.
8714         * lib/unistr/u8-next.c: Likewise.
8715         * lib/unistr/u8-prev.c: Likewise.
8716         * lib/unistr/u8-set.c: Likewise.
8717         * lib/unistr/u8-startswith.c: Likewise.
8718         * lib/unistr/u8-stpcpy.c: Likewise.
8719         * lib/unistr/u8-stpncpy.c: Likewise.
8720         * lib/unistr/u8-strcat.c: Likewise.
8721         * lib/unistr/u8-strchr.c: Likewise.
8722         * lib/unistr/u8-strcmp.c: Likewise.
8723         * lib/unistr/u8-strcpy.c: Likewise.
8724         * lib/unistr/u8-strcspn.c: Likewise.
8725         * lib/unistr/u8-strdup.c: Likewise.
8726         * lib/unistr/u8-strlen.c: Likewise.
8727         * lib/unistr/u8-strmblen.c: Likewise.
8728         * lib/unistr/u8-strmbtouc.c: Likewise.
8729         * lib/unistr/u8-strncat.c: Likewise.
8730         * lib/unistr/u8-strncmp.c: Likewise.
8731         * lib/unistr/u8-strncpy.c: Likewise.
8732         * lib/unistr/u8-strnlen.c: Likewise.
8733         * lib/unistr/u8-strpbrk.c: Likewise.
8734         * lib/unistr/u8-strrchr.c: Likewise.
8735         * lib/unistr/u8-strspn.c: Likewise.
8736         * lib/unistr/u8-strstr.c: Likewise.
8737         * lib/unistr/u8-strtok.c: Likewise.
8738         * lib/unistr/u8-to-u16.c: Likewise.
8739         * lib/unistr/u8-to-u32.c: Likewise.
8740         * lib/unistr/u8-uctomb-aux.c: Likewise.
8741         * lib/unistr/u8-uctomb.c: Likewise.
8742         * lib/unitypes.h: Likewise.
8743         * lib/uniwidth.h: Likewise.
8744         * lib/uniwidth/cjk.h: Likewise.
8745         * lib/uniwidth/u16-strwidth.c: Likewise.
8746         * lib/uniwidth/u16-width.c: Likewise.
8747         * lib/uniwidth/u32-strwidth.c: Likewise.
8748         * lib/uniwidth/u32-width.c: Likewise.
8749         * lib/uniwidth/u8-strwidth.c: Likewise.
8750         * lib/uniwidth/u8-width.c: Likewise.
8751         * lib/uniwidth/width.c: Likewise.
8752
8753 2007-10-07  Bruno Haible  <bruno@clisp.org>
8754
8755         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
8756         The file is still under LGPL (see modules/inttypes).
8757
8758 2007-10-06  Bruno Haible  <bruno@clisp.org>
8759
8760         * modules/trunc (Dependencies): Add 'extensions'.
8761         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
8762         Reported by Ben Pfaff <blp@gnu.org>.
8763
8764 2007-10-06  Bruno Haible  <bruno@clisp.org>
8765
8766         * modules/freopen-tests: New file.
8767         * tests/test-freopen.c: New file.
8768
8769         * modules/fopen-tests: New file.
8770         * tests/test-fopen.c: New file.
8771
8772         * modules/fopen: New file.
8773         * lib/fopen.c: New file.
8774         * m4/fopen.m4: New file.
8775         * modules/freopen: New file.
8776         * lib/freopen.c: New file.
8777         * m4/freopen.m4: New file.
8778         * lib/stdio.in.h (fopen, freopen): New declarations.
8779         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
8780         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
8781         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
8782         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
8783         * doc/functions/fopen.texi: Mention the 'fopen' module.
8784         * doc/functions/freopen.texi: Mention the 'freopen' module.
8785
8786 2007-10-06  Bruno Haible  <bruno@clisp.org>
8787
8788         * modules/open-tests: New file.
8789         * tests/test-open.c: New file.
8790
8791         * modules/open: New file.
8792         * lib/open.c: New file.
8793         * m4/open.m4: New file.
8794         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
8795         lib/open.c does.
8796         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
8797         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
8798         macros.
8799         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
8800         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
8801         REPLACE_OPEN.
8802         * doc/functions/open.texi: Mention the 'open' module.
8803
8804 2007-10-04  Bruno Haible  <bruno@clisp.org>
8805
8806         * modules/ceill-tests: New file.
8807         * tests/test-ceill.c: New file.
8808
8809         * modules/ceill: New file.
8810         * lib/ceill.c: Replace entire file.
8811         * m4/ceill.m4: New file.
8812         * lib/math.in.h (ceill): Replace declaration.
8813         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
8814         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
8815         * doc/functions/ceill.texi: Mention the 'ceill' module.
8816         * modules/mathl (Files): Remove lib/ceill.c.
8817         (Depends-on): Add ceill.
8818
8819 2007-10-04  Bruno Haible  <bruno@clisp.org>
8820
8821         * modules/ceilf-tests: New file.
8822         * tests/test-ceilf.c: New file.
8823
8824         * modules/ceilf: New file.
8825         * lib/ceil.c: New file.
8826         * lib/ceilf.c: New file.
8827         * m4/ceilf.m4: New file.
8828         * lib/math.in.h (ceilf): New declaration.
8829         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
8830         HAVE_DECL_CEILF.
8831         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
8832         HAVE_DECL_CEILF.
8833         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
8834
8835 2007-10-04  Bruno Haible  <bruno@clisp.org>
8836
8837         * modules/floorl-tests: New file.
8838         * tests/test-floorl.c: New file.
8839
8840         * modules/floorl: New file.
8841         * lib/floorl.c: Replace entire file.
8842         * m4/floorl.m4: New file.
8843         * lib/math.in.h (floorl): Replace declaration.
8844         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
8845         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
8846         * doc/functions/floorl.texi: Mention the 'floorl' module.
8847         * modules/mathl (Files): Remove lib/floorl.c.
8848         (Depends-on): Add floorl.
8849
8850 2007-10-04  Bruno Haible  <bruno@clisp.org>
8851
8852         * modules/floorf-tests: New file.
8853         * tests/test-floorf.c: New file.
8854
8855         * modules/floorf: New file.
8856         * lib/floor.c: New file.
8857         * lib/floorf.c: New file.
8858         * m4/floorf.m4: New file.
8859         * lib/math.in.h (floorf): New declaration.
8860         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
8861         HAVE_DECL_FLOORF.
8862         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
8863         HAVE_DECL_FLOORF.
8864         * doc/functions/floorf.texi: Mention the 'floorf' module.
8865
8866 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
8867             Bruno Haible  <bruno@clisp.org>
8868
8869         Advertise for the Git server instead of the CVS server.
8870         * doc/gnulib-intro.texi (Steady Development): Mention the Git
8871         repository instead of the CVS one.
8872         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
8873         about all VCS systems generically.
8874         * doc/gnulib.texi (Introduction): Capitalize `Git'.
8875
8876 2007-10-04  Bruno Haible  <bruno@clisp.org>
8877
8878         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
8879         means.
8880         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
8881
8882 2007-10-04  Bruno Haible  <bruno@clisp.org>
8883
8884         * modules/truncl-tests: New file.
8885         * tests/test-truncl.c: New file.
8886
8887         * modules/truncl: New file.
8888         * lib/truncl.c: New file.
8889         * m4/truncl.m4: New file.
8890         * lib/math.in.h (truncl): New declaration.
8891         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
8892         HAVE_DECL_TRUNCL.
8893         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
8894         HAVE_DECL_TRUNCL.
8895         * doc/functions/truncl.texi: Mention the 'truncl' module.
8896
8897 2007-10-04  Bruno Haible  <bruno@clisp.org>
8898
8899         * modules/truncf-tests: New file.
8900         * tests/test-truncf.c: New file.
8901
8902         * modules/truncf: New file.
8903         * lib/trunc.c: Make paramerizable through USE_* macros.
8904         * lib/truncf.c: New file.
8905         * m4/truncf.m4: New file.
8906         * lib/math.in.h (truncf): New declaration.
8907         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
8908         HAVE_DECL_TRUNCF.
8909         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
8910         HAVE_DECL_TRUNCF.
8911         * doc/functions/truncf.texi: Mention the 'truncf' module.
8912
8913 2007-10-03  Bruno Haible  <bruno@clisp.org>
8914
8915         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
8916         augmentation also for tests modules.
8917         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
8918         * modules/atexit-tests (Makefile.am): Likewise.
8919         * modules/binary-io-tests (Makefile.am): Likewise.
8920         * modules/c-strcase-tests (Makefile.am): Likewise.
8921         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
8922         * modules/canonicalize-tests (Makefile.am): Likewise.
8923         * modules/closein-tests (Makefile.am): Likewise.
8924         * modules/fprintf-posix-tests (Makefile.am): Likewise.
8925         * modules/freadahead-tests (Makefile.am): Likewise.
8926         * modules/fseek-tests (Makefile.am): Likewise.
8927         * modules/fseeko-tests (Makefile.am): Likewise.
8928         * modules/ftell-tests (Makefile.am): Likewise.
8929         * modules/ftello-tests (Makefile.am): Likewise.
8930         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
8931         * modules/isnanl-tests (Makefile.am): Likewise.
8932         * modules/lseek-tests (Makefile.am): Likewise.
8933         * modules/mbscasecmp-tests (Makefile.am): Likewise.
8934         * modules/mbscasestr-tests (Makefile.am): Likewise.
8935         * modules/mbschr-tests (Makefile.am): Likewise.
8936         * modules/mbscspn-tests (Makefile.am): Likewise.
8937         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
8938         * modules/mbspbrk-tests (Makefile.am): Likewise.
8939         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
8940         * modules/mbsrchr-tests (Makefile.am): Likewise.
8941         * modules/mbsspn-tests (Makefile.am): Likewise.
8942         * modules/mbsstr-tests (Makefile.am): Likewise.
8943         * modules/printf-posix-tests (Makefile.am): Likewise.
8944         * modules/snprintf-posix-tests (Makefile.am): Likewise.
8945         * modules/sprintf-posix-tests (Makefile.am): Likewise.
8946         * modules/tsearch-tests (Makefile.am): Likewise.
8947         * modules/uniname/uniname-tests (Makefile.am): Likewise.
8948         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
8949         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
8950         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
8951         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
8952         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
8953         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
8954         * modules/vprintf-posix-tests (Makefile.am): Likewise.
8955         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
8956         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
8957         * modules/xstrtoimax-tests (Makefile.am): Likewise.
8958         * modules/xstrtol-tests (Makefile.am): Likewise.
8959         * modules/xstrtoumax-tests (Makefile.am): Likewise.
8960         * modules/yesno-tests (Makefile.am): Likewise.
8961
8962 2007-10-03  Bruno Haible  <bruno@clisp.org>
8963
8964         * modules/trunc-tests: New file.
8965         * tests/test-trunc.c: New file.
8966
8967         * modules/trunc: New file.
8968         * lib/trunc.c: New file.
8969         * m4/trunc.m4: New file.
8970         * lib/math.in.h (trunc): New declaration.
8971         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
8972         HAVE_DECL_TRUNC.
8973         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
8974         HAVE_DECL_TRUNC.
8975         * doc/functions/trunc.texi: Mention the 'trunc' module.
8976
8977 2007-10-03  Bruno Haible  <bruno@clisp.org>
8978
8979         * tests/test-fpending.c: New file, mostly copied
8980         from coreutils/lib/t-fpending.c.
8981         * modules/fpending-tests: New file.
8982
8983 2007-10-03  Bruno Haible  <bruno@clisp.org>
8984
8985         Port the stdio extensions to QNX (untested).
8986         * lib/fseterr.c (fseterr): Add support for QNX.
8987         * lib/fbufmode.c (fbufmode): Likewise.
8988         * lib/freadable.c (freadable): Likewise.
8989         * lib/fwritable.c (fwritable): Likewise.
8990         * lib/freading.c (freading): Likewise.
8991         * lib/fwriting.c (fwriting): Likewise.
8992         * lib/freadahead.c (freadahed): Likewise.
8993         * lib/fpurge.c (fpurge): Likewise.
8994         * lib/fseeko.c (rpl_fseeko): Likewise.
8995
8996 2007-10-03  Bruno Haible  <bruno@clisp.org>
8997             Jim Meyering  <jim@meyering.net>
8998             Eric Blake  <ebb9@byu.net>
8999
9000         * doc/relocatable.texi: Use @command instead of @program.
9001
9002 2007-10-02  Jim Meyering  <jim@meyering.net>
9003
9004         Perform one more "_.h" -> ".in.h" substitution.
9005         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
9006         instead of unistd_.h here, too.
9007
9008 2007-10-01  Bruno Haible  <bruno@clisp.org>
9009
9010         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
9011         Needed for the alloca-opt module.
9012
9013 2007-09-30  Bruno Haible  <bruno@clisp.org>
9014
9015         * lib/alloca.in.h: Renamed from lib/alloca_.h.
9016         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
9017         alloca_.h.
9018         * lib/argz.in.h: Renamed from lib/argz_.h.
9019         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
9020         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
9021         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
9022         byteswap_.h.
9023         * lib/dirent.in.h: Renamed from lib/dirent_.h.
9024         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
9025         dirent_.h.
9026         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
9027         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
9028         fcntl_.h.
9029         * lib/float.in.h: Renamed from lib/float_.h.
9030         * modules/float (Files, Makefile.am): Use float.in.h instead of
9031         float_.h.
9032         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
9033         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
9034         fnmatch_.h.
9035         * lib/getopt.in.h: Renamed from lib/getopt_.h.
9036         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
9037         getopt_.h.
9038         * lib/glob.in.h: Renamed from lib/glob_.h.
9039         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
9040         * lib/iconv.in.h: Renamed from lib/iconv_.h.
9041         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
9042         iconv_.h.
9043         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
9044         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
9045         inttypes_.h.
9046         * lib/locale.in.h: Renamed from lib/locale_.h.
9047         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
9048         locale_.h.
9049         * lib/math.in.h: Renamed from lib/math_.h.
9050         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
9051         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
9052         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
9053         of netinet_in_.h. Add dependency.
9054         * lib/poll.in.h: Renamed from lib/poll_.h.
9055         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
9056         * lib/search.in.h: Renamed from lib/search_.h.
9057         * modules/search (Files, Makefile.am): Use search.in.h instead of
9058         search_.h.
9059         * lib/signal.in.h: Renamed from lib/signal_.h.
9060         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
9061         _signal.h.
9062         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
9063         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
9064         stdbool_.h.
9065         * lib/stdint.in.h: Renamed from lib/stdint_.h.
9066         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
9067         stdint_.h.
9068         * lib/stdio.in.h: Renamed from lib/stdio_.h.
9069         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
9070         stdio_.h.
9071         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
9072         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
9073         stdlib_.h.
9074         * lib/string.in.h: Renamed from lib/string_.h.
9075         * modules/string (Files, Makefile.am): Use string.in.h instead of
9076         string_.h.
9077         * doc/gnulib-tool.texi (Initial import): Update.
9078         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
9079         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
9080         of sys_select_.h. Add dependency.
9081         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
9082         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
9083         of sys_socket_.h.
9084         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
9085         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
9086         sys_stat_.h.
9087         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
9088         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
9089         sys_time_.h.
9090         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
9091         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
9092         sysexits_.h.
9093         * lib/time.in.h: Renamed from lib/time_.h.
9094         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
9095         * lib/unistd.in.h: Renamed from lib/unistd_.h.
9096         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
9097         unistd_.h.
9098         * lib/wchar.in.h: Renamed from lib/wchar_.h.
9099         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
9100         wchar_.h.
9101         * lib/wctype.in.h: Renamed from lib/wctype_.h.
9102         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
9103         wctype_.h.
9104         * build-aux/bootstrap (slurp): Update.
9105         * lib/.cppi-disable: Update.
9106
9107 2007-09-30  Bruno Haible  <bruno@clisp.org>
9108
9109         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
9110         Needed on BeOS.
9111
9112 2007-09-30  Bruno Haible  <bruno@clisp.org>
9113
9114         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
9115
9116 2007-09-29  Bruno Haible  <bruno@clisp.org>
9117
9118         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
9119
9120 2007-09-29  Bruno Haible  <bruno@clisp.org>
9121
9122         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
9123         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
9124         * build-aux/install-reloc: Compile also areadlink.c.
9125         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
9126
9127 2007-09-29  Bruno Haible  <bruno@clisp.org>
9128
9129         * gnulib-tool (func_emit_initmacro_done): Indentation.
9130
9131 2007-09-29  Bruno Haible  <bruno@clisp.org>
9132
9133         * README: Add CVS checkout update instructions.
9134         Info from Bob Proulx <bob@proulx.com>.
9135
9136 2007-09-28  Eric Blake  <ebb9@byu.net>
9137
9138         Provide move-if-change.
9139         * build-aux/move-if-change: New file, based on best practice
9140         rather than any canonical upstream location.
9141
9142 2007-09-28  Jim Meyering  <jim@meyering.net>
9143
9144         Fix canonicalize loop-detection corner case.
9145         Do not attempt to stat the symlink values stored via seen_triple.
9146         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
9147         on linux-2.6.18, (but not 2.6.22).
9148         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
9149         triple_compare.  The former compares dev,ino,filename, while the latter
9150         would actually stat dirname(filename) when dev and ino were equal.
9151         * lib/hash-triple.c: Install <string.h>.
9152         (STREQ): Define.
9153         (triple_compare_ino_str): New function.
9154         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
9155
9156 2007-09-28  Eric Blake  <ebb9@byu.net>
9157
9158         Enforce that AC_REPLACE_FUNCS files exist.
9159         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
9160         override check for typos.
9161
9162         Fix test-closein on Solaris 10.
9163         * tests/test-closein.c (main): Don't assume stdin can be inherited
9164         closed on all systems.
9165         * tests/test-closein.sh: Likewise.
9166         Reported by Piotr Tarnowski.
9167
9168 2007-09-28  Jim Meyering  <jim@meyering.net>
9169
9170         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
9171
9172 2007-09-27  Jim Meyering  <jim@meyering.net>
9173
9174         canonicalize: Avoid a false-positive cycle failure.
9175         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
9176         Sort.  Remove cycle-check.
9177         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
9178         not cycle-check.h.
9179         (seen_triple): New function.
9180         (canonicalize_filename_mode): Use it instead of cycle-check.
9181         * tests/test-canonicalize.c: Add a test for this bug.
9182         * tests/test-canonicalize.sh: Set up and run the test.
9183
9184         New module, file-set, from coreutils.
9185         * modules/file-set: Define it.
9186         * lib/file-set.c, lib/file-set.h: Implement.
9187
9188         New module, hash-triple, from coreutils.
9189         * modules/hash-triple: Define it.
9190         * lib/hash-triple.c, lib/hash-triple.h: Implement.
9191
9192 2007-09-25  Eric Blake  <ebb9@byu.net>
9193
9194         Fix strerror on Interix.
9195         * lib/string_.h (strerror): Declare replacement.
9196         * doc/functions/strerror.texi (strerror): Document the Interix
9197         shortcoming.
9198         * modules/string (Makefile.am): Support new hooks.
9199         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
9200         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
9201         gl_FUNC_STRERROR_SEPARATE.
9202         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
9203         * lib/strerror.c (rpl_strerror): Provide replacement.
9204         * modules/strerror (Depends-on): Add string.
9205         (configure.ac): Detect use of module.
9206         * tests/test-strerror.c: New file.
9207         * modules/strerror-tests: New test module.
9208         * modules/argp (Depends-on): Add strerror.
9209         * modules/error (Depends-on): Likewise.
9210         Reported by Martin Koeppe.
9211
9212 2007-09-24  Bruno Haible  <bruno@clisp.org>
9213
9214         * README: Update git instructions.
9215
9216 2007-09-24  Eric Blake  <ebb9@byu.net>
9217
9218         Revert fpending breakage from 2007-09-08.
9219         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
9220         __fpending.c.
9221
9222 2007-09-24  Jim Meyering  <jim@meyering.net>
9223
9224         filenamecat.c: Add a test.
9225         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
9226         showing how the function works when DIR is the empty string.
9227
9228 2007-09-21  Simon Josefsson  <simon@josefsson.org>
9229
9230         * tests/test-canonicalize.sh: Turn on executable bit.
9231
9232 2007-09-19  Eric Blake  <ebb9@byu.net>
9233
9234         * README: Update CVS instructions.
9235
9236 2007-09-18  Bruno Haible  <bruno@clisp.org>
9237
9238         * modules/areadlink: New file.
9239         * lib/areadlink.h (areadlink): New declaration.
9240         * lib/areadlink.c: New file, based on lib/xreadlink.c.
9241
9242 2007-09-17  Jim Meyering  <jim@meyering.net>
9243
9244         * lib/savewd.c (ESTALE) [!defined]: Define.
9245         Reported to be required on Interix by Martin Koeppe.
9246
9247 2007-09-17  Bruno Haible  <bruno@clisp.org>
9248
9249         * gnulib-tool (func_version): Use $version.
9250
9251 2007-09-16  Bruno Haible  <bruno@clisp.org>
9252
9253         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
9254         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
9255         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
9256         Reported by Greg Schafer <gschafer@zip.com.au>.
9257
9258 2007-09-15  Bruno Haible  <bruno@clisp.org>
9259
9260         * gnulib-tool (sed): Try a little harder to make bash understand the
9261         alias.
9262         Reported by Bruce Korb <bruce.korb@gmail.com>.
9263
9264 2007-09-13  Eric Blake  <ebb9@byu.net>
9265
9266         * ChangeLog: Remove conflict markers.
9267
9268 2007-09-13  Simon Josefsson  <simon@josefsson.org>
9269
9270         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
9271         Reported by Bruno Haible <bruno@clisp.org>.
9272
9273 2007-09-12  Bruno Haible  <bruno@clisp.org>
9274
9275         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
9276         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
9277         is not defined.
9278
9279 2007-09-12  Eric Blake  <ebb9@byu.net>
9280
9281         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
9282         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
9283         Autoconf definition.
9284         * modules/euidaccess (Depends-on): Add extensions, for
9285         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
9286         * modules/fnmatch (Depends-on): Likewise.
9287         * modules/getaddrinfo (Depends-on): Likewise.
9288         * modules/getdelim (Depends-on): Likewise.
9289         * modules/getline (Depends-on): Likewise.
9290         * modules/getsubopt (Depends-on): Likewise.
9291         * modules/gettext (Depends-on): Likewise.
9292         * modules/group-member (Depends-on): Likewise.
9293         * modules/mbchar (Depends-on): Likewise.
9294         * modules/memmem (Depends-on): Likewise.
9295         * modules/mempcpy (Depends-on): Likewise.
9296         * modules/memrchr (Depends-on): Likewise.
9297         * modules/pagealign_alloc (Depends-on): Likewise.
9298         * modules/readutmp (Depends-on): Likewise.
9299         * modules/stpcpy (Depends-on): Likewise.
9300         * modules/stpncpy (Depends-on): Likewise.
9301         * modules/strchrnul (Depends-on): Likewise.
9302         * modules/strndup (Depends-on): Likewise.
9303         * modules/strsep (Depends-on): Likewise.
9304         * modules/strverscmp (Depends-on): Likewise.
9305         * modules/vasprintf (Depends-on): Likewise.
9306         * modules/wcwidth (Depends-on): Likewise.
9307         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
9308         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
9309         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
9310         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
9311         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9312         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
9313         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
9314         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9315         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
9316         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
9317         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9318         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
9319         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
9320         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
9321         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
9322         * m4/readutmp.m4 (gl_READUTMP): Likewise.
9323         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9324         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
9325         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9326         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
9327         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
9328         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
9329         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
9330         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
9331         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
9332         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9333         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
9334         so that lock.m4 can be used in gettext without extensions module.
9335
9336 2007-09-11  Bruno Haible  <bruno@clisp.org>
9337
9338         * m4/isc-posix.m4: Remove file.
9339         Suggested by Eric Blake.
9340
9341 2007-09-11  Eric Blake  <ebb9@byu.net>
9342
9343         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
9344
9345 2007-09-10  Bruno Haible  <bruno@clisp.org>
9346
9347         * posix-modules: Fix typo in error message.
9348         Reported by Matt <mkraai@beckman.com>.
9349
9350 2007-09-09  Bruno Haible  <bruno@clisp.org>
9351
9352         * doc/functions/getdelim.texi: Update list of platforms lacking the
9353         function.
9354         * doc/functions/getline.texi: Likewise.
9355
9356 2007-09-09  Jim Meyering  <jim@meyering.net>
9357
9358         * lib/hash.c (hash_initialize): Detect calloc failure.
9359         Reported by Bruno Haible.
9360
9361 2007-09-09  Bruno Haible  <bruno@clisp.org>
9362
9363         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
9364         malloc or realloc fails.
9365
9366 2007-09-09  Bruno Haible  <bruno@clisp.org>
9367
9368         * modules/getcwd (Depends-on): Add malloc-posix.
9369         * modules/glob (Depends-on): Likewise.
9370         * modules/putenv (Depends-on): Likewise.
9371         * modules/strdup (Depends-on): Likewise.
9372         * modules/getdelim (Depends-on): Add realloc-posix.
9373         * modules/read-file (Depends-on): Likewise.
9374
9375 2007-09-09  Bruno Haible  <bruno@clisp.org>
9376
9377         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
9378         (gl_FUNC_MALLOC_POSIX): Require it.
9379         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
9380         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
9381         * modules/realloc (Files): Add m4/malloc.m4.
9382         * modules/calloc (Files): Likewise.
9383
9384 2007-09-09  Bruno Haible  <bruno@clisp.org>
9385
9386         * modules/malloc-posix: New file.
9387         * modules/malloc (Depends-on): Add malloc-posix.
9388         * lib/malloc.c: Include errno.h.
9389         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
9390         and a POSIX-compatible malloc into a single function. Set ENOMEM
9391         when returning NULL.
9392         * m4/malloc.m4: New file.
9393         * doc/functions/malloc.texi: Mention the malloc-posix module.
9394         * lib/stdlib_.h (malloc): New declaration.
9395         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
9396         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
9397         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
9398         and HAVE_MALLOC_POSIX.
9399
9400 2007-09-09  Bruno Haible  <bruno@clisp.org>
9401
9402         * modules/realloc-posix: New file.
9403         * modules/realloc (Depends-on): Add realloc-posix.
9404         * lib/realloc.c: Include errno.h.
9405         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
9406         and a POSIX-compatible realloc into a single function. Set ENOMEM
9407         when returning NULL.
9408         * m4/realloc.m4: New file.
9409         * doc/functions/realloc.texi: Mention the realloc-posix module.
9410         * lib/stdlib_.h (realloc): New declaration.
9411         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
9412         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
9413         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
9414         and HAVE_REALLOC_POSIX.
9415
9416 2007-09-09  Bruno Haible  <bruno@clisp.org>
9417
9418         * modules/calloc-posix: New file.
9419         * modules/calloc (Depends-on): Add calloc-posix.
9420         * lib/calloc.c: Include errno.h.
9421         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
9422         and a POSIX-compatible calloc into a single function. Set ENOMEM
9423         when returning NULL.
9424         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
9425         * doc/functions/calloc.texi: Mention the calloc-posix module.
9426         * lib/stdlib_.h (calloc): New declaration.
9427         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
9428         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
9429         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
9430         and HAVE_CALLOC_POSIX.
9431
9432 2007-09-09  Bruno Haible  <bruno@clisp.org>
9433
9434         Allow for modules to show an arbitrary notice.
9435         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
9436         * gnulib-tool: New option --extract-notice.
9437         (func_usage): Document it.
9438         (sed_extract_prog): Update.
9439         (func_get_notice): New function.
9440         (func_modules_notice): New function.
9441         (func_import, func_create_testdir): Invoke it.
9442         Suggested by Jim Meyering.
9443
9444 2007-09-09  Bruno Haible  <bruno@clisp.org>
9445
9446         * gnulib-tool: New options --verbose, --quiet.
9447         (func_usage): Document them.
9448         (verbose): New variable.
9449         (func_execute_command): New function.
9450         (func_import): Don't show the module list and the file list if
9451         $verbose < 0.
9452         (func_create_testdir): Likewise. Use func_execute_command.
9453         (func_create_megatestdir): Use func_execute_command.
9454
9455 2007-09-08  Bruno Haible  <bruno@clisp.org>
9456
9457         * gnulib-tool (func_import): Prefer rsync over wget when available,
9458         for fetching the PO files.
9459
9460 2007-09-08  Bruno Haible  <bruno@clisp.org>
9461
9462         * posix-modules: New file. Portions copied from gnulib-tool.
9463         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
9464
9465 2007-09-08  Jim Meyering  <jim@meyering.net>
9466
9467         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
9468         * lib/fpending.h: Rename from __fpending.h.
9469         * lib/fpending.c: Rename from __fpending.c.
9470         Include "fpending.h", not "__fpending.h".
9471         * lib/__fpending.h, lib/__fpending.c: Remove files.
9472         * modules/fpending (Files): Reflect new file names.
9473         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
9474
9475 2007-09-08  Bruno Haible  <bruno@clisp.org>
9476
9477         * m4/inttypes-h.m4: Remove stub file.
9478
9479 2007-09-07  Simon Josefsson  <simon@josefsson.org>
9480
9481         * doc/headers/stdint.texi: Discuss #include_next issue.
9482
9483 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9484
9485         * build-aux/bootstrap: Remove obsolete comment about wget --help.
9486
9487 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9488
9489         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
9490         in variable name.
9491
9492 2007-09-03  Jim Meyering  <jim@meyering.net>
9493
9494         New module: git-version-gen.
9495         * modules/git-version-gen: New file.
9496
9497         Import changes from coreutils for bootstrap script.
9498
9499         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
9500
9501         bootstrap: uses rsync to download the .po files
9502         * build-aux/bootstrap (po_download_command_format): New global.
9503         (download_po_files): Use rsync.
9504         (update_po_files): Don't remove .po files after download,
9505         so future rsync runs can take advantage of the copies.
9506
9507         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
9508
9509         Solve the unnecessary-.po-file-regeneration problem once and for all.
9510         * build-aux/bootstrap (download_po_files): New function, renamed from
9511         get_translations.  Now, downloads, but doesn't update LINGUAS.
9512         (update_po_files): New function.
9513
9514         bootstrap: Ignore more.
9515         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
9516         uniwidth to e.g., lib/.gitignore.
9517         (slurp): Handle the sys_stat_.h -> sys mapping, too.
9518
9519         * build-aux/bootstrap: New setting: vc_ignore.
9520         (insert_sorted_if_absent): Create $file if absent.
9521         Adapt to new, possibly empty, list: $vc_ignore.
9522
9523         bootstrap: generate more ignorable names
9524         * build-aux/bootstrap (slurp): When generating ignorable names,
9525         also map .sin to .sed, .gperf to .c, and .y to .c.
9526
9527 2007-09-03  Jim Meyering  <jim@meyering.net>
9528
9529         * build-aux/git-version-gen: New file, from coreutils.  For details, see
9530         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
9531
9532 2007-09-02  Bruno Haible  <bruno@clisp.org>
9533
9534         Fix mis-recognition of 'mcs' on QNX 6.
9535         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
9536         output contains the string "Mono".
9537         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
9538         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
9539
9540 2007-09-01  Bruno Haible  <bruno@clisp.org>
9541
9542         Fix collision between uniwidth/* and linebreak modules.
9543         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
9544         u32_width): Remove declarations.
9545         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
9546         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
9547         streq3, streq2, streq1, streq0): Remove functions.
9548         (STREQ): Remove macro.
9549         (is_cjk_encoding): Remove function.
9550         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
9551         (uc_width, u8_width, u16_width, u32_width): Remove functions.
9552         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
9553         * NEWS: Document the change.
9554
9555 2007-09-01  Bruno Haible  <bruno@clisp.org>
9556
9557         * lib/streq.h: Add double-inclusion guard.
9558
9559 2007-09-01  Karl Berry  <karl@gnu.org>
9560
9561         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
9562
9563 2007-08-28  Jim Meyering  <jim@meyering.net>
9564
9565         Rename mreadlink_with_size to areadlink_with_size.
9566         * NEWS: Document the change.
9567         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
9568         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
9569         * lib/mreadlink.h: Rename this to...
9570         * lib/areadlink.h: ...this.
9571         * modules/mreadlink-with-size: Rename this to...
9572         * modules/areadlink-with-size: ...this.
9573         * lib/canonicalize.c: Reflect the renaming.
9574         * modules/canonicalize: Likewise.
9575
9576 2007-08-26  Bruno Haible  <bruno@clisp.org>
9577
9578         * gnulib-tool (func_import): When deciding which files to remove,
9579         consider also dangling symbolic links.
9580         Reported by Eric Blake.
9581
9582 2007-08-26  Bruno Haible  <bruno@clisp.org>
9583
9584         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
9585
9586 2007-08-23  Simon Josefsson  <simon@josefsson.org>
9587
9588         * lib/readline.c: Don't include getline.h, the prototype is now
9589         found in stdio.h.
9590
9591 2007-08-23  Jim Meyering  <jim@meyering.net>
9592
9593         Getdelim touchup.
9594         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
9595         around the funlockfile call, since funlockfile never sets errno.
9596         Don't set errno upon failed realloc.
9597
9598 2007-08-22  Eric Blake  <ebb9@byu.net>
9599
9600         Getline touchups.
9601         * lib/getdelim.c (getdelim): Revert regression that required *n to
9602         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
9603         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
9604         getdelim, rather than whether implementation is missing.
9605         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
9606         * lib/stdio_.h (getline): Also declare if replacement is
9607         required.
9608         * doc/functions/getdelim.texi: New file.
9609         * doc/functions/getline.texi: Likewise.
9610         * doc/gnulib.texi (Function Substitutes): Add new files.
9611         Reported by Bruno Haible.
9612
9613 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
9614
9615         * users.txt: Add Guile.
9616
9617 2007-08-22  Eric Blake  <ebb9@byu.net>
9618
9619         * tests/test-getdelim.c (main): Use remove, not unlink.
9620         * tests/test-getline.c (main): Likewise.
9621
9622         Move getline and getdelim into stdio.h, per POSIX 200x.
9623         * modules/getline (Files): Remove getline.h.
9624         (Depends-on): Add stdio.
9625         (configure.ac): Add module indicator.
9626         * modules/getdelim (Files): Remove getdelim.h.
9627         (Depends-on): Add stdio.
9628         (configure.ac): Add module indicator.
9629         * modules/stdio (Makefile.am): Work with new indicators.
9630         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
9631         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
9632         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
9633         * lib/getdelim.h: Delete.
9634         * lib/getline.h: Delete.
9635         * lib/stdio_.h (getdelim, getline): Declare.
9636         * modules/getdelim-tests: New module.
9637         * modules/getline-tests: Likewise.
9638         * tests/test-getdelim.c: New file.
9639         * tests/test-getline.c: Likewise.
9640         * NEWS: Document the change.
9641         * lib/getline.c: Update choice of header.
9642         * lib/csharpcomp.c: Likewise.
9643         * lib/getpass.c: Likewise.
9644         * lib/javacomp.c: Likewise.
9645         * lib/javaversion.c: Likewise.
9646         * lib/yesno.c: Likewise.
9647         * lib/getdelim.c: Likewise.
9648         (getdelim): Set errno on failure, and avoid memory leak.
9649
9650 2007-08-19  Bruno Haible  <bruno@clisp.org>
9651
9652         * modules/closein (Depends-on): Add freadahead.
9653         * lib/closein.c: Include freadahead.h.
9654         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
9655         is zero.
9656
9657 2007-08-19  Bruno Haible  <bruno@clisp.org>
9658
9659         * modules/freadahead-tests: New file.
9660         * tests/test-freadahead.sh: New file.
9661         * tests/test-freadahead.c: New file.
9662
9663         * modules/freadahead: New file.
9664         * lib/freadahead.h: New file.
9665         * lib/freadahead.c: New file.
9666         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
9667         fbufmode, fpurge, freadable, fwritable.
9668
9669 2007-08-19  Eric Blake  <ebb9@byu.net>
9670
9671         Test yesno in combination with closein.
9672         * lib/yesno.c (yesno): Document use of stdin.
9673         * modules/yesno-tests (Files): New module.
9674         * tests/test-yesno.c (main): New file.
9675         * tests/test-yesno.sh: Likewise.
9676
9677 2007-08-19  Bruno Haible  <bruno@clisp.org>
9678
9679         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
9680         * lib/fseeko.c (rpl_fseeko): Likewise.
9681         * lib/fseterr.c (fseterr): Likewise.
9682
9683 2007-08-19  Bruno Haible  <bruno@clisp.org>
9684
9685         * tests/test-lseek.c (main): Disable a test for BeOS.
9686         * doc/functions/lseek.texi: Document the BeOS bug.
9687
9688 2007-08-19  Bruno Haible  <bruno@clisp.org>
9689             Eric Blake  <ebb9@byu.net>
9690
9691         * lib/lseek.c: Include <sys/stat.h>.
9692         (rpl_lseek): Add workaround code also for Unix platforms.
9693         Needed for BeOS.
9694         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
9695         * doc/functions/lseek.texi: Document BeOS definiency.
9696
9697 2007-08-18  Bruno Haible  <bruno@clisp.org>
9698
9699         * modules/fstrcmp-tests: New file.
9700         * tests/test-fstrcmp.c: New file.
9701
9702 2007-08-18  Bruno Haible  <bruno@clisp.org>
9703
9704         * modules/fstrcmp: New file, from GNU gettext with modifications.
9705         * lib/fstrcmp.h: New file, from GNU gettext.
9706         * lib/fstrcmp.c: New file, from GNU gettext.
9707         * MODULES.html.sh (String handling): Add fstrcmp.
9708
9709 2007-08-18  Bruno Haible  <bruno@clisp.org>
9710
9711         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
9712         'bool'.
9713         (diag, compareseq): Remove const from the ctxt argument.
9714         (USE_HEURISTIC): Undefine at the end.
9715
9716 2007-08-18  Jim Meyering  <jim@meyering.net>
9717
9718         New file: lib/idcache.h
9719         * NEWS: Mention the addition.
9720         * modules/idcache (Files): Add lib/idcache.h
9721         * lib/idcache.c: Include "idcache.h".
9722         Don't include <sys/types.h>.
9723         Add a FIXME comment.
9724         Move file-scoped "static" declarations to the top.
9725         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
9726
9727 2007-08-17  Bruno Haible  <bruno@clisp.org>
9728         and Paul Eggert  <eggert@cs.ucla.edu>
9729
9730         * MODULES.html.sh: Add diffseq.
9731         * modules/diffseq: New file.
9732         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
9733         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
9734
9735 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9736
9737         Import changes from coreutils for bootstrap script.
9738
9739         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
9740
9741         * build-aux/bootstrap (slurp): Work even in environments where
9742         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
9743         current code does not slurp files whose names start with ".", and
9744         this looks like it might be a troublesome area.
9745
9746         2007-07-11  Jim Meyering  <jim@meyering.net>
9747
9748         If there's a GPL vN copyright comment, require that N == 3.
9749
9750         2007-07-08  Jim Meyering  <jim@meyering.net>
9751
9752         Run the coreutils-specific code only if tests/Makefile.am.in exists.
9753         * build-aux/bootstrap (mam_template): Move definition out of loop.
9754
9755         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
9756
9757         * build-aux/bootstrap (symlink_to_dir): Rename function from
9758         symlink_to_gnulib.  Add a directory parameter.  Update all
9759         callers.
9760         (cp_mark_as_generated): Also check for -- and link to -- files in
9761         gl/.
9762
9763         2007-07-08  Jim Meyering  <jim@meyering.net>
9764
9765         Adapt to deeper hierarchy in gnulib.
9766         * build-aux/bootstrap (symlink_to_dir): If the destination
9767         directory doesn't exist, create it. This is required at least for
9768         "lib/uniwidth/cjk.h".
9769
9770         2007-05-15  Jim Meyering  <jim@meyering.net>
9771
9772         * build-aux/bootstrap: Now that generated Makefile.am files
9773         are no longer under version control, they must be created at
9774         bootstrap time.
9775
9776 2007-08-14  Ben Pfaff  <blp@gnu.org>
9777
9778         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
9779
9780 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
9783         given the changes below.
9784         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
9785         even on hosts that have padding bits beyond the supported 64.
9786
9787 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9788
9789         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
9790         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
9791         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
9792         depends on it.
9793         (xstrtol_error): Remove.
9794         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
9795         but with a different signature.
9796         (ATTRIBUTE_NORETURN, __attribute__): New macros.
9797         * lib/xstrtol-error.c: Include exitfail.h.
9798         (xstrtol_fatal): New function, with a different signature from the
9799         old xstrtol_error, so that the caller need not worry about passing
9800         in an exit status, or about storage management of the option argument.
9801         (xstrtol_error): Now a static function.  Redo signature to
9802         implement xstrtol_fatal.  Output the correct number of hyphens in
9803         front of the option so that the caller need not worry about
9804         storage management.
9805         (N_): New macro.
9806         (_): Remove; not used now.
9807         * modules/xstrtol: Depend on getopt.
9808         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
9809         of old STRTOL_FATAL_ERROR macro.
9810         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
9811         of test program.
9812         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
9813         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
9814
9815 2007-08-08  Eric Blake  <ebb9@byu.net>
9816
9817         * lib/xstrtol-error.c: Add missing include.
9818
9819         Move xstrtol messages into gnulib domain, when --pobase is used.
9820         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
9821         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
9822         * modules/xstrtol (Files): Distribute new file.
9823         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
9824         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
9825         * tests/test-xstrtol.c: ...into new file.
9826         * tests/test-xstrtoul.c: Also test xstrtoul.
9827         * tests/test-xstrtoimax.c: Also test xstrtoimax.
9828         * tests/test-xstrtoumax.c: Also test xstrtoumax.
9829         * tests/test-xstrtol.sh: Drive the tests.
9830         * tests/test-xstrtoimax.sh: Likewise.
9831         * tests/test-xstrtoumax.sh: Likewise.
9832         * modules/xstrtol-tests: New module.
9833         * modules/xstrtoimax-tests: Likewise.
9834         * modules/xstrtoumax-tests: Likewise.
9835
9836 2007-08-08  Jim Meyering  <jim@meyering.net>
9837
9838         New function: mfile_name_concat.
9839         * lib/filenamecat.c (mfile_name_concat): New function, just like
9840         file_name_concat, but return NULL upon failure rather than exiting
9841         with a diagnostic.
9842         * lib/filenamecat.h: Declare it.
9843
9844 2007-08-07  Bruno Haible  <bruno@clisp.org>
9845
9846         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
9847         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
9848         warning from gcc.
9849         Reported by Eric Blake.
9850
9851 2007-08-07  Simon Josefsson  <simon@josefsson.org>
9852
9853         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
9854         * modules/crypto/arcfour (License): Likewise.
9855         * modules/crypto/des-tests (License): Likewise.
9856         * modules/crypto/gc-arctwo-tests (License): Likewise.
9857         * modules/crypto/gc-des-tests (License): Likewise.
9858         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
9859         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
9860         * modules/crypto/gc-md2-tests (License): Likewise.
9861         * modules/crypto/gc-md4-tests (License): Likewise.
9862         * modules/crypto/gc-md5-tests (License): Likewise.
9863         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
9864         * modules/crypto/gc-rijndael-tests (License): Likewise.
9865         * modules/crypto/gc-sha1-tests (License): Likewise.
9866         * modules/crypto/gc-tests (License): Likewise.
9867         * modules/crypto/hmac-md5 (License): Likewise.
9868         * modules/crypto/hmac-sha1 (License): Likewise.
9869         * modules/crypto/md2-tests (License): Likewise.
9870         * modules/crypto/md4-tests (License): Likewise.
9871         * modules/crypto/md5 (License): Likewise.
9872         * modules/crypto/rijndael (License): Likewise.
9873         * modules/crypto/sha1 (License): Likewise.
9874         * modules/memxor (License): Likewise.
9875
9876 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
9877         and Bruno Haible  <bruno@clisp.org>
9878
9879         * NEWS: Describe interface changes to human, xstrtol.
9880         * lib/human.h: Include <xstrtol.h>.
9881         (human_options): Return enum strtol_error, not int.  Remove
9882         bool arg; take int * instead.
9883         * lib/human.c: Don't include "gettext.h".
9884         (_): Remove; no longer used.
9885         Don't include <xstrtol.h>, since human.h does it.
9886         (human_options): Adjust to abovementioned interface changes.
9887         Do not report error to stderr; that's now the caller's
9888         responsibility.
9889         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
9890         interface change.
9891         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
9892         Str, Argument_type_string.  All uses changed.  Put " argument"
9893         in diagnostics to make them clearer.  Change wording of suffix
9894         message for clarity.
9895         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
9896         Argument_type_string.
9897         (STRTOL_FATAL_WARN): Remove; no longer used.
9898         * modules/human (Depends-on): Remove gettext-h.
9899
9900 2007-08-06  Simon Josefsson  <simon@josefsson.org>
9901
9902         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
9903
9904 2007-07-31  Bruno Haible  <bruno@clisp.org>
9905
9906         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
9907         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
9908         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
9909
9910 2007-07-31  Bruno Haible  <bruno@clisp.org>
9911
9912         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
9913         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
9914
9915 2007-07-30  Bruno Haible  <bruno@clisp.org>
9916
9917         * modules/base64 (License): Use the synonymous term "LGPLv2+".
9918         * modules/c-ctype (License): Likewise.
9919         * modules/c-strcase (License): Likewise.
9920         * modules/check-version (License): Likewise.
9921         * modules/iconv (License): Likewise.
9922         * modules/iconv_open (License): Likewise.
9923         * modules/read-file (License): Likewise.
9924         * modules/striconv (License): Likewise.
9925         * modules/strverscmp (License): Likewise.
9926         * modules/vasprintf (License): Likewise.
9927         * modules/crypto/des (License): Likewise.
9928         * modules/crypto/gc (License): Likewise.
9929         * modules/crypto/gc-arcfour (License): Likewise.
9930         * modules/crypto/gc-arctwo (License): Likewise.
9931         * modules/crypto/gc-des (License): Likewise.
9932         * modules/crypto/gc-hmac-md5 (License): Likewise.
9933         * modules/crypto/gc-hmac-sha1 (License): Likewise.
9934         * modules/crypto/gc-md2 (License): Likewise.
9935         * modules/crypto/gc-md4 (License): Likewise.
9936         * modules/crypto/gc-md5 (License): Likewise.
9937         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
9938         * modules/crypto/gc-random (License): Likewise.
9939         * modules/crypto/gc-rijndael (License): Likewise.
9940         * modules/crypto/gc-sha1 (License): Likewise.
9941         * modules/crypto/md2 (License): Likewise.
9942         * modules/crypto/md4 (License): Likewise.
9943
9944 2007-07-30  Jim Meyering  <jim@meyering.net>
9945
9946         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
9947         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
9948         it has valid stat data.  This bug would cause du not to count the
9949         sizes of inaccessible directories.
9950         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
9951         in <http://bugzilla.redhat.com/250077>.
9952
9953 2007-07-25  Peter O'Gorman  <peter@pogma.com>
9954             Bruno Haible  <bruno@clisp.org>
9955
9956         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
9957         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
9958         #include_next, gives a diagnostic about it, but reports no error in
9959         the exit code.
9960         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
9961
9962 2007-07-24  Ben Pfaff  <blp@gnu.org>
9963
9964         Improve name: "count-one-bits" is better than "popcount".
9965         * MODULES.html.sh: Update name.
9966         * lib/popcount.h: Renamed lib/count-one-bits.h.
9967         (popcount): Renamed count_one_bits.
9968         (popcountl): Renamed count_one_bits_l.
9969         (popcountll): Renamed count_one_bits_ll.
9970         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
9971         * modules/popcount: Renamed module/count-one-bits.
9972         * modules/popcount-tests: Renamed module/count-one-bits-tests.
9973         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
9974
9975 2007-07-23  Ben Pfaff  <blp@gnu.org>
9976
9977         * lib/popcount.h (popcount32): Reduce size of constants, to allow
9978         better code generation, and add U to large constants to avoid
9979         warnings, in non-GCC case.
9980         Suggested by Bruno Haible.
9981
9982 2007-07-23  Ben Pfaff  <blp@gnu.org>
9983
9984         * lib/popcount.h: Use verify_true instead of if...abort.
9985         * modules/popcount: Depend on verify module.
9986         Suggested by Jim Meyering.
9987
9988 2007-07-23  Bruno Haible  <bruno@clisp.org>
9989
9990         * gnulib-tool (func_import): Create a .cvsignore file also when the
9991         directory is not yet in CVS but the toplevel directory is. When
9992         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
9993         Reported by Karl Berry.
9994
9995 2007-07-22  Ben Pfaff  <blp@gnu.org>
9996
9997         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
9998         case.
9999         Suggested by Eric Blake.
10000
10001 2007-07-22  Ben Pfaff  <blp@gnu.org>
10002
10003         New module: popcount.
10004         * MODULES.html.sh: Add popcount.
10005         * modules/popcount: New file.
10006         * modules/popcount-tests: New file.
10007         * tests/test-popcount.c: New file.
10008         * lib/popcount.h: New file.
10009         * m4/popcount.m4: New file.
10010
10011 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10012
10013         * build-aux/announce-gen: Update to GPLv3.
10014
10015         * build-aux/config.guess: Update from config.
10016
10017 2007-07-21  Bruno Haible  <bruno@clisp.org>
10018
10019         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
10020         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
10021
10022 2007-07-20  Jim Meyering  <jim@meyering.net>
10023
10024         * check-module: Diagnose a self-dependency.
10025
10026 2007-07-19  Bruno Haible  <bruno@clisp.org>
10027
10028         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
10029         empty.
10030         Reported by Eric Blake.
10031
10032 2007-07-18  Bruno Haible  <bruno@clisp.org>
10033
10034         * gnulib-tool: New options --po-base, --po-domain.
10035         (func_usage): Document them.
10036         (pobase, po_domain): New variables.
10037         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
10038         DEFAULT_TEXT_DOMAIN.
10039         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
10040         (func_import): Consider pobase and po_domain. Create a po/ directory.
10041         (func_create_testdir): Set pobase and po_domain to empty.
10042         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
10043         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
10044
10045 2007-07-18  Bruno Haible  <bruno@clisp.org>
10046
10047         * gnulib-tool (func_get_automake_snippet): Synthesize also an
10048         EXTRA_DIST augmentation for files in build-aux/.
10049
10050 2007-07-16  Bruno Haible  <bruno@clisp.org>
10051
10052         * modules/lseek (License): Use the synonymous term "LGPLv2+".
10053         * modules/getdelim (License): Likewise.
10054
10055 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10056
10057         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
10058         * modules/d-type (License): Likewise.
10059         * modules/extensions (License): Likewise.
10060         * modules/fnmatch (License): Likewise.
10061         * modules/fseeko (License): Likewise.
10062         * modules/getaddrinfo (License): Likewise.
10063         * modules/getline (License): Likewise.
10064         * modules/getlogin_r (License): Likewise.
10065         * modules/getpass (License): Likewise.
10066         * modules/gettimeofday (License): Likewise.
10067         * modules/glob (License): Likewise.
10068         * modules/inet_ntop (License): Likewise.
10069         * modules/malloc (License): Likewise.
10070         * modules/malloca (License): Likewise.
10071         * modules/memmem (License): Likewise.
10072         * modules/mempcpy (License): Likewise.
10073         * modules/memset (License): Likewise.
10074         * modules/minmax (License): Likewise.
10075         * modules/mktime (License): Likewise.
10076         * modules/netinet_in (License): Likewise.
10077         * modules/pathmax (License): Likewise.
10078         * modules/poll (License): Likewise.
10079         * modules/regex (License): Likewise.
10080         * modules/snprintf (License): Likewise.
10081         * modules/stdbool (License): Likewise.
10082         * modules/stdint (License): Likewise.
10083         * modules/stdio (License): Likewise.
10084         * modules/strcase (License): Likewise.
10085         * modules/strcasestr (License): Likewise.
10086         * modules/strdup (License): Likewise.
10087         * modules/string (License): Likewise.
10088         * modules/strndup (License): Likewise.
10089         * modules/strnlen (License): Likewise.
10090         * modules/strpbrk (License): Likewise.
10091         * modules/strptime (License): Likewise.
10092         * modules/strsep (License): Likewise.
10093         * modules/sys_select (License): Likewise.
10094         * modules/sys_socket (License): Likewise.
10095         * modules/sys_stat (License): Likewise.
10096         * modules/sys_time (License): Likewise.
10097         * modules/time (License): Likewise.
10098         * modules/time_r (License): Likewise.
10099         * modules/timegm (License): Likewise.
10100         * modules/unistd (License): Likewise.
10101         * modules/vsnprintf (License): Likewise.
10102         * modules/wctype (License): Likewise.
10103
10104 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10105
10106         * modules/argz (License): LGPLv2+.
10107
10108 2007-07-15  Karl Berry  <karl@gnu.org>
10109
10110         * doc/gnulib.texi: revise node structure per new fdl.texi.
10111
10112 2007-07-14  Bruno Haible  <bruno@clisp.org>
10113
10114         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
10115         the output file.
10116         * lib/uniname/uninames.h: Regenerated.
10117
10118 2007-07-14  Karl Berry  <karl@gnu.org>
10119
10120         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
10121         omitting sectioning and index commands.
10122
10123 2007-07-13  Bruno Haible  <bruno@clisp.org>
10124
10125         New gnulib-tool option --more-symlinks.
10126         * gnulib-tool (func_usage): Document --more-symlinks.
10127         (do_copyrights): New variable.
10128         Recognize option --more-symlinks.
10129         (func_import): Don't add a copyright notice transform to
10130         sed_transform_lib_file if do_copyrights is empty.
10131
10132 2007-07-13  Bruno Haible  <bruno@clisp.org>
10133
10134         * lib/vasnprintf.c (decimal_point_char): Define also if
10135         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
10136         && !NEED_PRINTF_DIRECTIVE_A.
10137         Reported by Clemens Koller <clemens.koller@anagramm.de> via
10138         Gary V. Vaughan <gary@gnu.org>.
10139
10140 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
10141
10142         * lib/inttypes_.h: Undo previous change, since it was fixed
10143         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
10144
10145 2007-07-13  Bruno Haible  <bruno@clisp.org>
10146
10147         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
10148         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
10149
10150 2007-07-13  Jim Meyering  <jim@meyering.net>
10151
10152         df: Don't fail for Tru64's "file-on-file mount".
10153         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
10154         so we fall through and use statfs instead.  Details here:
10155         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
10156         Reported by Albert Chin.
10157
10158 2007-07-13  Bruno Haible  <bruno@clisp.org>
10159
10160         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
10161         * modules/configmake (License): Likewise.
10162         * modules/gettext (License): Likewise.
10163         * modules/gettext-h (License): Likewise.
10164         * modules/include_next (License): Likewise.
10165         * modules/link-warning (License): Likewise.
10166         * modules/localcharset (License): Likewise.
10167         * modules/localename (License): Likewise.
10168         * modules/lock (License): Likewise.
10169         * modules/relocatable-lib-lgpl (License): Likewise.
10170         * modules/size_max (License): Likewise.
10171         * modules/vasnprintf (License): Likewise.
10172         * modules/wchar (License): Likewise.
10173         * modules/xsize (License): Likewise.
10174
10175 2007-07-13  Bruno Haible  <bruno@clisp.org>
10176
10177         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
10178         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
10179
10180 2007-07-12  Bruno Haible  <bruno@clisp.org>
10181
10182         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
10183         in the modules files.
10184
10185 2007-07-11  Karl Berry  <karl@gnu.org>
10186
10187         * MODULES.html.sh (func_module): use
10188          sed -e '\|^'"${includefile}"'$|d'
10189          instead of /.../d, to avoid errors on $includefile's containing /.
10190
10191 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10192
10193         * gnulib-tool (func_import): Avoid duplication of --avoid
10194         statements
10195         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
10196         names to `_' in variable names.
10197
10198 2007-07-10  Eric Blake  <ebb9@byu.net>
10199
10200         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
10201         * NEWS: Document this change.
10202
10203 2007-07-08  Bruno Haible  <bruno@clisp.org>
10204
10205         Update to Unicode 5.0.
10206         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
10207         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
10208         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
10209         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
10210         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
10211         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
10212         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
10213         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
10214         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
10215         U+10A3F, U+1D242..U+1D244.
10216         (nonspacing_table_ind): Update.
10217         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
10218         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
10219
10220 2007-07-08  Bruno Haible  <bruno@clisp.org>
10221
10222         Update to Unicode 5.0.
10223         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
10224         code transform. Extend the name index field of unicode_name_to_code and
10225         unicode_code_to_name from 16 to 24 bits.
10226         * lib/uniname/uniname.c (unicode_character_name,
10227         unicode_name_character): Add the range 0x12xxx to the code transform.
10228         * lib/uniname/uninames.h: Regenerated.
10229         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
10230
10231 2007-07-07  Bruno Haible  <bruno@clisp.org>
10232
10233         * modules/wcwidth-tests: New file.
10234         * tests/test-wcwidth.c: New file.
10235
10236         Work around MacOS X wcwidth() bug.
10237         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
10238         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
10239         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
10240         original wcwidth in non-UTF-8 locales.
10241         * modules/wcwidth (Depends-on): Add localcharset, streq,
10242         uniwidth/width.
10243         * doc/functions/wcwidth.texi: Update.
10244
10245 2007-07-07  Bruno Haible  <bruno@clisp.org>
10246
10247         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
10248         (wcwidth): New declaration.
10249         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
10250         macros.
10251         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
10252         here. Prepare for creating <wchar.h> unconditionally.
10253         * modules/wchar (Depends-on): Add link-warning.
10254         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
10255         REPLACE_WCWIDTH, and GL_LINK_WARNING.
10256         * lib/wcwidth.h: Remove file.
10257         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
10258         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
10259         * modules/wcwidth (Files): Remove lib/wcwidth.h.
10260         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
10261         (Include): Replace wcwidth.h with <wchar.h>.
10262         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
10263         * lib/mbchar.h: Don't include wcwidth.h.
10264         * lib/mbswidth.c: Likewise.
10265         * NEWS: Mention the change.
10266
10267 2007-07-07  Bruno Haible  <bruno@clisp.org>
10268
10269         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
10270         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
10271         definition with an external declaration.
10272         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
10273         defined as a function. Remove AC_C_INLINE requirement.
10274         * modules/wcwidth (Files): Add lib/wcwidth.c.
10275         (Makefile.am): Remove redundant statement.
10276
10277 2007-07-07  Bruno Haible  <bruno@clisp.org>
10278
10279         * MODULES.html.sh (Unicode string functions): Add the new modules.
10280
10281         * tests/uniwidth/test-u32-strwidth.c: New file.
10282         * modules/uniwidth/u32-strwidth-tests: New file.
10283
10284         * lib/uniwidth/u32-strwidth.c: New file.
10285         * modules/uniwidth/u32-strwidth: New file.
10286
10287         * tests/uniwidth/test-u16-strwidth.c: New file.
10288         * modules/uniwidth/u16-strwidth-tests: New file.
10289
10290         * lib/uniwidth/u16-strwidth.c: New file.
10291         * modules/uniwidth/u16-strwidth: New file.
10292
10293         * tests/uniwidth/test-u8-strwidth.c: New file.
10294         * modules/uniwidth/u8-strwidth-tests: New file.
10295
10296         * lib/uniwidth/u8-strwidth.c: New file.
10297         * modules/uniwidth/u8-strwidth: New file.
10298
10299         * tests/uniwidth/test-u32-width.c: New file.
10300         * modules/uniwidth/u32-width-tests: New file.
10301
10302         * lib/uniwidth/u32-width.c: New file.
10303         * modules/uniwidth/u32-width: New file.
10304
10305         * tests/uniwidth/test-u16-width.c: New file.
10306         * modules/uniwidth/u16-width-tests: New file.
10307
10308         * lib/uniwidth/u16-width.c: New file.
10309         * modules/uniwidth/u16-width: New file.
10310
10311         * tests/uniwidth/test-u8-width.c: New file.
10312         * modules/uniwidth/u8-width-tests: New file.
10313
10314         * lib/uniwidth/u8-width.c: New file.
10315         * modules/uniwidth/u8-width: New file.
10316
10317         * tests/uniwidth/test-uc_width.c: New file.
10318         * modules/uniwidth/width-tests: New file.
10319
10320         * lib/uniwidth/width.c: New file, from GNU libiconv.
10321         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
10322         * modules/uniwidth/width: New file.
10323
10324         * lib/uniwidth.h: New file, from GNU libiconv.
10325         * modules/uniwidth/base: New file.
10326
10327 2007-07-07  Bruno Haible  <bruno@clisp.org>
10328
10329         * lib/uniname.h: New file, from GNU gettext.
10330         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
10331         * lib/uniname/uninames.h: New file, from GNU gettext.
10332         * lib/uniname/uniname.c: New file, from GNU gettext.
10333         * tests/uniname/test-uninames.sh: New file.
10334         * tests/uniname/test-uninames.c: New file, from GNU gettext.
10335         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
10336         * modules/uniname/base: New file.
10337         * modules/uniname/uniname: New file.
10338         * modules/uniname/uniname-tests: New file.
10339         * MODULES.html.sh (Unicode string functions): Add the new modules.
10340
10341 2007-07-06  Bruno Haible  <bruno@clisp.org>
10342
10343         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
10344
10345 2007-07-06  Bruno Haible  <bruno@clisp.org>
10346
10347         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
10348         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
10349         includes <cygwin/sys_time.h> which includes <sys/select.h> which
10350         include <sys/time.h>.
10351         Reported by Eric Blake.
10352
10353 2007-07-06  Eric Blake  <ebb9@byu.net>
10354
10355         Fix testing canonicalize on cygwin.
10356         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
10357         Revert patch from 2007-06-19.
10358         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
10359         canonicalize module is also in use.
10360         * tests/test-canonicalize.c: New file.
10361         * tests/test-canonicalize.sh: Likewise.
10362         * modules/canonicalize-tests: Likewise.
10363
10364 2007-07-06  Jim Meyering  <jim@meyering.net>
10365
10366         * lib/getugroups.c (getugroups): Detect getgrent failure.
10367         Adjust comment to reflect reality: this function may return -1.
10368
10369 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
10370
10371         * build-aux/bootstrap (TP_URL,get_translations): Update to use
10372         the new TP address.
10373         (usage): Fix typo
10374         (gnulib_mk): New variable.
10375
10376 2007-07-05  Jim Meyering  <jim@meyering.net>
10377
10378         Don't let endgrent clobber errno, no matter how improbable.
10379         * lib/getugroups.c (getugroups): Save and restore errno around
10380         endgrent call.
10381
10382         Close the group DB even when failing with 2^31 or more members.
10383         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
10384
10385 2007-07-04  Jim Meyering  <jim@meyering.net>
10386
10387         * lib/getugroups.h: New file.
10388         * lib/getugroups.c: Include "getugroups.h".
10389         Remove uses of "register" keyword.
10390         Move local variable, "cp", down into scope where used.
10391         Give "username" parameter the "const" attribute.
10392         * modules/getugroups (Files): Add lib/getugroups.h
10393
10394 2007-07-04  Karl Berry  <karl@gnu.org>
10395
10396         * MODULES.html.sh (func_all_modules): Complete rename of
10397         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
10398
10399 2007-07-02  Bruno Haible  <bruno@clisp.org>
10400
10401         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
10402         mode, when inttypes.h comes from gnulib.
10403         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10404
10405 2007-07-02  Simon Josefsson  <simon@josefsson.org>
10406
10407         * NEWS: Mention lgpl module name change.
10408
10409         * modules/lgpl-2.1: Renamed from lgpl.
10410
10411         * NEWS: Mention gpl module name change.
10412
10413         * modules/gpl-3.0: New file, based on gpl-2.0.
10414
10415         * modules/gpl-2.0: Renamed from gpl.
10416
10417         * modules/gpl: Fix filename, doc/gpl.texi is now found at
10418         doc/gpl-2.0.texi.
10419
10420 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
10423         #define __STDC_LIMIT_MACROS temporarily while including
10424         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
10425         Problem reported by Joel E. Denny in
10426         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
10427
10428 2007-07-01  Bruno Haible  <bruno@clisp.org>
10429
10430         * lib/unistdio.h: New file.
10431         * lib/unistdio/u-asnprintf.h: New file.
10432         * lib/unistdio/u-asprintf.h: New file.
10433         * lib/unistdio/u-printf-args.c: New file.
10434         * lib/unistdio/u-printf-args.h: New file.
10435         * lib/unistdio/u-printf-parse.h: New file.
10436         * lib/unistdio/u-snprintf.h: New file.
10437         * lib/unistdio/u-sprintf.h: New file.
10438         * lib/unistdio/u-vasprintf.h: New file.
10439         * lib/unistdio/u-vsnprintf.h: New file.
10440         * lib/unistdio/u-vsprintf.h: New file.
10441         * lib/unistdio/ulc-asnprintf.c: New file.
10442         * lib/unistdio/ulc-asprintf.c: New file.
10443         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
10444         * lib/unistdio/ulc-printf-parse.c: New file.
10445         * lib/unistdio/ulc-snprintf.c: New file.
10446         * lib/unistdio/ulc-sprintf.c: New file.
10447         * lib/unistdio/ulc-vasnprintf.c: New file.
10448         * lib/unistdio/ulc-vasprintf.c: New file.
10449         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
10450         * lib/unistdio/ulc-vsnprintf.c: New file.
10451         * lib/unistdio/ulc-vsprintf.c: New file.
10452         * lib/unistdio/u8-asnprintf.c: New file.
10453         * lib/unistdio/u8-asprintf.c: New file.
10454         * lib/unistdio/u8-printf-parse.c: New file.
10455         * lib/unistdio/u8-snprintf.c: New file.
10456         * lib/unistdio/u8-sprintf.c: New file.
10457         * lib/unistdio/u8-vasnprintf.c: New file.
10458         * lib/unistdio/u8-vasprintf.c: New file.
10459         * lib/unistdio/u8-vsnprintf.c: New file.
10460         * lib/unistdio/u8-vsprintf.c: New file.
10461         * lib/unistdio/u8-u8-asnprintf.c: New file.
10462         * lib/unistdio/u8-u8-asprintf.c: New file.
10463         * lib/unistdio/u8-u8-snprintf.c: New file.
10464         * lib/unistdio/u8-u8-sprintf.c: New file.
10465         * lib/unistdio/u8-u8-vasnprintf.c: New file.
10466         * lib/unistdio/u8-u8-vasprintf.c: New file.
10467         * lib/unistdio/u8-u8-vsnprintf.c: New file.
10468         * lib/unistdio/u8-u8-vsprintf.c: New file.
10469         * lib/unistdio/u16-asnprintf.c: New file.
10470         * lib/unistdio/u16-asprintf.c: New file.
10471         * lib/unistdio/u16-printf-parse.c: New file.
10472         * lib/unistdio/u16-snprintf.c: New file.
10473         * lib/unistdio/u16-sprintf.c: New file.
10474         * lib/unistdio/u16-vasnprintf.c: New file.
10475         * lib/unistdio/u16-vasprintf.c: New file.
10476         * lib/unistdio/u16-vsnprintf.c: New file.
10477         * lib/unistdio/u16-vsprintf.c: New file.
10478         * lib/unistdio/u16-u16-asnprintf.c: New file.
10479         * lib/unistdio/u16-u16-asprintf.c: New file.
10480         * lib/unistdio/u16-u16-snprintf.c: New file.
10481         * lib/unistdio/u16-u16-sprintf.c: New file.
10482         * lib/unistdio/u16-u16-vasnprintf.c: New file.
10483         * lib/unistdio/u16-u16-vasprintf.c: New file.
10484         * lib/unistdio/u16-u16-vsnprintf.c: New file.
10485         * lib/unistdio/u16-u16-vsprintf.c: New file.
10486         * lib/unistdio/u32-asnprintf.c: New file.
10487         * lib/unistdio/u32-asprintf.c: New file.
10488         * lib/unistdio/u32-printf-parse.c: New file.
10489         * lib/unistdio/u32-snprintf.c: New file.
10490         * lib/unistdio/u32-sprintf.c: New file.
10491         * lib/unistdio/u32-vasnprintf.c: New file.
10492         * lib/unistdio/u32-vasprintf.c: New file.
10493         * lib/unistdio/u32-vsnprintf.c: New file.
10494         * lib/unistdio/u32-vsprintf.c: New file.
10495         * lib/unistdio/u32-u32-asnprintf.c: New file.
10496         * lib/unistdio/u32-u32-asprintf.c: New file.
10497         * lib/unistdio/u32-u32-snprintf.c: New file.
10498         * lib/unistdio/u32-u32-sprintf.c: New file.
10499         * lib/unistdio/u32-u32-vasnprintf.c: New file.
10500         * lib/unistdio/u32-u32-vasprintf.c: New file.
10501         * lib/unistdio/u32-u32-vsnprintf.c: New file.
10502         * lib/unistdio/u32-u32-vsprintf.c: New file.
10503         * tests/unistdio/test-ulc-asnprintf1.c: New file.
10504         * tests/unistdio/test-ulc-asnprintf1.h: New file.
10505         * tests/unistdio/test-ulc-printf1.h: New file.
10506         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
10507         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
10508         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
10509         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
10510         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
10511         * tests/unistdio/test-ulc-vasprintf1.c: New file.
10512         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
10513         * tests/unistdio/test-ulc-vsprintf1.c: New file.
10514         * tests/unistdio/test-u8-asnprintf1.c: New file.
10515         * tests/unistdio/test-u8-asnprintf1.h: New file.
10516         * tests/unistdio/test-u8-printf1.h: New file.
10517         * tests/unistdio/test-u8-vasnprintf1.c: New file.
10518         * tests/unistdio/test-u8-vasnprintf2.c: New file.
10519         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
10520         * tests/unistdio/test-u8-vasnprintf3.c: New file.
10521         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
10522         * tests/unistdio/test-u8-vasprintf1.c: New file.
10523         * tests/unistdio/test-u8-vsnprintf1.c: New file.
10524         * tests/unistdio/test-u8-vsprintf1.c: New file.
10525         * tests/unistdio/test-u16-asnprintf1.c: New file.
10526         * tests/unistdio/test-u16-asnprintf1.h: New file.
10527         * tests/unistdio/test-u16-printf1.h: New file.
10528         * tests/unistdio/test-u16-vasnprintf1.c: New file.
10529         * tests/unistdio/test-u16-vasnprintf2.c: New file.
10530         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
10531         * tests/unistdio/test-u16-vasnprintf3.c: New file.
10532         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
10533         * tests/unistdio/test-u16-vasprintf1.c: New file.
10534         * tests/unistdio/test-u16-vsnprintf1.c: New file.
10535         * tests/unistdio/test-u16-vsprintf1.c: New file.
10536         * tests/unistdio/test-u32-asnprintf1.c: New file.
10537         * tests/unistdio/test-u32-asnprintf1.h: New file.
10538         * tests/unistdio/test-u32-printf1.h: New file.
10539         * tests/unistdio/test-u32-vasnprintf1.c: New file.
10540         * tests/unistdio/test-u32-vasnprintf2.c: New file.
10541         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
10542         * tests/unistdio/test-u32-vasnprintf3.c: New file.
10543         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
10544         * tests/unistdio/test-u32-vasprintf1.c: New file.
10545         * tests/unistdio/test-u32-vsnprintf1.c: New file.
10546         * tests/unistdio/test-u32-vsprintf1.c: New file.
10547         * modules/unistdio/base: New file.
10548         * modules/unistdio/u-printf-args: New file.
10549         * modules/unistdio/ulc-asnprintf: New file.
10550         * modules/unistdio/ulc-asprintf: New file.
10551         * modules/unistdio/ulc-fprintf: New file.
10552         * modules/unistdio/ulc-printf-parse: New file.
10553         * modules/unistdio/ulc-snprintf: New file.
10554         * modules/unistdio/ulc-sprintf: New file.
10555         * modules/unistdio/ulc-vasnprintf: New file.
10556         * modules/unistdio/ulc-vasprintf: New file.
10557         * modules/unistdio/ulc-vfprintf: New file.
10558         * modules/unistdio/ulc-vsnprintf: New file.
10559         * modules/unistdio/ulc-vsprintf: New file.
10560         * modules/unistdio/u8-asnprintf: New file.
10561         * modules/unistdio/u8-asprintf: New file.
10562         * modules/unistdio/u8-printf-parse: New file.
10563         * modules/unistdio/u8-snprintf: New file.
10564         * modules/unistdio/u8-sprintf: New file.
10565         * modules/unistdio/u8-vasnprintf: New file.
10566         * modules/unistdio/u8-vasprintf: New file.
10567         * modules/unistdio/u8-vsnprintf: New file.
10568         * modules/unistdio/u8-vsprintf: New file.
10569         * modules/unistdio/u8-u8-asnprintf: New file.
10570         * modules/unistdio/u8-u8-asprintf: New file.
10571         * modules/unistdio/u8-u8-snprintf: New file.
10572         * modules/unistdio/u8-u8-sprintf: New file.
10573         * modules/unistdio/u8-u8-vasnprintf: New file.
10574         * modules/unistdio/u8-u8-vasprintf: New file.
10575         * modules/unistdio/u8-u8-vsnprintf: New file.
10576         * modules/unistdio/u8-u8-vsprintf: New file.
10577         * modules/unistdio/u16-asnprintf: New file.
10578         * modules/unistdio/u16-asprintf: New file.
10579         * modules/unistdio/u16-printf-parse: New file.
10580         * modules/unistdio/u16-snprintf: New file.
10581         * modules/unistdio/u16-sprintf: New file.
10582         * modules/unistdio/u16-vasnprintf: New file.
10583         * modules/unistdio/u16-vasprintf: New file.
10584         * modules/unistdio/u16-vsnprintf: New file.
10585         * modules/unistdio/u16-vsprintf: New file.
10586         * modules/unistdio/u16-u16-asnprintf: New file.
10587         * modules/unistdio/u16-u16-asprintf: New file.
10588         * modules/unistdio/u16-u16-snprintf: New file.
10589         * modules/unistdio/u16-u16-sprintf: New file.
10590         * modules/unistdio/u16-u16-vasnprintf: New file.
10591         * modules/unistdio/u16-u16-vasprintf: New file.
10592         * modules/unistdio/u16-u16-vsnprintf: New file.
10593         * modules/unistdio/u16-u16-vsprintf: New file.
10594         * modules/unistdio/u32-asnprintf: New file.
10595         * modules/unistdio/u32-asprintf: New file.
10596         * modules/unistdio/u32-printf-parse: New file.
10597         * modules/unistdio/u32-snprintf: New file.
10598         * modules/unistdio/u32-sprintf: New file.
10599         * modules/unistdio/u32-vasnprintf: New file.
10600         * modules/unistdio/u32-vasprintf: New file.
10601         * modules/unistdio/u32-vsnprintf: New file.
10602         * modules/unistdio/u32-vsprintf: New file.
10603         * modules/unistdio/u32-u32-asnprintf: New file.
10604         * modules/unistdio/u32-u32-asprintf: New file.
10605         * modules/unistdio/u32-u32-snprintf: New file.
10606         * modules/unistdio/u32-u32-sprintf: New file.
10607         * modules/unistdio/u32-u32-vasnprintf: New file.
10608         * modules/unistdio/u32-u32-vasprintf: New file.
10609         * modules/unistdio/u32-u32-vsnprintf: New file.
10610         * modules/unistdio/u32-u32-vsprintf: New file.
10611         * modules/unistdio/ulc-asnprintf-tests: New file.
10612         * modules/unistdio/ulc-vasnprintf-tests: New file.
10613         * modules/unistdio/ulc-vasprintf-tests: New file.
10614         * modules/unistdio/ulc-vsnprintf-tests: New file.
10615         * modules/unistdio/ulc-vsprintf-tests: New file.
10616         * modules/unistdio/u8-asnprintf-tests: New file.
10617         * modules/unistdio/u8-vasnprintf-tests: New file.
10618         * modules/unistdio/u8-vasprintf-tests: New file.
10619         * modules/unistdio/u8-vsnprintf-tests: New file.
10620         * modules/unistdio/u8-vsprintf-tests: New file.
10621         * modules/unistdio/u16-asnprintf-tests: New file.
10622         * modules/unistdio/u16-vasnprintf-tests: New file.
10623         * modules/unistdio/u16-vasprintf-tests: New file.
10624         * modules/unistdio/u16-vsnprintf-tests: New file.
10625         * modules/unistdio/u16-vsprintf-tests: New file.
10626         * modules/unistdio/u32-asnprintf-tests: New file.
10627         * modules/unistdio/u32-vasnprintf-tests: New file.
10628         * modules/unistdio/u32-vasprintf-tests: New file.
10629         * modules/unistdio/u32-vsnprintf-tests: New file.
10630         * modules/unistdio/u32-vsprintf-tests: New file.
10631         * MODULES.html.sh (Unicode string functions): Add the new modules.
10632
10633 2007-07-01  Bruno Haible  <bruno@clisp.org>
10634
10635         * lib/sprintf.c (sprintf): Limit the available length estimation,
10636         to avoid address wraparound.
10637         * lib/vsprintf.c (vsprintf): Likewise.
10638         * modules/sprintf-posix (Dependencies): Add stdint.
10639         * modules/vsprintf-posix (Dependencies): Likewise.
10640
10641 2007-07-01  Bruno Haible  <bruno@clisp.org>
10642
10643         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
10644         Windows PATH as well. Conservative double-quoting. Comments.
10645
10646 2007-07-01  Bruno Haible  <bruno@clisp.org>
10647             Eric Blake  <ebb9@byu.net>
10648             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10649
10650         * gnulib-tool (self_abspathname): Fix algorithm to cope with
10651         empty components in $PATH, denoting '.'.
10652
10653 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10654
10655         * gnulib-tool: Fix indentation.
10656         (func_create_megatestdir): Likewise.
10657         Report by Bruno Haible.
10658
10659 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10660
10661         Sync from Automake.
10662         * build-aux/gnupload: Fix shell portability issues with for loops.
10663         Report by Karl Berry.
10664
10665 2007-06-29  Simon Josefsson  <simon@josefsson.org>
10666
10667         * build-aux/maint.mk (POURL): Use translationproject.org.
10668
10669 2007-06-27  Simon Josefsson  <simon@josefsson.org>
10670             Bruno Haible  <bruno@clisp.org>
10671
10672         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
10673         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
10674         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
10675         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
10676         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
10677
10678 2007-06-27  Bruno Haible  <bruno@clisp.org>
10679
10680         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
10681         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
10682
10683 2007-06-26  Karl Berry  <karl@gnu.org>
10684
10685         * MODULES.html.sh: remove xreadlink-with-size.
10686
10687 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10688
10689         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
10690         method that I hope also handles the double-include problem noted
10691         by Bruno Haible in
10692         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
10693
10694 2007-06-23  Bruno Haible  <bruno@clisp.org>
10695
10696         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10697         Don't let the 'mostlyclean' target fail if the last subdirectory could
10698         not be removed.
10699         Reported by Karl Berry.
10700
10701 2007-06-23  Bruno Haible  <bruno@clisp.org>
10702
10703         * gnulib-tool (echo): Add a speedier workaround for ksh.
10704         * tests/test-echo.sh: Likewise.
10705
10706 2007-06-23  Bruno Haible  <bruno@clisp.org>
10707
10708         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
10709         * tests/test-echo.sh: Likewise.
10710
10711 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10712
10713         * gnulib-tool (IFS): Initialize early, so we don't set it to
10714         empty later.
10715         (self_abspathname): Rewrite algorithm to set it, reindent.
10716         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
10717         (func_create_megatestdir): Merge some sed scripts.
10718
10719 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
10722         exposed by Sun Studio 11 cc on Solaris 8.
10723
10724 2007-06-22  Bruno Haible  <bruno@clisp.org>
10725
10726         * gnulib-tool (echo): Ensure the echo primitive does not interpret
10727         backslashes.
10728         * tests/test-echo.sh: New file.
10729
10730 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10731
10732         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
10733         simplify `sed_replace_build_aux' scripts, they are portable but
10734         echoing them with `echo' is not.
10735         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
10736
10737 2007-06-21  Karl Berry  <karl@gnu.org>
10738
10739         * config/srclist.txt: guess we can't handle the licenses via
10740         srclist at the moment.
10741
10742 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10743
10744         * MODULES.html.sh: Add include_next.
10745         * modules/include_next: New file.
10746
10747 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10748
10749         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
10750         INCLUDE_NEXT.
10751         (gl_CHECK_NEXT_HEADERS): New macro.
10752         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
10753         the obsolescent gl_ABSOLUTE_HEADER.
10754         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
10755         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
10756         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
10757         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10758         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
10759         * m4/math_h.m4 (gl_MATH_H): Likewise.
10760         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10761         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
10762         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
10763         * m4/stdint.m4 (gl_STDINT_H): Likewise.
10764         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
10765         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
10766         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
10767         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10768         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10769         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
10770         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
10771         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10772         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
10773         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
10774         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10775         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10776         * m4/inttypes.m4 (gl_INTTYPES_H): Define
10777         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
10778         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
10779         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
10780         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
10781         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
10782         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
10783         * lib/float_.h: Likewise.
10784         * lib/inttypes_.h: Likewise.
10785         * lib/math_.h: Likewise.
10786         * lib/search_.h: Likewise.
10787         * lib/signal_.h: Likewise.
10788         * lib/stdint_.h: Likewise.
10789         * lib/stdio_.h: Likewise.
10790         * lib/stdlib_.h: Likewise.
10791         * lib/string_.h: Likewise.
10792         * lib/sys_stat_.h: Likewise.
10793         * lib/sys_time_.h: Likewise.
10794         * lib/time_.h: Likewise.
10795         * lib/unistd_.h: Likewise.
10796         * lib/wchar_.h: Likewise.
10797         * lib/wctype_.h: Likewise.
10798         * lib/dirent_.h: Likewise.
10799         * lib/iconv_.h: Likewise.
10800         * lib/locale_.h: Likewise.
10801         * lib/netinet_in_.h: Likewise.
10802         * lib/sys_select_.h: Likewise.
10803         * lib/sys_socket_.h: Likewise.
10804         * lib/sysexits_.h: Likewise.
10805         * modules/fcntl (Depends-on): Depend on include_next, not
10806         absolute_header.
10807         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
10808         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
10809         * modules/fchdir: Likewise.
10810         * modules/float: Likewise.
10811         * modules/iconv_open: Likewise.
10812         * modules/inttypes: Likewise.
10813         * modules/locale: Likewise.
10814         * modules/math: Likewise.
10815         * modules/netinet_in: Likewise.
10816         * modules/search: Likewise.
10817         * modules/signal: Likewise.
10818         * modules/stdint: Likewise.
10819         * modules/stdio: Likewise.
10820         * modules/stdlib: Likewise.
10821         * modules/string: Likewise.
10822         * modules/sys_select: Likewise.
10823         * modules/sys_socket: Likewise.
10824         * modules/sys_stat: Likewise.
10825         * modules/sys_time: Likewise.
10826         * modules/sysexits: Likewise.
10827         * modules/time: Likewise.
10828         * modules/unistd: Likewise.
10829         * modules/wchar: Likewise.
10830         * modules/wctype: Likewise.
10831         * modules/sys_stat: Change maintainer to "all".
10832         * modules/unistd: Likewise.
10833
10834 2007-06-20  Karl Berry  <karl@gnu.org>
10835
10836         * config/srclist.txt: track www changes in license files.
10837
10838 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
10839
10840         * build-aux/bootstrap: Remove stray dot.
10841         Make sure build_aux settings are honored when linking
10842         gnulib_extra_files.
10843
10844 2007-06-19  Eric Blake  <ebb9@byu.net>
10845
10846         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
10847         Allow compilation on cygwin.
10848
10849 2007-06-19  Jim Meyering  <jim@meyering.net>
10850
10851         xreadlink-with-size: Remove module.  No longer used.
10852         Ex-callers now use xreadlink or mreadlink-with-size.
10853         * modules/xreadlink-with-size: Remove module.
10854         * lib/xreadlink-with-size.c: Remove file.
10855         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
10856         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
10857         just before the function definition *is* accurate.
10858
10859         Eliminate one way canonicalize_filename_mode could exit.
10860         * lib/canonicalize.c (canonicalize_filename_mode):
10861         Use mreadlink_with_size, not xreadlink_with_size.
10862
10863 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
10864
10865         Detect porting problems to FreeBSD/arm, which has time_t wider than
10866         long int.  Original problem reported for GNU diff by Xin Li in
10867         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
10868         * modules/getdate (Depends-on): Add intprops, verify.
10869         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
10870         is an integer type no wider than long int.
10871
10872 2007-06-18  Jim Meyering  <jim@meyering.net>
10873
10874         New module: mreadlink-with-size.
10875         * MODULES.html.sh: Add mreadlink-with-size.
10876         * modules/mreadlink-with-size: New module
10877         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
10878         not xreadlink-with-size.
10879         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
10880
10881 2007-06-16  Bruno Haible  <bruno@clisp.org>
10882
10883         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
10884         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
10885         Reported by Gary V. Vaughan <gary@gnu.org>.
10886
10887 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
10888
10889         Revamp lchown so that it lives in unistd.h where it belongs.
10890         * lib/lchown.h: Remove.
10891         * lib/dirchownmod.c: Don't include lib/lchown.h.
10892         * lib/fchownat.c: Likewise.
10893         * lib/openat.c: Likewise.
10894         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
10895         does not follow symlinks.
10896         (EOPNOTSUPP): Define if not defined.
10897         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
10898         is defined to 0.
10899         (lchown): New decl.
10900         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
10901         Do not check for lchown decl.
10902         Set REPLACE_LCHOWN.
10903         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
10904         REPLACE_LCHOWN.
10905         * modules/chown: Make it clear it follows symlinks.
10906         * modules/lchown: Make it clear it doesn't follow symlinks.
10907         (Files): Remove lib/lchown.h
10908         (Depends-on): Add unistd.
10909         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
10910         (Include): Include <unistd.h>, not "lchown.h".
10911         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
10912         REPLACE_LCHOWN.
10913
10914 2007-06-15  Jim Meyering  <jim@meyering.net>
10915
10916         Change license (GPL to LGPL) of fsusage and dependents.
10917         * modules/fsusage (License): Change to LGPL.
10918         * modules/full-read (License): Likewise.
10919         * modules/full-write (License): Likewise.
10920         * modules/safe-read (License): Likewise.
10921         * modules/safe-write (License): Likewise.
10922
10923 2007-06-14  Ben Pfaff  <blp@gnu.org>
10924
10925         Missing part of allocsa -> malloca transition.
10926         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
10927         gl_MALLOCA.
10928
10929 2007-06-12  Bruno Haible  <bruno@clisp.org>
10930
10931         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
10932         to ia64, x86_64, i386.
10933         Reported by Eric Blake.
10934
10935 2007-06-12  Bruno Haible  <bruno@clisp.org>
10936
10937         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
10938         cross-compiling to x86_64.
10939
10940 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
10941
10942         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
10943         glitch reported by Ralf Wildenhues in
10944         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
10945
10946         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
10947         Vin Shelton.
10948
10949 2007-06-11  Bruno Haible  <bruno@clisp.org>
10950
10951         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
10952         replacement string.
10953         Reported by Eric Blake.
10954
10955 2007-06-10  Bruno Haible  <bruno@clisp.org>
10956
10957         Prepare vasnprintf code for use with Unicode strings.
10958         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
10959         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
10960         TYPE_U32_STRING.
10961         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
10962         a_u32_string variants.
10963         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10964         * lib/printf-args.c: Don't include config.h and the specification
10965         header if PRINTF_FETCHARGS is already defined.
10966         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
10967         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
10968         TYPE_U16_STRING, TYPE_U32_STRING.
10969         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
10970         u16_directive, u16_directives, u32_directive, u32_directives): New
10971         types.
10972         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
10973         New declarations.
10974         * lib/printf-parse.c: Don't include config.h and the specification
10975         header if PRINTF_PARSE is already defined. Eliminate the set of
10976         parameters for WIDE_CHAR_VERSION; the user of this file must provide
10977         them now. Include c-ctype.h.
10978         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
10979         directive and CHAR_T_ONLY_ASCII.
10980         * lib/vasnprintf.c: Don't include config.h and the specification header
10981         if VASNPRINTF is already defined.
10982         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
10983         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
10984         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
10985         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
10986         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
10987         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
10988         code accordingly.
10989         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
10990         pad_ourselves also in this case, with the 'c' and 's' directives, and
10991         with a different notion of "width".
10992         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
10993
10994 2007-06-10  Bruno Haible  <bruno@clisp.org>
10995
10996         * modules/unistr/u32-mbsnlen: New file.
10997         * lib/unistr/u32-mbsnlen.c: New file.
10998
10999         * modules/unistr/u16-mbsnlen: New file.
11000         * lib/unistr/u16-mbsnlen.c: New file.
11001
11002         * modules/unistr/u8-mbsnlen: New file.
11003         * lib/unistr/u8-mbsnlen.c: New file.
11004
11005         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
11006         declarations.
11007
11008 2007-06-10  Bruno Haible  <bruno@clisp.org>
11009
11010         * lib/string_.h (mbsnlen): New declaration.
11011         * lib/mbsnlen.c: New file.
11012         * m4/mbsnlen.m4: New file.
11013         * modules/mbsnlen: New file.
11014         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
11015         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
11016         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
11017
11018 2007-06-10  Bruno Haible  <bruno@clisp.org>
11019
11020         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
11021
11022 2007-06-10  Bruno Haible  <bruno@clisp.org>
11023
11024         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
11025         * lib/mbuiter.h: Likewise.
11026
11027 2007-06-10  Bruno Haible  <bruno@clisp.org>
11028
11029         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
11030         declaration.
11031
11032 2007-06-10  Karl Berry  <karl@gnu.org>
11033
11034         * config/srclist.txt: remove gettext entries, Bruno prefers
11035         to update individually.
11036
11037 2007-06-10  Bruno Haible  <bruno@clisp.org>
11038
11039         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
11040         'maxlen'. Ensure only length + width bytes are allocated, not
11041         length + 1 + width.
11042
11043 2007-06-09  Bruno Haible  <bruno@clisp.org>
11044
11045         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
11046         (CHAR_T): Remove macro.
11047         (VASNPRINTF): Update.
11048
11049 2007-06-09  Bruno Haible  <bruno@clisp.org>
11050
11051         * MODULES.html.sh (Unicode string functions): Add the new modules.
11052
11053         * modules/uniconv/u32-conv-to-enc: New file.
11054         * lib/uniconv/u32-conv-to-enc.c: New file.
11055         * modules/uniconv/u32-conv-to-enc-tests: New file.
11056         * tests/uniconv/test-u32-conv-to-enc.c: New file.
11057
11058         * modules/uniconv/u16-conv-to-enc: New file.
11059         * lib/uniconv/u16-conv-to-enc.c: New file.
11060         * lib/uniconv/u-conv-to-enc.h: New file.
11061         * modules/uniconv/u16-conv-to-enc-tests: New file.
11062         * tests/uniconv/test-u16-conv-to-enc.c: New file.
11063
11064         * modules/uniconv/u8-conv-to-enc: New file.
11065         * lib/uniconv/u8-conv-to-enc.c: New file.
11066         * modules/uniconv/u8-conv-to-enc-tests: New file.
11067         * tests/uniconv/test-u8-conv-to-enc.c: New file.
11068
11069         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
11070         u32_conv_to_encoding): New declarations.
11071
11072 2007-06-09  Bruno Haible  <bruno@clisp.org>
11073
11074         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
11075
11076 2007-06-09  Bruno Haible  <bruno@clisp.org>
11077
11078         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
11079         * modules/malloca: Renamed from modules/allocsa, updated.
11080         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
11081         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
11082         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
11083         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
11084         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
11085         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
11086         * modules/xmalloca: Renamed from modules/xallocsa, updated.
11087         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
11088         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
11089         * modules/c-strcasestr (Depends-on): Update.
11090         * lib/c-strcasestr.c: Update.
11091         * modules/c-strstr (Depends-on): Update.
11092         * lib/c-strstr.c: Update.
11093         * modules/canonicalize-lgpl (Depends-on): Update.
11094         * lib/canonicalize-lgpl.c: Update.
11095         * modules/clean-temp (Depends-on): Update.
11096         * lib/clean-temp.c: Update.
11097         * modules/csharpcomp (Depends-on): Update.
11098         * lib/csharpcomp.c: Update.
11099         * modules/csharpexec (Depends-on): Update.
11100         * lib/csharpexec.c: Update.
11101         * modules/javacomp (Depends-on): Update.
11102         * lib/javacomp.c: Update.
11103         * modules/javaexec (Depends-on): Update.
11104         * lib/javaexec.c: Update.
11105         * modules/mbscasestr (Depends-on): Update.
11106         * lib/mbscasestr.c: Update.
11107         * modules/mbsstr (Depends-on): Update.
11108         * lib/mbsstr.c: Update.
11109         * modules/setenv (Depends-on): Update.
11110         * lib/setenv.c: Update.
11111         * modules/strcasestr (Depends-on): Update.
11112         * lib/strcasestr.c: Update.
11113         * modules/striconveha (Depends-on): Update.
11114         * lib/striconveha.c: Update.
11115         * modules/relocatable-prog-wrapper (Files): Update.
11116         * lib/relocwrapper.c: Update.
11117         * build-aux/install-reloc: Update.
11118         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
11119
11120 2007-06-08  Bruno Haible  <bruno@clisp.org>
11121
11122         Port to uClibc.
11123         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
11124         * lib/fpurge.c (fpurge): Likewise.
11125         * lib/freading.c (freading): Likewise.
11126         * lib/fseeko.c (rpl_fseeko): Likewise.
11127         * lib/fseterr.c (fseterr): Likewise.
11128         * lib/fwriting.c (fwriting): Likewise.
11129         * tests/test-fflush.c (main): Avoid a failure on uClibc.
11130
11131 2007-06-08  Bruno Haible  <bruno@clisp.org>
11132
11133         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
11134         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
11135         * modules/gettext (Files): Add m4/intlmacosx.m4.
11136
11137 2007-06-07  Bruno Haible  <bruno@clisp.org>
11138
11139         * modules/localename-tests: New file.
11140         * tests/test-localename.c: New file.
11141
11142         New module 'localename'.
11143         * lib/localename.h: New file.
11144         * lib/localename.c: New file, from GNU gettext.
11145         * m4/localename.m4: New file.
11146         * modules/localename: New file.
11147
11148 2007-06-07  Bruno Haible  <bruno@clisp.org>
11149
11150         Work around the lack of <wchar.h> on some builds of uClibc.
11151         * doc/headers/wchar.texi: Update.
11152         * lib/wchar_.h: Include <wchar.h> only if it exists.
11153         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
11154         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
11155         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
11156         doesn't exist.
11157         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
11158         * modules/mbfile (Depends-on): Add wchar.
11159         * modules/mbiter (Depends-on): Likewise.
11160         * modules/mbuiter (Depends-on): Likewise.
11161         Reported by Simon Josefsson.
11162
11163 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
11164
11165         Work around problem reported by Steven M. Schweda in
11166         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
11167         Tru64 5.1B with the Compaq compiler environment installed declares
11168         an 'isblank' function but does not define it in the C library.
11169         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
11170         * lib/regex_internal.h (isblank): Likewise.
11171         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
11172         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11173
11174 2007-06-05  Bruno Haible  <bruno@clisp.org>
11175
11176         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
11177         ia64.
11178         * modules/printf-safe: New file.
11179         * modules/fprintf-posix (Depends-on): Add printf-safe.
11180         * modules/printf-posix (Depends-on): Likewise.
11181         * modules/snprintf-posix (Depends-on): Likewise.
11182         * modules/sprintf-posix (Depends-on): Likewise.
11183         * modules/vasnprintf-posix (Depends-on): Likewise.
11184         * modules/vasprintf-posix (Depends-on): Likewise.
11185         * modules/vfprintf-posix (Depends-on): Likewise.
11186         * modules/vprintf-posix (Depends-on): Likewise.
11187         * modules/vsnprintf-posix (Depends-on): Likewise.
11188         * modules/vsprintf-posix (Depends-on): Likewise.
11189         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
11190         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
11191         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
11192         "no" on i386, x86_64, ia64.
11193         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
11194         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11195         on i386, x86_64, ia64.
11196         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
11197         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11198         on i386, x86_64, ia64.
11199         * tests/test-vasnprintf-posix.c: Include float.h.
11200         (LDBL80_WORDS): New macro.
11201         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11202         on i386, x86_64, ia64.
11203         * tests/test-vasprintf-posix.c: Include float.h.
11204         (LDBL80_WORDS): New macro.
11205         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
11206         on i386, x86_64, ia64.
11207         * tests/test-snprintf-posix.c: Include float.h.
11208         * tests/test-sprintf-posix.c: Likewise.
11209         * tests/test-vsnprintf-posix.c: Likewise.
11210         * tests/test-vsprintf-posix.c: Likewise.
11211
11212 2007-06-05  Bruno Haible  <bruno@clisp.org>
11213
11214         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
11215         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
11216         non-IEEE numbers on i386, x86_64, ia64.
11217         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
11218         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
11219         * tests/test-isnanl.h: Include float.h.
11220         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
11221
11222 2007-06-05  Bruno Haible  <bruno@clisp.org>
11223
11224         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
11225         also the %a / %A. Handle the %a / %A code before this extra handling.
11226
11227 2007-06-05  Bruno Haible  <bruno@clisp.org>
11228
11229         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
11230         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
11231
11232 2007-06-05  Bruno Haible  <bruno@clisp.org>
11233
11234         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
11235         typo in variable name.
11236
11237 2007-06-05  Eric Blake  <ebb9@byu.net>
11238
11239         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
11240         Reported by Simon Josefsson.
11241
11242 2007-06-04  Bruno Haible  <bruno@clisp.org>
11243
11244         Avoid test failures on some PowerPC platforms.
11245         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
11246         Define differently for PowerPC.
11247         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
11248         Reported by Gary V. Vaughan <gary@gnu.org>.
11249
11250 2007-06-02  Bruno Haible  <bruno@clisp.org>
11251
11252         Fix test-stdint failure on FreeBSD/ia64.
11253         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
11254         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
11255         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
11256         * doc/headers/stdint.texi: Update.
11257
11258 2007-06-01  Bruno Haible  <bruno@clisp.org>
11259
11260         * tests/test-binary-io.c (main): Pass a third argument to open().
11261         Reported by Gary V. Vaughan <gary@gnu.org>.
11262
11263 2007-06-01  Bruno Haible  <bruno@clisp.org>
11264
11265         * doc/functions/frexpl.texi: Update for mingw.
11266
11267 2007-06-01  Bruno Haible  <bruno@clisp.org>
11268
11269         * tests/test-lseek.c (main): Disable test of errno for invalid third
11270         argument.
11271         * doc/functions/lseek.texi: Update.
11272         Reported by Gary V. Vaughan <gary@gnu.org>.
11273
11274 2007-05-28  Bruno Haible  <bruno@clisp.org>
11275
11276         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
11277
11278 2007-05-31  Eric Blake  <ebb9@byu.net>
11279
11280         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
11281         cross compiling.
11282
11283 2007-05-30  Eric Blake  <ebb9@byu.net>
11284         and Bruno Haible  <bruno@clisp.org>
11285
11286         Work around mingw test failures exposed by m4-1.4.9b.
11287         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
11288         * tests/test-unistd.c: Disable uid_t and git_t tests for the
11289         moment.
11290
11291 2007-05-30  Bruno Haible  <bruno@clisp.org>
11292
11293         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
11294         assuming that they are closed. Needed on HP-UX 11.
11295
11296 2007-05-29  Bruno Haible  <bruno@clisp.org>
11297
11298         Fix a problem with #include_next.
11299         * lib/dirent_.h: Split the double-inclusion guard.
11300         * lib/fcntl_.h: Likewise.
11301         * lib/float_.h: Likewise.
11302         * lib/iconv_.h: Likewise.
11303         * lib/inttypes_.h: Likewise.
11304         * lib/locale_.h: Likewise.
11305         * lib/math_.h: Likewise.
11306         * lib/netinet_in_.h: Likewise.
11307         * lib/search_.h: Likewise.
11308         * lib/signal_.h: Likewise.
11309         * lib/stdint_.h: Likewise.
11310         * lib/stdio_.h: Likewise.
11311         * lib/stdlib_.h: Likewise.
11312         * lib/string_.h: Likewise.
11313         * lib/sys_select_.h: Likewise.
11314         * lib/sys_socket_.h: Likewise.
11315         * lib/sys_stat_.h: Likewise.
11316         * lib/sys_time_.h: Likewise.
11317         * lib/sysexits_.h: Likewise.
11318         * lib/time_.h: Likewise.
11319         * lib/unistd_.h: Likewise.
11320         * lib/wchar_.h: Likewise.
11321         * lib/wctype_.h: Likewise.
11322
11323 2007-05-29  Bruno Haible  <bruno@clisp.org>
11324
11325         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
11326         for the moment.
11327
11328 2007-05-29  Bruno Haible  <bruno@clisp.org>
11329
11330         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
11331         invocation.
11332         Reported by Eric Blake.
11333
11334 2007-05-29  Bruno Haible  <bruno@clisp.org>
11335
11336         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
11337         compiling case.
11338
11339 2007-05-29  Eric Blake  <ebb9@byu.net>
11340             Bruno Haible  <bruno@clisp.org>
11341
11342         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
11343         cross compiles.
11344
11345 2007-05-28  Eric Blake  <ebb9@byu.net>
11346
11347         * modules/closein-tests (test_closein_LDADD): Support test on
11348         cygwin with libtool.
11349
11350 2007-05-28  Bruno Haible  <bruno@clisp.org>
11351
11352         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
11353         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11354         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11355         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11356         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11357         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11358         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11359         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11360         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11361
11362 2007-05-28  Eric Blake  <ebb9@byu.net>
11363
11364         Unconditionally include <config.h> in unit tests.
11365         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
11366         * tests/test-allocsa.c, tests/test-arcfour.c,
11367         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
11368         tests/test-array_list.c, tests/test-array_oset.c,
11369         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
11370         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
11371         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
11372         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
11373         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
11374         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
11375         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
11376         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
11377         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
11378         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
11379         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
11380         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
11381         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
11382         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
11383         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
11384         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
11385         test-md5.c, test-memmem.c, test-printf-posix.c,
11386         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
11387         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
11388         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
11389         test-strcasestr.c, test-striconv.c, test-striconveh.c,
11390         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
11391         test-vasnprintf-posix2.c, test-vasnprintf.c,
11392         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
11393         test-vfprintf-posix.c, test-vprintf-posix.c,
11394         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
11395         test-xvasprintf.c: Likewise.
11396
11397 2007-05-28  Bruno Haible  <bruno@clisp.org>
11398
11399         * gnulib-tool (func_import): Remember the --with-tests command-line
11400         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
11401         Reported by Eric Blake.
11402
11403 2007-05-28  Bruno Haible  <bruno@clisp.org>
11404
11405         * modules/ftell-tests: New file.
11406         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
11407         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
11408
11409         * lib/ftell.c: New file.
11410         * modules/ftell: New file.
11411         * m4/ftell.m4: New file.
11412         * doc/functions/ftell.texi: Update.
11413         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
11414         REPLACE_FTELL.
11415         * lib/stdio_.h (rpl_ftell): New declaration.
11416         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
11417         REPLACE_FTELL.
11418
11419 2007-05-28  Eric Blake  <ebb9@byu.net>
11420
11421         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
11422
11423 2007-05-28  Bruno Haible  <bruno@clisp.org>
11424
11425         * modules/fseek-tests: New file.
11426         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
11427         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
11428
11429         * lib/fseek.c: New file.
11430         * modules/fseek: New file.
11431         * m4/fseek.m4: New file.
11432         * doc/functions/fseek.texi: Update.
11433         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
11434         REPLACE_FSEEK.
11435         * lib/stdio_.h (rpl_fseek): New declaration.
11436         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
11437         REPLACE_FSEEK.
11438
11439 2007-05-28  Bruno Haible  <bruno@clisp.org>
11440
11441         * lib/stdio_.h (fflush): More comments.
11442
11443 2007-05-28  Bruno Haible  <bruno@clisp.org>
11444
11445         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
11446         runtime test.
11447
11448 2007-05-28  Eric Blake  <ebb9@byu.net>
11449
11450         Improve lseek module.
11451         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
11452         * lib/unistd_.h (lseek): Scale back link warning message.
11453         * tests/test-lseek.c: Beef up test.
11454         * tests/test-lseek.sh: Exercise more facets of lseek.
11455         Reported by Bruno Haible.
11456
11457 2007-05-28  Bruno Haible  <bruno@clisp.org>
11458
11459         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
11460         to define.
11461
11462 2007-05-27  Bruno Haible  <bruno@clisp.org>
11463
11464         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
11465
11466 2007-05-27  Bruno Haible  <bruno@clisp.org>
11467
11468         * modules/openmp: New file.
11469         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
11470         Noah Misch.
11471
11472 2007-05-26  Bruno Haible  <bruno@clisp.org>
11473
11474         * modules/chdir-long (Depends-on): Add fchdir.
11475         * modules/chdir-safer (Depends-on): Likewise.
11476         * modules/fts (Depends-on): Likewise.
11477         * modules/fts-lgpl (Depends-on): Likewise.
11478         * modules/openat (Depends-on): Likewise.
11479         * modules/savewd (Depends-on): Likewise.
11480
11481 2007-05-24  Eric Blake  <ebb9@byu.net>
11482
11483         Fix lseek on mingw.
11484         * modules/lseek: New module.
11485         * m4/lseek.m4: New file.
11486         * lib/lseek.c: New file.
11487         * modules/lseek-tests: New file.
11488         * tests/test-lseek.c: New file.
11489         * tests/test-lseek.sh: New file.
11490         * MODULES.html.sh: Document lseek module.
11491         * modules/fflush (Depends-on): Add lseek, fseeko.
11492         * modules/fseeko (Depends-on): Likewise.
11493         * modules/ftello (Depends-on): Likewise.
11494         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
11495         broken.
11496         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
11497         broken.
11498         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
11499         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
11500         * lib/ftello.c (rpl_ftello): Likewise.
11501         * tests/test-fseeko.c (main): Test this.
11502         * tests/test-fseeko.sh: Likewise.
11503         * tests/test-ftello.c (main): Likewise.
11504         * tests/test-ftello.sh: Likewise.
11505         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
11506         implies replacing fseek.
11507         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
11508         HAVE_FTELLO.
11509         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
11510         * modules/unistd (Makefile.am): Likewise.
11511         * lib/unistd_.h (lseek): Declare a replacement.
11512         * doc/functions/lseek.texi (lseek): Document this fix.
11513         * doc/functions/fseek.texi (fseek): Likewise.
11514         * doc/functions/ftell.texi (ftell): Likewise.
11515
11516 2007-05-24  Bruno Haible  <bruno@clisp.org>
11517
11518         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
11519         in the printed representation of a NaN.
11520         * tests/test-vasprintf-posix.c (test_function): Likewise.
11521         * tests/test-snprintf-posix.h (test_function): Likewise.
11522         * tests/test-sprintf-posix.h (test_function): Likewise.
11523         Reported by Eric Blake.
11524
11525 2007-05-23  Eric Blake  <ebb9@byu.net>
11526
11527         Fix fseeko/ftello on cygwin 1.5.24.
11528         * doc/functions/fseeko.texi (fseeko): Document the fix.
11529         * doc/functions/ftello.texi (ftello): Document the fix.
11530         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
11531         * doc/functions/stdout.text (stdout): New file.
11532         * doc/functions/stderr.text (stderr): New file.
11533         * doc/gnulib.texi (Function Substitutes): Use new files.
11534         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
11535         prior to 1.7.0.
11536         * tests/test-ftello.c (main): Likewise for ftello.
11537         * tests/test-fseeko.sh: New file.
11538         * tests/test-ftello.sh: New file.
11539         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
11540         with seekable stdin.
11541         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
11542         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
11543         (gl_REPLACE_FSEEKO): New macro.
11544         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
11545         * modules/fseeko (Files): Distribute fseeko.c.
11546         * modules/ftello (Files): Distribute ftello.c.
11547         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
11548         mode.
11549         * lib/ftello.c (rpl_ftello): New file.
11550         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
11551         fseeko, ftello.
11552         (gl_STDIN_LARGE_OFFSET): New macro.
11553         * modules/stdio (Makefile.am): Perform the replacement.
11554         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
11555
11556 2007-05-23  Bruno Haible  <bruno@clisp.org>
11557
11558         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
11559         GNULIB_POSIXCHECK is defined.
11560
11561 2007-05-21  Bruno Haible  <bruno@clisp.org>
11562
11563         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
11564         Check also the output for NaN arguments. When cross-compiling, guess
11565         no on IRIX.
11566         * lib/vasnprintf.c: Update comments.
11567         * tests/test-vasnprintf-posix.c (strisnan): New function.
11568         (test_function): Use it.
11569         * tests/test-vasprintf-posix.c (strisnan): New function.
11570         (test_function): Use it.
11571         * tests/test-snprintf-posix.h (strisnan): New function.
11572         (test_function): Use it.
11573         * tests/test-sprintf-posix.h (strisnan): New function.
11574         (test_function): Use it.
11575         Reported by Eric Blake.
11576
11577 2007-05-20  Bruno Haible  <bruno@clisp.org>
11578
11579         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
11580         numbers that fails on BeOS.
11581         * doc/functions/frexpl.texi: Update.
11582
11583 2007-05-20  Jim Meyering  <jim@meyering.net>
11584
11585         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
11586         forced upon us by glibc-2.6.
11587
11588 2007-05-20  Bruno Haible  <bruno@clisp.org>
11589
11590         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
11591         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
11592         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
11593         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
11594         NEED_PRINTF_INFINITE.
11595         (is_infinitel): New function.
11596         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
11597         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
11598         gl_PREREQ_VASNPRINTF_INFINITE.
11599         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
11600         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11601         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
11602         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
11603         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
11604         gl_PREREQ_VASNPRINTF_INFINITE.
11605         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11606         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11607         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11608         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11609         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11610         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11611         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11612         * doc/functions/fprintf.texi: Update.
11613         * doc/functions/printf.texi: Update.
11614         * doc/functions/snprintf.texi: Update.
11615         * doc/functions/sprintf.texi: Update.
11616         * doc/functions/vfprintf.texi: Update.
11617         * doc/functions/vprintf.texi: Update.
11618         * doc/functions/vsnprintf.texi: Update.
11619         * doc/functions/vsprintf.texi: Update.
11620
11621 2007-05-20  Bruno Haible  <bruno@clisp.org>
11622
11623         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
11624         was not found in libc.
11625         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
11626
11627 2007-05-20  Bruno Haible  <bruno@clisp.org>
11628
11629         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
11630         printed as "-nan" instead of "nan".
11631         * tests/test-vasprintf-posix.c (test_function): Likewise.
11632         * tests/test-snprintf-posix.h (test_function): Likewise.
11633         * tests/test-sprintf-posix.h (test_function): Likewise.
11634         Needed for HP-UX 11.
11635
11636 2007-05-20  Jim Meyering  <jim@meyering.net>
11637
11638         Fix buggy test for the fchownat-deref bug.
11639         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
11640         symlink required for the run-test.  Without it, this test would
11641         always declare that fchownat doesn't work, and client code would
11642         unnecessarily use the replacement function with fixed libc.
11643         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
11644         Reported by Greg Schafer.
11645
11646 2007-05-19  Bruno Haible  <bruno@clisp.org>
11647
11648         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
11649         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
11650         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
11651         Needed for IRIX 6.5 and Solaris 2.5.1.
11652
11653 2007-05-19  Bruno Haible  <bruno@clisp.org>
11654
11655         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
11656         (test_function): Skip tests involving -0.0 on platforms where
11657         -0.0 = 0.0.
11658         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
11659         (test_function): Skip tests involving -0.0 on platforms where
11660         -0.0 = 0.0.
11661         * tests/test-snprintf-posix.h (have_minus_zero): New function.
11662         (test_function): Skip tests involving -0.0 on platforms where
11663         -0.0 = 0.0.
11664         * tests/test-sprintf-posix.h (have_minus_zero): New function.
11665         (test_function): Skip tests involving -0.0 on platforms where
11666         -0.0 = 0.0.
11667         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
11668         tests.
11669         * tests/test-printf-posix.h (test_function): Likewise.
11670         * tests/test-printf-posix.output: Remove all -0.0 related results.
11671         Needed for IRIX 6.5.
11672
11673 2007-05-19  Bruno Haible  <bruno@clisp.org>
11674
11675         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
11676         printed as "nan0x7fffffff" instead of "nan".
11677         * tests/test-vasprintf-posix.c (test_function): Likewise.
11678         * tests/test-snprintf-posix.h (test_function): Likewise.
11679         * tests/test-sprintf-posix.h (test_function): Likewise.
11680         * tests/test-fprintf-posix.h (NaN): Remove macro.
11681         (test_function): Remove all NaN related tests.
11682         * tests/test-printf-posix.h (NaN): Remove macro.
11683         (test_function): Remove all NaN related tests.
11684         * tests/test-printf-posix.output: Remove all NaN related results.
11685         Needed for IRIX 6.5.
11686
11687 2007-05-19  Bruno Haible  <bruno@clisp.org>
11688
11689         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
11690         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
11691
11692 2007-05-19  Bruno Haible  <bruno@clisp.org>
11693
11694         * lib/float_.h: New file.
11695         * m4/float_h.m4: New file.
11696         * modules/float: New file.
11697         * modules/isnanl (Dependencies): Add float.
11698         * modules/isnanl-nolibm (Dependencies): Likewise.
11699         * modules/mathl (Dependencies): Likewise.
11700         * modules/printf-frexpl (Dependencies): Likewise.
11701         * modules/signbit (Dependencies): Likewise.
11702         * modules/vasnprintf (Dependencies): Likewise.
11703         * doc/headers/float.texi: Update.
11704
11705 2007-05-19  Jim Meyering  <jim@meyering.net>
11706
11707         * lib/utimens.c (gl_futimens): Rename from futimens,
11708         now that glibc-2.6 declares futimens.
11709         * lib/utimens.h: Likewise.
11710
11711 2007-05-19  Bruno Haible  <bruno@clisp.org>
11712
11713         Avoid test failures on mingw.
11714         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
11715         * tests/test-printf-posix.sh: Likewise.
11716         * tests/test-vfprintf-posix.sh: Likewise.
11717         * tests/test-vprintf-posix.sh: Likewise.
11718
11719 2007-05-19  Bruno Haible  <bruno@clisp.org>
11720
11721         Fix *printf result for NaN, Inf, -0.0 on mingw.
11722         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
11723         * lib/vasnprintf.c: Include math.h and isnan.h.
11724         (is_infinite_or_zero): New function.
11725         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
11726         values in the %f, %F, %e, %E, %g, %G directives.
11727         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
11728         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11729         gl_PRINTF_INFINITE and test its result. Invoke
11730         gl_PREREQ_VASNPRINTF_INFINITE.
11731         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11732         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11733         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11734         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11735         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11736         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11737         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11738         * doc/functions/fprintf.texi: Update.
11739         * doc/functions/printf.texi: Update.
11740         * doc/functions/snprintf.texi: Update.
11741         * doc/functions/sprintf.texi: Update.
11742         * doc/functions/vfprintf.texi: Update.
11743         * doc/functions/vprintf.texi: Update.
11744         * doc/functions/vsnprintf.texi: Update.
11745         * doc/functions/vsprintf.texi: Update.
11746
11747 2007-05-19  Bruno Haible  <bruno@clisp.org>
11748
11749         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
11750         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
11751         Instead of multiplying with 10^k, set extra_zeroes to k.
11752         (scale10_round_long_double): Remove function.
11753
11754 2007-05-18  Bruno Haible  <bruno@clisp.org>
11755
11756         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
11757         introduced on 2007-05-06.
11758
11759 2007-05-18  Bruno Haible  <bruno@clisp.org>
11760
11761         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
11762         %g directives.
11763         * tests/test-vasprintf-posix.c (test_function): Likewise.
11764         * tests/test-snprintf-posix.h (test_function): Likewise.
11765         * tests/test-sprintf-posix.h (test_function): Likewise.
11766
11767 2007-05-18  Bruno Haible  <bruno@clisp.org>
11768
11769         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
11770         (strmatch): New function.
11771         (test_function): Test the %f directive on numbers of various exponents.
11772         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
11773         (strmatch): New function.
11774         (test_function): Test the %f directive on numbers of various exponents.
11775         * tests/test-snprintf-posix.h (strmatch): New function.
11776         (test_function): Test the %f directive on numbers of various exponents.
11777         * tests/test-sprintf-posix.h (strmatch): New function.
11778         (test_function): Test the %f directive on numbers of various exponents.
11779         * tests/test-snprintf-posix.c (SIZEOF): New macro.
11780         * tests/test-sprintf-posix.c (SIZEOF): New macro.
11781         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
11782         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
11783
11784 2007-05-18  Bruno Haible  <bruno@clisp.org>
11785
11786         Add support for 'long double' number output.
11787         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
11788         * lib/vasnprintf.c: Include math.h and float+.h.
11789         (mp_limb_t): New type.
11790         (GMP_LIMB_BITS): New macro.
11791         (mp_twolimb_t): New type.
11792         (GMP_TWOLIMB_BITS): New macro.
11793         (mpn_t): New type.
11794         (multiply, divide, convert_to_decimal, decode_long_double,
11795         scale10_round_long_double, scale10_round_decimal_long_double,
11796         floorlog10l): New functions.
11797         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
11798         for the %f, %F, %e, %E, %g, %G directives.
11799         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
11800         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
11801         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
11802         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
11803         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11804         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11805         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11806         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11807         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11808         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11809         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11810         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
11811         * modules/snprintf-posix (Depends-on): Likewise.
11812         * modules/sprintf-posix (Depends-on): Likewise.
11813         * modules/vasnprintf-posix (Depends-on): Likewise.
11814         * modules/vasprintf-posix (Depends-on): Likewise.
11815         * modules/vfprintf-posix (Depends-on): Likewise.
11816         * modules/vsnprintf-posix (Depends-on): Likewise.
11817         * modules/vsprintf-posix (Depends-on): Likewise.
11818         * modules/vasnprintf (Files): Add lib/float+.h.
11819         * doc/functions/fprintf.texi: Update.
11820         * doc/functions/printf.texi: Update.
11821         * doc/functions/snprintf.texi: Update.
11822         * doc/functions/sprintf.texi: Update.
11823         * doc/functions/vfprintf.texi: Update.
11824         * doc/functions/vprintf.texi: Update.
11825         * doc/functions/vsnprintf.texi: Update.
11826         * doc/functions/vsprintf.texi: Update.
11827
11828 2007-05-18  Bruno Haible  <bruno@clisp.org>
11829
11830         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
11831
11832 2007-05-18  Bruno Haible  <bruno@clisp.org>
11833
11834         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
11835         for printing 64-bit integers. Needed for mingw.
11836
11837 2007-05-18  Bruno Haible  <bruno@clisp.org>
11838
11839         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
11840         gl_FUNC_FREXPL_WORKS.
11841         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
11842
11843 2007-05-18  Bruno Haible  <bruno@clisp.org>
11844
11845         * modules/frexpl-nolibm-tests: New file.
11846
11847         * modules/frexpl-nolibm: New file.
11848         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
11849
11850 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11851
11852         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
11853         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
11854         GCC 4.2, which otherwise issues a lot of warnings.
11855         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
11856         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
11857         Likewise.
11858         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
11859         * modules/iconv_open (iconv.h): Likewise.
11860         * modules/locale (locale.h): Likewise.
11861         * modules/netinet_in (netinet/in.h): Likewise.
11862         * modules/sys_select (sys_select.h): Likewise.
11863         * modules/sys_socket (sys/socket.h): Likewise.
11864         * modules/sys_stat (sys/stat.h): Likewise.
11865         * modules/sysexits (sysexits.h): Likewise.
11866         * modules/unistd (unistd.h): Likewise.
11867
11868 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11869
11870         * modules/closein-tests (Makefile.am): Distribute
11871         `test-closein.sh'.
11872
11873 2007-05-17  Bruno Haible  <bruno@clisp.org>
11874
11875         * tests/test-printf-posix.output: Renamed from
11876         tests/test-fprintf-posix.out.
11877         * modules/fprintf-posix-tests: Update.
11878         * modules/printf-posix-tests: Update.
11879         * modules/vfprintf-posix-tests: Update.
11880         * modules/vprintf-posix-tests: Update.
11881         * tests/test-fprintf-posix.sh: Update.
11882         * tests/test-printf-posix.sh: Update.
11883         * tests/test-vfprintf-posix.sh: Update.
11884         * tests/test-vprintf-posix.sh: Update.
11885         Reported by Ralf Wildenhues.
11886
11887 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
11890         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
11891         GCC 4.2, which otherwise issues a lot of warnings.
11892         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
11893         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
11894         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
11895         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
11896         it should no longer be needed.
11897         * lib/string_.h: Likewise.
11898         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
11899         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
11900         * modules/inttypes (inttypes.h): Likewise.
11901         * modules/math (math.h): Likewise.
11902         * modules/search (search.h): Likewise.
11903         * modules/signal (signal.h): Likewise.
11904         * modules/stdint (stdint.h): Likewise.
11905         * modules/stdio (stdio.h): Likewise.
11906         * modules/stdlib (stdlib.h): Likewise.
11907         * modules/string (string.h): Likewise.
11908         * modules/sys_time (sys/time.h): Likewise.
11909         * modules/time (time.h): Likewise.
11910         * modules/wchar (wchar.h): Likewise.
11911         * modules/wctype (wtype.h): Likewise.
11912
11913 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11914
11915         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
11916
11917 2007-05-13  Bruno Haible  <bruno@clisp.org>
11918
11919         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
11920         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11921         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
11922         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11923         (gl_PREREQ_STRTOK_R): Don't require it here.
11924
11925 2007-05-13  Bruno Haible  <bruno@clisp.org>
11926
11927         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
11928         when used in C++ mode.
11929
11930 2007-05-12  Bruno Haible  <bruno@clisp.org>
11931
11932         * lib/linebuffer.h: Tweak doc.
11933         * lib/linebuffer.c: Likewise.
11934
11935 2007-05-12  James Youngman  <jay@gnu.org>
11936
11937         * lib/linebuffer.c (readlinebuffer_delim): New function,
11938         like readlinebuffer, but use a caller-specified delimiter.
11939         (readlinebuffer): Just call readlinebuffer_delim with '\n'
11940         as the delimiter.
11941         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
11942
11943 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11944
11945         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
11946         * modules/openat (Files): Remove openat-die.c.
11947         (Depends-on): Add openat-die.
11948         * modules/openat-die: New module.
11949
11950 2007-05-06  Bruno Haible  <bruno@clisp.org>
11951
11952         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
11953         Update with info about Cygwin.
11954         * doc/functions/fprintf.texi: Update.
11955         * doc/functions/printf.texi: Update.
11956         * doc/functions/snprintf.texi: Update.
11957         * doc/functions/sprintf.texi: Update.
11958         * doc/functions/vfprintf.texi: Update.
11959         * doc/functions/vprintf.texi: Update.
11960         * doc/functions/vsnprintf.texi: Update.
11961         * doc/functions/vsprintf.texi: Update.
11962         Reported by Eric Blake.
11963
11964 2007-05-06  Bruno Haible  <bruno@clisp.org>
11965
11966         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
11967         padding ourselves for the floating-point directives.
11968         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
11969         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
11970         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11971         gl_PRINTF_FLAG_ZERO and test its result. Invoke
11972         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
11973         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11974         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
11975         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11976         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11977         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11978         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11979         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11980         * tests/test-snprintf-posix.h (test_function): Also check the width
11981         and some flags in the %f directive.
11982         * tests/test-sprintf-posix.h (test_function): Likewise.
11983         * tests/test-vasnprintf-posix.c (test_function): Likewise.
11984         * tests/test-vasprintf-posix.c (test_function): Likewise.
11985         * doc/functions/fprintf.texi: Update.
11986         * doc/functions/printf.texi: Update.
11987         * doc/functions/snprintf.texi: Update.
11988         * doc/functions/sprintf.texi: Update.
11989         * doc/functions/vfprintf.texi: Update.
11990         * doc/functions/vprintf.texi: Update.
11991         * doc/functions/vsnprintf.texi: Update.
11992         * doc/functions/vsprintf.texi: Update.
11993
11994 2007-05-06  Bruno Haible  <bruno@clisp.org>
11995
11996         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
11997         pass the ' flag character to sprintf or snprintf.
11998         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
11999         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
12000         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12001         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
12002         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
12003         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12004         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
12005         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12006         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12007         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12008         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12009         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12010         * tests/test-snprintf-posix.h (test_function): Also check the grouping
12011         flag.
12012         * tests/test-sprintf-posix.h (test_function): Likewise.
12013         * tests/test-vasnprintf-posix.c (test_function): Likewise.
12014         * tests/test-vasprintf-posix.c (test_function): Likewise.
12015         * doc/functions/fprintf.texi: Update.
12016         * doc/functions/printf.texi: Update.
12017         * doc/functions/snprintf.texi: Update.
12018         * doc/functions/sprintf.texi: Update.
12019         * doc/functions/vfprintf.texi: Update.
12020         * doc/functions/vprintf.texi: Update.
12021         * doc/functions/vsnprintf.texi: Update.
12022         * doc/functions/vsprintf.texi: Update.
12023
12024 2007-05-01  Bruno Haible  <bruno@clisp.org>
12025
12026         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
12027
12028 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
12029
12030         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
12031         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
12032
12033 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12034
12035         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
12036         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
12037         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
12038
12039 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
12040
12041         * lib/argp-help.c (struct hol_entry): New member `ord'.
12042         (HOL_ENTRY_PTRCMP): Use ord for comparison
12043         (hol_sort): Initialize ord.
12044
12045 2007-05-01  Bruno Haible  <bruno@clisp.org>
12046
12047         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
12048         Reported by Eric Blake.
12049         * doc/gnulib.texi (Function Substitutes): Update.
12050
12051 2007-05-01  Bruno Haible  <bruno@clisp.org>
12052
12053         * doc/functions.texi: Remove file, now redundant through
12054         doc/functions/*.texi.
12055
12056 2007-05-01  Bruno Haible  <bruno@clisp.org>
12057
12058         * modules/argp (Depends-on): Add sleep.
12059
12060 2007-05-01  Bruno Haible  <bruno@clisp.org>
12061
12062         * modules/sleep-tests: New file.
12063         * tests/test-sleep.c: New file.
12064
12065         * modules/sleep: New file.
12066         * lib/sleep.c: New file.
12067         * m4/sleep.m4: New file.
12068         * lib/unistd_.h (sleep): New declaration.
12069         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
12070         HAVE_SLEEP.
12071         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
12072         * doc/functions/sleep.texi: Document the sleep module.
12073
12074 2007-05-01  Bruno Haible  <bruno@clisp.org>
12075
12076         * lib/sigprocmask.h: Remove file.
12077         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
12078         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
12079         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
12080         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
12081         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
12082         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
12083         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
12084         HAVE_SIGSET_T as a shell variable.
12085         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
12086         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
12087         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
12088         (Depends-on): Add signal. Remove verify.
12089         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
12090         (Include): Mention <signal.h> instead of sigprocmask.h.
12091         * NEWS: Mention the change.
12092         * lib/fatal-signal.c: Don't include sigprocmask.h.
12093
12094 2007-05-01  Bruno Haible  <bruno@clisp.org>
12095
12096         * modules/signal: New file.
12097         * lib/signal_.h: New file.
12098         * m4/signal_h.m4: New file.
12099
12100 2007-05-01  Bruno Haible  <bruno@clisp.org>
12101
12102         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
12103         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
12104         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
12105         HAVE_WCTYPE_CTMP_BUG into wctype.h.
12106
12107 2007-05-01  Bruno Haible  <bruno@clisp.org>
12108
12109         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
12110         configure time.
12111         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
12112         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
12113         * modules/sys_stat (Makefile.am): Substitute their values into
12114         sys/stat.h.
12115
12116 2007-05-01  Bruno Haible  <bruno@clisp.org>
12117
12118         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
12119         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
12120         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
12121
12122 2007-05-01  Bruno Haible  <bruno@clisp.org>
12123
12124         * doc/header/assert.texi: Undo last change: don't mention the gnulib
12125         'assert' module here.
12126
12127 2007-05-01  Bruno Haible  <bruno@clisp.org>
12128
12129         * doc/functions/*.texi: New files.
12130         * doc/functions/google-ranking.txt: New file.
12131         * doc/gnulib.texi (Function Substitutes): New chapter.
12132         (ctime, inet_ntoa): Remove sections.
12133         * doc/ctime.texi: Remove file.
12134         * doc/inet_ntoa.texi: Remove file.
12135         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
12136         dependencies.
12137         (%.info): New rule, specifying a --reference-limit.
12138
12139 2007-05-01  Bruno Haible  <bruno@clisp.org>
12140
12141         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
12142
12143 2007-05-01  Bruno Haible  <bruno@clisp.org>
12144
12145         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
12146         the portability of 'mkdir' to mingw systems.
12147
12148 2007-05-01  Bruno Haible  <bruno@clisp.org>
12149
12150         * doc/headers/google-ranking.txt: New file.
12151
12152 2007-04-30  Eric Blake  <ebb9@byu.net>
12153
12154         Prefer fseeko to fseek.
12155         * modules/getpass (Depends-on): Add fseeko.
12156         * lib/getpass.c (getpass): Use fseeko, not fseek.
12157
12158 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
12159
12160         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
12161         assumes the sorting is stable, while most qsort implementations
12162         are not.  Use argument addresses to ensure they never compare as
12163         equal.
12164
12165         * tests/test-argp-2.sh (usage-indent test): Fix output
12166         (func_compare): Restore diff options
12167         * tests/test-argp.c: Restore #include "progname.h"
12168
12169 2007-04-29  Bruno Haible  <bruno@clisp.org>
12170
12171         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
12172         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12173         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
12174         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12175         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
12176         (configure.ac): Define CHECK_SNPRINTF_POSIX.
12177         (TESTS, check_PROGRAMS): Add test-snprintf.
12178         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
12179         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
12180         (TESTS, check_PROGRAMS): Add test-vsnprintf.
12181         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
12182         assertions that fail on HP-UX, OSF/1, or IRIX.
12183         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
12184
12185 2007-04-29  Bruno Haible  <bruno@clisp.org>
12186
12187         * MODULES.html.sh (posix_functions): Remove 'contents'.
12188
12189 2007-04-29  Karl Berry  <karl@gnu.org>
12190
12191         * config/srclist.txt (gendocs_template_min): new entry.
12192
12193 2007-04-29  Bruno Haible  <bruno@clisp.org>
12194
12195         Work around fpurge bug on BSD systems.
12196         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
12197         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
12198         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
12199         fpurge to rpl_fpurge if the system already has this function.
12200         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
12201         the case where the system already has this function. Correct invariants
12202         on BSD systems.
12203         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
12204         BSD systems.
12205
12206 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
12207
12208         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
12209         proposed by Sven Verdoolaege.
12210
12211         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
12212         options.
12213         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
12214         (usage and help tests): Update
12215
12216 2007-04-29  Bruno Haible  <bruno@clisp.org>
12217
12218         * tests/test-fflush.c (main): Use a file of size 17, not 10.
12219         Print more information in case of failure. Disable a test on BeOS.
12220
12221 2007-04-29  Bruno Haible  <bruno@clisp.org>
12222
12223         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
12224         This helps debugging on systems on which no gdb is available.
12225
12226 2007-04-29  Bruno Haible  <bruno@clisp.org>
12227
12228         * lib/freading.h: Improve comments.
12229         * lib/fwriting.h: Likewise.
12230         * tests/test-freading.c (main): Don't check freading immediately after
12231         repositioning. Needed for glibc.
12232
12233 2007-04-29  Bruno Haible  <bruno@clisp.org>
12234
12235         * lib/freading.c (freading): Trivial simplification.
12236
12237 2007-04-28  Bruno Haible  <bruno@clisp.org>
12238
12239         * tests/test-fwriting.c (main): Also test the interaction between
12240         fflush and fwriting.
12241         * modules/fwriting-tests (Depends-on): Add fflush.
12242
12243         * tests/test-freading.c (main): Also test the interaction between
12244         fflush and freading.
12245         * modules/freading-tests (Depends-on): Add fflush.
12246
12247 2007-04-28  Bruno Haible  <bruno@clisp.org>
12248
12249         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
12250         fseeko and ftello.
12251         Suggested by Eric Blake.
12252
12253 2007-04-28  Jim Meyering  <jim@meyering.net>
12254
12255         Avoid false-negative in gl_STDINT_H's C99 conformance test.
12256         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
12257         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
12258
12259 2007-04-27  Eric Blake  <ebb9@byu.net>
12260
12261         * doc/headers/assert.texi (assert.h): Document assert module use.
12262
12263 2007-04-27  Bruno Haible  <bruno@clisp.org>
12264
12265         * doc/headers/*.texi: New files.
12266         * doc/gnulib.texi (Header File Substitutes): New chapter.
12267         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
12268         dependencies.
12269         (standards.info ,standards.html, standards.dvi): Update dependencies.
12270         (mostlyclean, clean): New targets.
12271
12272 2007-04-27  Bruno Haible  <bruno@clisp.org>
12273
12274         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
12275         * modules/sysexits (Files, Makefile.am): Update.
12276
12277         * lib/sys_socket_.h: Renamed from lib/socket_.h.
12278         * modules/sys_socket (Files, Makefile.am): Update.
12279
12280         * lib/sys_stat_.h: Renamed from lib/stat_.h.
12281         * modules/sys_stat (Files, Makefile.am): Update.
12282
12283 2007-04-27  Eric Blake  <ebb9@byu.net>
12284
12285         * lib/freading.h: Improve comments.
12286         * lib/fwriting.h: Likewise.
12287         * lib/fflush.c: Likewise.
12288
12289         Fix closein for mingw.
12290         * modules/closein-tests: Add tests for closein.
12291         * tests/test-closein.c: New file.
12292         * tests/test-closein.sh: Likewise.
12293         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
12294         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
12295
12296 2007-04-27  Bruno Haible  <bruno@clisp.org>
12297
12298         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
12299         version is < 6.
12300         * lib/math_.h [__DECC]: Likewise.
12301         * lib/stdio_.h [__DECC]: Likewise.
12302         * lib/stdlib_.h [__DECC]: Likewise.
12303         * lib/string_.h [__DECC]: Likewise.
12304         * lib/time_.h [__DECC]: Likewise.
12305         * lib/wchar_.h [__DECC]: Likewise.
12306         * lib/wctype_.h [__DECC]: Likewise.
12307
12308 2007-04-27  Bruno Haible  <bruno@clisp.org>
12309
12310         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
12311
12312 2007-04-27  Bruno Haible  <bruno@clisp.org>
12313
12314         * lib/fflush.c: Add comments.
12315         * modules/fpurge-tests (Depends-on): Add fflush.
12316         * modules/freadable-tests (Depends-on): Likewise.
12317         * modules/fwritable-tests (Depends-on): Likewise.
12318
12319 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
12320
12321         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
12322         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
12323         Report by Bruno Haible <bruno@clisp.org>.
12324
12325 2007-04-26  Eric Blake  <ebb9@byu.net>
12326
12327         Fix fflush on mingw.
12328         * modules/fflush (Depends-on): Add freading.
12329         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
12330         but unread data.
12331
12332 2007-04-26  Eric Blake  <ebb9@byu.net>
12333         and Bruno Haible  <bruno@clisp.org>
12334
12335         Implement freading and fwriting.
12336         * lib/freading.c: New file.
12337         * lib/freading.h: Likewise.
12338         * m4/freading.m4: Likewise.
12339         * modules/freading: Likewise.
12340         * modules/freading-tests: Likewise.
12341         * tests/test-freading.c: Likewise.
12342         * lib/fwriting.c: New file.
12343         * lib/fwriting.h: Likewise.
12344         * m4/fwriting.m4: Likewise.
12345         * modules/fwriting: Likewise.
12346         * modules/fwriting-tests: Likewise.
12347         * tests/test-fwriting.c: Likewise.
12348         * MODULES.html.sh (File stream based Input/Output): Mention them.
12349
12350 2007-04-26  Bruno Haible  <bruno@clisp.org>
12351
12352         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
12353         'long' when we assume it.
12354         Suggested by Eric Blake.
12355
12356 2007-04-26  Bruno Haible  <bruno@clisp.org>
12357
12358         Ensure fseeko, ftello are declared on glibc systems.
12359         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
12360         * modules/fseeko (configure.ac-early): Likewise.
12361         * modules/ftello (configure.ac-early): Likewise.
12362         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
12363         AC_FUNC_FSEEKO for this.
12364         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
12365         (gl_CHECK_FSEEKO): Remove macro.
12366
12367 2007-04-26  Bruno Haible  <bruno@clisp.org>
12368
12369         * tests/test-fflush.c (main): Also check the ftell result after
12370         fflush and fseek/fseeko.
12371         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
12372         file descriptor position cache in the stream.
12373         * lib/fseeko.c (rpl_fseeko): Likewise.
12374
12375 2007-04-26  Bruno Haible  <bruno@clisp.org>
12376
12377         * modules/fflush-tests (Depends-on): Add fseeko.
12378
12379 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
12380             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12381
12382         * lib/argz_.h: ensure error_t definition is obtained in same
12383         mechanism system argz.h would have.
12384         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
12385         argz facilities are known bad.  Err on the side of caution if
12386         cross-compiling.
12387
12388 2007-04-25  Eric Blake  <ebb9@byu.net>
12389
12390         * lib/fpurge.c (includes): Use stdlib.h for free.
12391         * tests/test-fflush.c (main): Also test fflush-fseeko.
12392
12393 2007-04-25  Bruno Haible  <bruno@clisp.org>
12394
12395         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
12396         * lib/fseeko.c: New file.
12397         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
12398         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
12399         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
12400         gl_FUNC_FSEEKO.
12401         (gl_FUNC_FSEEKO): Invoke it.
12402         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
12403         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
12404         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
12405
12406 2007-04-25  Bruno Haible  <bruno@clisp.org>
12407
12408         * modules/fflush (Depends-on): Add ftello.
12409
12410 2007-04-25  Bruno Haible  <bruno@clisp.org>
12411
12412         * modules/ftello-tests: New file.
12413         * tests/test-ftello.c: New file.
12414
12415         * modules/ftello: New file.
12416         * m4/ftello.m4: New file.
12417         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
12418         HAVE_FTELLO.
12419         * lib/stdio_.h (ftello): New declaration.
12420         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
12421         HAVE_FTELLO.
12422
12423 2007-04-25  Bruno Haible  <bruno@clisp.org>
12424
12425         * modules/fseeko-tests: New file.
12426         * tests/test-fseeko.c: New file.
12427
12428         * modules/fseeko: New file.
12429         * m4/fseeko.m4: New file.
12430         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
12431         HAVE_FSEEKO.
12432         * lib/stdio_.h (fseeko): New declaration.
12433         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
12434         HAVE_FSEEKO.
12435
12436 2007-04-25  Bruno Haible  <bruno@clisp.org>
12437
12438         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
12439
12440 2007-04-25  Bruno Haible  <bruno@clisp.org>
12441
12442         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
12443         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
12444         * tests/test-unistd.c: Likewise.
12445         * tests/test-fcntl.c: Likewise.
12446
12447 2007-04-23  Eric Blake  <ebb9@byu.net>
12448
12449         * lib/fflush.c: Fix missing include.
12450         Reported by Bruno Haible.
12451
12452 2007-04-23  Bruno Haible  <bruno@clisp.org>
12453
12454         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
12455         Reported by Eric Blake.
12456
12457 2007-04-23  Bruno Haible  <bruno@clisp.org>
12458
12459         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
12460
12461 2007-04-23  Bruno Haible  <bruno@clisp.org>
12462
12463         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
12464
12465 2007-04-23  Bruno Haible  <bruno@clisp.org>
12466
12467         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
12468         Needed on HP-UX 11.
12469
12470 2007-04-16  Eric Blake  <ebb9@byu.net>
12471
12472         Make fflush rely on fpurge.
12473         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
12474         open coding all variants.
12475         * modules/fflush (Depends-on): Add fpurge and unistd.
12476         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
12477         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
12478
12479         Fix --with-tests compilation on cygwin.
12480         * modules/argmatch-tests (Makefile.am): List gnulib library first
12481         in LDADD.
12482         * modules/argp-tests (Makefile.am): Likewise.
12483         * modules/array-list-tests (Makefile.am): Likewise.
12484         * modules/array-oset-tests (Makefile.am): Likewise.
12485         * modules/avltree-list-tests (Makefile.am): Likewise.
12486         * modules/avltree-oset-tests (Makefile.am): Likewise.
12487         * modules/avltreehash-list-tests (Makefile.am): Likewise.
12488         * modules/carray-list-tests (Makefile.am): Likewise.
12489         * modules/dirname-tests (Makefile.am): Likewise.
12490         * modules/frexp-tests (Makefile.am): Likewise.
12491         * modules/isnanl-tests (Makefile.am): Likewise.
12492         * modules/linked-list-tests (Makefile.am): Likewise.
12493         * modules/linkedhash-list-tests (Makefile.am): Likewise.
12494         * modules/lock-tests (Makefile.am): Likewise.
12495         * modules/rbtree-list-tests (Makefile.am): Likewise.
12496         * modules/rbtree-oset-tests (Makefile.am): Likewise.
12497         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
12498         * modules/tls-tests (Makefile.am): Likewise.
12499         * modules/tsearch-tests (Makefile.am): Likewise.
12500         * modules/xvasprintf-tests (Makefile.am): Likewise.
12501
12502         Fix fpurge for cygwin.
12503         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
12504         value.
12505         * modules/fpurge-tests (Depends-on): Clean up trash.
12506
12507 2007-04-16  Simon Josefsson  <simon@josefsson.org>
12508
12509         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
12510
12511         * m4/autobuild.m4: Re-indent.
12512
12513 2007-04-13  Bruno Haible  <bruno@clisp.org>
12514
12515         * modules/fpurge-tests: New file.
12516         * tests/test-fpurge.c: New file.
12517
12518         * modules/fpurge: New file.
12519         * lib/fpurge.h: New file.
12520         * lib/fpurge.c: New file.
12521         * m4/fpurge.m4: New file.
12522
12523 2007-04-13  Bruno Haible  <bruno@clisp.org>
12524
12525         * modules/fbufmode-tests: New file.
12526         * tests/test-fbufmode.c: New file.
12527
12528         * modules/fbufmode: New file.
12529         * lib/fbufmode.h: New file.
12530         * lib/fbufmode.c: New file.
12531         * m4/fbufmode.m4: New file.
12532
12533 2007-04-13  Bruno Haible  <bruno@clisp.org>
12534
12535         * modules/fwritable-tests: New file.
12536         * tests/test-fwritable.c: New file.
12537
12538         * modules/fwritable: New file.
12539         * lib/fwritable.h: New file.
12540         * lib/fwritable.c: New file.
12541         * m4/fwritable.m4: New file.
12542
12543 2007-04-13  Bruno Haible  <bruno@clisp.org>
12544
12545         * modules/freadable-tests: New file.
12546         * tests/test-freadable.c: New file.
12547
12548         * modules/freadable: New file.
12549         * lib/freadable.h: New file.
12550         * lib/freadable.c: New file.
12551         * m4/freadable.m4: New file.
12552
12553 2007-04-13  Bruno Haible  <bruno@clisp.org>
12554
12555         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
12556         MOSTLYCLEANFILES.
12557
12558 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12559
12560         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
12561         gzip bootstrap.conf to avoid dragging in i18n machinery.
12562         (gnulib_tool_option): Use it.
12563
12564 2007-04-13  Bruno Haible  <bruno@clisp.org>
12565
12566         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
12567         %F directives.
12568         * tests/test-vasprintf-posix.c (test_function): Likewise.
12569         * tests/test-snprintf-posix.h (test_function): Likewise.
12570         * tests/test-sprintf-posix.h (test_function): Likewise.
12571         * tests/test-fprintf-posix.h (test_function): Likewise.
12572         * tests/test-printf-posix.h (test_function): Likewise.
12573         * tests/test-fprintf-posix.out: Likewise.
12574
12575 2007-04-13  Bruno Haible  <bruno@clisp.org>
12576
12577         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
12578         * modules/tls-tests (configure.ac): Likewise.
12579         Reported by Arto C. Nirkko <anirkko@insel.ch>.
12580
12581 2007-04-13  Bruno Haible  <bruno@clisp.org>
12582
12583         * lib/tls.c (glthread_tls_get): Fix return type.
12584         Patch by Arto C. Nirkko <anirkko@insel.ch>.
12585
12586 2007-04-12  Eric Blake  <ebb9@byu.net>
12587
12588         * modules/gettime (Depends-on): Remove gettime.
12589         Reported by Dmitry V. Levin.
12590
12591 2007-04-12  Bruno Haible  <bruno@clisp.org>
12592
12593         * modules/fflush (Include): Mention <stdio.h>.
12594         * modules/strtoimax (Include): Mention <inttypes.h>.
12595         * modules/strtoumax (Include): Likewise.
12596
12597 2007-04-12  Eric Blake  <ebb9@byu.net>
12598
12599         * .cvsignore: New file.
12600         * .gitignore: Likewise.
12601
12602 2007-04-12  Bruno Haible  <bruno@clisp.org>
12603
12604         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
12605         not before, since $(LDADD) often contains libgnu.a.
12606         * modules/striconv-tests (test_striconv_LDADD): Likewise.
12607         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
12608         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
12609         Needed on Cygwin.
12610
12611 2007-04-12  Eric Blake  <ebb9@byu.net>
12612
12613         Work around glibc's failure to flush stdin on fclose.
12614         * lib/closein.c (close_stdin): Flush stdin before closing.
12615
12616         Work around glibc's failure to reset seekable stdin on exit.
12617         * modules/closein: New module.
12618         * lib/closein.c: New file.
12619         * lib/closein.h: Likewise.
12620         * m4/closein.m4: Likewise.
12621         * MODULES.html.sh (File stream based Input/Output): Document it.
12622
12623 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12624
12625         * gnulib-tool: Rename generated 'autobuild' script to
12626         'do-autobuild' in --create-megatestdir output.
12627
12628         * doc/gnulib.texi (Build robot for gnulib): Fix.
12629
12630 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12631
12632         * modules/sysexits (Depends-on): Add absolute-header.
12633
12634 2007-04-12  Eric Blake  <ebb9@byu.net>
12635
12636         No need to preserve errno on success.
12637         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
12638         Reported by Bruno Haible.
12639
12640 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12641
12642         * MODULES.html.sh (Support for maintaining and releasing
12643         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
12644
12645 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12646
12647         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
12648
12649 2007-04-12  Simon Josefsson  <simon@josefsson.org>
12650
12651         * modules/autobuild: New module.
12652
12653         * m4/autobuild.m4: New file.
12654
12655 2007-04-11  Bruno Haible  <bruno@clisp.org>
12656
12657         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
12658         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
12659         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
12660         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
12661         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12662         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12663         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12664         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
12665         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12666         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12667         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
12668         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12669         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12670         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
12671         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12672         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12673         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
12674         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12675         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12676         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
12677         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12678         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12679         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
12680         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12681         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12682         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
12683         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
12684         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
12685         Reported by Eric Blake.
12686
12687 2007-04-11  Bruno Haible  <bruno@clisp.org>
12688
12689         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
12690
12691 2007-04-10  Bruno Haible  <bruno@clisp.org>
12692
12693         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
12694         for NaN and Infinity. Needed on FreeBSD 6.1.
12695         * tests/test-vasnprintf-posix.c (test_function): Undo last change
12696         regarding results for "%010a" of Infinity and NaN.
12697         * tests/test-vasprintf-posix.c (test_function): Likewise.
12698         * tests/test-snprintf-posix.h (test_function): Likewise.
12699         * tests/test-sprintf-posix.h (test_function): Likewise.
12700         * tests/test-fprintf-posix.h (test_function): Likewise.
12701         * tests/test-printf-posix.h (test_function): Likewise.
12702         * tests/test-fprintf-posix.out: Likewise.
12703
12704 2007-04-10  Bruno Haible  <bruno@clisp.org>
12705
12706         * modules/locale-tests: New file.
12707         * tests/test-locale.c: New file.
12708
12709         * modules/locale: New file.
12710         * lib/locale_.h: New file.
12711         * m4/locale_h.m4: New file.
12712
12713 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
12714             Bruno Haible  <bruno@clisp.org>
12715
12716         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
12717         be determined, test for availability of the copysignf, copysign,
12718         copysignl functions.
12719         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
12720         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
12721         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
12722
12723 2007-04-09  Eric Blake  <ebb9@byu.net>
12724
12725         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
12726         * modules/stdio (Makefile.am): Support fflush.
12727         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12728         * modules/fflush: New file.
12729         * lib/fflush.c: Likewise.
12730         * m4/fflush.m4: Likewise.
12731         * modules/fflush-tests: New test.
12732         * tests/test-fflush.c: Likewise.
12733         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
12734
12735 2007-04-06  Bruno Haible  <bruno@clisp.org>
12736
12737         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
12738         (VASNPRINTF): Use signbit for faster determination whether to print a
12739         minus sign.
12740         * modules/vasnprintf (Files): Remove lib/float+.h.
12741         * modules/fprintf-posix (Depends-on): Add signbit.
12742         * modules/snprintf-posix (Depends-on): Likewise.
12743         * modules/sprintf-posix (Depends-on): Likewise.
12744         * modules/vasnprintf-posix (Depends-on): Likewise.
12745         * modules/vasprintf-posix (Depends-on): Likewise.
12746         * modules/vfprintf-posix (Depends-on): Likewise.
12747         * modules/vsnprintf-posix (Depends-on): Likewise.
12748         * modules/vsprintf-posix (Depends-on): Likewise.
12749
12750 2007-04-06  Bruno Haible  <bruno@clisp.org>
12751
12752         * tests/test-frexp.c (main): Test also the sign bit of zero results.
12753         * tests/test-frexpl.c (main): Likewise.
12754         * tests/test-ldexpl.c (main): Likewise.
12755         * modules/frexp-tests (Depends-on): Add signbit.
12756         * modules/frexpl-tests (Depdends-on): Likewise.
12757         * modules/ldexpl-tests (Depdends-on): Likewise.
12758
12759 2007-04-06  Bruno Haible  <bruno@clisp.org>
12760
12761         * modules/signbit-tests: New file.
12762         * tests/test-signbit.c: New file.
12763
12764         * modules/signbit: New file.
12765         * lib/signbitf.c: New file.
12766         * lib/signbitd.c: New file.
12767         * lib/signbitl.c: New file.
12768         * m4/signbit.m4: New file.
12769         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
12770         (signbit): New macro.
12771         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
12772         REPLACE_SIGNBIT.
12773         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
12774         REPLACE_FREXPL into math.h.
12775
12776 2007-04-06  Bruno Haible  <bruno@clisp.org>
12777
12778         * modules/isnanf-nolibm-tests: New file.
12779         * tests/test-isnanf.c: New file.
12780
12781         * modules/isnanf-nolibm: New file.
12782         * lib/isnanf.h: New file.
12783         * lib/isnanf.c: New file.
12784         * lib/isnan.c: Consider the USE_FLOAT macro.
12785         * m4/isnanf.m4: New file.
12786
12787 2007-04-06  Bruno Haible  <bruno@clisp.org>
12788
12789         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
12790         (Link): New section.
12791
12792         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
12793
12794 2007-04-06  Bruno Haible  <bruno@clisp.org>
12795
12796         Assume the 'long double' type.
12797         * m4/longdouble.m4: Remove file.
12798         * config/srclist.txt: Don't mention longdouble.m4.
12799         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
12800         * lib/float+.h: Likewise.
12801         * lib/frexp.c: Likewise.
12802         * lib/printf-args.h: Likewise.
12803         * lib/printf-args.c: Likewise.
12804         * lib/printf-frexp.c: Likewise.
12805         * lib/printf-parse.c: Likewise.
12806         * lib/vasnprintf.c: Likewise.
12807         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
12808         * m4/intl.m4: Likewise.
12809         * m4/isnanl.m4: Likewise.
12810         * m4/printf.m4: Likewise.
12811         * m4/printf-frexpl.m4: Likewise.
12812         * m4/vasnprintf.m4: Likewise.
12813         * modules/allocsa (Files): Remove m4/longdouble.m4.
12814         * modules/gettext (Files): Likewise.
12815         * modules/relocatable-prog-wrapper (Files): Likewise.
12816         * modules/vasnprintf (Files): Likewise.
12817         * modules/isnanl (Files): Likewise.
12818         (Include): Simplify.
12819         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
12820         (Include): Simplify.
12821         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
12822         (Include): Simplify.
12823         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
12824         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12825         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
12826         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12827         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
12828         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12829         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
12830         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12831         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
12832         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12833         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
12834         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
12835         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
12836         * tests/test-isnanl.c: Likewise.
12837         * tests/test-snprintf-posix.h: Likewise.
12838         * tests/test-sprintf-posix.h: Likewise.
12839         * tests/test-vasnprintf-posix.c: Likewise.
12840         * tests/test-vasnprintf-posix2.c: Likewise.
12841         * tests/test-vasprintf-posix.c: Likewise.
12842
12843 2007-04-06  Bruno Haible  <bruno@clisp.org>
12844
12845         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
12846         * lib/math_.h [__DECC]: Include the overridden include file through
12847         #include_next, outside the double-inclusion guard.
12848         * lib/stdio_.h [__DECC]: Likewise.
12849         * lib/stdlib_.h [__DECC]: Likewise.
12850         * lib/string_.h [__DECC]: Likewise.
12851         * lib/time_.h [__DECC]: Likewise.
12852         * lib/wchar_.h [__DECC]: Likewise.
12853         * lib/wctype_.h [__DECC]: Likewise.
12854         * lib/inttypes_.h [__DECC]: Likewise.
12855         Reported by Albert Chin <china@thewrittenword.com> in
12856         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
12857
12858 2007-04-04  Eric Blake  <ebb9@byu.net>
12859
12860         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
12861         1.5.x.
12862
12863 2007-04-04  Bruno Haible  <bruno@clisp.org>
12864
12865         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
12866         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
12867
12868 2007-04-04  Bruno Haible  <bruno@clisp.org>
12869
12870         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
12871         results for "%010a" of Infinity and NaN.
12872         * tests/test-vasprintf-posix.c (test_function): Likewise.
12873         * tests/test-snprintf-posix.h (test_function): Likewise.
12874         * tests/test-sprintf-posix.h (test_function): Likewise.
12875         * tests/test-fprintf-posix.h (test_function): Remove these tests.
12876         * tests/test-printf-posix.h (test_function): Likewise.
12877         * tests/test-fprintf-posix.out: Update.
12878         Needed for FreeBSD 6.1.
12879
12880 2007-04-04  Bruno Haible  <bruno@clisp.org>
12881
12882         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
12883         directly used by the gnulib modules nor by gnulib-tool.
12884
12885 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12886
12887         * DEPENDENCIES: Give overall description of version dependency
12888         desirability.  Use more-typical names for apps.
12889         Add shell, coreutils, diffutils, grep, tar, gzip.
12890
12891 2007-04-04  Simon Josefsson  <simon@josefsson.org>
12892
12893         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
12894
12895 2007-04-04  Karl Berry  <karl@gnu.org>
12896
12897         * MODULES.html.sh (func_module): missing '.
12898
12899 2007-04-03  Bruno Haible  <bruno@clisp.org>
12900
12901         * modules/argmatch-tests (Makefile.am): New variable
12902         test_argmatch_LDADD.
12903         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
12904         * modules/array-list-tests (Makefile.am): New variable
12905         test_array_list_LDADD.
12906         * modules/array-oset-tests (Makefile.am): New variable
12907         test_array_oset_LDADD.
12908         * modules/avltree-list-tests (Makefile.am): New variable
12909         test_avltree_list_LDADD.
12910         * modules/avltree-oset-tests (Makefile.am): New variable
12911         test_avltree_oset_LDADD.
12912         * modules/avltreehash-list-tests (Makefile.am): New variable
12913         test_avltreehash_list_LDADD.
12914         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
12915         test_canonicalize_lgpl_LDADD.
12916         * modules/carray-list-tests (Makefile.am): New variable
12917         test_carray_list_LDADD.
12918         * modules/dirname-tests (Makefile.am): New variable
12919         test_dirname_LDADD.
12920         * modules/linked-list-tests (Makefile.am): New variable
12921         test_linked_list_LDADD.
12922         * modules/linkedhash-list-tests (Makefile.am): New variable
12923         test_linkedhash_list_LDADD.
12924         * modules/rbtree-list-tests (Makefile.am): New variable
12925         test_rbtree_list_LDADD.
12926         * modules/rbtree-oset-tests (Makefile.am): New variable
12927         test_rbtree_oset_LDADD.
12928         * modules/rbtreehash-list-tests (Makefile.am): New variable
12929         test_rbtreehash_list_LDADD.
12930         * modules/xvasprintf-tests (Makefile.am): New variable
12931         test_xvasprintf_LDADD.
12932         Reported by Eric Blake.
12933
12934 2007-04-03  Eric Blake  <ebb9@byu.net>
12935
12936         * DEPENDENCIES: Weaken m4 requirements.
12937
12938 2007-04-03  Bruno Haible  <bruno@clisp.org>
12939
12940         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
12941         * modules/isnanl-tests (configure.ac): Likewise.
12942
12943 2007-04-03  Ben Pfaff  <blp@gnu.org>
12944
12945         * modules/iconv_open: Add $(srcdir)/ to source directory
12946         references in Makefile fragments that call gperf, to fix VPATH
12947         builds.
12948
12949 2007-04-03  Bruno Haible  <bruno@clisp.org>
12950
12951         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
12952         * lib/ldexpl.c: Undo last change.
12953
12954 2007-04-03  Bruno Haible  <bruno@clisp.org>
12955
12956         * modules/printf-frexpl (Depends-on): Undo last change.
12957         (Files): Add m4/ldexpl.m4.
12958
12959 2007-04-03  Bruno Haible  <bruno@clisp.org>
12960
12961         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
12962         * modules/isnanl (Link): New section.
12963
12964         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
12965         * modules/frexp (Link): New section.
12966
12967         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
12968         * modules/frexpl (Link): New section.
12969
12970         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
12971         * modules/ldexpl (Link): New section.
12972
12973 2007-04-03  Bruno Haible  <bruno@clisp.org>
12974
12975         * modules/TEMPLATE-EXTENDED: New file.
12976         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
12977
12978 2007-04-03  Bruno Haible  <bruno@clisp.org>
12979
12980         * DEPENDENCIES: New file.
12981         Suggested by Simon Josefsson.
12982
12983 2007-04-03  Bruno Haible  <bruno@clisp.org>
12984
12985         * doc/gnulib.texi: Escape @.
12986
12987 2007-04-03  James Youngman  <jay@gnu.org>
12988         and Paul Eggert  <eggert@cs.ucla.edu>
12989
12990         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
12991         birthtime on all systems that have birthtime, not just those which
12992         use st_birthtimensec rather than st_birthtim.  Putting zero in
12993         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
12994         that the birth time is not available for files on an NFS mount.
12995
12996 2007-04-03  Simon Josefsson  <simon@josefsson.org>
12997
12998         * modules/memxor: Move back from crypto/, suggested by Bruno.
12999         * modules/crypto/hmac-sha1: Fix memxor dependency.
13000
13001         * modules/crypto/gc: Moved from ../.
13002
13003 2007-04-02  Eric Blake  <ebb9@byu.net>
13004
13005         * lib/ldexpl.c (includes): Avoid libm.
13006
13007         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
13008
13009 2007-04-02  Bruno Haible  <bruno@clisp.org>
13010
13011         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
13012         on IRIX.
13013
13014 2007-04-02  Bruno Haible  <bruno@clisp.org>
13015
13016         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
13017         x86 or x86_64 platforms running MacOS X.
13018         Reported by Ryan Schmidt <@ryandesign.com>.
13019
13020 2007-04-02  Bruno Haible  <bruno@clisp.org>
13021
13022         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
13023         i386.
13024
13025 2007-04-01  Simon Josefsson  <simon@josefsson.org>
13026
13027         * modules/crypto/arcfour: Moved from ../.
13028         * modules/crypto/arcfour-tests: Moved from ../.
13029         * modules/crypto/arctwo: Moved from ../.
13030         * modules/crypto/arctwo-tests: Moved from ../.
13031         * modules/crypto/des: Moved from ../.
13032         * modules/crypto/des-tests: Moved from ../.
13033         * modules/crypto/gc-arcfour: Moved from ../.
13034         * modules/crypto/gc-arcfour-tests: Moved from ../.
13035         * modules/crypto/gc-arctwo: Moved from ../.
13036         * modules/crypto/gc-arctwo-tests: Moved from ../.
13037         * modules/crypto/gc-des: Moved from ../.
13038         * modules/crypto/gc-des-tests: Moved from ../.
13039         * modules/crypto/gc-hmac-md5: Moved from ../.
13040         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
13041         * modules/crypto/gc-hmac-sha1: Moved from ../.
13042         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
13043         * modules/crypto/gc-md2: Moved from ../.
13044         * modules/crypto/gc-md2-tests: Moved from ../.
13045         * modules/crypto/gc-md4: Moved from ../.
13046         * modules/crypto/gc-md4-tests: Moved from ../.
13047         * modules/crypto/gc-md5: Moved from ../.
13048         * modules/crypto/gc-md5-tests: Moved from ../.
13049         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
13050         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
13051         * modules/crypto/gc-random: Moved from ../.
13052         * modules/crypto/gc-rijndael: Moved from ../.
13053         * modules/crypto/gc-rijndael-tests: Moved from ../.
13054         * modules/crypto/gc-sha1: Moved from ../.
13055         * modules/crypto/gc-sha1-tests: Moved from ../.
13056         * modules/crypto/gc-tests: Moved from ../.
13057         * modules/crypto/hmac-md5: Moved from ../.
13058         * modules/crypto/hmac-md5-tests: Moved from ../.
13059         * modules/crypto/hmac-sha1: Moved from ../.
13060         * modules/crypto/hmac-sha1-tests: Moved from ../.
13061         * modules/crypto/md2: Moved from ../.
13062         * modules/crypto/md2-tests: Moved from ../.
13063         * modules/crypto/md4: Moved from ../.
13064         * modules/crypto/md4-tests: Moved from ../.
13065         * modules/crypto/md5: Moved from ../.
13066         * modules/crypto/md5-tests: Moved from ../.
13067         * modules/crypto/memxor: Moved from ../.
13068         * modules/crypto/rijndael: Moved from ../.
13069         * modules/crypto/rijndael-tests: Moved from ../.
13070         * modules/crypto/sha1: Moved from ../.
13071
13072 2007-03-30  James Youngman  <jay@gnu.org>
13073
13074         * tests/test-stat-time.c (prepare_test): use chmod() rather than
13075         rename() to change the ctime of a file (because ctime is unaffected
13076         by rename on jfs2 on AIX 5.1).
13077         (main): Start by doing cleanup, in case a previous run failed leaving
13078         test files behind.
13079
13080 2007-03-31  Bruno Haible  <bruno@clisp.org>
13081
13082         Support old proprietary implementations of iconv.
13083         * modules/iconv_open: New file.
13084         * lib/iconv_.h: New file.
13085         * m4/iconv_h.m4: New file.
13086         * lib/iconv_open.c: New file.
13087         * lib/iconv_open-aix.gperf: New file.
13088         * lib/iconv_open-hpux.gperf: New file.
13089         * lib/iconv_open-irix.gperf: New file.
13090         * lib/iconv_open-osf.gperf: New file.
13091         * m4/iconv_open.m4: New file.
13092         * modules/linebreak (Depends-on): Add iconv_open.
13093         * modules/striconv (Depends-on): Likewise.
13094         * modules/striconveh (Depends-on): Likewise.
13095         * modules/unicodeio (Depends-on): Likewise.
13096         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
13097         (iconv_t)(-1).
13098         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
13099         conversion if cd is (iconv_t)(-1).
13100         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
13101         is not possible.
13102
13103 2007-03-31  Bruno Haible  <bruno@clisp.org>
13104
13105         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
13106         work on Solaris either. Protect also second use of "autodetect_jp".
13107
13108 2007-03-31  Bruno Haible  <bruno@clisp.org>
13109
13110         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
13111         the function is not present.
13112
13113 2007-03-31  Bruno Haible  <bruno@clisp.org>
13114
13115         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
13116         the function is not present.
13117
13118 2007-03-31  Bruno Haible  <bruno@clisp.org>
13119
13120         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
13121         a bug in HP-UX iconv_open().
13122
13123 2007-03-31  Bruno Haible  <bruno@clisp.org>
13124
13125         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
13126         (Mathematics <math.h>): New section, add fpieee.
13127         (Input/output <stdio.h>): Add fseterr.
13128         (Mathematics <math.h>): New section, add printf-frexp.
13129         (Container data structures): Add sublist.
13130         (Core language properties): Add fpucw, inline.
13131         (Functions for greatest-width integer types <inttypes.h>): Add
13132         imaxabs, imaxdiv, inttypes.
13133         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
13134         isnanl-nolibm, ldexp.
13135         (Mathematics <math.h>): New section, add printf-frexpl.
13136         (Support for systems lacking POSIX:2001): Add fprintf-posix,
13137         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
13138         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
13139         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
13140         (Unicode string functions): Add unistr/u*-mbtoucr.
13141         (Java): Add javacomp-script, javaexec-script.
13142         (C#): Add csharpcomp-script, csharpexec-script.
13143         (Support for building libraries and executables): Add havelib,
13144         relocatable-*.
13145         (Support for maintaining and releasing projects): Renamed from
13146         'Support for maintaining and release projects'. Add announce-gen.
13147
13148 2007-03-31  Bruno Haible  <bruno@clisp.org>
13149
13150         * README: Talk primarily about git.
13151         (git and CVS): Renamed from CVS.
13152         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
13153         gnulib is available through git.
13154         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
13155
13156 2007-03-30  Bruno Haible  <bruno@clisp.org>
13157
13158         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
13159         * lib/poll_.h: Likewise.
13160         * lib/stat_.h: Likewise.
13161         * lib/sys_time_.h: Likewise.
13162         * lib/sysexit_.h: Likewise.
13163         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
13164         * lib/stdbool_.h: Likewise.
13165         * lib/byteswap_.h: Add double-inclusion guard.
13166
13167 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
13168
13169         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
13170
13171 2007-03-30  Karl Berry  <karl@gnu.org>
13172
13173         * config/srclist-update: double space after USA in the license
13174         substitution, since that's how it's usually (?) written.
13175
13176 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
13177
13178         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
13179         reported by Bruno Haible.
13180
13181 2007-03-29  Bruno Haible  <bruno@clisp.org>
13182
13183         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
13184         a bug in AIX iconv().
13185
13186 2007-03-29  Bruno Haible  <bruno@clisp.org>
13187
13188         * modules/ldexpl-tests: New file.
13189         * tests/test-ldexpl.c: New file.
13190
13191 2007-03-29  Bruno Haible  <bruno@clisp.org>
13192
13193         * lib/ldexpl.c: Include fpucw.h.
13194         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
13195         multiplication.
13196         * modules/ldexpl (Depends-on): Add fpucw.
13197
13198 2007-03-29  Bruno Haible  <bruno@clisp.org>
13199
13200         * modules/ldexpl: New file.
13201         * m4/ldexpl.m4: New file.
13202         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
13203         set.
13204         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
13205         REPLACE_LDEXPL.
13206         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
13207         REPLACE_LDEXPL.
13208         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
13209         gl_FUNC_LDEXPL_WORKS.
13210         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
13211         * modules/mathl (Files): Remove lib/ldexpl.c.
13212         (Depends-on): Add ldexpl.
13213
13214 2007-03-29  Bruno Haible  <bruno@clisp.org>
13215
13216         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
13217
13218 2007-03-29  Bruno Haible  <bruno@clisp.org>
13219
13220         * tests/test-striconveh.c (main): Don't assume that a direct conversion
13221         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
13222         and possibly also HP-UX.
13223         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
13224         work on AIX, IRIX, HP-UX, OSF/1.
13225         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
13226         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
13227         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
13228         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
13229         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
13230         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
13231
13232 2007-03-29  Bruno Haible  <bruno@clisp.org>
13233
13234         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
13235
13236 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
13237
13238         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
13239         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
13240
13241 2007-03-29  Eric Blake  <ebb9@byu.net>
13242
13243         * lib/acl-internal.h: Remove redundant include.
13244         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
13245         Cygwin when a file is locked.
13246
13247 2007-03-29  Bruno Haible  <bruno@clisp.org>
13248
13249         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
13250         file.
13251         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
13252
13253 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
13254
13255         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
13256         try to remove a parent directory if the child couldn't be removed
13257         (except for the first rmdir, which could fail because the child
13258         doesn't exist).  Problem reported by Jeff Blaine in
13259         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
13260
13261 2007-03-28  Bruno Haible  <bruno@clisp.org>
13262
13263         * lib/striconveh.c (utf8conv_carefully): New function.
13264         (mem_cd_iconveh_internal): Invoke it.
13265
13266 2007-03-28  Bruno Haible  <bruno@clisp.org>
13267
13268         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
13269         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
13270         input.
13271         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
13272         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
13273         unistr/u8-uctomb.
13274
13275 2007-03-28  Bruno Haible  <bruno@clisp.org>
13276
13277         * modules/unistr/u8-mbtoucr: New file.
13278         * lib/unistr/u8-mbtoucr.c: New file.
13279         * modules/unistr/u16-mbtoucr: New file.
13280         * lib/unistr/u16-mbtoucr.c: New file.
13281         * modules/unistr/u16-mbtoucr: New file.
13282         * lib/unistr/u16-mbtoucr.c: New file.
13283         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
13284
13285 2007-03-27  Simon Josefsson  <simon@josefsson.org>
13286             Bruno Haible  <bruno@clisp.org>
13287
13288         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
13289         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
13290         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
13291
13292         * m4/stdio_h.m4: Add stubs for vasprintf too.
13293
13294         * modules/stdio: Support vasprintf in sed command.
13295
13296         * modules/vasprintf: Depend on stdio for prototypes.  Remove
13297         vasprintf.h.  Add stdio module indicator.
13298
13299         * lib/stdio_.h: Declare asprintf and vasprintf, based on
13300         vasprintf.h.
13301
13302         * lib/vasprintf.h: File removed.
13303
13304         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
13305         * lib/vasprintf.c: Ditto.
13306         * lib/xvasprintf.c: Ditto.
13307         * tests/test-vasprintf-posix.c: Ditto.
13308         * tests/test-vasprintf.c: Ditto.
13309
13310 2007-03-27  Bruno Haible  <bruno@clisp.org>
13311
13312         Make vasnprintf multithread-safe.
13313         * lib/vasnprintf.c (decimal_point_char): New function.
13314         (VASNPRINTF): Use it.
13315         Suggested by Simon Josefsson.
13316
13317 2007-03-27  Eric Blake  <ebb9@byu.net>
13318
13319         Support sub-second birthtime on cygwin.
13320         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
13321         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
13322         (get_stat_birthtime): Also work with st_birthtim.
13323
13324 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
13325
13326         * lib/stat-time.h (USE_BIRTHTIME): Remove.
13327         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
13328         (get_stat_birthtime_ns): Do not try to use "spare" fields.
13329         (get_stat_birthtime_ns): Simplify compile-time tests.
13330         (get_stat_birthtime): Change the API to look like
13331         get_stat_mtime etc., except return a negative tv_nsec on error.
13332         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
13333         Don't check for "spare" fields.
13334         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
13335         or for struct stat.st_birthtime, as these tests aren't used.
13336         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
13337
13338 2007-03-27  Bruno Haible  <bruno@clisp.org>
13339
13340         * lib/stat-time.h: Include <sys/stat.h>.
13341
13342 2007-03-27  James Youngman  <jay@gnu.org>
13343
13344         * lib/stat-time.h (get_stat_birthtime): New function for
13345           retrieving st_birthtime as provided by UFS2 (hence *BSD).
13346         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
13347           and its variants.
13348         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
13349         * modules/stat-time-test: New file.
13350         * tests/test-stat-time.c: New test, devised by Bruno Haible.
13351
13352 2007-03-26  Bruno Haible  <bruno@clisp.org>
13353
13354         Better support of signalling NaNs.
13355         * lib/atanl.c: Include isnanl.h.
13356         (atanl): Perform test for NaN at the beginning of the function and
13357         through a call to isnanl.
13358         * lib/cosl.c: Include isnanl.h.
13359         (cosl): Perform test for NaN at the beginning of the function and
13360         through a call to isnanl.
13361         * lib/ldexpl.c: Include isnanl.h.
13362         (ldexpl): Perform test for NaN through a call to isnanl.
13363         * lib/logl.c: Include isnanl.h.
13364         (logl): Perform test for NaN at the beginning of the function and
13365         through a call to isnanl.
13366         * lib/sinl.c: Include isnanl.h.
13367         (sinl): Perform test for NaN at the beginning of the function and
13368         through a call to isnanl.
13369         * lib/sqrtl.c: Include isnanl.h.
13370         (sqrtl): Perform test for NaN at the beginning of the function and
13371         through a call to isnanl.
13372         * lib/tanl.c: Include isnanl.h.
13373         (tanl): Perform test for NaN at the beginning of the function and
13374         through a call to isnanl.
13375         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
13376         * modules/mathl (Depends-on): Add isnanl.
13377
13378 2007-03-26  Eric Blake  <ebb9@byu.net>
13379
13380         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
13381         regression in logic sense of previous patch.
13382
13383 2007-03-26  Bruno Haible  <bruno@clisp.org>
13384
13385         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
13386         unportable shell command "if ! ...".
13387         Reported by Ralf Wildenhues.
13388
13389 2007-03-25  Bruno Haible  <bruno@clisp.org>
13390
13391         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
13392         <sysexits.h> file, and only add EX_CONFIG.
13393         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
13394         absolute file name and whether it is sufficient. Substitute also
13395         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
13396         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
13397         ABSOLUTE_SYSEXITS_H into sysexits.h.
13398
13399 2007-03-25  Bruno Haible  <bruno@clisp.org>
13400
13401         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
13402         hints is NULL.
13403
13404 2007-03-25  Bruno Haible  <bruno@clisp.org>
13405
13406         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
13407         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
13408
13409 2007-03-25  Bruno Haible  <bruno@clisp.org>
13410
13411         * lib/vasnprintf.c: Include langinfo.h.
13412         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
13413         multithread-safe.
13414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
13415         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
13416         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13417         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13418         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13419         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13420         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13421         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
13422         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13423         Reported by Simon Josefsson.
13424
13425 2007-03-25  Bruno Haible  <bruno@clisp.org>
13426
13427         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
13428         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
13429         * modules/vasnprintf (Depends-on): Add stdint.
13430
13431 2007-03-25  Bruno Haible  <bruno@clisp.org>
13432
13433         * modules/fpieee: New file.
13434         * m4/fpieee.m4: New file.
13435         * modules/isnan-nolibm (Depends-on): Add fpieee.
13436         * modules/isnanl-nolibm (Depends-on): Add fpieee.
13437         * modules/isnanl (Depends-on): Add fpieee.
13438
13439 2007-03-25  Bruno Haible  <bruno@clisp.org>
13440
13441         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
13442
13443 2007-03-25  Bruno Haible  <bruno@clisp.org>
13444
13445         Avoid test failures on IRIX 6.5.
13446         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
13447         (main): Use it.
13448         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
13449         macros.
13450         (main): Use them.
13451
13452 2007-03-25  Bruno Haible  <bruno@clisp.org>
13453
13454         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
13455         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
13456         exists but doesn't work.
13457         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
13458         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
13459         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
13460         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
13461
13462 2007-03-25  Bruno Haible  <bruno@clisp.org>
13463
13464         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
13465         returns inf. Needed on IRIX 6.5.
13466
13467 2007-03-25  Bruno Haible  <bruno@clisp.org>
13468
13469         * tests/test-frexpl.c: Include isnanl-nolibm.h.
13470         (main): Use isnanl instead of x != x idiom.
13471         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
13472
13473         * tests/test-frexp.c: Include isnan.h.
13474         (main): Use isnan instead of x != x idiom.
13475         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
13476
13477 2007-03-25  Bruno Haible  <bruno@clisp.org>
13478
13479         * tests/test-frexp.c (NaN): New function/macro.
13480         (main): Use it instead of 0.0 / 0.0.
13481         * tests/test-isnan.c (NaN): New function/macro.
13482         (main): Use it instead of 0.0 / 0.0.
13483         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
13484         (test_function): Use it instead of 0.0 / 0.0.
13485         * tests/test-vasprintf-posix.c (NaN): New function/macro.
13486         (test_function): Use it instead of 0.0 / 0.0.
13487         * tests/test-snprintf-posix.h (NaN): New function/macro.
13488         (test_function): Use it instead of 0.0 / 0.0.
13489         * tests/test-sprintf-posix.h (NaN): New function/macro.
13490         (test_function): Use it instead of 0.0 / 0.0.
13491         * tests/test-fprintf-posix.h (NaN): New function/macro.
13492         (test_function): Use it instead of 0.0 / 0.0.
13493         * tests/test-printf-posix.h (NaN): New function/macro.
13494         (test_function): Use it instead of 0.0 / 0.0.
13495
13496         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
13497
13498 2007-03-25  Bruno Haible  <bruno@clisp.org>
13499
13500         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
13501
13502 2007-03-25  Bruno Haible  <bruno@clisp.org>
13503
13504         * lib/regexec.c (merge_state_with_log): Make static.
13505
13506 2007-03-25  Bruno Haible  <bruno@clisp.org>
13507
13508         * lib/trigl.c (kernel_rem_pio2): Make static.
13509
13510 2007-03-25  Bruno Haible  <bruno@clisp.org>
13511
13512         * lib/sincosl.c (sincosl_table): Make static.
13513
13514 2007-03-25  Bruno Haible  <bruno@clisp.org>
13515
13516         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
13517         if the compiler does not support C99.
13518
13519 2007-03-25  Bruno Haible  <bruno@clisp.org>
13520
13521         * modules/time (Makefile.am): Ensure all rule action lines start with a
13522         tab.
13523
13524 2007-03-24  Bruno Haible  <bruno@clisp.org>
13525
13526         * modules/tsearch-tests: New file.
13527         * tests/test-tsearch.sh: New file.
13528         * tests/test-tsearch.c: New file, mostly copied from glibc.
13529
13530         * modules/search-tests: New file.
13531         * tests/test-search.c: New file.
13532
13533         * modules/search: New file.
13534         * lib/search_.h: New file, incorporating lib/tsearch.h.
13535         * m4/search_h.m4: New file.
13536         * lib/tsearch.h: Remove file.
13537         * lib/tsearch.c: Include search.h instead of tsearch.h.
13538         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
13539         HAVE_TSEARCH.
13540         * modules/tsearch (Files): Remove lib/tsearch.h.
13541         (Depends-on): Add search.
13542         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
13543         (Include): Change tsearch.h into search.h.
13544
13545 2007-03-24  Bruno Haible  <bruno@clisp.org>
13546
13547         * modules/fpucw: New file.
13548         * lib/fpucw.h: New file.
13549         * lib/frexp.c: Include fpucw.h.
13550         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
13551         (FUNC): Use them.
13552         * lib/printf-frexp.c: Include fpucw.h.
13553         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
13554         (FUNC): Use them.
13555         * lib/vasnprintf.c: Include fpucw.h.
13556         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
13557         'long double' calculations.
13558         * tests/test-frexpl.c: Include fpucw.h.
13559         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
13560         * tests/test-printf-frexpl.c: Include fpucw.h.
13561         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
13562         * modules/frexpl (Depends-on): Add fpucw.
13563         * modules/printf-frexpl (Depends-on): Likewise.
13564         * modules/fprintf-posix (Depends-on): Likewise.
13565         * modules/snprintf-posix (Depends-on): Likewise.
13566         * modules/sprintf-posix (Depends-on): Likewise.
13567         * modules/vasnprintf-posix (Depends-on): Likewise.
13568         * modules/vasprintf-posix (Depends-on): Likewise.
13569         * modules/vfprintf-posix (Depends-on): Likewise.
13570         * modules/vsnprintf-posix (Depends-on): Likewise.
13571         * modules/vsprintf-posix (Depends-on): Likewise.
13572         * modules/frexpl-tests (Depends-on): Likewise.
13573         * modules/printf-frexpl-tests (Depends-on): Likewise.
13574
13575 2007-03-24  Bruno Haible  <bruno@clisp.org>
13576
13577         * lib/float+.h: New file.
13578         * lib/isnan.c: Include float+.h.
13579         (SIZE): New macro.
13580         (FUNC): Compare only SIZE bytes of the value.
13581         * lib/vasnprintf.c: Include float+.h.
13582         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
13583         SIZEOF_LDBL or SIZEOF_DBL bytes.
13584         * modules/isnan-nolibm (Files): Add lib/float+.h.
13585         * modules/isnanl-nolibm (Files): Add lib/float+.h.
13586         * modules/isnanl (Files): Add lib/float+.h.
13587         * modules/vasnprintf (Files): Add lib/float+.h.
13588
13589 2007-03-24  Bruno Haible  <bruno@clisp.org>
13590
13591         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
13592         include isnanl-nolibm.h.
13593
13594 2007-03-24  Bruno Haible  <bruno@clisp.org>
13595
13596         * tests/test-read-file.c (main): Don't produce spurious output for
13597         expected situations. Make the test fail if it encountered unexpected
13598         results.
13599
13600 2007-03-24  Bruno Haible  <bruno@clisp.org>
13601
13602         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
13603         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
13604
13605 2007-03-24  Bruno Haible  <bruno@clisp.org>
13606
13607         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
13608
13609 2007-03-24  Bruno Haible  <bruno@clisp.org>
13610
13611         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
13612         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
13613
13614         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
13615         * modules/utf8-ucs4: Turn into a symbolic link to module
13616         unistr/u8-mbtouc.
13617
13618         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
13619         utf8-ucs4-unsafe.
13620         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
13621         unistr/u8-mbtouc-unsafe.
13622
13623         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
13624         * modules/utf16-ucs4: Turn into a symbolic link to module
13625         unistr/u16-mbtouc.
13626
13627         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
13628         utf16-ucs4-unsafe.
13629         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
13630         unistr/u16-mbtouc-unsafe.
13631
13632         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
13633         * modules/ucs4-utf8: Turn into a symbolic link to module
13634         unistr/u8-ubtomb.
13635
13636         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
13637         * modules/ucs4-utf16: Turn into a symbolic link to module
13638         unistr/u16-ubtomb.
13639
13640 2007-03-24  Bruno Haible  <bruno@clisp.org>
13641
13642         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
13643         Enable the function only if HAVE_INLINE.
13644         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
13645         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
13646         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
13647         Enable the function only if HAVE_INLINE.
13648         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
13649         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
13650         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
13651         Enable the function only if HAVE_INLINE.
13652         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
13653         Enable the function only if HAVE_INLINE.
13654         * modules/utf8-ucs4: Update.
13655         * modules/utf8-ucs4-unsafe: Update.
13656         * modules/utf16-ucs4: Update.
13657         * modules/utf16-ucs4-unsafe: Update.
13658         * modules/ucs4-utf8: Update.
13659         * modules/ucs4-utf16: Update.
13660
13661 2007-03-24  Bruno Haible  <bruno@clisp.org>
13662
13663         * lib/utf8-ucs4.h: Remove file.
13664         * lib/utf8-ucs4-unsafe.h: Remove file.
13665         * lib/utf16-ucs4.h: Remove file.
13666         * lib/utf16-ucs4-unsafe.h: Remove file.
13667         * lib/ucs4-utf8.h: Remove file.
13668         * lib/ucs4-utf16.h: Remove file.
13669         * lib/unistr.h: Include their previous contents.
13670         * m4/utf-ucs4.m4: Remove file.
13671         * m4/ucs4-utf.m4: Remove file.
13672         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
13673         (Depends-on): Add unistr/base.
13674         (configure.ac): Remove gl_UTF_UCS4.
13675         (Makefile.am): Update.
13676         (Include): Change to unistr.h.
13677         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
13678         (Depends-on): Add unistr/base.
13679         (configure.ac): Remove gl_UTF_UCS4.
13680         (Makefile.am): Update.
13681         (Include): Change to unistr.h.
13682         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
13683         (Depends-on): Add unistr/base.
13684         (configure.ac): Remove gl_UTF_UCS4.
13685         (Makefile.am): Update.
13686         (Include): Change to unistr.h.
13687         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
13688         (Depends-on): Add unistr/base.
13689         (configure.ac): Remove gl_UTF_UCS4.
13690         (Makefile.am): Update.
13691         (Include): Change to unistr.h.
13692         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
13693         (Depends-on): Add unistr/base.
13694         (configure.ac): Remove gl_UCS4_UTF.
13695         (Makefile.am): Update.
13696         (Include): Change to unistr.h.
13697         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
13698         (Depends-on): Add unistr/base.
13699         (configure.ac): Remove gl_UCS4_UTF.
13700         (Makefile.am): Update.
13701         (Include): Change to unistr.h.
13702         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
13703         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
13704         utf8-ucs4-unsafe.h.
13705         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
13706         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
13707         utf16-ucs4-unsafe.h.
13708         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
13709         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
13710         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
13711         * lib/unistr/u8-strchr.c: Likewise.
13712         * lib/unistr/u8-strrchr.c: Likewise.
13713         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
13714         * lib/unistr/u16-strchr.c: Likewise.
13715         * lib/unistr/u16-strrchr.c: Likewise.
13716         * lib/striconveh.c: Update.
13717         * lib/linebreak.c: Update.
13718
13719 2007-03-24  Bruno Haible  <bruno@clisp.org>
13720
13721         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
13722         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
13723
13724 2007-03-22  Bruno Haible  <bruno@clisp.org>
13725
13726         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
13727
13728 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13729
13730         * MODULES.html.sh (File system functions): New module write-any-file.
13731         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
13732         * m4/write-any-file.m4: New files.
13733
13734 2007-03-23  Eric Blake  <ebb9@byu.net>
13735
13736         * gnulib-tool: Rearrange space-tab sequences, since some editors
13737         like to eat them.
13738
13739 2007-03-23  Eric Blake  <ebb9@byu.net>
13740
13741         * lib/version-etc.c (version_etc_va): Update license wording to
13742         be more concise.  Recommended by Richard Stallman.
13743
13744 2007-03-22  Bruno Haible  <bruno@clisp.org>
13745
13746         * lib/poll.c (MSG_PEEK): New fallback definition.
13747
13748 2007-03-22  Bruno Haible  <bruno@clisp.org>
13749
13750         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
13751         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
13752         (main): Update.
13753         Fixes a compilation error on BeOS.
13754
13755 2007-03-22  Bruno Haible  <bruno@clisp.org>
13756
13757         * modules/frexpl-tests: New file.
13758         * tests/test-frexpl.c: New file.
13759
13760         * modules/frexpl: New file.
13761         * m4/frexpl.m4: New file.
13762         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
13763         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
13764         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
13765         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
13766         (Depends-on): Add frexpl. Remove isnanl-nolibm.
13767         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
13768
13769 2007-03-22  Bruno Haible  <bruno@clisp.org>
13770
13771         * lib/frexpl.c: Share code with lib/frexp.c.
13772         * modules/mathl (Files): Add lib/frexp.c.
13773         (Depends-on): Add isnanl-nolibm.
13774
13775 2007-03-22  Bruno Haible  <bruno@clisp.org>
13776
13777         * modules/printf-frexp (Files): Add m4/frexp.m4.
13778         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
13779         only if the found frexp function actually works.
13780
13781 2007-03-22  Bruno Haible  <bruno@clisp.org>
13782
13783         * lib/frexp.c: Remove older implementation that uses divisions.
13784
13785 2007-03-21  Bruno Haible  <bruno@clisp.org>
13786
13787         * modules/frexp-tests: New file.
13788         * tests/test-frexp.c: New file.
13789
13790         * modules/frexp: New file.
13791         * lib/frexp.c: New file.
13792         * m4/frexp.m4: New file.
13793         * lib/math_.h (frexp): New declaration.
13794         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
13795         REPLACE_FREXP.
13796         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
13797
13798 2007-03-21  Bruno Haible  <bruno@clisp.org>
13799
13800         * modules/isnanl-tests: New file.
13801         * tests/test-isnanl.c: New file.
13802
13803         * modules/isnanl: New file.
13804         * lib/isnanl.h: New file.
13805         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
13806         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
13807         gl_FUNC_ISNANL_WORKS.
13808         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
13809         New macros.
13810
13811 2007-03-21  Bruno Haible  <bruno@clisp.org>
13812
13813         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
13814         lib/isnanl.h.
13815         (Include): Update.
13816         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
13817         * lib/vasnprintf.c: Update.
13818         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
13819         tests/test-isnanl.h, remove tests/test-isnanl.c.
13820         (Makefile.am): Update.
13821         * tests/test-isnanl-nolibm.c: New file.
13822         * tests/test-isnanl.h: New file.
13823         * tests/test-isnanl.c: Remove file.
13824
13825 2007-03-21  Jim Meyering  <jim@meyering.net>
13826
13827         When trying to open ".", treat ESTALE like EACCES.
13828         * lib/savewd.c (savewd_save): Resort to forking not just upon
13829         failure with EACCES, but also when errno is ESTALE.
13830
13831 2007-03-20  Bruno Haible  <bruno@clisp.org>
13832
13833         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
13834         Needed on AIX 5.1. Reported by Matthew Woehlke.
13835
13836 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13837
13838         Suggestions by Bruno Haible:
13839         * lib/acl-internal.h: Include "gettext.h" rather than rolling
13840         our own.
13841         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
13842         * modules/acl (Depends-on): Add gettext.
13843
13844 2007-03-19  Bruno Haible  <bruno@clisp.org>
13845
13846         * modules/iconvme: Remove file.
13847         * lib/iconvme.h: Remove file.
13848         * lib/iconvme.c: Remove file.
13849         * m4/iconvme.m4: Remove file.
13850
13851 2007-03-19  Bruno Haible  <bruno@clisp.org>
13852
13853         * doc/relocatable-maint.texi: Break long shell script line.
13854         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
13855
13856 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13857
13858         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
13859         handle file_has_acl.
13860         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
13861         * lib/acl.c: Move header inclusions and related macro defns into
13862         lib/acl-internal.h.
13863         (S_ISLNK): Remove defn, since that's now done for us.
13864         (file_has_acl): Move to lib/file-has-acl.c.
13865         Call acl_trivial if available.  This is the crucial part of the fix.
13866         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
13867         shared within the library.  Rewrite a bit, partly to make it compatible
13868         with the GNU coding style.
13869         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
13870         Remove unnecessary double-quotes.
13871         Don't test for acl_to_text; the build will catch that.
13872         Replace acl_entries if it doesn't exist and it is needed.
13873         Check for -lsec and acl_trivial (as used on Solaris 10).
13874         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
13875         lib/file-has-acl.c.
13876         (Depends-on): Add sys_stat, for S_ISLNK.
13877
13878 2007-03-19  Ben Pfaff  <blp@gnu.org>
13879
13880         * doc/gnulib.texi: Fix typos.
13881         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
13882
13883 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
13884
13885         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
13886         If size is zero here, buf must be zero.
13887
13888 2007-03-19  Simon Josefsson  <simon@josefsson.org>
13889
13890         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
13891         <bruno@clisp.org>.
13892
13893 2007-03-18  Bruno Haible  <bruno@clisp.org>
13894
13895         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
13896         Suggested by Eric Blake.
13897
13898 2007-03-18  Ben Pfaff  <blp@gnu.org>
13899
13900         * doc/relocatable.texi: Recommend using as prefix a directory
13901         that does not exist and will never be created.  Based on
13902         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
13903         and others.
13904
13905 2007-03-17  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/fchownat.c: Include lchown.h.
13908
13909 2007-03-17  Bruno Haible  <bruno@clisp.org>
13910
13911         Fix endless loop when the given allocated size was > INT_MAX.
13912         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
13913         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
13914         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
13915         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
13916         * lib/sprintf.c (sprintf): Likewise.
13917
13918 2007-03-17  Bruno Haible  <bruno@clisp.org>
13919
13920         * tests/test-argp-2.sh (func_compare): Output a context diff.
13921
13922 2007-03-17  Bruno Haible  <bruno@clisp.org>
13923
13924         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
13925         locale's decimal-point character.
13926
13927 2007-03-17  Bruno Haible  <bruno@clisp.org>
13928
13929         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
13930         before comparing it. Needed because on some platforms (e.g. x86) a
13931         'long double' occupies less bytes than sizeof (long double).
13932
13933 2007-03-17  Bruno Haible  <bruno@clisp.org>
13934
13935         * tests/test-crc.c (main): Make printf statements 64-bit clean.
13936         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
13937         * tests/test-getaddrinfo.c (simple): Likewise.
13938         * tests/test-read-file.c (main): Likewise.
13939
13940 2007-03-17  Bruno Haible  <bruno@clisp.org>
13941
13942         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
13943
13944 2007-03-17  Bruno Haible  <bruno@clisp.org>
13945
13946         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
13947         unused variable.
13948
13949 2007-03-17  Bruno Haible  <bruno@clisp.org>
13950
13951         * tests/test-c-strcasecmp.c: Include c-strcase.h.
13952         * tests/test-c-strncasecmp.c: Likewise.
13953
13954 2007-03-17  Bruno Haible  <bruno@clisp.org>
13955
13956         * modules/stdlib (Depends-on): Add unistd.
13957         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
13958         Needed for MacOS X 10.3.
13959
13960 2007-03-17  Bruno Haible  <bruno@clisp.org>
13961
13962         * lib/unistr/u-strdup.h: Include <stdlib.h>.
13963
13964 2007-03-17  Bruno Haible  <bruno@clisp.org>
13965
13966         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
13967
13968 2007-03-17  Bruno Haible  <bruno@clisp.org>
13969
13970         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
13971         to reflect files copied from gnulib (with or without modifications).
13972         Suggested by Jim Meyering.
13973
13974 2007-03-17  Eric Blake  <ebb9@byu.net>
13975
13976         * NEWS: Document stdlib change from 2007-02-18.
13977
13978 2007-03-17  Jim Meyering  <jim@meyering.net>
13979
13980         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
13981         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
13982         someone uses a name containing shell meta-characters.
13983         Reported by Alfred M. Szmidt.
13984
13985         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
13986
13987 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13988
13989         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
13990         and copy gettext configuration files only if configure.ac contains
13991         a use of AM_GNU_GETTEXT_VERSION.
13992
13993 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
13994
13995         * build-aux/bootstrap (gnulib_name): New variable.
13996         (gnulib_tool_options): Use it.
13997
13998 2007-03-13  Simon Josefsson  <simon@josefsson.org>
13999
14000         * tests/test-des.c: Use new namespace.
14001
14002 2007-03-15  Bruno Haible  <bruno@clisp.org>
14003
14004         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
14005         Reported by James Youngman <jay@gnu.org>.
14006
14007 2007-03-15  Bruno Haible  <bruno@clisp.org>
14008
14009         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
14010         declared prototype. Needed with cc on OSF/1 5.1.
14011
14012 2007-03-15  Bruno Haible  <bruno@clisp.org>
14013
14014         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
14015         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
14016         (struct gl_list_implementation): Add dispose_fn argument to the
14017         'create_empty', 'create' methods.
14018         (struct gl_list_impl_base): Add field 'dispose_fn'.
14019         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
14020         argument.
14021         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
14022         dispose_fn argument.
14023         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
14024         dispose_fn on the dropped values.
14025         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
14026         dispose_fn argument.
14027         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
14028         dropped values.
14029         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
14030         (gl_tree_remove_node): Call dispose_fn on the dropped value.
14031         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
14032         (gl_tree_remove_node): Call dispose_fn on the dropped value.
14033         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
14034         argument.
14035         (gl_tree_list_free): Call dispose_fn on the dropped values.
14036         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
14037         the dropped values.
14038         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
14039         Add dispose_fn argument.
14040         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
14041         Call dispose_fn on the dropped values.
14042         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
14043         Add dispose_fn argument.
14044         (gl_sublist_create): Initialize the 'dispose_fn' field.
14045         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
14046         * tests/test-array_list.c (main): Update.
14047         * tests/test-carray_list.c (main): Update.
14048         * tests/test-avltree_list.c (main): Update.
14049         * tests/test-rbtree_list.c (main): Update.
14050         * tests/test-avltreehash_list.c (main): Update.
14051         * tests/test-rbtreehash_list.c (main): Update.
14052         * tests/test-linked_list.c (main): Update.
14053         * tests/test-linkedhash_list.c (main): Update.
14054         * tests/test-array_oset.c (main): Update.
14055
14056 2007-03-15  Bruno Haible  <bruno@clisp.org>
14057
14058         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
14059         (gl_oset_create_empty): Add dispose_fn argument.
14060         (struct gl_oset_implementation): Add dispose_fn argument to
14061         'create_empty' method.
14062         (struct gl_oset_impl_base): Add dispose_fn field.
14063         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
14064         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
14065         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
14066         values.
14067         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
14068         (gl_tree_oset_free): Call dispose_fn on the dropped values.
14069         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
14070         dropped value.
14071         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
14072         dropped value.
14073         * tests/test-array_oset.c (main): Update.
14074         * tests/test-avltree_oset.c (main): Update.
14075         * tests/test-rbtree_oset.c (main): Update.
14076         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
14077
14078 2007-03-13  Bruno Haible  <bruno@clisp.org>
14079
14080         * tests/test-stdbool.c (i): Update after last patch.
14081
14082 2007-03-12  Bruno Haible  <bruno@clisp.org>
14083
14084         * lib/quotearg.c: Include <wctype.h> early, before the definition of
14085         the iswprint macro. Needed on Solaris 2.5.1.
14086
14087 2007-03-12  Bruno Haible  <bruno@clisp.org>
14088
14089         * tests/test-printf-frexp.c (main): Declare x as volatile.
14090
14091 2007-03-12  Simon Josefsson  <simon@josefsson.org>
14092
14093         * doc/gnulib.texi (Build robot for gnulib): New section.
14094
14095 2007-03-12  Jim Meyering  <jim@meyering.net>
14096
14097         * build-aux/bootstrap: New file.
14098         * build-aux/bootstrap.conf: New file, from coreutils.
14099
14100 2007-03-11  Bruno Haible  <bruno@clisp.org>
14101
14102         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
14103
14104 2007-03-12  Simon Josefsson  <simon@josefsson.org>
14105
14106         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
14107         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
14108         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
14109
14110 2007-03-11  Bruno Haible  <bruno@clisp.org>
14111
14112         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
14113         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
14114
14115 2007-03-11  Bruno Haible  <bruno@clisp.org>
14116
14117         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
14118         formula. Needed for SunPRO C 5.0.
14119
14120 2007-03-11  Bruno Haible  <bruno@clisp.org>
14121
14122         * modules/long-options (Depends-on): Add getopt.
14123
14124 2007-03-11  Bruno Haible  <bruno@clisp.org>
14125
14126         * modules/modechange (Depends-on): Add stdbool.
14127
14128 2007-03-11  Bruno Haible  <bruno@clisp.org>
14129
14130         * modules/i-ring (Depends-on): Add stdbool.
14131
14132 2007-03-11  Bruno Haible  <bruno@clisp.org>
14133
14134         * modules/gc-des (Depends-on): Add stdbool.
14135
14136 2007-03-11  Bruno Haible  <bruno@clisp.org>
14137
14138         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
14139
14140 2007-03-11  Bruno Haible  <bruno@clisp.org>
14141
14142         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
14143
14144 2007-03-11  Bruno Haible  <bruno@clisp.org>
14145
14146         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
14147
14148 2007-03-11  Bruno Haible  <bruno@clisp.org>
14149
14150         * lib/vasnprintf.c (sprintf): Undefine.
14151
14152 2007-03-11  Bruno Haible  <bruno@clisp.org>
14153
14154         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
14155         initializers in SunPRO C and Compaq C compilers.
14156
14157 2007-03-11  Bruno Haible  <bruno@clisp.org>
14158
14159         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
14160         decrementing code ANSI C compliant.
14161
14162 2007-03-11  Bruno Haible  <bruno@clisp.org>
14163
14164         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
14165         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
14166
14167 2007-03-11  Bruno Haible  <bruno@clisp.org>
14168
14169         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
14170         <stdbool.h> substitute doesn't pass.
14171
14172 2007-03-11  Bruno Haible  <bruno@clisp.org>
14173
14174         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
14175
14176 2007-03-11  Bruno Haible  <bruno@clisp.org>
14177
14178         * gnulib-tool (func_create_megatestdir): Create also an autobuild
14179         script, for submission to autobuild.josefsson.org.
14180
14181 2007-03-10  Bruno Haible  <bruno@clisp.org>
14182
14183         * modules/canonicalize-lgpl-tests: New file.
14184         * tests/test-canonicalize-lgpl.sh: New file.
14185         * tests/test-canonicalize-lgpl.c: New file.
14186
14187         * modules/c-strcase-tests: New file.
14188         * tests/test-c-strcase.sh: New file.
14189         * tests/test-c-strcasecmp.c: New file.
14190         * tests/test-c-strncasecmp.c: New file.
14191
14192         * modules/atexit-tests: New file.
14193         * tests/test-atexit.sh: New file.
14194         * tests/test-atexit.c: New file.
14195
14196 2007-03-10  Bruno Haible  <bruno@clisp.org>
14197
14198         * tests/test-binary-io.sh: Use temporary filenames that are not so
14199         likely to clash with those of other tests (in a parallel make).
14200         * tests/test-binary-io.c: Likewise.
14201
14202 2007-03-10  Bruno Haible  <bruno@clisp.org>
14203
14204         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
14205         fallback; use #error instead.
14206         Suggested by Simon Josefsson.
14207
14208 2007-03-10  Bruno Haible  <bruno@clisp.org>
14209
14210         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
14211         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
14212         first and the last.
14213
14214 2007-03-10  Bruno Haible  <bruno@clisp.org>
14215
14216         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
14217
14218 2007-03-10  Bruno Haible  <bruno@clisp.org>
14219
14220         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
14221         "make distcheck".
14222         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
14223         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
14224         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
14225
14226 2007-03-10  Bruno Haible  <bruno@clisp.org>
14227
14228         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
14229         variable.
14230         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
14231         variable.
14232
14233 2007-03-09  Eric Blake  <ebb9@byu.net>
14234         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
14235
14236         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
14237         types are not being provided by gnulib.
14238         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
14239         types are supported.
14240
14241 2007-03-10  Bruno Haible  <bruno@clisp.org>
14242
14243         * lib/stdio_.h (__attribute__): New macro.
14244         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
14245         vsprintf): Specify __attribute__ __format__ for GCC.
14246         Suggested by Eric Blake.
14247
14248 2007-03-09  Bruno Haible  <bruno@clisp.org>
14249
14250         * modules/printf-posix-tests: New file.
14251         * tests/test-printf-posix.sh: New file.
14252         * tests/test-printf-posix.c: New file.
14253
14254         * modules/printf-posix: New file.
14255         * lib/printf.c: New file.
14256         * m4/printf-posix-rpl.m4: New file.
14257         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
14258         REPLACE_PRINTF.
14259         * lib/stdio_.h (printf): New declaration.
14260         (format, __format__, ____printf____, ____scanf____, ____strftime____,
14261         ____strfmon____): New macros.
14262         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
14263         REPLACE_PRINTF.
14264
14265 2007-03-09  Bruno Haible  <bruno@clisp.org>
14266
14267         * tests/test-vasnprintf-posix2.sh: New file.
14268         * tests/test-vasnprintf-posix2.c: New file.
14269         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
14270         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
14271         (Makefile.am): Activate test-vasnprintf-posix2.sh.
14272
14273         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
14274         a locale dependent decimal point, rather than always '.'.
14275
14276 2007-03-09  Eric Blake  <ebb9@byu.net>
14277
14278         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
14279         spite of platforms like Tandem/NSK that define it to -1.
14280
14281 2007-03-08  Bruno Haible  <bruno@clisp.org>
14282
14283         * modules/vprintf-posix-tests: New file.
14284         * tests/test-vprintf-posix.sh: New file.
14285         * tests/test-vprintf-posix.c: New file.
14286         * tests/test-printf-posix.h: New file.
14287
14288         * modules/vprintf-posix: New file.
14289         * lib/vprintf.c: New file.
14290         * m4/vprintf-posix.m4: New file.
14291         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
14292         REPLACE_VPRINTF.
14293         * lib/stdio_.h (vprintf): New declaration.
14294         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
14295         REPLACE_VPRINTF.
14296
14297 2007-03-08  Bruno Haible  <bruno@clisp.org>
14298
14299         * modules/fprintf-posix-tests: New file.
14300         * tests/test-fprintf-posix.sh: New file.
14301         * tests/test-fprintf-posix.c: New file.
14302
14303         * modules/fprintf-posix: New file.
14304         * lib/fprintf.c: New file.
14305         * m4/fprintf-posix.m4: New file.
14306         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
14307         REPLACE_FPRINTF.
14308         * lib/stdio_.h (fprintf): New declaration.
14309         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
14310         REPLACE_FPRINTF.
14311
14312 2007-03-08  Bruno Haible  <bruno@clisp.org>
14313
14314         * modules/vfprintf-posix-tests: New file.
14315         * tests/test-vfprintf-posix.sh: New file.
14316         * tests/test-vfprintf-posix.c: New file.
14317         * tests/test-fprintf-posix.h: New file.
14318         * tests/test-fprintf-posix.out: New file.
14319
14320         * modules/vfprintf-posix: New file.
14321         * lib/vfprintf.c: New file.
14322         * m4/vfprintf-posix.m4: New file.
14323         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
14324         REPLACE_VFPRINTF.
14325         * lib/stdio_.h (vfprintf): New declaration.
14326         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
14327         REPLACE_VFPRINTF.
14328
14329 2007-03-08  Bruno Haible  <bruno@clisp.org>
14330
14331         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
14332
14333 2007-03-08  Bruno Haible  <bruno@clisp.org>
14334
14335         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
14336         instead of 'expr' invocations.
14337         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14338         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14339         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14340         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14341         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14342         Suggested by Paul Eggert.
14343
14344 2007-03-08  Bruno Haible  <bruno@clisp.org>
14345
14346         * modules/fseterr-tests: New file.
14347         * tests/test-fseterr.c: New file.
14348
14349         * modules/fseterr: New file.
14350         * lib/fseterr.h: New file.
14351         * lib/fseterr.c: New file.
14352
14353 2007-03-08  Bruno Haible  <bruno@clisp.org>
14354
14355         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
14356         * lib/getopt_.h: Likewise.
14357         * lib/mbswidth.h: Likewise.
14358         * lib/setenv.h: Likewise.
14359         * lib/vasnprintf.h: Likewise.
14360         * lib/vasprintf.h: Likewise.
14361         * lib/verror.h: Likewise.
14362         * lib/xsetenv.h: Likewise.
14363         * lib/xvasprintf.h: Likewise.
14364
14365 2007-03-08  Jim Meyering  <jim@meyering.net>
14366
14367         * users.txt: Add parted.
14368
14369         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
14370
14371 2007-03-07  Bruno Haible  <bruno@clisp.org>
14372
14373         * m4/printf.m4: Make the shell script snippets copy&pastable.
14374
14375 2007-03-02  Bruno Haible  <bruno@clisp.org>
14376
14377         * lib/netinet_in_.h: New file.
14378         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
14379         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
14380         * modules/netinet_in (Files): Add lib/netinet_in_.h.
14381         (Depends-on): Add absolute-header.
14382         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
14383         into netinet/in.h.
14384
14385 2007-03-03  Bruno Haible  <bruno@clisp.org>
14386
14387         * lib/sys_select_.h: New file.
14388         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
14389         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
14390         * modules/sys_select (Files): Add lib/sys_select_.h.
14391         (Depends-on): Add absolute-header.
14392         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
14393         into sys/select.h.
14394
14395 2007-03-02  Bruno Haible  <bruno@clisp.org>
14396
14397         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
14398         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
14399         values.
14400         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
14401         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
14402         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
14403         * modules/sys_socket (Depends-on): Add absolute-header.
14404         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
14405         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
14406         (Include): Remove requirement of inclusion of <sys/types.h>.
14407
14408 2007-03-02  Bruno Haible  <bruno@clisp.org>
14409
14410         * lib/byteswap_.h (bswap_32): Fix formula.
14411
14412 2007-03-06  Bruno Haible  <bruno@clisp.org>
14413
14414         * modules/sprintf-posix-tests: New file.
14415         * tests/test-sprintf-posix.c: New file.
14416
14417         * modules/sprintf-posix: New file.
14418         * lib/sprintf.c: New file.
14419         * m4/sprintf-posix.m4: New file.
14420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
14421         REPLACE_SPRINTF.
14422         * lib/stdio_.h (sprintf): New declaration.
14423         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
14424         REPLACE_SPRINTF.
14425
14426 2007-03-06  Bruno Haible  <bruno@clisp.org>
14427
14428         * modules/vsprintf-posix-tests: New file.
14429         * tests/test-vsprintf-posix.c: New file.
14430         * tests/test-sprintf-posix.h: New file.
14431
14432         * modules/vsprintf-posix: New file.
14433         * lib/vsprintf.c: New file.
14434         * m4/vsprintf-posix.m4: New file.
14435         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
14436         REPLACE_VSPRINTF.
14437         * lib/stdio_.h (vsprintf): New declaration.
14438         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
14439         REPLACE_VSPRINTF.
14440
14441 2007-03-06  Bruno Haible  <bruno@clisp.org>
14442
14443         * modules/vsnprintf (Depend-on): Remove minmax.
14444
14445 2007-03-06  Bruno Haible  <bruno@clisp.org>
14446
14447         * modules/snprintf-posix-tests: New file.
14448         * tests/test-snprintf-posix.c: New file.
14449
14450         * modules/snprintf-posix: New file.
14451         * m4/snprintf-posix.m4: New file.
14452         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
14453         gl_FUNC_SNPRINTF.
14454         (gl_FUNC_SNPRINTF): Invoke it.
14455         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
14456         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
14457         is set.
14458         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
14459
14460 2007-03-06  Bruno Haible  <bruno@clisp.org>
14461
14462         * modules/vsnprintf-posix-tests: New file.
14463         * tests/test-vsnprintf-posix.c: New file.
14464         * tests/test-snprintf-posix.h: New file.
14465
14466         * modules/vsnprintf-posix: New file.
14467         * m4/vsnprintf-posix.m4: New file.
14468         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
14469         gl_FUNC_VSNPRINTF.
14470         (gl_FUNC_VSNPRINTF): Invoke it.
14471         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
14472         * lib/stdio_.h (vsnprintf): Define as a replacement if
14473         REPLACE_VSNPRINTF is set.
14474         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
14475
14476 2007-03-06  Bruno Haible  <bruno@clisp.org>
14477
14478         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
14479         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
14480
14481 2007-03-06  Bruno Haible  <bruno@clisp.org>
14482
14483         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
14484         (asinl): Declare also if HAVE_DECL_ASINL is set.
14485         (atanl): Declare also if HAVE_DECL_ATANL is set.
14486         (ceill): Declare also if HAVE_DECL_CEILL is set.
14487         (cosl): Declare also if HAVE_DECL_COSL is set.
14488         (expl): Declare also if HAVE_DECL_EXPL is set.
14489         (floorl): Declare also if HAVE_DECL_FLOORL is set.
14490         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
14491         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
14492         (logl): Declare also if HAVE_DECL_LOGL is set.
14493         (sinl): Declare also if HAVE_DECL_SINL is set.
14494         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
14495         (tanl): Declare also if HAVE_DECL_TANL is set.
14496         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
14497         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
14498         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
14499         declaration of frexpl, ldexpl.
14500         * modules/printf-frexpl (Depends-on): Add math.
14501         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
14502
14503 2007-03-05  Bruno Haible  <bruno@clisp.org>
14504
14505         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
14506         frexpl and ldexpl are declared.
14507         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
14508
14509 2007-03-05  Bruno Haible  <bruno@clisp.org>
14510
14511         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
14512         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
14513
14514 2007-03-05  Bruno Haible  <bruno@clisp.org>
14515
14516         * lib/stdio_.h: Include <stddef.h>.
14517
14518 2007-03-05  Bruno Haible  <bruno@clisp.org>
14519
14520         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
14521
14522 2007-03-05  Bruno Haible  <bruno@clisp.org>
14523
14524         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
14525         NetBSD 4, from Ralf Wildenhues.
14526
14527 2007-03-04  Bruno Haible  <bruno@clisp.org>
14528
14529         * lib/vasprintf.h: Update #if logic for the case when the functions
14530         exist but are overridden.
14531
14532 2007-03-04  Bruno Haible  <bruno@clisp.org>
14533
14534         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
14535         implementations: glibc-2.4 and MacOS X 10.3.
14536         * tests/test-vasnprintf-posix.c (test_function): Test also the case
14537         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
14538         * tests/test-vasprintf-posix.c (test_function): Likewise.
14539
14540 2007-03-04  Bruno Haible  <bruno@clisp.org>
14541
14542         * modules/vasprintf-posix-tests: New file.
14543         * tests/test-vasprintf-posix.c: New file.
14544
14545         * modules/vasprintf-posix: New file.
14546         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
14547         defined.
14548         * m4/vasprintf-posix.m4: New file.
14549         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
14550         gl_FUNC_VASPRINTF.
14551         (gl_FUNC_VASPRINTF): Invoke it.
14552         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
14553         here.
14554         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
14555
14556 2007-03-04  Bruno Haible  <bruno@clisp.org>
14557
14558         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
14559         REPLACE_GETTIMEOFDAY.
14560         * modules/sys_time (Makefile.am): Likewise.
14561         * m4/sys_time_h.m4: Likewise.
14562         * m4/gettimeofday.m4: Likewise.
14563
14564 2007-03-04  Bruno Haible  <bruno@clisp.org>
14565
14566         * modules/vasnprintf-posix-tests: New file.
14567         * tests/test-vasnprintf-posix.c: New file.
14568
14569         * modules/vasnprintf-posix: New file.
14570         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
14571         printf-frexpl.h.
14572         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
14573         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
14574         REPLACE_VASNPRINTF is defined.
14575         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
14576         gl_FUNC_VASNPRINTF.
14577         (gl_FUNC_VASNPRINTF): Invoke it.
14578         * m4/vasnprintf-posix.m4: New file.
14579         * m4/printf.m4: New file.
14580
14581 2007-03-04  Bruno Haible  <bruno@clisp.org>
14582
14583         Compile progreloc.c only if --enable-relocatable is specified.
14584         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
14585         if --enable-relocatable was specified.
14586         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
14587         lib_SOURCES.
14588
14589 2007-03-04  Jim Meyering  <jim@meyering.net>
14590
14591         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
14592         Use it consistently, rather than enumerating errno constants.
14593
14594 2007-03-04  Bruno Haible  <bruno@clisp.org>
14595
14596         * modules/xvasprintf-tests: New file.
14597         * tests/test-xvasprintf.c: New file.
14598
14599         * modules/vasprintf-tests: New file.
14600         * tests/test-vasprintf.c: New file.
14601
14602         * modules/vasnprintf-tests: New file.
14603         * tests/test-vasnprintf.c: New file.
14604
14605         * modules/vsnprintf-tests: New file.
14606         * tests/test-vsnprintf.c: New file.
14607
14608         * modules/snprintf-tests: New file.
14609         * tests/test-snprintf.c: New file.
14610
14611 2007-03-04  Bruno Haible  <bruno@clisp.org>
14612
14613         Compile relocatable.c only if --enable-relocatable is specified.
14614         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
14615         gl_RELOCATABLE_LIBRARY.
14616         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
14617         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
14618         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
14619         gl_RELOCATABLE_LIBRARY.
14620         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
14621         (Makefile.am): Remove lib_SOURCES.
14622         * modules/relocatable-lib-lgpl (configure.ac): Invoke
14623         gl_RELOCATABLE_LIBRARY.
14624         (Makefile.am): Remove lib_SOURCES.
14625         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
14626         always.
14627         * modules/relocatable-prog-wrapper (configure.ac): Invoke
14628         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
14629
14630 2007-03-04  Bruno Haible  <bruno@clisp.org>
14631
14632         * modules/argmatch-tests: New file.
14633         * tests/test-argmatch.c: New file.
14634
14635         * tests/test-allocsa.c (main): Halve the number of loop runs.
14636
14637         * modules/alloca-opt-tests: New file.
14638         * tests/test-alloca-opt.c: New file.
14639
14640 2007-03-04  Jim Meyering  <jim@meyering.net>
14641
14642         Work around difference between Linux ACLs and Solaris 10 ZFS.
14643         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
14644         for EINVAL.
14645
14646 2007-03-03  Bruno Haible  <bruno@clisp.org>
14647
14648         * modules/relocatable-prog (Depends-on): Add back progreloc's
14649         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
14650
14651 2007-03-03  Bruno Haible  <bruno@clisp.org>
14652
14653         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
14654         * modules/relocatable-lib: New file.
14655
14656 2007-03-03  Bruno Haible  <bruno@clisp.org>
14657
14658         * modules/relocatable-prog: Renamed from modules/relocatable.
14659         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
14660
14661 2007-03-03  Bruno Haible  <bruno@clisp.org>
14662
14663         * modules/relocatable-script (Files): Add doc/relocatable.texi,
14664         m4/relocatable-lib.m4.
14665         (Depends-on): Remove 'relocatable'.
14666         (configure.ac): Add gl_RELOCATABLE_NOP.
14667
14668 2007-03-03  Bruno Haible  <bruno@clisp.org>
14669
14670         * modules/relocatable-prog-wrapper: New file.
14671         * modules/relocatable (Depends-on): Add it. Remove all other
14672         dependencies except progname.
14673         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
14674
14675         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
14676         (gl_FUNC_STRERROR): Nop.
14677         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
14678
14679         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
14680         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
14681
14682         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
14683         (gl_FUNC_READLINK): Update.
14684
14685         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
14686
14687 2007-03-03  Bruno Haible  <bruno@clisp.org>
14688
14689         * lib/xreadlink.c: Include <unistd.h> unconditionally.
14690         * modules/xreadlink (Depends-on): Add unistd.
14691         * modules/xreadlink-with-size (Depends-on): Likewise.
14692
14693 2007-03-03  Bruno Haible  <bruno@clisp.org>
14694
14695         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
14696         extracted from gt_FUNC_SETENV.
14697         (gt_FUNC_SETENV): Remove macro.
14698         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
14699         remove gt_FUNC_SETENV.
14700
14701 2007-03-03  Bruno Haible  <bruno@clisp.org>
14702
14703         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
14704         ENABLE_RELOCATABLE here.
14705         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
14706
14707 2007-03-03  Bruno Haible  <bruno@clisp.org>
14708
14709         * modules/rbtreehash-list-tests (Depends-on): Add progname.
14710         * tests/test-rbtreehash_list.c: Include progname.h.
14711         (main): Call set_program_name.
14712
14713         * modules/rbtree-oset-tests (Depends-on): Add progname.
14714         * tests/test-rbtree_oset.c: Include progname.h.
14715         (main): Call set_program_name.
14716
14717         * modules/rbtree-list-tests (Depends-on): Add progname.
14718         * tests/test-rbtree_list.c: Include progname.h.
14719         (main): Call set_program_name.
14720
14721         * modules/linked-list-tests (Depends-on): Add progname.
14722         * tests/test-linked_list.c: Include progname.h.
14723         (main): Call set_program_name.
14724
14725 2007-03-03  Bruno Haible  <bruno@clisp.org>
14726
14727         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
14728         All uses of __restrict changed to _Restrict_.
14729         * lib/glob_.h (__restrict): Remove macro.
14730
14731 2007-03-02  Bruno Haible  <bruno@clisp.org>
14732
14733         * modules/gettext (configure.ac): Require gettext infrastructure
14734         from version 0.16.1.
14735
14736 2007-03-02  Bruno Haible  <bruno@clisp.org>
14737
14738         * modules/linkedhash-list-tests (Depends-on): Add progname.
14739         * tests/test-linkedhash_list.c: Include progname.h.
14740         (main): Call set_program_name.
14741
14742         * modules/carray-list-tests (Depends-on): Add progname.
14743         * tests/test-carray_list.c: Include progname.h.
14744         (main): Call set_program_name.
14745
14746         * modules/avltreehash-list-tests (Depends-on): Add progname.
14747         * tests/test-avltreehash_list.c: Include progname.h.
14748         (main): Call set_program_name.
14749
14750         * modules/avltree-oset-tests (Depends-on): Add progname.
14751         * tests/test-avltree_oset.c: Include progname.h.
14752         (main): Call set_program_name.
14753
14754         * modules/avltree-list-tests (Depends-on): Add progname.
14755         * tests/test-avltree_list.c: Include progname.h.
14756         (main): Call set_program_name.
14757
14758         * modules/array-oset-tests (Depends-on): Add progname.
14759         * tests/test-array_oset.c: Include progname.h.
14760         (main): Call set_program_name.
14761
14762         * modules/array-list-tests (Depends-on): Add progname.
14763         * tests/test-array_list.c: Include progname.h.
14764         (main): Call set_program_name.
14765
14766         * modules/argp-tests (Depends-on): Add progname.
14767         * tests/test-argp.c: Include argp.h first. Include progname.h.
14768         (main): Call set_program_name.
14769
14770 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
14771
14772         * doc/gnulib-tool.texi (Initial import): Reword description of
14773         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
14774         limited effect even if defined after the first system include.
14775
14776 2007-03-01  Bruno Haible  <bruno@clisp.org>
14777
14778         * build-aux/config.libpath: Update to libtool-1.5.22.
14779         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14780
14781 2007-03-01  Bruno Haible  <bruno@clisp.org>
14782
14783         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
14784         foo_CFLAGS.
14785         Reported by Ralf Wildenhues.
14786
14787 2007-03-01  Bruno Haible  <bruno@clisp.org>
14788
14789         * build-aux/install-reloc: Remove object files left over by some
14790         compilers.
14791         Reported by Ralf Wildenhues.
14792
14793 2007-03-01  Bruno Haible  <bruno@clisp.org>
14794
14795         * build-aux/install-reloc: Break long lines.
14796
14797 2007-03-01  Bruno Haible  <bruno@clisp.org>
14798
14799         * doc/relocatable.texi: Document that it may not work on OpenBSD.
14800         Reported by Ralf Wildenhues.
14801
14802 2007-03-01  Bruno Haible  <bruno@clisp.org>
14803
14804         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
14805         include ordering constraints.
14806
14807 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14808
14809         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
14810         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
14811         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
14812         as another example.
14813         * lib/time_.h: Fix misspelling.
14814         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14815         Require gl_HEADER_TIME_H_DEFAULTS.
14816         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
14817         * m4/time_r.m4 (gl_TIME_R): Likewise.
14818         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
14819
14820 2007-03-01  Bruno Haible  <bruno@clisp.org>
14821
14822         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
14823         * m4/utimens.m4 (gl_UTIMENS): Likewise.
14824
14825 2007-03-01  Jim Meyering  <jim@meyering.net>
14826
14827         * modules/xreadlink (Maintainer): Add my name.
14828         * modules/xreadlink-with-size (Depends-on): Alphabetize.
14829
14830 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
14831             Bruno Haible  <bruno@clisp.org>
14832
14833         * build-aux/install-reloc: Compile also c-ctype.c.
14834         * build-aux/relocatable.sh.in: New file.
14835         * doc/relocatable.texi: New file.
14836         * doc/relocatable-maint.texi: New file.
14837         * doc/gnulib.texi: Include relocatable-maint.texi.
14838         * lib/progreloc.c: Include unistd.h unconditionally.
14839         * lib/relocwrapper.c: Include unistd.h unconditionally.
14840         Include c-ctype.h.
14841         (add_dotbin): Use c_tolower.
14842         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
14843         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
14844         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
14845         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
14846         to m4/relocatable-lib.m4.
14847         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
14848         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
14849         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
14850         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
14851         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
14852         * modules/relocatable: New file.
14853         * modules/relocatable-lib: New file.
14854         * modules/relocatable-script: New file.
14855
14856 2007-02-28  Bruno Haible  <bruno@clisp.org>
14857
14858         Import --enable-relocatable infrastructure.
14859         * build-aux/config.libpath: New file, from GNU gettext.
14860         * build-aux/install-reloc: New file, from GNU gettext.
14861         * build-aux/reloc-ldflags: New file, from GNU gettext.
14862         * lib/relocatable.h: New file, from GNU gettext.
14863         * lib/relocatable.c: New file, from GNU gettext.
14864         * lib/relocwrapper.c: New file, from GNU gettext.
14865         * m4/relocatable.m4: New file, from GNU gettext.
14866
14867 2007-02-28  Bruno Haible  <bruno@clisp.org>
14868
14869         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
14870
14871         * modules/xreadlink: New file, from GNU gettext with modifications.
14872         * lib/xreadlink.c: New file, from GNU gettext.
14873         * lib/xreadlink.h: Add comments.
14874         (xreadlink): New declaration.
14875
14876         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
14877         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
14878         lib/xreadlink-with-size.c.
14879         (configure.ac): Remove gl_XREADLINK invocation.
14880         (Makefile.am): Augment lib_SOURCES.
14881         * m4/xreadlink.m4: Remove file.
14882         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
14883         (xreadlink_with_size): Renamed from xreadink.
14884         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
14885         * modules/canonicalize (Depends-on): Replace xreadlink with
14886         xreadlink-with-size.
14887         * lib/canonicalize.c (canonicalize_filename_mode): Update.
14888
14889 2007-02-25  Jim Meyering  <jim@meyering.net>
14890
14891         * build-aux/announce-gen: When complaining about excess arguments,
14892         list them.
14893
14894 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14895
14896         * README: Document signed integer overflow situation more
14897         accurately.
14898
14899 2007-02-25  Bruno Haible  <bruno@clisp.org>
14900
14901         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
14902         'a' or 'A' conversion.
14903
14904 2007-02-25  Bruno Haible  <bruno@clisp.org>
14905
14906         * modules/filename: Renamed from modules/pathname.
14907         (Files): Replace lib/pathname.h with lib/filename.h. Replace
14908         lib/concatpath.c with lib/concat-filename.c.
14909         (Makefile.am): Update.
14910         (Include): Replace pathname.h with filename.h.
14911         * lib/filename.h: Renamed from lib/pathname.h.
14912         (concatenated_filename): Renamed from concatenated_pathname.
14913         * lib/concat-filename.c: Renamed from lib/concatpath.c.
14914         (concatenated_filename): Renamed from concatenated_pathname.
14915         * lib/findprog.c: Include filename.h instead of pathname.h.
14916         (find_in_path): Update.
14917         * lib/javacomp.c: Include filename.h instead of pathname.h.
14918         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
14919         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
14920         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
14921         is_oldgcj_14_13_usable, is_javac_usable): Update.
14922         * lib/javaexec.c: Include filename.h instead of pathname.h.
14923         (execute_java_class): Update.
14924         * modules/findprog: Update.
14925         * modules/javacomp: Update.
14926         * modules/javaexec: Update.
14927         * MODULES.html.sh (File system functions): Add 'filename', remove
14928         'pathname'.
14929
14930 2007-02-25  Bruno Haible  <bruno@clisp.org>
14931
14932         * modules/printf-frexpl-tests: New file.
14933         * tests/test-printf-frexpl.c: New file.
14934
14935         * modules/printf-frexpl: New file.
14936         * lib/printf-frexpl.h: New file.
14937         * lib/printf-frexpl.c: New file.
14938         * m4/printf-frexpl.m4: New file.
14939
14940 2007-02-25  Bruno Haible  <bruno@clisp.org>
14941
14942         * modules/printf-frexp-tests: New file.
14943         * tests/test-printf-frexp.c: New file.
14944
14945         * modules/printf-frexp: New file.
14946         * lib/printf-frexp.h: New file.
14947         * lib/printf-frexp.c: New file.
14948         * m4/printf-frexp.m4: New file.
14949
14950 2007-02-25  Bruno Haible  <bruno@clisp.org>
14951
14952         Assume automake >= 1.10 for the tests.
14953         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
14954         * modules/arctwo-tests: Likewise.
14955         * modules/argp-tests: Likewise.
14956         * modules/avltree-list-tests: Likewise.
14957         * modules/avltree-oset-tests: Likewise.
14958         * modules/avltreehash-list-tests: Likewise.
14959         * modules/carray-list-tests: Likewise.
14960         * modules/crc-tests: Likewise.
14961         * modules/des-tests: Likewise.
14962         * modules/gc-arcfour-tests: Likewise.
14963         * modules/gc-arctwo-tests: Likewise.
14964         * modules/gc-des-tests: Likewise.
14965         * modules/gc-hmac-md5-tests: Likewise.
14966         * modules/gc-hmac-sha1-tests: Likewise.
14967         * modules/gc-md2-tests: Likewise.
14968         * modules/gc-md4-tests: Likewise.
14969         * modules/gc-md5-tests: Likewise.
14970         * modules/gc-pbkdf2-sha1-tests: Likewise.
14971         * modules/gc-rijndael-tests: Likewise.
14972         * modules/gc-sha1-tests: Likewise.
14973         * modules/gc-tests: Likewise.
14974         * modules/getaddrinfo-tests: Likewise.
14975         * modules/hmac-md5-tests: Likewise.
14976         * modules/hmac-sha1-tests: Likewise.
14977         * modules/linked-list-tests: Likewise.
14978         * modules/linkedhash-list-tests: Likewise.
14979         * modules/lock-tests: Likewise.
14980         * modules/md2-tests: Likewise.
14981         * modules/md4-tests: Likewise.
14982         * modules/md5-tests: Likewise.
14983         * modules/rbtree-list-tests: Likewise.
14984         * modules/rbtree-oset-tests: Likewise.
14985         * modules/rbtreehash-list-tests: Likewise.
14986         * modules/read-file-tests: Likewise.
14987         * modules/rijndael-tests: Likewise.
14988         * modules/stdint-tests: Likewise.
14989         * modules/tls-tests: Likewise.
14990
14991 2007-02-24  Bruno Haible  <bruno@clisp.org>
14992
14993         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
14994         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
14995         function; instead check whether isnan with a double argument links.
14996         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
14997         function; instead check whether isnan with a 'long double' argument
14998         links.
14999         Reported by Eric Blake <ebb9@byu.net>.
15000
15001 2007-02-24  Bruno Haible  <bruno@clisp.org>
15002
15003         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
15004         defined.
15005         * lib/isnanl.c: Remove all code. Just include isnan.c.
15006         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
15007
15008 2007-02-25  Jim Meyering  <jim@meyering.net>
15009
15010         Avoid conflicting types for 'unsetenv' on FreeBSD.
15011         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
15012         conflicting with FreeBSD's (5.0 and 6.1) function declaration
15013         in stdlib.h.
15014
15015 2007-02-24  Bruno Haible  <bruno@clisp.org>
15016
15017         * modules/isnanl-nolibm-tests: New file.
15018         * tests/test-isnanl.c: New file.
15019
15020         * modules/isnanl-nolibm: New file.
15021         * lib/isnanl.h: New file.
15022         * lib/isnanl.c: New file.
15023         * m4/isnanl.m4: New file.
15024
15025 2007-02-24  Bruno Haible  <bruno@clisp.org>
15026
15027         * modules/isnan-nolibm-tests: New file.
15028         * tests/test-isnan.c: New file.
15029
15030         * modules/isnan-nolibm: New file.
15031         * lib/isnan.h: New file.
15032         * lib/isnan.c: New file.
15033         * m4/isnan.m4: New file.
15034
15035 2007-02-24  Bruno Haible  <bruno@clisp.org>
15036
15037         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
15038         assume that an exponent fits in 20 bits.
15039
15040 2007-02-24  Jim Meyering  <jim@meyering.net>
15041
15042         * m4/regex.m4: Update the description of the configure-time option,
15043         --without-included-regex, to state accurately what the defaults are,
15044         and perhaps to give people an idea why using this option is risky.
15045
15046 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15047
15048         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
15049         loops on small arguments.  This attempts to avoid the problem
15050         Bruno Haible reported for AIX 4.3.2 in
15051         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
15052
15053 2007-02-23  Bruno Haible  <bruno@clisp.org>
15054
15055         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
15056         Needed for help2man.
15057
15058 2007-02-23  Karl Berry  <karl@gnu.org>
15059
15060         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
15061         exists, foo.h should be cvs-ignored, not committed.
15062
15063 2007-02-23  Eric Blake  <ebb9@byu.net>
15064
15065         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
15066         * lib/stat-time.h (includes): Likewise.
15067         * lib/utimecmp.c (includes): Likewise.
15068         * lib/utimens.h (includes): Likewise.
15069         * lib/getdate.y (includes): Also include "timespec.h" for use
15070         internal to the module.
15071         * modules/utimens (Depends-on): Revert yesterday's patch.
15072         * modules/nanosleep (Depends-on): Add missing dependency.
15073
15074 2007-02-22  Bruno Haible  <bruno@clisp.org>
15075
15076         * lib/glob.c: Don't include getlogin_r.h.
15077
15078 2007-02-22  Jim Meyering  <jim@meyering.net>
15079
15080         * modules/utimens (Depends-on): Add timespec, required for
15081         utimens.h's inclusion of timespec.h.
15082
15083 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
15086         long unreadable paths in GNU/Linux.  Problem reported by Andreas
15087         Schwab in
15088         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
15089         I'll try to think of a better way to fix the Solaris problem.
15090
15091         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
15092         like glibc; on Solaris 10, it fails with errno == EINVAL.
15093         POSIX says the behavior is unspecified if the first argument is NULL,
15094         so play it safe and never pass NULL to the system getcwd.
15095
15096 2007-02-21  Jim Meyering  <jim@meyering.net>
15097
15098         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
15099         of gettimeofday.  It would conflict with the one now always
15100         provided via sys_time_.h.  Reported by Matthew Woehlke, as
15101         an IRIX 6.5 build failure.
15102
15103 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         Minor fixups to port to Solaris 10 with Sun C 5.8.
15106         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
15107         * modules/getcwd (Depends-on): Add dirfd.
15108         * lib/putenv.c (putenv): #undef it.
15109         (rpl_putenv): New decl.
15110         (malloc, free): Include <stdlib.h> rather than prototyping separately.
15111
15112 2007-02-20  Bruno Haible  <bruno@clisp.org>
15113
15114         * modules/stdio-tests: New file.
15115         * tests/test-stdio.c: New file.
15116
15117         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
15118         (Depends-on): Add stdio.
15119         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
15120         (Include): Use <stdio.h> instead of vsnprintf.h.
15121         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
15122         HAVE_DECL_VSNPRINTF.
15123         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
15124
15125         * modules/snprintf (Files): Remove lib/snprintf.h.
15126         (Depends-on): Add stdio.
15127         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
15128         (Include): Use <stdio.h> instead of snprintf.h.
15129         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
15130         HAVE_DECL_SNPRINTF.
15131         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
15132         * lib/getaddrinfo.c: Likewise.
15133
15134         * modules/stdio: New file.
15135         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
15136         * lib/snprintf.h: Remove file.
15137         * lib/vsnprintf.h: Remove file.
15138         * lib/.cppi-disable: Remove snprintf.h.
15139         * m4/stdio_h.m4: New file.
15140         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
15141
15142 2007-02-20  Jim Meyering  <jim@meyering.net>
15143
15144         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
15145         used by e.g., mingw.  From Bruno Haible.
15146
15147 2007-02-19  Bruno Haible  <bruno@clisp.org>
15148
15149         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
15150         warnings.
15151         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15152
15153 2007-02-19  Bruno Haible  <bruno@clisp.org>
15154
15155         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
15156         from mingw users.
15157
15158 2007-02-19  Bruno Haible  <bruno@clisp.org>
15159
15160         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
15161         warnings.
15162         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
15163
15164 2007-02-19  Jim Meyering  <jim@meyering.net>
15165
15166         Don't use FD after a successful "fdopendir (fd)".
15167         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
15168         Reset it by calling dirfd on the just-obtained DIR*.
15169
15170         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
15171         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
15172
15173 2007-02-18  Bruno Haible  <bruno@clisp.org>
15174
15175         * lib/readlink.c: Include <unistd.h>.
15176         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
15177         HAVE_READLINK.
15178         * modules/readlink (Depends-on): Add unistd.
15179         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15180         (Include): Add <unistd.h>.
15181
15182         * lib/getlogin_r.h: Remove file.
15183         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
15184         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
15185         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
15186         HAVE_DECL_GETLOGIN_R.
15187         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
15188         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15189         (Include): Use <unistd.h> instead of getlogin_r.h.
15190
15191         * lib/getcwd.h: Remove file.
15192         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
15193         * lib/xgetcwd.c: Likewise.
15194         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
15195         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
15196         * modules/getcwd (Files): Remove lib/getcwd.h.
15197         (Depends-on): Add unistd.
15198         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15199         (Include): Use <unistd.h> instad of getcwd.h.
15200
15201         * lib/ftruncate.c: Include <unistd.h> first.
15202         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
15203         Set HAVE_FTRUNCATE.
15204         * modules/ftruncate (Depends-on): Add unistd.
15205         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15206
15207         * lib/fchdir.c: Include <unistd.h> first.
15208         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
15209         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
15210         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
15211         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15212         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
15213
15214         * lib/dup2.c: Include <unistd.h> first.
15215         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
15216         HAVE_DUP2.
15217         * modules/dup2 (Depends-on): Add unistd.
15218         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15219
15220         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
15221         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
15222         REPLACE_CHOWN. Don't define chown as a macro here.
15223         * modules/chown (Depends-on): Add unistd.
15224         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
15225
15226         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
15227         Add definition for GL_LINK_WARNING.
15228         (chown, dup2): New declarations.
15229         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
15230         link warning.
15231         (ftruncate): New declaration.
15232         (getcwd): New declaration, taken from old getcwd.h.
15233         (getlogin_r): New declaration, taken from old getlogin_r.h.
15234         (readlink): New declaration.
15235         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
15236         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
15237         (gl_PREREQ_UNISTD): Remove macro.
15238         (gl_UNISTD_MODULE_INDICATOR): New macro.
15239         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
15240         many new variables. Don't set UNISTD_H.
15241         * modules/unistd (Description): Change.
15242         (Depends-on): Add link-warning.
15243         (configure.ac): Update.
15244         (Makefile.am): Create unistd.h always. Substitute many new variables
15245         into it.
15246
15247 2007-02-18  Bruno Haible  <bruno@clisp.org>
15248
15249         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
15250         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
15251         HAVE_GETSUBOPT.
15252         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
15253         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
15254         * lib/getsubopt.h: Remove file.
15255         * modules/getsubopt (Files): Remove lib/getsubopt.h.
15256         (Depends-on): Add stdlib.
15257         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15258         (Includes): Use <stdlib.h> instead of getsubopt.h.
15259         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
15260         Set HAVE_GETSUBOPT.
15261         * lib/getsubopt.c: Don't include getsubopt.h.
15262
15263 2007-02-18  Bruno Haible  <bruno@clisp.org>
15264
15265         * modules/fchdir (Depends-on): Add dup2.
15266
15267 2007-02-18  Bruno Haible  <bruno@clisp.org>
15268
15269         * lib/stdlib_.h: Handle glibc's special invocation convention
15270         specially.
15271
15272 2007-02-18  Bruno Haible  <bruno@clisp.org>
15273
15274         * modules/stdlib-tests: New file.
15275         * tests/test-stdlib.c: New file.
15276
15277         * modules/mkstemp (Files): Remove lib/mkstemp.h.
15278         (Depends-on): Add stdlib.
15279         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15280         (Includes): Use <stdlib.h> instead of mkstemp.h.
15281         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
15282         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
15283         * lib/mkstemp.c: Don't include mkstemp.h.
15284         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
15285         * lib/stdlib--.h: Don't include mkstemp.h.
15286
15287         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
15288         (Depends-on): Add stdlib.
15289         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15290         (Includes): Use <stdlib.h> instead of mkdtemp.h.
15291         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
15292         HAVE_MKDTEMP.
15293         * lib/mkdtemp.c: Don't include mkdtemp.h.
15294         * lib/clean-temp.c: Don't include mkdtemp.h.
15295
15296         * modules/exit (Files): Remove lib/exit.h.
15297         (Depends-on): Add stdlib.
15298         (Makefile.am): Remove lib_SOURCES.
15299         (Include): Use <stdlib.h> instead of exit.h.
15300         * lib/argmatch.c: Don't include exit.h.
15301         * lib/execute.c: Likewise.
15302         * lib/pagealign_alloc.c: Likewise.
15303         * lib/pipe.c: Likewise.
15304         * lib/wait-process.c: Likewise.
15305         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
15306         * lib/exitfail.c: Likewise.
15307         * lib/savewd.c: Likewise.
15308         * lib/xsetenv.c: Likewise.
15309
15310         * modules/stdlib: New file.
15311         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
15312         and extra comments about mkstemp().
15313         * lib/exit.h: Remove file.
15314         * lib/mkdtemp.h: Remove file.
15315         * lib/mkstemp.h: Remove file.
15316         * m4/stdlib_h.m4: New file.
15317         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
15318
15319 2007-02-18  Bruno Haible  <bruno@clisp.org>
15320
15321         * modules/math-tests: New file.
15322         * tests/test-math.c: New file.
15323
15324         * modules/math: New file.
15325         * modules/mathl (Files): Remove lib/mathl.h.
15326         (Depends-on): Add math.
15327         (Makefile.am): Don't mention mathl.h.
15328         (Include): Use <math.h> instead of mathl.h.
15329         * lib/math_.h: New file.
15330         * lib/mathl.h: Remove file.
15331         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
15332         mathl.h.
15333         * lib/asinl.c: Likewise.
15334         * lib/atanl.c: Likewise.
15335         * lib/ceill.c: Likewise.
15336         * lib/cosl.c: Likewise.
15337         * lib/expl.c: Likewise.
15338         * lib/floorl.c: Likewise.
15339         * lib/frexpl.c: Likewise.
15340         * lib/ldexpl.c: Likewise.
15341         * lib/logl.c: Likewise.
15342         * lib/sincosl.c: Likewise.
15343         * lib/sinl.c: Likewise.
15344         * lib/sqrtl.c: Likewise.
15345         * lib/tanl.c: Likewise.
15346         * lib/trigl.c: Likewise.
15347         * m4/math_h.m4: New file.
15348         * MODULES.html.sh (Mathematics): Add math.
15349
15350 2007-02-17  Bruno Haible  <bruno@clisp.org>
15351
15352         * modules/wctype-tests: New file.
15353         * tests/test-wctype.c: New file.
15354
15355         * modules/wchar-tests: New file.
15356         * tests/test-wchar.c: New file.
15357
15358         * modules/unistd-tests: New file.
15359         * tests/test-unistd.c: New file.
15360
15361         * modules/time-tests: New file.
15362         * tests/test-time.c: New file.
15363
15364         * modules/sysexits-tests: New file.
15365         * tests/test-sysexits.c: New file.
15366
15367         * modules/sys_time-tests: New file.
15368         * tests/test-sys_time.c: New file.
15369
15370         * modules/sys_stat-tests: New file.
15371         * tests/test-sys_stat.c: New file.
15372
15373         * modules/sys_socket-tests: New file.
15374         * tests/test-sys_socket.c: New file.
15375
15376         * modules/sys_select-tests: New file.
15377         * tests/test-sys_select.c: New file.
15378
15379         * modules/string-tests: New file.
15380         * tests/test-string.c: New file.
15381
15382         * modules/stdbool-tests: New file.
15383         * tests/test-stdbool.c: New file.
15384
15385         * modules/netinet_in-tests: New file.
15386         * tests/test-netinet_in.c: New file.
15387
15388         * modules/inttypes-tests: New file.
15389         * tests/test-inttypes.c: New file.
15390
15391         * modules/fcntl-tests: New file.
15392         * tests/test-fcntl.c: New file.
15393
15394         * modules/byteswap-tests: New file.
15395         * tests/test-byteswap.c: New file.
15396
15397         * modules/arpa_inet-tests: New file.
15398         * tests/test-arpa_inet.c: New file.
15399
15400 2007-02-17  Bruno Haible  <bruno@clisp.org>
15401
15402         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
15403         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
15404         if the corresponding module is not enabled. Emit link warnings if
15405         the function is used nevertheless.
15406         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
15407         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
15408         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
15409         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
15410         * modules/inttypes (Depends-on): Add link-warning.
15411         (Makefile.am): Copy the contents of build-aux/link-warning.h into
15412         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
15413         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
15414         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
15415         * modules/imaxdiv (configure.ac): Likewise.
15416         * modules/strtoimax (configure.ac): Likewise.
15417         * modules/strtoumax (configure.ac): Likewise.
15418
15419 2007-02-17  Bruno Haible  <bruno@clisp.org>
15420
15421         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
15422         gl_STRING_MODULE_INDICATOR_DEFAULTS.
15423         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
15424         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
15425
15426 2007-02-17  Bruno Haible  <bruno@clisp.org>
15427
15428         * modules/link-warning: New file.
15429         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
15430         * lib/string_.h (GL_LINK_WARNING): Remove definition.
15431         * modules/string (Depends-on): Add link-warning.
15432         (Makefile.am): Copy the contents of build-aux/link-warning.h into
15433         string.h.
15434         * MODULES.html.sh (Support for building libraries and executables): Add
15435         link-warning.
15436
15437 2007-02-17  Bruno Haible  <bruno@clisp.org>
15438
15439         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
15440         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
15441         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
15442         long lines.
15443
15444 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
15445             Bruno Haible  <bruno@clisp.org>
15446
15447         * modules/tmpfile: New file.
15448         * lib/tmpfile.c: New file.
15449         * m4/tmpfile.m4: New file.
15450         * MODULES.html.sh (func_all_modules): New section "Input/output".
15451
15452 2007-02-15  Bruno Haible  <bruno@clisp.org>
15453
15454         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
15455         (supports_delete_on_close): New function.
15456         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
15457
15458 2007-02-14  Bruno Haible  <bruno@clisp.org>
15459
15460         * modules/mbspcasecmp-tests: New file.
15461         * tests/test-mbspcasecmp.sh: New file.
15462         * tests/test-mbspcasecmp.c: New file.
15463
15464         New module mbspcasecmp.
15465         * modules/mbspcasecmp: New file.
15466         * lib/mbspcasecmp.c: New file.
15467         * lib/string_.h (strncasecmp): Change warning message.
15468         (mbspcasecmp): New declaration.
15469         * m4/mbspcasecmp.m4: New file.
15470         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15471         GNULIB_MBSPCASECMP.
15472         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
15473         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
15474
15475 2007-02-14  Bruno Haible  <bruno@clisp.org>
15476
15477         * modules/mbsncasecmp-tests: New file.
15478         * tests/test-mbsncasecmp.sh: New file.
15479         * tests/test-mbsncasecmp.c: New file.
15480
15481         New module mbsncasecmp.
15482         * modules/mbsncasecmp: New file.
15483         * lib/mbsncasecmp.c: New file.
15484         * lib/string_.h (mbsncasecmp): New declaration.
15485         * m4/mbsncasecmp.m4: New file.
15486         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15487         GNULIB_MBSNCASECMP.
15488         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
15489         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
15490
15491 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15492
15493         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
15494         Verify that it doesn't overlap with our flags.
15495         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
15496         do not have the desired effect in multibyte locales; instead, use
15497         mbscasecmp.
15498         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
15499         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
15500         we don't require GNU fnmatch ourselves (if our users require it, they
15501         should do so explicitly).
15502
15503         Fix regex code so it doesn't rely on strcasecmp.
15504         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
15505         Otherwise, include gnulib's langinfo.h.
15506         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
15507         undesirable behavior in non-C locales.  Instead, rely on localecharset.
15508         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
15509         * modules/regex (FILES): Remove m4/codeset.m4.
15510         (Depends-on): Add localcharset.  Remove strcase.
15511
15512 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15513
15514         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
15515         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
15516
15517 2007-02-13  Bruno Haible  <bruno@clisp.org>
15518
15519         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
15520         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15521
15522 2007-02-12  Bruno Haible  <bruno@clisp.org>
15523
15524         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
15525         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
15526         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
15527         time warning rather than a link error.
15528
15529 2007-02-12  Bruno Haible  <bruno@clisp.org>
15530
15531         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
15532         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15533         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15534
15535 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
15536
15537         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
15538         args, not 2.
15539
15540 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         New module 'time', so that apps can include <time.h> as per
15543         POSIX and GNU instead of separate include files like time_r.h
15544         and timegm.h.  This implementation tries out a simpler approach
15545         for replacing decls in standard include files (as compared to
15546         the string module), somewhat as an experiment.
15547
15548         * config/srclist.txt: Comment out mktime.c for now.
15549         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
15550         since it doesn't apply any more.  Use generic wording instead.
15551         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
15552         'time'.
15553         * lib/time_.h, m4/time_h.m4, modules/time: New files.
15554         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
15555         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
15556         Don't include <sys/types.h>; no longer needed since we assume C89.
15557         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
15558         * lib/strftime.c: Likewise.
15559         * lib/time_r.c: Likewise.
15560         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
15561         * lib/nanosleep.c: Include <time.h> first, to check interface.
15562         * lib/strptime.c: Likewise.
15563         * lib/time_r.c: Likewise.
15564         * lib/timegm.c: Likewise.
15565         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
15566         needed.
15567         * lib/timegm.c: Don't include timegm.h; no longer needed.
15568         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
15569         time.h now handles any problems in that area.
15570         (struct timespec, nanosleep): Remove; time.h now arranges for these.
15571         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
15572         that time.h defines struct timespec.
15573         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
15574         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
15575         handles that.
15576         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
15577         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
15578         needed.  Set REPLACE_LOCALTIME.
15579         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
15580         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
15581         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
15582         nanosleep; time_h.m4 now does that.  Don't require
15583         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
15584         module handles this now.
15585         * modules/getdate (Depends-on): Remove timespec.  Add time.
15586         * modules/nanosleep (Depends-on): Likewise.
15587         * modules/stat-time (Depends-on): Likewise.
15588         * modules/nanosleep (Include): Include time.h, not timespec.h.
15589         * modules/strptime (Files): Remove lib/strptime.h.
15590         (Depends-on): Add extensions, time.
15591         (Include): Include time.h, not strptime.h.
15592         * modules/time_r (Files): Remove lib/time_r.h.
15593         (Depends-on): Add time.
15594         (Include): Include time.h, not time_r.h.
15595         * modules/timegm: Likewise.
15596         * modules/timespec (Description): Now does timespec-related decls
15597         of our own, instead of struct timespec itself.
15598         (Depends-on): Add time; remove extensions.
15599         (Maintainer): Add self.
15600         * modules/utimecmp (Depends-on): Add time; remove timespec.
15601         * modules/utimens (Depends-on): Likewise.
15602         * modules/xnanosleep (Depends-on): Likewise.
15603
15604 2007-02-11  Bruno Haible  <bruno@clisp.org>
15605
15606         * lib/c-strstr.c: Include allocsa.h.
15607         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15608         * lib/c-strcasestr.c: Include allocsa.h.
15609         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15610         * lib/strcasestr.c: Include allocsa.h.
15611         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
15612         * lib/mbsstr.c: Include allocsa.h.
15613         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
15614         allocsa/freesa instead of malloc/free.
15615         * lib/mbscasestr.c: Include allocsa.h.
15616         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
15617         allocsa/freesa instead of malloc/free.
15618         * modules/c-strstr (Depends-on): Add allocsa.
15619         * modules/c-strcasestr (Depends-on): Likewise.
15620         * modules/strcasestr (Depends-on): Likewise.
15621         * modules/mbsstr (Depends-on): Likewise.
15622         * modules/mbscasestr (Depends-on): Likewise.
15623
15624 2007-02-11  Bruno Haible  <bruno@clisp.org>
15625
15626         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
15627
15628         * modules/mbsspn-tests: New file.
15629         * tests/test-mbsspn.sh: New file.
15630         * tests/test-mbsspn.c: New file.
15631
15632 2007-02-11  Bruno Haible  <bruno@clisp.org>
15633
15634         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
15635
15636         * modules/mbspbrk-tests: New file.
15637         * tests/test-mbspbrk.sh: New file.
15638         * tests/test-mbspbrk.c: New file.
15639
15640 2007-02-11  Bruno Haible  <bruno@clisp.org>
15641
15642         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
15643         unneeded cast.
15644
15645         * modules/mbscspn-tests: New file.
15646         * tests/test-mbscspn.sh: New file.
15647         * tests/test-mbscspn.c: New file.
15648
15649 2007-02-11  Bruno Haible  <bruno@clisp.org>
15650
15651         * modules/mbscasecmp-tests: New file.
15652         * tests/test-mbscasecmp.sh: New file.
15653         * tests/test-mbscasecmp.c: New file.
15654
15655 2007-02-11  Bruno Haible  <bruno@clisp.org>
15656
15657         Ensure O(n) worst-case complexity of mbscasestr.
15658         * lib/mbscasestr.c: Include stdbool.h.
15659         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
15660         functions.
15661         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
15662         the bookkeeping indicates that it's worth it.
15663         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
15664
15665         * modules/mbscasestr-tests: New file.
15666         * tests/test-mbscasestr1.c: New file.
15667         * tests/test-mbscasestr2.sh: New file.
15668         * tests/test-mbscasestr2.c: New file.
15669         * tests/test-mbscasestr3.sh: New file.
15670         * tests/test-mbscasestr3.c: New file.
15671         * tests/test-mbscasestr4.sh: New file.
15672         * tests/test-mbscasestr4.c: New file.
15673         * m4/locale-tr.m4: New file.
15674
15675 2007-02-11  Bruno Haible  <bruno@clisp.org>
15676
15677         Ensure O(n) worst-case complexity of mbsstr.
15678         * lib/mbsstr.c: Include stdbool.h.
15679         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
15680         functions.
15681         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
15682         bookkeeping indicates that it's worth it.
15683         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
15684
15685         * modules/mbsstr-tests: New file.
15686         * tests/test-mbsstr1.c: New file.
15687         * tests/test-mbsstr2.sh: New file.
15688         * tests/test-mbsstr2.c: New file.
15689         * tests/test-mbsstr3.sh: New file.
15690         * tests/test-mbsstr3.c: New file.
15691         * m4/locale-fr.m4: New file.
15692
15693 2007-02-11  Bruno Haible  <bruno@clisp.org>
15694
15695         * lib/mbsrchr.c (mbsrchr): Fix bug.
15696
15697         * modules/mbsrchr-tests: New file.
15698         * tests/test-mbsrchr.sh: New file.
15699         * tests/test-mbsrchr.c: New file.
15700
15701 2007-02-11  Bruno Haible  <bruno@clisp.org>
15702
15703         * lib/mbschr.c (mbschr): Fix bug.
15704
15705         * modules/mbschr-tests: New file.
15706         * tests/test-mbschr.sh: New file.
15707         * tests/test-mbschr.c: New file.
15708         * m4/locale-zh.m4: New file.
15709
15710 2007-02-11  Bruno Haible  <bruno@clisp.org>
15711
15712         Support for copying multibyte string iterators.
15713         * lib/mbiter.h: Include <string.h>.
15714         (mbiter_multi_copy): New function.
15715         (mbi_copy): New macro.
15716         * lib/mbuiter.h: Include <string.h>.
15717         (mbuiter_multi_copy): New function.
15718         (mbui_copy): New macro.
15719
15720 2007-02-11  Bruno Haible  <bruno@clisp.org>
15721
15722         New module mbslen.
15723         * modules/mbslen: New file.
15724         * lib/mbslen.c: New file.
15725         * lib/string_.h (mbslen): New declaration.
15726         * m4/mbslen.m4: New file.
15727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15728         GNULIB_MBSLEN.
15729         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
15730         * MODULES.html.sh (Internationalization functions): Add mbslen.
15731
15732 2007-02-11  Bruno Haible  <bruno@clisp.org>
15733
15734         Ensure O(n) worst-case complexity of strcasestr substitute.
15735         * lib/strcasestr.c: Include stdbool.h.
15736         (knuth_morris_pratt): New function.
15737         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
15738         bookkeeping indicates that it's worth it.
15739         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
15740
15741         * modules/strcasestr-tests: New file.
15742         * tests/test-strcasestr.c: New file.
15743
15744 2007-02-11  Bruno Haible  <bruno@clisp.org>
15745
15746         Ensure O(n) worst-case complexity of c_strcasestr.
15747         * lib/c-strcasestr.c: Include stdbool.h, string.h.
15748         (knuth_morris_pratt): New function.
15749         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
15750         the bookkeeping indicates that it's worth it.
15751         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
15752
15753         * modules/c-strcasestr-tests: New file.
15754         * tests/test-c-strcasestr.c: New file.
15755
15756 2007-02-11  Bruno Haible  <bruno@clisp.org>
15757
15758         Ensure O(n) worst-case complexity of c_strstr.
15759         * lib/c-strstr.c: Include stdbool.h, string.h.
15760         (knuth_morris_pratt): New function.
15761         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
15762         bookkeeping indicates that it's worth it.
15763         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
15764
15765         * lib/c-strstr.c: Complete rewrite for maintainability.
15766
15767         * modules/c-strstr-tests: New file.
15768         * tests/test-c-strstr.c: New file.
15769
15770 2007-02-11  Bruno Haible  <bruno@clisp.org>
15771
15772         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
15773         5.2.1 and earlier, whereby \055 was treated just like the range
15774         delimiter '-'.
15775         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
15776
15777 2007-02-08  Bruno Haible  <bruno@clisp.org>
15778
15779         * modules/regex (Depends-on): Add stdbool.
15780         Reported by Dalibor Topic <robilad@kaffe.org>.
15781
15782 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
15785         Prefer returning from main to exiting from it.
15786         Remove unnecessary parens after sizeof.
15787
15788 2007-02-05  Bruno Haible  <bruno@clisp.org>
15789
15790         New module mbssep.
15791         * modules/mbssep: New file.
15792         * lib/mbssep.c: New file.
15793         * lib/string_.h (strsep): Add a conditional link warning.
15794         (mbssep): New declaration.
15795         * m4/mbssep.m4: New file.
15796         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15797         GNULIB_MBSSEP.
15798         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
15799         * MODULES.html.sh (Internationalization functions): Add mbssep.
15800
15801 2007-02-05  Bruno Haible  <bruno@clisp.org>
15802
15803         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
15804         Optimize search in case of 1 delimiter.
15805
15806 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
15807
15808         * lib/acl.h: Include sys/types.h before sys/acl.h.
15809
15810 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
15811
15812         Merge upstream fix for glibc bugzilla #3957:
15813
15814         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
15815
15816         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
15817         bit for RE_HAT_LISTS_NOT_NEWLINE.
15818         (build_charclass_op): Remove bogus comment.
15819
15820 2007-02-05  Simon Josefsson  <simon@josefsson.org>
15821
15822         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
15823
15824 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15825
15826         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
15827         * lib/memmem.c [!defined _LIBC]: Include config.h.
15828
15829 2007-02-04  Bruno Haible  <bruno@clisp.org>
15830
15831         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
15832         warning message.
15833
15834 2007-02-04  Bruno Haible  <bruno@clisp.org>
15835
15836         New module mbstok_r.
15837         * modules/mbstok_r: New file.
15838         * lib/mbstok_r.c: New file.
15839         * lib/string_.h (strtok_r): Change argument names to match the
15840         comments. Add a conditional link warning.
15841         (mbstok_r): New declaration.
15842         * m4/mbstok_r.m4: New file.
15843         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15844         GNULIB_MBSTOK_R.
15845         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
15846         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
15847
15848 2007-02-04  Bruno Haible  <bruno@clisp.org>
15849
15850         New module mbsspn.
15851         * modules/mbsspn: New file.
15852         * lib/mbsspn.c: New file.
15853         * lib/string_.h (strspn): Add a conditional link warning.
15854         (mbsspn): New declaration.
15855         * m4/mbsspn.m4: New file.
15856         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15857         GNULIB_MBSSPN.
15858         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
15859         * MODULES.html.sh (Internationalization functions): Add mbsspn.
15860
15861 2007-02-04  Bruno Haible  <bruno@clisp.org>
15862
15863         New module mbspbrk.
15864         * modules/mbspbrk: New file.
15865         * lib/mbspbrk.c: New file.
15866         * lib/string_.h (strpbrk): Add a conditional link warning.
15867         (mbspbrk): New declaration.
15868         * m4/mbspbrk.m4: New file.
15869         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15870         GNULIB_MBSPBRK.
15871         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
15872         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
15873
15874 2007-02-04  Bruno Haible  <bruno@clisp.org>
15875
15876         New module mbscspn.
15877         * modules/mbscspn: New file.
15878         * lib/mbscspn.c: New file.
15879         * lib/string_.h (strcspn): Add a conditional link warning.
15880         (mbscspn): New declaration.
15881         * m4/mbscspn.m4: New file.
15882         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15883         GNULIB_MBSCSPN.
15884         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
15885         * MODULES.html.sh (Internationalization functions): Add mbscspn.
15886
15887 2007-02-04  Bruno Haible  <bruno@clisp.org>
15888
15889         New module mbscasestr, reduced goal of strcasestr.
15890         * modules/mbscasestr: New file.
15891         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
15892         (mbscasestr): Renamed from strcasestr.
15893         * lib/strcasestr.c: Don't include mbuiter.h.
15894         (strcasestr): Remove support for multibyte locales.
15895         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
15896         Change the conditional link warning.
15897         (mbscasestr): New declaration.
15898         * m4/mbscasestr.m4: New file.
15899         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
15900         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
15901         REPLACE_STRCASESTR.
15902         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
15903         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15904         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
15905         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
15906         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
15907         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
15908         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
15909         (Depends-on): Remove mbuiter.
15910         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
15911
15912 2007-02-04  Bruno Haible  <bruno@clisp.org>
15913
15914         Simplify handling of strncasecmp.
15915         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
15916         the conditional link warning.
15917         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
15918         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
15919         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
15920         * modules/strcase (configure.ac): Don't invoke
15921         gl_STRING_MODULE_INDICATOR.
15922         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
15923
15924 2007-02-04  Bruno Haible  <bruno@clisp.org>
15925
15926         New module mbscasecmp, reduced goal of strcasecmp.
15927         * modules/mbscasecmp: New file.
15928         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
15929         (mbscasecmp): Renamed from strcasecmp.
15930         * lib/strcasecmp.c: Don't include mbuiter.h.
15931         (strcasecmp): Remove support for multibyte locales.
15932         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
15933         Change the conditional link warning.
15934         (mbscasecmp): New declaration.
15935         * m4/mbscasecmp.m4: New file.
15936         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
15937         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
15938         REPLACE_STRCASECMP.
15939         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
15940         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15941         GNULIB_MBSCASECMP.
15942         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
15943         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
15944         * modules/strcase (Files): Remove m4/mbrtowc.m4.
15945         (Depends-on): Remove mbuiter.
15946         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
15947
15948 2007-02-04  Bruno Haible  <bruno@clisp.org>
15949
15950         New module mbsstr. Remove module strstr.
15951         * modules/mbsstr: New file.
15952         * modules/strstr: Remove file.
15953         * lib/mbsstr.c: Renamed from lib/strstr.c.
15954         (mbsstr): Renamed from strstr.
15955         * lib/string_.h (strstr): Remove declaration. Change the conditional
15956         link warning.
15957         (mbsstr): New declaration.
15958         * m4/mbsstr.m4: New file.
15959         * m4/strstr.m4: Remove file.
15960         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
15961         REPLACE_STRSTR.
15962         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
15963         Don't initialize GNULIB_STRSTR.
15964         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
15965         substitute GNULIB_STRSTR and REPLACE_STRSTR.
15966         * MODULES.html.sh (Internationalization functions): Add mbsstr.
15967         (Support for systems lacking ANSI C 89): Remove strstr.
15968
15969 2007-02-04  Bruno Haible  <bruno@clisp.org>
15970
15971         New module mbsrchr.
15972         * modules/mbsrchr: New file.
15973         * lib/mbsrchr.c: New file.
15974         * lib/string_.h (strrchr): Add a conditional link warning.
15975         (mbsrchr): New declaration.
15976         * m4/mbsrchr.m4: New file.
15977         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15978         GNULIB_MBSRCHR.
15979         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
15980         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
15981
15982 2007-02-04  Bruno Haible  <bruno@clisp.org>
15983
15984         New module mbschr.
15985         * modules/mbschr: New file.
15986         * lib/mbschr.c: New file.
15987         * lib/string_.h (strchr): Add a conditional link warning.
15988         (mbschr): New declaration.
15989         * m4/mbschr.m4: New file.
15990         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
15991         GNULIB_MBSCHR.
15992         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
15993         * MODULES.html.sh (Internationalization functions): Add mbschr.
15994
15995 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
15996
15997         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
15998
15999         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
16000
16001 2007-02-04  Bruno Haible  <bruno@clisp.org>
16002
16003         New module description section 'configure.ac-early'.
16004         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
16005         (func_get_autoconf_early_snippet): New function.
16006         (func_import, func_create_testdir): Use it. Remove special cases for
16007         modules 'extensions' and 'lock'.
16008         * modules/extensions (configure.ac-early): Require
16009         gl_USE_SYSTEM_EXTENSIONS.
16010         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
16011
16012 2007-02-04  Bruno Haible  <bruno@clisp.org>
16013
16014         Make use of gcj-4.3's -fsource and -ftarget option.
16015         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
16016         and if so try the options -fsource and -ftarget.
16017         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
16018         source_version, ftarget_option, target_version arguments.
16019         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
16020         (is_envjavac_oldgcj_14_14_usable): Renamed from
16021         is_envjavac_gcj_14_14_usable.
16022         (is_envjavac_oldgcj_14_13_usable): Renamed from
16023         is_envjavac_gcj_14_13_usable.
16024         (is_gcj_present): Update.
16025         (is_gcj_43, is_gcj43_usable): New functions.
16026         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
16027         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
16028         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
16029         try the options -fsource and -ftarget.
16030
16031 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
16032
16033         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
16034         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
16035         larger value.
16036
16037 2007-02-03  Jim Meyering  <jim@meyering.net>
16038
16039         Give tools a better chance to allocate space for very large buffers.
16040         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
16041
16042         Make pwd and readlink work also when run with an unreadable parent dir
16043         on systems with openat support.
16044         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
16045         provided getcwd function, even when we have openat support.
16046         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
16047
16048 2007-02-02  Bruno Haible  <bruno@clisp.org>
16049
16050         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
16051         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
16052         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
16053         portability problems if one of these functions is only used on specific
16054         platforms.
16055         Reported by Paul Eggert.
16056
16057 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
16058
16059         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
16060         is causing more trouble than it's curing.
16061         * lib/regex_internal.h (__mempcpy): Remove.
16062         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
16063         (and make the code a tad smaller to boot).
16064         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
16065
16066 2007-02-02  Jim Meyering  <jim@meyering.net>
16067
16068         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
16069         section, not in the Makefile.am: one.
16070
16071 2007-02-02  Eric Blake  <ebb9@byu.net>
16072
16073         * lib/strchrnul.c: Always include config.h first.
16074
16075         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
16076         gnulib strstr is not necessary here.
16077
16078 2007-02-02  Simon Josefsson  <simon@josefsson.org>
16079
16080         * m4/socklen.m4: Fix typo.
16081
16082 2007-02-02  Eric Blake  <ebb9@byu.net>
16083
16084         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
16085         * modules/netinet_in (Makefile.am): Likewise.
16086
16087 2007-02-01  Bruno Haible  <bruno@clisp.org>
16088
16089         * lib/string_.h (GL_LINK_WARNING): New macro.
16090         (strcasecmp, strstr, strcasestr): If provided by the system,
16091         conditionally define as a macro that leads to a warning instead of to
16092         an error.
16093         (strncasecmp): Conditionally define as a macro that leads to a warning.
16094
16095 2007-02-01  Karl Berry  <karl@gnu.org>
16096
16097         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
16098
16099 2007-02-01  Bruno Haible  <bruno@clisp.org>
16100
16101         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
16102         renamings.
16103
16104 2007-02-01  Eric Blake  <ebb9@byu.net>
16105
16106         * modules/regex (Depends-on): Revert dependence on mempcpy.
16107         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
16108         module's definition of mempcpy.
16109         Reported by Paul Eggert.
16110
16111 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
16112
16113         * lib/string_.h: If the gnulib module XYZ is not present, undefine
16114         the symbol XYZ before redefining it.  This fixes a problem with
16115         programs that don't use XYZ, when compiled on systems that define
16116         XYZ to something else.
16117
16118 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
16121         occurs when "mkdir -m foo" creates a setgid directory that is (1)
16122         writeable to group or other and (2) is intended to have a special
16123         mode bit that is set or cleared.  In such a case, the directory
16124         should be neither group- nor other-writeable until the special
16125         mode bits are right.
16126
16127 2007-01-31  Eric Blake  <ebb9@byu.net>
16128
16129         * modules/mountlist (Depends-on): Add strstr.
16130
16131         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
16132         bug.
16133         * modules/string (Makefile.am): Remove redundant replacement.
16134         * modules/regex (Depends-on): Add mempcpy.
16135
16136 2007-01-31  Bruno Haible  <bruno@clisp.org>
16137
16138         New module description field 'Link'.
16139         * gnulib-tool (func_usage): Document --extract-link-directive.
16140         (sed_extract_prog): Recognize 'Link' directive.
16141         (func_get_link_directive): New function.
16142         (func_import): Show summary of link directives.
16143         Handle --extract-link-directive option.
16144         * modules/acl (Link): New section.
16145         * modules/clock-time (Link): New section.
16146         * modules/euidaccess (Link): New section.
16147         * modules/gettext (Link): New section.
16148         * modules/iconv (Link): New section.
16149         * modules/lock (Link): New section.
16150         * modules/nanosleep (Link): New section.
16151         * modules/readline (Link): New section.
16152
16153 2007-01-27  Bruno Haible  <bruno@clisp.org>
16154
16155         Enforce the use of gnulib modules for unportable <string.h> functions.
16156         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
16157         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
16158         (gl_HEADER_STRING_H_BODY): Require it.
16159         * lib/string_.h: If the gnulib module XYZ is not present, redefine
16160         the symbol XYZ to one that gives a link error.
16161         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
16162         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
16163         * modules/mempcpy (configure.ac): Likewise.
16164         * modules/memrchr (configure.ac): Likewise.
16165         * modules/stpcpy (configure.ac): Likewise.
16166         * modules/stpncpy (configure.ac): Likewise.
16167         * modules/strcase (configure.ac): Likewise.
16168         * modules/strcasestr (configure.ac): Likewise.
16169         * modules/strchrnul (configure.ac): Likewise.
16170         * modules/strdup (configure.ac): Likewise.
16171         * modules/strndup (configure.ac): Likewise.
16172         * modules/strnlen (configure.ac): Likewise.
16173         * modules/strpbrk (configure.ac): Likewise.
16174         * modules/strsep (configure.ac): Likewise.
16175         * modules/strstr (configure.ac): Likewise.
16176         * modules/strtok_r (configure.ac): Likewise.
16177
16178 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
16179
16180         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
16181
16182 2007-01-30  Jim Meyering  <jim@meyering.net>
16183
16184         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
16185
16186 2007-01-29  Bruno Haible  <bruno@clisp.org>
16187
16188         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
16189         * lib/execute.c: Likewise.
16190         * lib/pipe.c: Likewise.
16191         * lib/printf-args.h: Likewise.
16192         * lib/printf-args.c: Likewise.
16193         * lib/printf-parse.c: Likewise.
16194         * lib/vasnprintf.c: Likewise.
16195
16196 2007-01-29  Eric Blake  <ebb9@byu.net>
16197
16198         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
16199         declaration.
16200
16201 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
16202
16203         * lib/strptime.h (strptime): Use 'restrict' for args where
16204         POSIX requires this.
16205         * lib/strptime.c (strptime): Likewise.
16206         Change license notice from LGPL to GPL, since gnulib-tool will
16207         change this as needed.
16208         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
16209         defined.
16210         Include "strptime.h" first, to check interface.
16211         Do not #undef _LIBC and _NL_CURRENT.
16212         Do not include <stdlib.h>; no longer needed.
16213         Include "time_r.h" and declare ptime_locale_status
16214         only if _LIBC is not defined.
16215         (__P): Remove unused macro.
16216         (match_string): Bring back glibc version, but use it only if _LIBC
16217         is defined.
16218         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
16219         Remove unnecessary assertion and abort() call.
16220         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
16221         * m4/strptime.m4: Fix serial number comment.
16222         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
16223         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
16224         (Depends-on): Add time_r.
16225
16226 2007-01-29  Bruno Haible  <bruno@clisp.org>
16227
16228         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16229         strptime.
16230         * modules/strptime (Depends-on): Add stdbool.
16231         * lib/strptime.h: Include <time.h> always. Add comments.
16232
16233 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16234
16235         * modules/strptime: New file.
16236         * lib/strptime.h: New file.
16237         * lib/strptime.c: New file.
16238         * m4/strptime.m4: New file.
16239
16240 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         * MODULES.html.sh: New module mpsort.
16243         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
16244
16245         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
16246         a circularity problem with HP-UX ia64 reported by Bob Proulx in
16247         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
16248         All uses changed.
16249         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
16250         All uses changed.
16251         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
16252         to _Restrict_.
16253         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
16254         the parameter matches the prototype.
16255
16256 2007-01-28  Jim Meyering  <jim@meyering.net>
16257
16258         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
16259         sys/time.h here, reverting that part of the previous patch:
16260         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
16261
16262 2007-01-28  Bruno Haible  <bruno@clisp.org>
16263
16264         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
16265         value of $(SYS_TIME_H).
16266         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
16267         remove it conditionally, too. [added by Jim Meyering]
16268         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
16269         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
16270         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
16271         GETTIMEOFDAY_REPLACEMENT to 1.
16272
16273 2007-01-28  Bruno Haible  <bruno@clisp.org>
16274
16275         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
16276         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
16277         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
16278         Set UNISTD_H instead of UNISTD_H2.
16279         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
16280
16281 2007-01-28  Bruno Haible  <bruno@clisp.org>
16282
16283         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
16284         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
16285
16286 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16287
16288         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
16289         (func_create_testdir): Ensure C locale for `grep' and `tr'
16290         character ranges.
16291         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
16292         ACLOCAL_AMFLAGS parsing state machine.
16293
16294 2007-01-27  Bruno Haible  <bruno@clisp.org>
16295
16296         * modules/unistr/base: Update.
16297
16298 2007-01-27  Bruno Haible  <bruno@clisp.org>
16299
16300         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
16301         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
16302         * modules/unistr/u32-mbtouc-unsafe: Renamed from
16303         modules/unistr/u32-mbtouc.
16304         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
16305         * lib/unistr.h: Update.
16306         * lib/linebreak.c: Update.
16307         * modules/unistr/u32-mbtouc: Renamed from
16308         modules/unistr/u32-mbtouc-safe.
16309         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
16310         * lib/unistr.h: Update.
16311         * lib/unistr/u32-to-u8.c: Update.
16312         * lib/unistr/u32-to-u16.c: Update.
16313
16314 2007-01-27  Bruno Haible  <bruno@clisp.org>
16315
16316         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
16317         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
16318         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
16319         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
16320         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
16321         * modules/unistr/u16-mbtouc-unsafe: Renamed from
16322         modules/unistr/u16-mbtouc.
16323         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
16324         * lib/unistr.h: Update.
16325         * lib/linebreak.c: Update.
16326         * modules/linebreak: Update.
16327         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
16328         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
16329         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
16330         * modules/unistr/u16-mbtouc: Renamed from
16331         modules/unistr/u16-mbtouc-safe.
16332         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
16333         * lib/unistr.h: Update.
16334         * lib/unistr/u16-to-u8.c: Update.
16335         * modules/unistr/u16-to-u8: Update.
16336         * lib/unistr/u16-to-u32.c: Update.
16337         * modules/unistr/u16-to-u32: Update.
16338
16339 2007-01-27  Bruno Haible  <bruno@clisp.org>
16340
16341         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
16342         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
16343         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
16344         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
16345         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
16346         * modules/unistr/u8-mbtouc-unsafe: Renamed from
16347         modules/unistr/u8-mbtouc.
16348         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
16349         * lib/unistr.h: Update.
16350         * lib/striconveh.c: Update.
16351         * modules/striconveh: Update.
16352         * lib/linebreak.c: Update.
16353         * modules/linebreak: Update.
16354         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
16355         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
16356         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
16357         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
16358         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
16359         * lib/unistr.h: Update.
16360         * lib/striconveh.c: Update.
16361         * modules/striconveh: Update.
16362         * lib/unistr/u8-to-u16.c: Update.
16363         * modules/unistr/u8-to-u16: Update.
16364         * lib/unistr/u8-to-u32.c: Update.
16365         * modules/unistr/u8-to-u32: Update.
16366
16367 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16368
16369         Sync from Libtool.
16370         * lib/argz.c: Do not include strings.h nor memory.h, include
16371         string.h unconditionally.  Patch by Simon Josefsson.
16372
16373 2007-01-27  Bruno Haible  <bruno@clisp.org>
16374
16375         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
16376         from gl_HEADER_STRING_H_BODY.
16377         (gl_HEADER_STRING_H_BODY): Require it.
16378         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
16379         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
16380         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
16381         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
16382         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
16383         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
16384         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
16385         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
16386         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
16387         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
16388         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
16389         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
16390         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
16391         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
16392         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16393
16394 2007-01-27  Bruno Haible  <bruno@clisp.org>
16395
16396         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
16397         check_PROGRAMS into noinst_PROGRAMS.
16398         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
16399         check_PROGRAMS in this case.
16400         (func_import): Set for_test to false.
16401         (func_create_testdir): Set for_test to true.
16402
16403 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
16404             Bruno Haible  <bruno@clisp.org>
16405
16406         * modules/strcasestr (Files): Remove lib/strcasestr.h.
16407         (Depends-on): Add string.
16408         (Includes): Use <string.h> instead of strcasestr.h.
16409         * modules/string (Makefile.am): Also substitute the value of
16410         REPLACE_STRCASESTR.
16411         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
16412         assume strcasestr is declared in <string.h> not <strings.h>. Also
16413         set REPLACE_STRCASESTR.
16414         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
16415         REPLACE_STRCASESTR.
16416         * lib/strcasestr.h: Remove file.
16417         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
16418         * lib/string_.h (strcasestr): New declaration.
16419
16420 2007-01-27  Bruno Haible  <bruno@clisp.org>
16421
16422         * lib/string_.h: Use 'extern'.
16423
16424 2007-01-27  Jim Meyering  <jim@meyering.net>
16425
16426         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
16427         of set-but-not-used local, "q".
16428
16429         * lib/mempcpy.c: Include <config.h> before <string.h>.
16430         This fixes a compilation error on HP-UX, due to the system's
16431         "restrict"-using mempcpy prototype.
16432
16433 2007-01-26  Bruno Haible  <bruno@clisp.org>
16434
16435         Small optimization.
16436         * lib/javacomp.c: Include c-strstr.h.
16437          (is_envjavac_gcj): Use c_strstr instead of strstr.
16438         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
16439
16440 2007-01-26  Bruno Haible  <bruno@clisp.org>
16441
16442         * MODULES.html.sh (Unicode string functions): Add the new modules.
16443
16444         * modules/uniconv/u32-strconv-to-locale: New file.
16445         * lib/uniconv/u32-strconv-to-locale.c: New file.
16446
16447         * modules/uniconv/u16-strconv-to-locale: New file.
16448         * lib/uniconv/u16-strconv-to-locale.c: New file.
16449
16450         * modules/uniconv/u8-strconv-to-locale: New file.
16451         * lib/uniconv/u8-strconv-to-locale.c: New file.
16452
16453         * modules/uniconv/u32-strconv-from-locale: New file.
16454         * lib/uniconv/u32-strconv-from-locale.c: New file.
16455
16456         * modules/uniconv/u16-strconv-from-locale: New file.
16457         * lib/uniconv/u16-strconv-from-locale.c: New file.
16458
16459         * modules/uniconv/u8-strconv-from-locale: New file.
16460         * lib/uniconv/u8-strconv-from-locale.c: New file.
16461
16462         * modules/uniconv/u32-strconv-to-enc: New file.
16463         * lib/uniconv/u32-strconv-to-enc.c: New file.
16464         * modules/uniconv/u32-strconv-to-enc-tests: New file.
16465         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
16466
16467         * modules/uniconv/u16-strconv-to-enc: New file.
16468         * lib/uniconv/u16-strconv-to-enc.c: New file.
16469         * lib/uniconv/u-strconv-to-enc.h: New file.
16470         * modules/uniconv/u16-strconv-to-enc-tests: New file.
16471         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
16472
16473         * modules/uniconv/u8-strconv-to-enc: New file.
16474         * lib/uniconv/u8-strconv-to-enc.c: New file.
16475         * modules/uniconv/u8-strconv-to-enc-tests: New file.
16476         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
16477
16478         * modules/uniconv/u32-strconv-from-enc: New file.
16479         * lib/uniconv/u32-strconv-from-enc.c: New file.
16480         * modules/uniconv/u32-strconv-from-enc-tests: New file.
16481         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
16482
16483         * modules/uniconv/u16-strconv-from-enc: New file.
16484         * lib/uniconv/u16-strconv-from-enc.c: New file.
16485         * modules/uniconv/u16-strconv-from-enc-tests: New file.
16486         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
16487
16488         * modules/uniconv/u8-strconv-from-enc: New file.
16489         * lib/uniconv/u8-strconv-from-enc.c: New file.
16490         * lib/uniconv/u-strconv-from-enc.h: New file.
16491         * modules/uniconv/u8-strconv-from-enc-tests: New file.
16492         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
16493
16494         * modules/uniconv/u32-conv-from-enc: New file.
16495         * lib/uniconv/u32-conv-from-enc.c: New file.
16496         * modules/uniconv/u32-conv-from-enc-tests: New file.
16497         * tests/uniconv/test-u32-conv-from-enc.c: New file.
16498
16499         * modules/uniconv/u16-conv-from-enc: New file.
16500         * lib/uniconv/u16-conv-from-enc.c: New file.
16501         * lib/uniconv/u-conv-from-enc.h: New file.
16502         * modules/uniconv/u16-conv-from-enc-tests: New file.
16503         * tests/uniconv/test-u16-conv-from-enc.c: New file.
16504
16505         * modules/uniconv/u8-conv-from-enc: New file.
16506         * lib/uniconv/u8-conv-from-enc.c: New file.
16507         * modules/uniconv/u8-conv-from-enc-tests: New file.
16508         * tests/uniconv/test-u8-conv-from-enc.c: New file.
16509
16510         * modules/uniconv/base: New file.
16511         * lib/uniconv.h: New file.
16512
16513 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
16514
16515         * doc/gnulib-tool.texi (Initial import): Update to match current
16516         behavior with strdup module.
16517         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
16518         * lib/memmem.h: Remove; all uses removed.  This is now done
16519         by <string.h>.
16520         * lib/mempcpy.h: Likewise.
16521         * lib/memrchr.h: Likewise.
16522         * lib/stpcpy.h: Likewise.
16523         * lib/stpncpy.h: Likewise.
16524         * lib/strcase.h: Likewise.
16525         * lib/strchrnul.h: Likewise.
16526         * lib/strdup.h: Likewise.
16527         * lib/strndup.h: Likewise.
16528         * lib/strnlen.h: Likewise.
16529         * lib/strpbrk.h: Likewise.
16530         * lib/strsep.h: Likewise.
16531         * lib/strstr.h: Likewise.
16532         * lib/strtok_r.h: Likewise.
16533         * lib/string_.h: New file.
16534         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
16535         Rely on <string.h> instead.
16536         * lib/canon-host.c: Likewise.
16537         * lib/chdir-long.c: Likewise.
16538         * lib/concatpath.c: Likewise.
16539         * lib/exclude.c: Likewise.
16540         * lib/fchdir.c: Likewise.
16541         * lib/getaddrinfo.c: Likewise.
16542         * lib/getcwd.c: Likewise.
16543         * lib/getsubopt.c: Likewise.
16544         * lib/glob.c: Likewise.
16545         * lib/hard-locale.c: Likewise.
16546         * lib/iconvme.c: Likewise.
16547         * lib/javacomp.c: Likewise.
16548         * lib/mempcpy.c: Likewise.
16549         * lib/memrchr.c: Likewise.
16550         * lib/regex_internal.h: Likewise.
16551         * lib/stpncpy.c: Likewise.
16552         * lib/strcasecmp.c: Likewise.
16553         * lib/strchrnul.c: Likewise.
16554         * lib/strdup.c: Likewise.
16555         * lib/striconv.c: Likewise.
16556         * lib/striconveh.c: Likewise.
16557         * lib/striconveha.c: Likewise.
16558         * lib/strncasecmp.c: Likewise.
16559         * lib/strndup.c: Likewise.
16560         * lib/strnlen.c: Likewise.
16561         * lib/strsep.c: Likewise.
16562         * lib/strstr.c: Likewise.
16563         * lib/strtok_r.c: Likewise.
16564         * lib/userspec.c: Likewise.
16565         * lib/w32spawn.h: Likewise.
16566         * lib/xstrndup.c: Likewise.
16567         * lib/mountlist.c (strstr): Remove decl.
16568         * m4/string_h.m4: New file.
16569         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
16570         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
16571         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
16572         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
16573         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
16574         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
16575         Set REPLACE_STRCASECMP if necessary.
16576         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
16577         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
16578         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
16579         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
16580         HAVE_DECL_STRDUP if necessary.
16581         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
16582         since gl_FUNC_STRNDUP does that now.
16583         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
16584         Check for decl here...
16585         (gl_PREREQ_STRNLEN): ... not here.
16586         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
16587         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
16588         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
16589         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
16590         necessary.
16591         * modules/string: New file.
16592         * modules/memmem (Files): Remove special-purpose include file.
16593         (Depends-on): Add string.
16594         (Include): Include <string.h>, not the removed file.
16595         * modules/mempcpy: Likewise.
16596         * modules/memrchr: Likewise.
16597         * modules/stpcpy: Likewise.
16598         * modules/stpncpy: Likewise.
16599         * modules/strcase: Likewise.
16600         * modules/strchrnul: Likewise.
16601         * modules/strdup: Likewise.
16602         * modules/strndup: Likewise.
16603         * modules/strnlen: Likewise.
16604         * modules/strpbrk: Likewise.
16605         * modules/strsep: Likewise.
16606         * modules/strstr: Likewise.
16607         * modules/strtok_r: Likewise.
16608         * tests/test-dirname.c: Don't include "strdup.h", since
16609         <string.h> now suffices.
16610         * tests/test-memmem.c: Don't include "memmem.h", since
16611         <string.h> now suffices.
16612
16613 2007-01-25  Bruno Haible  <bruno@clisp.org>
16614
16615         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
16616         *resultp is 0.
16617
16618         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
16619         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
16620         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
16621         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
16622
16623         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
16624         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
16625         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
16626         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
16627         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
16628         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
16629
16630 2007-01-24  Bruno Haible  <bruno@clisp.org>
16631
16632         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
16633         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
16634         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
16635         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
16636         gl_FUNC_FTS_CORE.
16637         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
16638         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
16639         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16640         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
16641         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
16642         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
16643         gl_FUNC_FCHOWNAT.
16644         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
16645         gl_FUNC_STRFTIME.
16646         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
16647         Reported by Ralf Wildenhues.
16648
16649 2007-01-24  Bruno Haible  <bruno@clisp.org>
16650
16651         Drop AC_REQUIRE calls that are redundant with the module dependencies.
16652         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
16653         gl_GETADDRINFO.
16654         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
16655         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
16656         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
16657
16658 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
16659
16660         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
16661         Don't use 'exit'; just return from 'main'.
16662         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
16663
16664         * lib/fnmatch_.h: Readjust white space and comments to match
16665         glibc, to avoid spurious diffs.
16666
16667 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
16670         2004-12-01 change by Jakub Jelinek, since this code won't compile
16671         if !LIBC.  Problem reported by Bob Proulx.
16672
16673 2007-01-23  Bruno Haible  <bruno@clisp.org>
16674
16675         * lib/striconveh.c: Include c-strcaseeq.h.
16676         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
16677         * modules/striconveh (Depends-on): Add c-strcaseeq.
16678
16679 2007-01-23  Bruno Haible  <bruno@clisp.org>
16680
16681         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
16682
16683         * modules/c-strcaseeq: New file.
16684         * lib/c-strcaseeq.h: New file.
16685
16686         * modules/streq: New file.
16687         * lib/streq.h: New file.
16688
16689 2007-01-23  Bruno Haible  <bruno@clisp.org>
16690
16691         * modules/striconveha-tests: New file.
16692         * tests/test-striconveha.c: New file.
16693
16694         * lib/striconveha.h: Include <stdbool.h>.
16695         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
16696         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
16697         (mem_iconveha_notranslit): Renamed from mem_iconveha.
16698         (mem_iconveha): New function.
16699         (str_iconveha_notranslit): Renamed from str_iconveha.
16700         (str_iconveha): New function.
16701         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
16702         c-strcase.
16703
16704 2007-01-23  Bruno Haible  <bruno@clisp.org>
16705
16706         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
16707         encodings without forgiving before trying any encoding with handler.
16708         (str_iconveha): Try all encodings without forgiving before trying any
16709         encoding with handler.
16710
16711 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16712
16713         Import the following changes from libc.
16714
16715         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
16716
16717         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
16718
16719         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
16720
16721         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
16722         normal_bracket label.
16723
16724         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
16725
16726         [BZ #361]
16727         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
16728         to normal_bracket after fetching the next character.
16729
16730 2007-01-22  Bruno Haible  <bruno@clisp.org>
16731
16732         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
16733         argument.
16734         * lib/striconveh.c (iconv_carefully_1): New function.
16735         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
16736         argument.
16737         (str_cd_iconveh): Update.
16738         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
16739         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
16740         * tests/test-striconveh.c (MAGIC): New macro.
16741         (new_offsets): New function.
16742         (main): Test call with and without offsets.
16743
16744 2007-01-22  Bruno Haible  <bruno@clisp.org>
16745
16746         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
16747         * modules/sys_select (Makefile.am): Likewise.
16748         * modules/sys_socket (Makefile.am): Likewise.
16749         * modules/sys_time (Makefile.am): Likewise.
16750
16751 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16752
16753         * modules/gettimeofday (License): Change from GPL to LGPL, since
16754         gettimeofday is a library function.
16755
16756 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16757
16758         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
16759
16760 2007-01-21  Bruno Haible  <bruno@clisp.org>
16761
16762         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
16763
16764 2007-01-21  Bruno Haible  <bruno@clisp.org>
16765
16766         * modules/striconveha: New file.
16767         * lib/striconveha.h: New file.
16768         * lib/striconveha.c: New file.
16769         * MODULES.html.sh (Internationalization functions): Add striconveha.
16770         * lib/striconv.c (str_iconv): Optimize the case of an empty input
16771         string.
16772         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
16773
16774 2007-01-21  Bruno Haible  <bruno@clisp.org>
16775
16776         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
16777         * lib/striconveh.c (str_iconveh): Likewise.
16778
16779 2007-01-21  Bruno Haible  <bruno@clisp.org>
16780
16781         * lib/striconveh.h (mem_iconveh): New declaration.
16782         * lib/striconveh.c (mem_iconveh): New function.
16783         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
16784
16785 2007-01-21  Bruno Haible  <bruno@clisp.org>
16786
16787         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
16788
16789         * lib/striconveh.h (mem_cd_iconveh): Change specification.
16790         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
16791         original result buffer.
16792         (str_cd_iconveh): Update.
16793         * tests/test-striconveh.c (main): Update.
16794
16795         * lib/striconv.h (mem_cd_iconv): Change specification.
16796         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
16797         result buffer.
16798         (str_cd_iconv): Update.
16799         * tests/test-striconv.c (main): Update.
16800
16801 2007-01-21  Bruno Haible  <bruno@clisp.org>
16802
16803         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
16804
16805 2007-01-20  Jim Meyering  <jim@meyering.net>
16806
16807         * lib/userspec.c (parse_with_separator): If a user or group string
16808         starts with "+", skip the corresponding name-to-ID look-up, since
16809         such a look-up must fail: user and group names may not include "+".
16810
16811 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * lib/poll.c: Include sys/time.h and time.h unconditionally,
16814         since we now assume the sys_time module.
16815         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
16816         check for sys/time.h; no longer needed.
16817         * modules/poll (Depends-on): Depend on sys_time.
16818
16819 2007-01-18  Bruno Haible  <bruno@clisp.org>
16820
16821         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
16822         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
16823
16824         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
16825         gettimeofday.
16826
16827         * tests/test-gettimeofday.c: Include <time.h>.
16828         (dummy): Remove variable.
16829
16830         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
16831         gl_HEADER_SYS_TIME_H.
16832         (gl_HEADER_SYS_TIME_H): New macro.
16833
16834         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
16835         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16836         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
16837         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
16838         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16839         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
16840         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
16841         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16842         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
16843         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
16844         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16845
16846         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
16847         last change; it caused a compilation error when cross-compiling to
16848         Cygwin.
16849
16850 2007-01-18  Jim Meyering  <jim@meyering.net>
16851
16852         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
16853         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
16854         than the race-prone "test -d sys || mkdir sys".
16855         (configure.ac): Use AC_PROG_MKDIR_P.
16856         * modules/sys_select: Likewise.
16857         * modules/sys_socket: Likewise.
16858         * modules/sys_time: Likewise.
16859
16860 2007-01-18  Eric Blake  <ebb9@byu.net>
16861
16862         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
16863         replace gettimeofday.
16864         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
16865         name, to avoid infinite recursion.
16866
16867 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
16868
16869         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
16870         module sys_time.
16871         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
16872         assume timespec.h defines struct timeval.
16873         * lib/settime.c: Likewise.
16874         * lib/utimens.c: Likewise.
16875         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
16876         since we now assume the gettimeofday module.
16877         * lib/tempname.c (__gen_tempname): Likewise.
16878         * lib/gettimeofday.h: Remove.
16879         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
16880         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
16881         Include <time.h>, for 'time()'.
16882         (localtime_buffer_addr): Also use this workaround if
16883         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
16884         to simplify the uses.  All uses changed.
16885         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
16886         that #undef is inside {}, and 'const' follows type name consistently.
16887         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
16888         (gettimeofday): Do not use the maximum possible value for
16889         tv->tv_usec, since that might break usages other than ls.c.
16890         Instead, we'll leave ls.c alone.  This undoes today's patch
16891         by Bruno.  Add a compile-time warning for 1s-clock resolution;
16892         we've never observed the problem but might as well keep the
16893         canary.
16894         * lib/nanosleep.c: Include timespec.h first, for interface check.
16895         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
16896         now assume the sys_time module.
16897         * lib/tempname.c: Likewise.
16898         * lib/timespec.h: Likewise.
16899         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
16900         needed.
16901         * lib/strftime.c: Likewise.
16902         * lib/timespec.h: Likewise.
16903         * lib/posixtm.c: Include posixtm.h first, for interface check.
16904         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
16905         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
16906         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
16907         * lib/sys_time_.h: New file.
16908         * lib/timespec.h (struct timespec): Use long int, not long.
16909         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
16910         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
16911         Remove obsolescent call to AC_HEADER_TIME.
16912         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
16913         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16914         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
16915         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
16916         Likewise.
16917         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
16918         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
16919         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
16920         into the sys_time module.  Check for gettimeofday just once.
16921         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
16922         for gettimeofday signature to just check the signature.  Merely
16923         compile it, since linking doesn't test signature.  Improve test for
16924         whether gettimeofday.o is actually needed.
16925         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
16926         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
16927         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
16928         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16929         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
16930         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
16931         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
16932         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
16933         than worrying about sys/time.h.
16934         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16935         Don't bother worrying about TIME_WITH_SYS_TIME.
16936         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
16937         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
16938         * m4/sys_time_h.m4: New file.
16939         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
16940         Don't include sys/time.h.  Return from main rather than exiting.
16941         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
16942         all uses changed.
16943         * modules/gethrxtime (Depends-on): Add sys_time.
16944         * modules/gettime (Depends-on): Likewise.
16945         * modules/gettimeofday (Depends-on): Likewise.
16946         * modules/nanosleep (Depends-on): Likewise.
16947         * modules/settime (Depends-on): Likewise.
16948         * modules/tempname (Depends-on): Likewise.
16949         * modules/utimens (Depends-on): Likewise.
16950         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
16951         (Include:) Change back to <sys/time.h>.
16952         (Maintainer:) Add self.
16953         * modules/sys_time: New file.
16954         * modules/tempname (Depends-on): Add gettimeofday.
16955         * tests/test-gettimeofday.c: Include <sys/time.h>
16956         rather than gettimeofday.h.
16957
16958 2007-01-17  Bruno Haible  <bruno@clisp.org>
16959
16960         * gnulib-tool (func_get_license): Revert last patch. Instead, let
16961         the license default to GPL.
16962         (func_create_testdir): Don't complain if a module is LGPL and its
16963         tests module depends on GPLed modules.
16964
16965 2007-01-17  Bruno Haible  <bruno@clisp.org>
16966
16967         * lib/gettimeofday.c (gettimeofday): Add code for the case
16968         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
16969         maximum possible value for tv->tv_usec, rather than the minimum one.
16970
16971 2005-10-08  Martin Lambers  <marlam@marlam.de>
16972 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16973 2007-01-16  Bruno Haible  <bruno@clisp.org>
16974
16975         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
16976         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
16977         gl_FUNC_GETTIMEOFDAY.
16978         (Include): Add gettimeofday.h.
16979         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
16980         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
16981         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
16982         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
16983         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
16984         * lib/gettimeofday.h: New file.
16985         * lib/gettimeofday.c: Include <sys/timeb.h>.
16986         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
16987         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
16988         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
16989         fall back on time().
16990
16991         * tests/test-gettimeofday.c: New file.
16992         * modules/gettimeofday-tests: New file.
16993
16994 2007-01-16  Eric Blake  <ebb9@byu.net>
16995
16996         * modules/fnmatch (Depends-on): Depend on wchar.
16997         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
16998         * m4/fnmatch.m4: Likewise.
16999         * modules/mbchar (Makefile.am): Assume <wchar.h>.
17000         * m4/mbchar.m4: Likewise.
17001         * modules/mbswidth (Depends-on): Depend on wchar.
17002         * lib/mbswidth.c: Assume <wchar.h>.
17003         * m4/mbswidth.m4: Likewise.
17004         * modules/quotearg (Depends-on): Depend on wchar.
17005         * lib/quotearg.c: Assume <wchar.h>.
17006         * m4/quotearg.m4: Likewise.
17007         * modules/regex (Depends-on): Depend on wchar.
17008         * lib/regex_internal.h: Assume <wchar.h>.
17009         * m4/regex.m4: Likewise.
17010         * modules/stdint (Depends-on): Depend on wchar.
17011         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
17012         * m4/stdint.m4: Likewise.
17013         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
17014         * modules/strftime (Depends-on): Depend on wchar.
17015         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
17016         * modules/strtol (Depends-on): Depend on wchar.
17017         * lib/strtol.c: Assume <wchar.h>.
17018         * modules/wcwidth (Depends-on): Depend on wchar.
17019         * lib/wcwidth.h: Assume <wchar.h>.
17020         * m4/wcwidth.m4: Likewise.
17021
17022 2007-01-16  Bruno Haible  <bruno@clisp.org>
17023
17024         * modules/csharpexec-script: New, created from...
17025         * modules/csharpexec: ... this.
17026
17027 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
17028
17029         * modules/javaexec-script: New, created from...
17030         * modules/javaexec: ... this.
17031
17032 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17033
17034         * modules/poll (Dependencies): Add sys_select.
17035
17036 2007-01-15  Jim Meyering  <jim@meyering.net>
17037
17038         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
17039         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
17040         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
17041         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
17042
17043 2007-01-15  Bruno Haible  <bruno@clisp.org>
17044
17045         * modules/striconveh: New file.
17046         * lib/striconveh.h: New file.
17047         * lib/striconveh.c: New file.
17048         * MODULES.html.sh (Internationalization functions): Add striconveh.
17049
17050         * modules/striconveh-tests: New file.
17051         * tests/test-striconveh.c: New file.
17052
17053 2007-01-15  Bruno Haible  <bruno@clisp.org>
17054
17055         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
17056         not from GNU libiconv or GNU libc.
17057
17058 2007-01-15  Bruno Haible  <bruno@clisp.org>
17059
17060         * doc/gnulib-intro.texi (Copyright): Explain the different license
17061         terms for module descriptions, autoconf macros, tests, documentation.
17062
17063 2007-01-14  Bruno Haible  <bruno@clisp.org>
17064
17065         * modules/striconv-tests: New file.
17066         * tests/test-striconv.c: New file.
17067
17068 2007-01-14  Bruno Haible  <bruno@clisp.org>
17069
17070         * modules/iconv-tests: New file.
17071         * tests/test-iconv.c: New file.
17072
17073 2007-01-14  Bruno Haible  <bruno@clisp.org>
17074
17075         * gnulib-tool (func_get_license): For test modules, use the license of
17076         the main module.
17077
17078 2007-01-14  Bruno Haible  <bruno@clisp.org>
17079
17080         * modules/iconv (Include): Clarify that <iconv.h> can only be included
17081         if iconv is found to exist.
17082
17083 2007-01-14  Bruno Haible  <bruno@clisp.org>
17084
17085         * modules/c-ctype-tests: New file.
17086         * tests/test-c-ctype.c: New file.
17087
17088 2007-01-14  Bruno Haible  <bruno@clisp.org>
17089
17090         * modules/binary-io-tests: New file.
17091         * tests/test-binary-io.sh: New file.
17092         * tests/test-binary-io.c: New file.
17093
17094 2007-01-14  Bruno Haible  <bruno@clisp.org>
17095
17096         * modules/array-oset-tests: New file.
17097         * tests/test-array_oset.c: New file.
17098
17099 2007-01-14  Bruno Haible  <bruno@clisp.org>
17100
17101         * modules/array-list-tests: New file.
17102         * tests/test-array_list.c: New file.
17103
17104 2007-01-14  Bruno Haible  <bruno@clisp.org>
17105
17106         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
17107         and make.
17108         Reported by Simon Josefsson in
17109         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
17110
17111 2007-01-14  Bruno Haible  <bruno@clisp.org>
17112
17113         * modules/allocsa-tests: New file.
17114         * tests/test-allocsa.c: New file.
17115
17116 2007-01-14  Bruno Haible  <bruno@clisp.org>
17117
17118         * modules/fchdir (Depends-on): Add absolute-header.
17119         * modules/unistd (Depends-on): Likewise.
17120
17121 2006-12-30  Bruno Haible  <bruno@clisp.org>
17122
17123         * modules/fchdir: New file.
17124         * modules/unistd (Files): Add lib/unistd_.h.
17125         (Makefile.am): Generate unistd.h from unistd_.h.
17126         * lib/fchdir.c: New file.
17127         * lib/dirent_.h: New file.
17128         * lib/unistd_.h: New file.
17129         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
17130         * m4/fchdir.m4: New file.
17131         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
17132         (gl_HEADER_UNISTD): Invoke it.
17133         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
17134         function.
17135         * lib/backupfile.c (opendir, closedir): Undefine.
17136         * lib/chown.c (open, close): Undefine.
17137         * lib/clean-temp.c (open, close): Undefine.
17138         * lib/copy-file.c (open, close): Undefine.
17139         * lib/execute.c (open, close): Undefine.
17140         * lib/fsusage.c (open, close): Undefine.
17141         * lib/gc-gnulib.c (open, close): Undefine.
17142         * lib/getcwd.c (opendir, closedir): Undefine.
17143         * lib/glob.c (opendir, closedir): Undefine.
17144         * lib/javacomp.c (open, close): Undefine.
17145         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
17146         * lib/openat-proc.c (open, close): Undefine.
17147         * lib/pagealign_alloc.c (open, close): Undefine.
17148         * lib/pipe.c (open, close): Undefine.
17149         * lib/progreloc.c (open, close): Undefine.
17150         * lib/savedir.c (opendir, closedir): Undefine.
17151         * lib/utime.c (open, close): Undefine.
17152         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
17153
17154 2007-01-10  Bruno Haible  <bruno@clisp.org>
17155
17156         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
17157
17158 2007-01-12  Eric Blake  <ebb9@byu.net>
17159
17160         Provide a robust <wchar.h>.  Further simplifications are now
17161         possible in other modules, but not included here.
17162         * modules/wchar: New module.
17163         * m4/wchar.m4: New file.
17164         * lib/wchar_.h: Likewise.
17165         * modules/mbchar (Depends-on): Depend on wchar, as the first use
17166         of the new module.
17167         * MODULES.html.sh (Extended multibyte and wide character utilities):
17168         New section.
17169
17170 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
17171
17172         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
17173         to a reasonable default for memory allocation.
17174         (xreadlink): Don't allocate a huge buffer, to work around a buggy
17175         file system that reports garbage st_size values for symlinks.
17176         Problem reported by Liyang Hu.
17177
17178 2007-01-11  Simon Josefsson  <simon@josefsson.org>
17179
17180         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
17181         Emacs .#* auto-save files).
17182
17183 2007-01-11  Bruno Haible  <bruno@clisp.org>
17184
17185         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
17186         directory.
17187
17188 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
17189
17190         Use @...@ consistently in lib/wctype_.h.
17191         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
17192         on it being set to 1 or 0.
17193         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
17194         go back to AC_SUBSTing it.
17195         * modules/wctype (Makefile.am): Undo previous change.
17196
17197 2007-01-10  Eric Blake  <ebb9@byu.net>
17198
17199         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
17200         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
17201         * modules/wctype (Makefile.am): Likewise.
17202         Reported by Chris McGuire.
17203
17204 2007-01-10  Jim Meyering  <jim@meyering.net>
17205
17206         fts.c: a small readability/maintainability improvement
17207         * lib/fts.c (fts_read): Make this code slightly more readable and
17208         maintainable by hoisting the "sp->fts_cur = p" assignments to
17209         immediately follow the statements that set P.  Derived from
17210         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
17211
17212 2007-01-10  Eric Blake  <ebb9@byu.net>
17213
17214         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
17215         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
17216         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17217         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17218         Reported by Chris McGuire.
17219
17220 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17221
17222         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
17223         in sed script.
17224
17225 2007-01-09  Bruno Haible  <bruno@clisp.org>
17226
17227         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
17228         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
17229         variables.
17230         (func_module): Use them.
17231
17232 2007-01-09  Bruno Haible  <bruno@clisp.org>
17233
17234         * modules/unistr/base: New file.
17235         * lib/unistr.h: New file.
17236
17237         * modules/unistr/u8-to-u16: New file.
17238         * lib/unistr/u8-to-u16.c: New file.
17239
17240         * modules/unistr/u8-to-u32: New file.
17241         * lib/unistr/u8-to-u32.c: New file.
17242
17243         * modules/unistr/u16-to-u8: New file.
17244         * lib/unistr/u16-to-u8.c: New file.
17245
17246         * modules/unistr/u16-to-u32: New file.
17247         * lib/unistr/u16-to-u32.c: New file.
17248
17249         * modules/unistr/u32-to-u8: New file.
17250         * lib/unistr/u32-to-u8.c: New file.
17251
17252         * modules/unistr/u32-to-u16: New file.
17253         * lib/unistr/u32-to-u16.c: New file.
17254
17255         * modules/unistr/u8-check: New file.
17256         * modules/unistr/u16-check: New file.
17257         * modules/unistr/u32-check: New file.
17258         * lib/unistr/u8-check.c: New file.
17259         * lib/unistr/u16-check.c: New file.
17260         * lib/unistr/u32-check.c: New file.
17261
17262         * modules/unistr/u8-chr: New file.
17263         * modules/unistr/u16-chr: New file.
17264         * modules/unistr/u32-chr: New file.
17265         * lib/unistr/u8-chr.c: New file.
17266         * lib/unistr/u16-chr.c: New file.
17267         * lib/unistr/u32-chr.c: New file.
17268
17269         * modules/unistr/u8-cmp: New file.
17270         * modules/unistr/u16-cmp: New file.
17271         * modules/unistr/u32-cmp: New file.
17272         * lib/unistr/u8-cmp.c: New file.
17273         * lib/unistr/u16-cmp.c: New file.
17274         * lib/unistr/u32-cmp.c: New file.
17275
17276         * modules/unistr/u8-cpy: New file.
17277         * modules/unistr/u16-cpy: New file.
17278         * modules/unistr/u32-cpy: New file.
17279         * lib/unistr/u8-cpy.c: New file.
17280         * lib/unistr/u16-cpy.c: New file.
17281         * lib/unistr/u32-cpy.c: New file.
17282         * lib/unistr/u-cpy.h: New file.
17283
17284         * modules/unistr/u8-cpy-alloc: New file.
17285         * modules/unistr/u16-cpy-alloc: New file.
17286         * modules/unistr/u32-cpy-alloc: New file.
17287         * lib/unistr/u8-cpy-alloc.c: New file.
17288         * lib/unistr/u16-cpy-alloc.c: New file.
17289         * lib/unistr/u32-cpy-alloc.c: New file.
17290         * lib/unistr/u-cpy-alloc.h: New file.
17291
17292         * modules/unistr/u8-endswith: New file.
17293         * modules/unistr/u16-endswith: New file.
17294         * modules/unistr/u32-endswith: New file.
17295         * lib/unistr/u8-endswith.c: New file.
17296         * lib/unistr/u16-endswith.c: New file.
17297         * lib/unistr/u32-endswith.c: New file.
17298         * lib/unistr/u-endswith.h: New file.
17299
17300         * modules/unistr/u8-mblen: New file.
17301         * modules/unistr/u16-mblen: New file.
17302         * modules/unistr/u32-mblen: New file.
17303         * lib/unistr/u8-mblen.c: New file.
17304         * lib/unistr/u16-mblen.c: New file.
17305         * lib/unistr/u32-mblen.c: New file.
17306
17307         * modules/unistr/u8-mbtouc: New file.
17308         * modules/unistr/u16-mbtouc: New file.
17309         * modules/unistr/u32-mbtouc: New file.
17310         * lib/unistr/u8-mbtouc.c: New file.
17311         * lib/unistr/u16-mbtouc.c: New file.
17312         * lib/unistr/u32-mbtouc.c: New file.
17313
17314         * modules/unistr/u8-mbtouc-safe: New file.
17315         * modules/unistr/u16-mbtouc-safe: New file.
17316         * modules/unistr/u32-mbtouc-safe: New file.
17317         * lib/unistr/u8-mbtouc-safe.c: New file.
17318         * lib/unistr/u16-mbtouc-safe.c: New file.
17319         * lib/unistr/u32-mbtouc-safe.c: New file.
17320
17321         * modules/unistr/u8-move: New file.
17322         * modules/unistr/u16-move: New file.
17323         * modules/unistr/u32-move: New file.
17324         * lib/unistr/u8-move.c: New file.
17325         * lib/unistr/u16-move.c: New file.
17326         * lib/unistr/u32-move.c: New file.
17327         * lib/unistr/u-move.h: New file.
17328
17329         * modules/unistr/u8-next: New file.
17330         * modules/unistr/u16-next: New file.
17331         * modules/unistr/u32-next: New file.
17332         * lib/unistr/u8-next.c: New file.
17333         * lib/unistr/u16-next.c: New file.
17334         * lib/unistr/u32-next.c: New file.
17335
17336         * modules/unistr/u8-prev: New file.
17337         * modules/unistr/u16-prev: New file.
17338         * modules/unistr/u32-prev: New file.
17339         * lib/unistr/u8-prev.c: New file.
17340         * lib/unistr/u16-prev.c: New file.
17341         * lib/unistr/u32-prev.c: New file.
17342
17343         * modules/unistr/u8-set: New file.
17344         * modules/unistr/u16-set: New file.
17345         * modules/unistr/u32-set: New file.
17346         * lib/unistr/u8-set.c: New file.
17347         * lib/unistr/u16-set.c: New file.
17348         * lib/unistr/u32-set.c: New file.
17349         * lib/unistr/u-set.h: New file.
17350
17351         * modules/unistr/u8-startswith: New file.
17352         * modules/unistr/u16-startswith: New file.
17353         * modules/unistr/u32-startswith: New file.
17354         * lib/unistr/u8-startswith.c: New file.
17355         * lib/unistr/u16-startswith.c: New file.
17356         * lib/unistr/u32-startswith.c: New file.
17357         * lib/unistr/u-startswith.h: New file.
17358
17359         * modules/unistr/u8-stpcpy: New file.
17360         * modules/unistr/u16-stpcpy: New file.
17361         * modules/unistr/u32-stpcpy: New file.
17362         * lib/unistr/u8-stpcpy.c: New file.
17363         * lib/unistr/u16-stpcpy.c: New file.
17364         * lib/unistr/u32-stpcpy.c: New file.
17365         * lib/unistr/u-stpcpy.h: New file.
17366
17367         * modules/unistr/u8-stpncpy: New file.
17368         * modules/unistr/u16-stpncpy: New file.
17369         * modules/unistr/u32-stpncpy: New file.
17370         * lib/unistr/u8-stpncpy.c: New file.
17371         * lib/unistr/u16-stpncpy.c: New file.
17372         * lib/unistr/u32-stpncpy.c: New file.
17373         * lib/unistr/u-stpncpy.h: New file.
17374
17375         * modules/unistr/u8-strcat: New file.
17376         * modules/unistr/u16-strcat: New file.
17377         * modules/unistr/u32-strcat: New file.
17378         * lib/unistr/u8-strcat.c: New file.
17379         * lib/unistr/u16-strcat.c: New file.
17380         * lib/unistr/u32-strcat.c: New file.
17381         * lib/unistr/u-strcat.h: New file.
17382
17383         * modules/unistr/u8-strchr: New file.
17384         * modules/unistr/u16-strchr: New file.
17385         * modules/unistr/u32-strchr: New file.
17386         * lib/unistr/u8-strchr.c: New file.
17387         * lib/unistr/u16-strchr.c: New file.
17388         * lib/unistr/u32-strchr.c: New file.
17389
17390         * modules/unistr/u8-strcmp: New file.
17391         * modules/unistr/u16-strcmp: New file.
17392         * modules/unistr/u32-strcmp: New file.
17393         * lib/unistr/u8-strcmp.c: New file.
17394         * lib/unistr/u16-strcmp.c: New file.
17395         * lib/unistr/u32-strcmp.c: New file.
17396
17397         * modules/unistr/u8-strcpy: New file.
17398         * modules/unistr/u16-strcpy: New file.
17399         * modules/unistr/u32-strcpy: New file.
17400         * lib/unistr/u8-strcpy.c: New file.
17401         * lib/unistr/u16-strcpy.c: New file.
17402         * lib/unistr/u32-strcpy.c: New file.
17403         * lib/unistr/u-strcpy.h: New file.
17404
17405         * modules/unistr/u8-strcspn: New file.
17406         * modules/unistr/u16-strcspn: New file.
17407         * modules/unistr/u32-strcspn: New file.
17408         * lib/unistr/u8-strcspn.c: New file.
17409         * lib/unistr/u16-strcspn.c: New file.
17410         * lib/unistr/u32-strcspn.c: New file.
17411         * lib/unistr/u-strcspn.h: New file.
17412
17413         * modules/unistr/u8-strdup: New file.
17414         * modules/unistr/u16-strdup: New file.
17415         * modules/unistr/u32-strdup: New file.
17416         * lib/unistr/u8-strdup.c: New file.
17417         * lib/unistr/u16-strdup.c: New file.
17418         * lib/unistr/u32-strdup.c: New file.
17419         * lib/unistr/u-strdup.h: New file.
17420
17421         * modules/unistr/u8-strlen: New file.
17422         * modules/unistr/u16-strlen: New file.
17423         * modules/unistr/u32-strlen: New file.
17424         * lib/unistr/u8-strlen.c: New file.
17425         * lib/unistr/u16-strlen.c: New file.
17426         * lib/unistr/u32-strlen.c: New file.
17427         * lib/unistr/u-strlen.h: New file.
17428
17429         * modules/unistr/u8-strmblen: New file.
17430         * modules/unistr/u16-strmblen: New file.
17431         * modules/unistr/u32-strmblen: New file.
17432         * lib/unistr/u8-strmblen.c: New file.
17433         * lib/unistr/u16-strmblen.c: New file.
17434         * lib/unistr/u32-strmblen.c: New file.
17435
17436         * modules/unistr/u8-strmbtouc: New file.
17437         * modules/unistr/u16-strmbtouc: New file.
17438         * modules/unistr/u32-strmbtouc: New file.
17439         * lib/unistr/u8-strmbtouc.c: New file.
17440         * lib/unistr/u16-strmbtouc.c: New file.
17441         * lib/unistr/u32-strmbtouc.c: New file.
17442
17443         * modules/unistr/u8-strncat: New file.
17444         * modules/unistr/u16-strncat: New file.
17445         * modules/unistr/u32-strncat: New file.
17446         * lib/unistr/u8-strncat.c: New file.
17447         * lib/unistr/u16-strncat.c: New file.
17448         * lib/unistr/u32-strncat.c: New file.
17449         * lib/unistr/u-strncat.h: New file.
17450
17451         * modules/unistr/u8-strncmp: New file.
17452         * modules/unistr/u16-strncmp: New file.
17453         * modules/unistr/u32-strncmp: New file.
17454         * lib/unistr/u8-strncmp.c: New file.
17455         * lib/unistr/u16-strncmp.c: New file.
17456         * lib/unistr/u32-strncmp.c: New file.
17457
17458         * modules/unistr/u8-strncpy: New file.
17459         * modules/unistr/u16-strncpy: New file.
17460         * modules/unistr/u32-strncpy: New file.
17461         * lib/unistr/u8-strncpy.c: New file.
17462         * lib/unistr/u16-strncpy.c: New file.
17463         * lib/unistr/u32-strncpy.c: New file.
17464         * lib/unistr/u-strncpy.h: New file.
17465
17466         * modules/unistr/u8-strnlen: New file.
17467         * modules/unistr/u16-strnlen: New file.
17468         * modules/unistr/u32-strnlen: New file.
17469         * lib/unistr/u8-strnlen.c: New file.
17470         * lib/unistr/u16-strnlen.c: New file.
17471         * lib/unistr/u32-strnlen.c: New file.
17472         * lib/unistr/u-strnlen.h: New file.
17473
17474         * modules/unistr/u8-strpbrk: New file.
17475         * modules/unistr/u16-strpbrk: New file.
17476         * modules/unistr/u32-strpbrk: New file.
17477         * lib/unistr/u8-strpbrk.c: New file.
17478         * lib/unistr/u16-strpbrk.c: New file.
17479         * lib/unistr/u32-strpbrk.c: New file.
17480         * lib/unistr/u-strpbrk.h: New file.
17481
17482         * modules/unistr/u8-strrchr: New file.
17483         * modules/unistr/u16-strrchr: New file.
17484         * modules/unistr/u32-strrchr: New file.
17485         * lib/unistr/u8-strrchr.c: New file.
17486         * lib/unistr/u16-strrchr.c: New file.
17487         * lib/unistr/u32-strrchr.c: New file.
17488
17489         * modules/unistr/u8-strspn: New file.
17490         * modules/unistr/u16-strspn: New file.
17491         * modules/unistr/u32-strspn: New file.
17492         * lib/unistr/u8-strspn.c: New file.
17493         * lib/unistr/u16-strspn.c: New file.
17494         * lib/unistr/u32-strspn.c: New file.
17495         * lib/unistr/u-strspn.h: New file.
17496
17497         * modules/unistr/u8-strstr: New file.
17498         * modules/unistr/u16-strstr: New file.
17499         * modules/unistr/u32-strstr: New file.
17500         * lib/unistr/u8-strstr.c: New file.
17501         * lib/unistr/u16-strstr.c: New file.
17502         * lib/unistr/u32-strstr.c: New file.
17503         * lib/unistr/u-strstr.h: New file.
17504
17505         * modules/unistr/u8-strtok: New file.
17506         * modules/unistr/u16-strtok: New file.
17507         * modules/unistr/u32-strtok: New file.
17508         * lib/unistr/u8-strtok.c: New file.
17509         * lib/unistr/u16-strtok.c: New file.
17510         * lib/unistr/u32-strtok.c: New file.
17511         * lib/unistr/u-strtok.h: New file.
17512
17513         * modules/unistr/u8-uctomb: New file.
17514         * modules/unistr/u16-uctomb: New file.
17515         * modules/unistr/u32-uctomb: New file.
17516         * lib/unistr/u8-uctomb.c: New file.
17517         * lib/unistr/u16-uctomb.c: New file.
17518         * lib/unistr/u32-uctomb.c: New file.
17519
17520         * MODULES.html.sh (Unicode string functions): Add the new modules.
17521
17522 2007-01-08  Bruno Haible  <bruno@clisp.org>
17523
17524         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
17525         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
17526         subdirectories.
17527
17528 2007-01-08  Karl Berry  <karl@gnu.org>
17529
17530         * doc/error.texi: mention that main() fns must set program_name
17531         when progname is used.
17532
17533 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
17534
17535         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
17536         WCTYPE_H is empty, for the benefit of builds from non-distclean
17537         directories.  Problem reported by Eric Blake in
17538         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
17539
17540 2007-01-08  Bruno Haible  <bruno@clisp.org>
17541
17542         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
17543         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
17544         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
17545         PROVIDE_CANONICALIZE_FILENAME_MODE.
17546         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
17547
17548 2007-01-08  Bruno Haible  <bruno@clisp.org>
17549
17550         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
17551         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
17552         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
17553         * lib/fts.c: Likewise.
17554         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
17555
17556 2006-12-25  Bruno Haible  <bruno@clisp.org>
17557
17558         * modules/utf8-ucs4-safe: New file.
17559         * lib/utf8-ucs4-safe.h: New file.
17560         * lib/unistr/utf8-ucs4-safe.c: New file.
17561
17562         * modules/utf16-ucs4-safe: New file.
17563         * lib/utf16-ucs4-safe.h: New file.
17564         * lib/unistr/utf16-ucs4-safe.c: New file.
17565
17566         * MODULES.html.sh (Unicode string functions): Add the new modules.
17567
17568 2007-01-08  Bruno Haible  <bruno@clisp.org>
17569
17570         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
17571         (Depends-on): Add unitypes.
17572         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
17573         (u8_mbtouc_aux): Move out to separate file.
17574         (u8_mbtouc): Use ucs4_t, uint8_t types.
17575         * lib/unistr/utf8-ucs4.c: New file.
17576
17577         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
17578         (Depends-on): Add unitypes.
17579         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
17580         (u16_mbtouc_aux): Move out to separate file.
17581         (u16_mbtouc): Use ucs4_t, uint16_t types.
17582         * lib/unistr/utf16-ucs4.c: New file.
17583
17584         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
17585         (Depends-on): Add unitypes.
17586         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
17587         (u8_uctomb_aux): Move out to separate file.
17588         (u8_uctomb): Use ucs4_t, uint8_t types.
17589         * lib/unistr/ucs4-utf8.c: New file.
17590
17591         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
17592         (Depends-on): Add unitypes.
17593         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
17594         (u16_uctomb_aux): Move out to separate file.
17595         (u16_uctomb): Use ucs4_t, uint16_t types.
17596         * lib/unistr/ucs4-utf16.c: New file.
17597
17598 2006-12-25  Bruno Haible  <bruno@clisp.org>
17599
17600         * modules/unitypes: New file.
17601         * lib/unitypes.h: New file.
17602         * MODULES.html.sh (func_all_modules): New section "Unicode string
17603         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
17604         this section. Add unitypes.
17605
17606 2007-01-08  Bruno Haible  <bruno@clisp.org>
17607
17608         Avoid variable names that conflict with those from libtool.
17609         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
17610         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
17611         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
17612         library_names_spec to acl_library_names_spec, hardcode_* to
17613         acl_hardcode_*.
17614         Reported by Ralf Wildenhues.
17615
17616 2007-01-08  Bruno Haible  <bruno@clisp.org>
17617
17618         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
17619         definition.
17620         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
17621         definition.
17622         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
17623         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
17624         definition.
17625         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
17626         definition.
17627         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
17628         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
17629         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
17630         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
17631         definition.
17632         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
17633         definition.
17634         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
17635         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
17636         GC_USE_<algorithm>.
17637         * lib/gc-libgcrypt.c: Likewise.
17638         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
17639         * modules/gc-arctwo (configure.ac): Likewise.
17640         * modules/gc-des (configure.ac): Likewise.
17641         * modules/gc-hmac-md5 (configure.ac): Likewise.
17642         * modules/gc-hmac-sha1 (configure.ac): Likewise.
17643         * modules/gc-md2 (configure.ac): Likewise.
17644         * modules/gc-md4 (configure.ac): Likewise.
17645         * modules/gc-md5 (configure.ac): Likewise.
17646         * modules/gc-random (configure.ac): Likewise.
17647         * modules/gc-rijndael (configure.ac): Likewise.
17648         * modules/gc-sha1 (configure.ac): Likewise.
17649
17650 2007-01-08  Bruno Haible  <bruno@clisp.org>
17651
17652         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
17653         macro definition.
17654         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
17655         definition.
17656         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
17657         definition.
17658         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
17659         * modules/fcntl-safer (configure.ac): Likewise.
17660         * modules/fopen-safer (configure.ac): Likewise.
17661         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
17662         GNULIB_FWRITEERROR macro definition.
17663
17664 2007-01-08  Bruno Haible  <bruno@clisp.org>
17665
17666         * m4/gnulib-common.m4: New file.
17667         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
17668         (func_get_filelist): Add m4/gnulib-common.m4.
17669
17670 2007-01-08  Bruno Haible  <bruno@clisp.org>
17671
17672         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
17673         command.
17674
17675 2007-01-08  Jim Meyering  <jim@meyering.net>
17676
17677         Use a more robust test for a "can't happen" condition.
17678         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
17679         narrowed the st_size value.  Presuming the "can't happen" condition
17680         is true, that narrowing could conceivably convert an invalid st_size
17681         value into a valid one.  Instead, use a change based on Matthew
17682         Woehlke's original patch.
17683
17684         Slight readability improvement: use an assert-like macro
17685         in place of literal "abort ()" uses.
17686         * lib/fts.c (fts_assert): Define.
17687         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
17688         Use this macro instead of a bare 'abort'.
17689
17690 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
17691
17692         Don't worry about using IRIX 5.3's wctype.h broken definitions;
17693         simply work around them.
17694         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
17695         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
17696         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
17697         declaring.
17698         Don't bother to define as macros, since the standard doesn't require it.
17699         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
17700         longer worry about IRIX 5.3.
17701         (HAVE_WCTYPE_CTMP_BUG): Remove.
17702
17703 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17704
17705         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
17706         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
17707         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
17708         Problems reported by Georg Schwarz for IRIX 5.3.
17709
17710         * gnulib-tool (autoconf_minversion): Take the maximum version number
17711         found, not the minimum.  Problem reported by James Youngman.
17712
17713 2007-01-03  Karl Berry  <karl@gnu.org>
17714
17715         * doc/error.texi: new file, explaining interaction with progname.
17716         * doc/gnulib.texi: include it.  Update copyright.
17717
17718 2007-01-03  Simon Josefsson  <simon@josefsson.org>
17719
17720         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
17721         AC_CANONICAL_HOST, to improve autobuild outputs.
17722
17723 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
17724             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
17725
17726         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
17727         sockets, server sockets, and other file descriptors.  Count errors
17728         to compute the return value.  Reorder the code a bit to be easier
17729         to follow.  Don't set event bits that were not requested (except
17730         POLLERR and POLLHUP).
17731
17732 2007-01-01  Bruno Haible  <bruno@clisp.org>
17733
17734         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
17735
17736 2007-01-03  Jim Meyering  <jim@meyering.net>
17737
17738         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
17739
17740 2007-01-02  Bruno Haible  <bruno@clisp.org>
17741
17742         * modules/settime (Include): Require timespec.h.
17743         * modules/nanosleep (Include): Likewise.
17744
17745 2007-01-01  Bruno Haible  <bruno@clisp.org>
17746
17747         * gnulib-tool (func_emit_copyright_notice): Bump year.
17748         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
17749
17750 2007-01-01  Bruno Haible  <bruno@clisp.org>
17751
17752         Improve support for OpenBSD.
17753         * build-aux/config.rpath (libname_spec): Export.
17754         (library_names_spec): New variable. Export.
17755         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
17756         library_names_spec from the config.rpath output. Locate shared library
17757         through the name pattern in library_names_spec.
17758
17759 2007-01-01  Eric Blake  <ebb9@byu.net>
17760
17761         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
17762
17763 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
17766         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
17767         assume the C locale, and avoid an "eval" that could cause trouble.
17768         Problem with SORT reported by Bob Proulx.
17769
17770         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
17771         Define.  Trivial patch from Henning Nielsen Lund, originally
17772         sent to bug-grep@gnu.org today.
17773
17774 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
17775
17776         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
17777         struct stat.  Problem reported by Henning Nielsen Lund.
17778         * lib/acl.c: Include acl.h first, to check interface.  Don't
17779         bother to include sys/types.h and sys/stat.h again.
17780
17781 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17782
17783         Import the following change from libc; problem reported by
17784         Sven Verdoolaege.
17785
17786         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
17787
17788         [BZ #1373]
17789         * lib/argp.h: Remove __NTH for __argp_usage inline function.
17790
17791 2006-12-28  Jim Meyering  <jim@meyering.net>
17792
17793         * build-aux/announce-gen: Do not assume that the package
17794         builds any of tar.gz, tar.bz2, and .xdelta files.
17795         Suggestion from Simon Josefsson.
17796
17797 2006-12-28  Simon Josefsson  <simon@josefsson.org>
17798
17799         * modules/announce-gen: New file.
17800
17801 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
17802
17803         * lib/mbchar.h: Just include <wctype.h>; the wctype module
17804         handles its gotchas now.
17805         * lib/mbswidth.c: Likewise.
17806         * lib/wcwidth.h: Likewise.
17807         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
17808         and iswcntrl; the wctype module does this stuff now.
17809         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
17810         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17811         * modules/mbchar (Depends-on): Add wctype.
17812         * modules/mbswidth (Depends-on): Likewise.
17813         * modules/wcwidth (Depends-on): Likewise.
17814
17815 2006-12-27  Eric Blake  <ebb9@byu.net>
17816
17817         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
17818         module uses more than what <wctype.h> is required to provide.
17819
17820 2006-12-26  Eric Blake  <ebb9@byu.net>
17821
17822         * gnulib-tool (sed_extract_prog): Avoid space-tab.
17823
17824 2006-12-26  Eric Blake  <ebb9@byu.net>
17825
17826         * modules/absolute-header: New module.
17827         * modules/fcntl (Depends-on): Depend on it.
17828         * modules/inttypes (Depends-on): Likewise.
17829         * modules/stdint (Depends-on): Likewise.
17830         * modules/sys_stat (Depends-on): Likewise.
17831         * modules/wctype (Depends-on): Likewise.
17832         * MODULES.html.sh (Support for building libraries and
17833         executables): Document it.
17834
17835 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
17836
17837         * gnulib-tool (SED): Remove, undoing previous change.
17838         The problem was that it broke coreutils on Solaris, because
17839         "sed --posix" leaked into a makefile.
17840         (sed): New alias, if 'alias' and GNU sed.
17841
17842 2006-12-24  Jim Meyering  <jim@meyering.net>
17843
17844         Work around an fchownat bug in glibc-2.4:
17845         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
17846         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
17847         in spite of the -P option.
17848         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
17849         New macros.
17850         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
17851         * modules/openat (Files): Add lib/fchownat.c.
17852         * lib/openat.c (fchownat): Don't define here.  Move to...
17853         * lib/fchownat.c: ...this new file.
17854
17855 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17856
17857         Fix bug reported by Bruno Haible in
17858         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
17859         where quotearg.c didn't compile on Mac OS X 10.2 because it
17860         lacks <wchar.h> and wint_t.
17861         * lib/wctype_.h (__wctype_wint_t): New type.
17862         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
17863         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
17864         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
17865         Arg is now of type __wctype_wint_t, not wint_t.
17866         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
17867         substitute HAVE_WINT_T.
17868         * modules/wctype (Files): Add m4/wint_t.m4.
17869         (wctype.h): Substitute HAVE_WINT_T.
17870
17871 2006-12-23  Bruno Haible  <bruno@clisp.org>
17872
17873         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
17874
17875 2006-12-23  Bruno Haible  <bruno@clisp.org>
17876
17877         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
17878         S_ISLNK.
17879         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
17880         mingw.
17881
17882 2006-12-22  Bruno Haible  <bruno@clisp.org>
17883
17884         * lib/copy-file.c: Include acl.h.
17885         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
17886         Close the file descriptors only after being done with copy_acl.
17887         * modules/copy-file (Depends-on): Add acl.
17888
17889 2006-12-22  Bruno Haible  <bruno@clisp.org>
17890
17891         * gnulib-tool (SED): New variable.
17892         Use $SED instead of sed everywhere.
17893
17894 2006-12-22  Bruno Haible  <bruno@clisp.org>
17895
17896         * modules/no-c++: New file.
17897         * m4/no-c++.m4: New file.
17898         * MODULES.html.sh (Support for building libraries and executables):
17899         Add no-c++.
17900
17901 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
17902
17903         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
17904         Include <limits.h>, and use its INT_MAX to rewrite the
17905         j loop so that it does not overflow 'int'.  Problem reported by
17906         Ralf Wildenhues in
17907         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
17908         Play it safe by shifting left by 1 rather than multiplying by 2,
17909         as GCC is less likely to optimize this away when the value
17910         is signed (when it assumes overflow leads to undefined behavior).
17911         Also, don't assume time_t uses two's complement.
17912
17913 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
17914
17915         * MODULES.html.sh: New module wctype.
17916         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
17917         * lib/fnmatch.c: Don't bother to include <wchar.h> before
17918         <wctype.h>, since the new wctype module should fix this.
17919         * lib/quotearg.c: Include <wctype.h> unconditionally, since
17920         the wctype module should arrange for it.
17921         * lib/regex_internal.h: Likewise.
17922         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
17923         since the wctype module should handle this now.
17924         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
17925         * modules/fnmatch (Depends-on): Add wctype.
17926         * modules/quotearg (Depends-on): Likewise.
17927         * modules/regex (Depends-on): Likewise.
17928
17929 2006-12-19  Bruno Haible  <bruno@clisp.org>
17930
17931         * lib/strdup.h [C++]: Wrap definitions in extern "C".
17932         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
17933
17934 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17935
17936         * modules/savewd (Depends-on): Fix dependency on fcntl.
17937
17938 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17939
17940         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
17941         conforms to C99, rather than relying on the user's environment
17942         setting of STDINT_H.
17943
17944 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
17945         and Eric Blake  <ebb9@byu.net>
17946
17947         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
17948         This is more consistent with the other defines here.
17949         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
17950         Port to z/OS.  Problem reported by Paul Gilmartin.
17951         Change local vars to use gl_ prefix rather than ac_.
17952         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
17953         with other defines.
17954         * modules/double-slash-root: New module.
17955         * modules/dirname (Files): Remove m4/double-slash-root.m4.
17956         (Depends-on): Add double-slash-root.
17957         * MODULES.html.sh (File system functions): Mention new module.
17958
17959 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
17960
17961         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
17962         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
17963         This is for the benefit of gzip, which doesn't do i18n.
17964
17965 2006-12-12  Jim Meyering  <jim@meyering.net>
17966
17967         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
17968         Reported by Andreas Schwab <schwab@suse.de>.
17969
17970 2006-12-12  Bruno Haible  <bruno@clisp.org>
17971
17972         Merge these changes.
17973         2006-09-05  Bruno Haible  <bruno@clisp.org>
17974         * lib/iconvme.c (iconv_string): No need to save and restore errno when
17975         iconv_alloc succeeded.
17976         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
17977         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
17978         test for " && dest " at the end - dest is always != NULL there. Call
17979         iconv with 4xNULL arguments initially, to reset the state. Call iconv
17980         with 2xNULL arguments, also to flush the state storage. Handle the
17981         IRIX iconv behaviour. Realloc the final result, to throw away unused
17982         memory.
17983
17984 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
17985
17986         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
17987         and fchmodat unconditionally, since glibc 2.4 has them.
17988         Problem reported by Arkadiusz Miskiewicz.
17989
17990 2006-12-10  Bruno Haible  <bruno@clisp.org>
17991
17992         * gnulib-tool (func_import): Show the include files only for those
17993         modules that are copied and specified.
17994         Reported by Karl Berry.
17995
17996 2006-12-08  Jim Meyering  <jim@meyering.net>
17997
17998         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
17999         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
18000
18001         * build-aux/announce-gen: Add two new options, both optional:
18002         --bootstrap-tools=TOOL_LIST
18003               a comma-separated list of tools, e.g.,
18004               autoconf,automake,bison,gnulib
18005         --gnulib-snapshot-date=DATE
18006               if gnulib is in the bootstrap tool list,
18007               then report this as the snapshot date.
18008               If not specified, use the current date/time.
18009               If you specify a date here, be sure it's UTC.
18010
18011 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18012
18013         * tests/test-argp-2.sh: Fix test to match actual output.
18014         (func_compare): Fix sed script to be portable.
18015
18016 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
18017
18018         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
18019         workaround for this case.  It is not autoconfigured now; offhand
18020         it's hard to see how to autoconfigure it.
18021
18022 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
18023
18024         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
18025         a directory that is about to be chowned.  Such a directory's
18026         initial file permissions should permit the owner only and this
18027         should not be changed until after the chown, since the group and
18028         other bits would be incorrect if they granted permission before
18029         the chown.
18030
18031         Fix porting problem for iswctype reported by Georg Schwarz in:
18032         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
18033         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
18034         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
18035         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
18036         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
18037
18038 2006-12-03  Jim Meyering  <jim@meyering.net>
18039
18040         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
18041         p->fts_statp may not yet be defined.
18042         (fts_read): Instead, set it in the caller, once p->fts_statp is
18043         sure to be defined, and corresponds to a top-level directory.
18044         This bug made du -x fail.  Here's the coreutils test case:
18045         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
18046         Reported by Mike Frysinger.
18047
18048 2006-12-01  Jim Meyering  <jim@meyering.net>
18049
18050         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
18051         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
18052         Reported by Simon Josefsson.
18053
18054 2006-11-30  Jim Meyering  <jim@meyering.net>
18055
18056         * m4/warning.m4: Use the all-permissive copyright notice
18057         recommended by RMS (rather than LGPL).
18058         * m4/vararrays.m4: Likewise.
18059         * m4/flexmember.m4: Likewise.
18060
18061 2006-11-29  Bruno Haible  <bruno@clisp.org>
18062
18063         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18064         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
18065         using +=.
18066         Reported by Simon Josefsson <simon@josefsson.org>.
18067
18068 2006-11-28  James Youngman <jay@gnu.org>
18069
18070         * README: Advise users that they might find the bug-gnulib@gnu.org
18071         and autotools-announce@gnu.org mailing lists useful.
18072
18073 2006-11-28  Bruno Haible  <bruno@clisp.org>
18074
18075         * m4/ptrdiff_max.m4: Remove file.
18076
18077 2006-11-21  Bruno Haible  <bruno@clisp.org>
18078
18079         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
18080         _AC_COMPUTE_INT.
18081         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18082         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
18083         _AC_COMPUTE_INT.
18084         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18085         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
18086         _AC_COMPUTE_INT.
18087         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18088
18089 2006-11-28  Jim Meyering  <jim@meyering.net>
18090
18091         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
18092         warning from "gcc -Wshadow" about shadowing the builtin.
18093
18094 2006-11-27  Bruno Haible  <bruno@clisp.org>
18095
18096         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
18097         _AC_COMPUTE_INT.
18098         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
18099
18100 2006-11-27  Bruno Haible  <bruno@clisp.org>
18101             Paul Eggert  <eggert@cs.ucla.edu>
18102
18103         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
18104
18105 2006-11-26  Bruno Haible  <bruno@clisp.org>
18106
18107         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18108         noinst_LTLIBRARIES.
18109
18110 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18111             Bruno Haible  <bruno@clisp.org>
18112
18113         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
18114         if compiling with "gcc -ansi".
18115
18116 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18117
18118         Fix some incompatibilities with gcc -ansi -pedantic.
18119         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
18120         if compiling pedantically with GCC, unless it's C99 or later.
18121         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
18122         it mishandles gcc -ansi -pedantic as well.
18123         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
18124         if gcc -pedantic.
18125         * lib/regexec.c (check_node_accept_bytes): Don't use auto
18126         initializers for struct if -pedantic, unless it's C99 or later.
18127
18128 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
18129
18130         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
18131         Don't close an fd more than once. Identical atimes indicate
18132         success, not failure.
18133
18134 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
18135
18136         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
18137
18138 2006-11-23  Jim Meyering  <jim@meyering.net>
18139
18140         * build-aux/announce-gen: New file.  From coreutils.
18141
18142 2006-11-22  Jim Meyering  <jim@meyering.net>
18143
18144         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
18145         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
18146         (fts_read): Use a temporary to narrow the overused st_size member
18147         before using it in a switch statement.  Reported by Matthew Woehlke.
18148
18149         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
18150         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
18151
18152 2006-11-20  Bruno Haible  <bruno@clisp.org>
18153
18154         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
18155         changequote instead of pairs of brackets.
18156         Reported by Andreas Schwab <schwab@suse.de>.
18157
18158 2006-11-21  Jim Meyering  <jim@meyering.net>
18159
18160         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
18161         so as to remain compatible with older compilers.
18162         Patch from Michael Deutschmann.
18163
18164 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18165
18166         * MODULES.html.sh (File system functions): Add openat.
18167
18168         * lib/openat.h (rpl_fstatat): New macro, if
18169         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
18170         (fstatat): Define to rpl_fstatat under the same conditions,
18171         unless COMPILING_FSTATAT.
18172         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
18173         seems to have the bug.
18174         * lib/fstatat.c: New file.
18175         * modules/openat (Files): Add it.
18176
18177 2006-11-20  Bruno Haible  <bruno@clisp.org>
18178
18179         * Makefile: New file.
18180
18181 2006-11-20  Jim Meyering  <jim@meyering.net>
18182
18183         The beginnings of syntax-related checks for gnulib.
18184         * lib/Makefile: New file.
18185         * lib/t-idcache: New script.  Ensure that the two halves of
18186         idcache.c stay in sync.
18187
18188         * lib/idcache.c: Adjust comments in user- and group- portions to
18189         be more accurate, and to be consistent with one another.
18190
18191 2006-11-20  Jim Meyering  <jim@meyering.net>
18192
18193         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
18194         continue using the flexible array member (thus, this module performs
18195         half as many malloc calls), with the addition that...
18196         (getgroup, getuser): Consistently record a non-match via an empty
18197         "name" string, and map an empty string match to a NULL return value.
18198         * modules/idcache (Depends-on): Re-add flexmember.
18199
18200         * lib/idcache.c (getuser): Remove all uses of the register keyword.
18201         (getuidbyname, getgroup, getgidbyname): Likewise.
18202
18203         Use cleaner syntax: NULL rather than 0.
18204         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
18205
18206 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18207
18208         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
18209         It mishandled the case where the group was missing.
18210         Problem reported by Greg Schafer.
18211         * modules/idcache: Likewise.
18212
18213 2006-11-18  Jim Meyering  <jim@meyering.net>
18214
18215         * check-module (%exempt_header): Add exception for some
18216         conditionally-included headers.
18217
18218         * modules/i-ring (Depends-on): Add verify.
18219         (License): Change to LGPL.
18220
18221 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18222
18223         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
18224         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
18225         and inttostr.h.  Use snprintf rather than uinttostr, so that
18226         LGPLed code doesn't depend on GPLed.
18227
18228 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18229
18230         * modules/inline (License): Change from GPL to LGPL.
18231
18232 2006-11-17  Jim Meyering  <jim@meyering.net>
18233
18234         * modules/d-type (License): Switch to LGPL.
18235
18236 2006-11-15  Bruno Haible  <bruno@clisp.org>
18237
18238         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
18239
18240 2006-11-15  Eric Blake  <ebb9@byu.net>
18241
18242         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
18243         the module dependency.
18244
18245 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18246             Bruno Haible  <bruno@clisp.org>
18247
18248         * gnulib-tool (func_create_testdir): Add license consistency check.
18249
18250 2006-11-15  Eric Blake  <ebb9@byu.net>
18251
18252         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
18253         random "(cached)" in configure output.
18254
18255 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18256
18257         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
18258         test for conforming inttypes.h is both announced and cached.
18259
18260         * MODULES.html.sh (seen_modules, seen_files): New variables.
18261         (func_module): Rewrite to use a few less gnulib-tool and sed
18262         invocations.  Avoid a couple of quadratic algorithms for ...
18263         (missed_modules, missed_files): ... these, with ...
18264         (func_append, func_tmpdir): ... these new functions, from
18265         gnulib-tool.  Analogously, install traps for cleanup.
18266
18267         * tests/test-gc.c (main): Remove unused variables.
18268         * tests/test-read-file.c: Include stdlib.h, for 'free'.
18269
18270 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
18271
18272         * modules/inttostr (License): Change to LGPL.
18273
18274 2006-11-14  Eric Blake  <ebb9@byu.net>
18275
18276         * modules/tempname (License): Change to LGPL.
18277
18278 2006-11-14  Eric Blake  <ebb9@byu.net>
18279
18280         * doc/functions.texi (Function Portability): *printf functions on
18281         Cygwin now understand all POSIX size specifiers.
18282
18283 2006-11-14  Bruno Haible  <bruno@clisp.org>
18284
18285         * modules/c-ctype (License): Change to LGPL.
18286
18287 2006-11-12  Bruno Haible  <bruno@clisp.org>
18288
18289         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
18290         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
18291         for GNOME libraries, for which the include files are installed in
18292         subdirectories of $prefix/include.
18293
18294 2006-11-12  Bruno Haible  <bruno@clisp.org>
18295
18296         * m4/lib-link.m4: Require at least autoconf-2.54.
18297         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
18298         name to underscores for the --with option.
18299
18300 2006-11-13  Bruno Haible  <bruno@clisp.org>
18301
18302         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
18303         the tests directory.
18304         Reported by Ralf Wildenhues.
18305
18306 2006-11-13  Bruno Haible  <bruno@clisp.org>
18307
18308         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
18309         (func_emit_initmacro_end): Undo the override here.
18310         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
18311         Works around the famous automake error in coreutils.
18312
18313 2006-11-13  Eric Blake  <ebb9@byu.net>
18314
18315         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
18316         element, not its node.
18317
18318 2006-11-12  Bruno Haible  <bruno@clisp.org>
18319
18320         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
18321         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
18322
18323 2006-11-12  Bruno Haible  <bruno@clisp.org>
18324
18325         * gnulib-tool: New option --local-symlink.
18326         (func_usage): Document it.
18327         (lsymbolic): New variable.
18328         (func_import, func_create_testdir): If --symlink was not specified,
18329         test whether --local-symlink was specified and the file comes from
18330         the local_gnulib_dir.
18331
18332 2006-11-12  Bruno Haible  <bruno@clisp.org>
18333
18334         * gnulib-tool (func_ln): New function.
18335         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
18336
18337 2006-11-12  Bruno Haible  <bruno@clisp.org>
18338
18339         Finish support for source files in subdirectories.
18340         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
18341         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
18342         AUTOMAKE_OPTIONS.
18343         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
18344
18345 2006-11-12  Bruno Haible  <bruno@clisp.org>
18346
18347         * gnulib-tool (func_get_automake_snippet): Synthesize also an
18348         EXTRA_lib_SOURCES augmentation.
18349         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
18350
18351 2006-11-12  Jim Meyering  <jim@meyering.net>
18352
18353         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
18354         file descriptors.  This also averts a failure on systems with
18355         native openat support when a traversed directory lacks "x" access.
18356         * lib/fts_.h: Include "i-ring.h"
18357         (struct FTS) [fts_fd_ring]: New member.
18358         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
18359         (FCHDIR): Add parentheses.
18360         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
18361         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
18362         When descending, rather than simply closing the previous
18363         fts_cwd_fd value, push that file descriptor onto the ring.
18364         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
18365         (fts_open): Initialize the new fd_ring member.
18366         (fts_close): Clear the ring.
18367         (fts_safe_changedir): When possible, use our new fd_ring to skip
18368         the diropen and fstat and dev/ino comparison that would normally
18369         accompany a virtual `chdir ("..")'.
18370
18371         * modules/fts (Depends-on): Add i-ring.
18372         * modules/i-ring: New module.
18373         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
18374         * m4/i-ring.m4: New file.
18375
18376 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18377
18378         * gnulib-tool (func_create_testdir): Fix replacement of
18379         `build-aux' in configure.ac.  Run autotools in gltests
18380         subdirectory.
18381         (func_create_testdir, func_create_megatestdir, test): There is
18382         no need for '--force' in most autotool invocations in a new
18383         tree.  Actually fail the whole test if any of the tools, or the
18384         configure or make stages fail.
18385
18386         Sync from Automake.
18387         * build-aux/gnupload: Revert last change.  Add pointer to upload
18388         instructions of the GNU Maintenance Instructions.
18389         Suggestion by Karl Berry.
18390
18391 2006-11-10  Jim Meyering  <jim@meyering.net>
18392
18393         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
18394
18395 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18396
18397         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
18398         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
18399         (bind_textdomain_codeset) [! ENABLE_NLS]:
18400         Evaluate all the arguments.  That way, callers get compatible behavior
18401         if the arguments have side effects.  Also, it avoids some GCC
18402         diagnostics in some cases; Joel E. Denny reported problems when Bison
18403         was configured with --enable-gcc-warnigs.
18404
18405 2006-11-10  Jim Meyering  <jim@meyering.net>
18406
18407         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
18408         relevant options in CFLAGS (like -O, -fno-inline) are taken into
18409         account.
18410
18411 2006-11-10  Jim Meyering  <jim@meyering.net>
18412
18413         * modules/inline: New file/module.
18414         * modules/xalloc (Files): Remove m4/inline.m4.
18415         (Depends-on): Add inline, instead.
18416         * modules/oset: Likewise.
18417         * modules/list: Likewise.
18418
18419 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18420
18421         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
18422         Problem reported by Matthew Woehlke.
18423
18424 2006-11-09  Bruno Haible  <bruno@clisp.org>
18425
18426         * lib/tempname.c (gen_tempname): Remove variant that invokes
18427         __gen_tempname.
18428         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
18429         __gen_tempname.
18430
18431 2006-11-08  Bruno Haible  <bruno@clisp.org>
18432
18433         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
18434         to 'yes' instead of 'cross-compiling'.
18435
18436 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
18437
18438         * lib/quotearg.h (quotearg_free): New decl.
18439         * lib/quotearg.c (quotearg_free): New function.
18440         (slot0, nslots, slotvec0, slotvec):
18441         Now file-scope so that quotearg_free can get at them.
18442
18443 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18444
18445         Sync from Automake.
18446         * build-aux/gnupload: Add missing 'gnu' to example URL.
18447         Report by Karl Berry.
18448
18449 2006-11-08  Bruno Haible  <bruno@clisp.org>
18450
18451         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
18452         Suggested by Paul Eggert.
18453
18454 2006-11-08  Jim Meyering  <jim@meyering.net>
18455
18456         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
18457         It's already included if !_LIBC.
18458         (fts_safe_changedir): Add a comment.
18459
18460 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
18461
18462         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
18463         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
18464         Matthew Woehlke.
18465
18466         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
18467         definitions up, to avoid colliding with change below.
18468         (static_inline) [HAVE_INLINE]: New macro.
18469         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
18470         Provide extern decls when !HAVE_INLINE.  Do not define unless
18471         static_inline is defined, either by us or by xmalloc.c.  Use
18472         static_inline rather than static inline.
18473         (XCALLOC): Optimize sizeof(T) = 1 case.
18474         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
18475
18476 2006-11-07  Bruno Haible  <bruno@clisp.org>
18477
18478         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
18479         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
18480         AC_C_INLINE.
18481         * modules/xalloc (Files): Add m4/inline.m4.
18482
18483 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18484
18485         * README: Fix typo.
18486         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
18487         (Miscellanous Notes): ...from this.
18488
18489 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
18490
18491         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
18492         Mention that offsetof should be used instead of sizeof.
18493         From Bruno Haible.
18494
18495 2006-11-07  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
18498
18499 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
18500
18501         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
18502         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
18503         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
18504         (gl_tree_add_before, gl_tree_add_after):
18505         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
18506         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
18507         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
18508         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
18509         (gl_linked_add_after, gl_linked_add_at): Likewise.
18510         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
18511         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
18512         (gl_tree_add_before, gl_tree_add_after): Likewise.
18513         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
18514         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
18515         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
18516
18517 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18518
18519         * lib/gl_oset.h: Use C comment style, not C++ comment style.
18520
18521 2006-11-06  Bruno Haible  <bruno@clisp.org>
18522
18523         * m4/inline.m4: New file.
18524         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
18525         * modules/list (Files): Add m4/inline.m4.
18526         * modules/oset (Files): Likewise.
18527
18528 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
18529
18530         * lib/idcache.c: Include <stddef.h>, for offsetof.
18531         (struct userid.name): Change from char * to a flexible array member.
18532         All uses changed.
18533         * modules/idcache (Depends-on): Add flexmember.
18534
18535         * MODULES.html.sh (Core language properties): New module flexmember.
18536         * modules/flexmember, m4/flexmember.m4: New files.
18537
18538         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
18539         inline functions that are identical with the old xnmalloc_inline,
18540         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
18541         that we can avoid some unnecessary integer multiplications and
18542         divisions in the common case where the element size is known at
18543         compile time.
18544         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
18545         needed.
18546         (xnboundedmalloc): Remove.
18547         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
18548         arguments, for consistency with rest of this header.
18549         (xcharalloc): Rewrite using XNMALLOC.
18550         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
18551         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
18552         versions have been moved to lib/xalloc.h and renamed to be the
18553         non-*_inline versions.
18554         (xmalloc, xrealloc): Implement without reference to the xnmalloc
18555         and xnrealloc functions, since those functions are now inline and
18556         now call us.
18557         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
18558         renaming described above.
18559         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
18560         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
18561         captures the dependency in AC_C_INLINE.
18562
18563         New module canonicalize-lgpl, proposed by Charles Wilson in
18564         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
18565         with a few small changes afterwards.
18566         * MODULES.html.sh (File system functions): New module
18567         canonicalize-lgpl.
18568         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
18569         and canonicalize_file_name.
18570         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
18571         * modules/canonicalize-lgpl: New files.
18572
18573 2006-11-05  Bruno Haible  <bruno@clisp.org>
18574
18575         * gnulib-tool (func_import, func_create_testdir): Create directories
18576         also for files in subdirectories of lib/.
18577
18578 2006-11-05  Bruno Haible  <bruno@clisp.org>
18579
18580         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
18581         ANSI C compliant.
18582
18583 2006-11-03  Bruno Haible  <bruno@clisp.org>
18584
18585         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
18586         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
18587         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
18588         (xnboundedmalloc): New inline function.
18589         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
18590         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
18591         xmalloc.
18592         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
18593         xmalloc.
18594         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
18595         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
18596         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
18597         xmalloc.
18598         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
18599         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
18600         xmalloc.
18601         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
18602         gl_tree_add_after): Use XMALLOC instead of xmalloc.
18603         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
18604         xmalloc.
18605         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
18606         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
18607         gl_tree_add_after): Use XMALLOC instead of xmalloc.
18608         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
18609         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
18610         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
18611         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
18612
18613 2006-11-03  Bruno Haible  <bruno@clisp.org>
18614
18615         * lib/c-ctype.h [C++]: Define functions without name mangling.
18616         * lib/fwriteerror.h [C++]: Likewise.
18617         * lib/gcd.h [C++]: Likewise.
18618         * lib/linebreak.h [C++]: Likewise.
18619
18620 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
18623         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
18624         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
18625         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
18626         Check for functions and headers just once.
18627         Check for declaration of canonicalize_file_name.
18628         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
18629
18630 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18631
18632         * gnulib-tool (func_import): Fix typo in actioncmd.
18633
18634 2006-11-02  Bruno Haible  <bruno@clisp.org>
18635
18636         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
18637         newline sequence in the Makefile.am snippet as a space, like "make"
18638         does.
18639         Reported by Roger Persson <perrog@gmail.com>.
18640
18641 2006-11-01  Bruno Haible  <bruno@clisp.org>
18642
18643         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
18644         already declared in <string.h>.
18645         * lib/strcase.h (strncasecmp): Don't declare it if yes.
18646
18647 2006-11-01  Bruno Haible  <bruno@clisp.org>
18648
18649         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
18650         * lib/strcase.h: Include <string.h>.
18651         (strcasecmp): Define to rpl_strcasecmp here.
18652
18653 2006-11-01  Bruno Haible  <bruno@clisp.org>
18654
18655         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
18656
18657 2006-11-01  Eric Blake  <ebb9@byu.net>
18658
18659         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
18660
18661         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
18662
18663 2006-10-29  Bruno Haible  <bruno@clisp.org>
18664
18665         Make it compile in C++ mode.
18666         * lib/full-write.c (full_rw): Add a cast.
18667
18668 2006-11-01  Bruno Haible  <bruno@clisp.org>
18669
18670         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
18671         be POSIX compliant.
18672         Reported by Roger Persson <perrog@gmail.com>.
18673
18674 2006-11-01  Eric Blake  <ebb9@byu.net>
18675
18676         * lib/getopt_.h: Fix comments.
18677
18678 2006-10-31  Eric Blake  <ebb9@byu.net>
18679
18680         * modules/tmpdir (Depends-on): Add sys_stat.
18681         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
18682         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
18683         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
18684         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
18685         tempname.
18686
18687 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
18688
18689         Avoid some C++ diagnostics reported by Bruno Haible.
18690         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
18691         xmalloc.
18692         (quotearg_alloc): Use xcharalloc rather than xmalloc.
18693         (struct slotvec): Move to top level.
18694         (quotearg_n_options): Rewrite to avoid xmalloc.
18695         * lib/xalloc.h (xcharalloc): New function.
18696         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
18697         [defined __cplusplus]: Add function template that provides result
18698         type propagation.  This part of the change is from Bruno Haible.
18699
18700 2006-10-29  Bruno Haible  <bruno@clisp.org>
18701
18702         Make it compile in C++ mode.
18703         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
18704         * lib/strnlen1.c (strnlen1): Cast memchr result.
18705         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
18706         * lib/clean-temp.c (string_equals, string_hash): Add casts.
18707         (create_temp_dir): Rename local variable 'template'.
18708         (compile_csharp_using_sscli): Add cast.
18709         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
18710         * lib/findprog.c (find_in_path): Likewise.
18711         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
18712         * lib/wait-process.c (register_slave_subprocess): Likewise.
18713
18714 2006-10-22  Bruno Haible  <bruno@clisp.org>
18715
18716         * modules/tsearch: New file.
18717         * lib/tsearch.h: New file.
18718         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
18719         * m4/tsearch.m4: New file.
18720         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
18721
18722 2006-10-29  Eric Blake  <ebb9@byu.net>
18723
18724         * lib/arcfour.c: Assume config.h.
18725         * lib/arctwo.c: Likewise.
18726         * lib/base64.c: Likewise.
18727         * lib/check-version.c: Likewise.
18728         * lib/crc.c: Likewise.
18729         * lib/des.c: Likewise.
18730         * lib/gc-gnulib.c: Likewise.
18731         * lib/gc-libgcrypt.c: Likewise.
18732         * lib/gc-pbkdf2-sha1.c: Likewise.
18733         * lib/getaddrinfo.c: Likewise.
18734         * lib/getdelim.c: Likewise.
18735         * lib/getline.c: Likewise.
18736         * lib/hmac-md5.c: Likewise.
18737         * lib/hmac-sha1.c: Likewise.
18738         * lib/iconvme.c: Likewise.
18739         * lib/md2.c: Likewise.
18740         * lib/md4.c: Likewise.
18741         * lib/memxor.c: Likewise.
18742         * lib/read-file.c: Likewise.
18743         * lib/readline.c: Likewise.
18744         * lib/rijndael-alg-fst.c: Likewise.
18745         * lib/rijndael-api-fst.c: Likewise.
18746         * lib/xgetdomainname.c: Likewise.
18747
18748 2006-10-28  Eric Blake  <ebb9@byu.net>
18749
18750         * lib/xstrndup.c: Assume config.h.
18751
18752 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
18753
18754         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
18755         stat-macros.h is now for our own macros, whereas stat_h is for
18756         macros in the <sys/stat.h> name space.
18757         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
18758         (STAT_MACROS_H): Remove.
18759         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
18760         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
18761         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
18762         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
18763         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
18764         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
18765         Move these macros to ...
18766         * lib/stat_.h: here.  Don't include stat-macros.h.
18767         * lib/canonicalize.c: Don't include stat-macros.h.
18768         * lib/chown.c: Likewise.
18769         * lib/euidaccess.c: Likewise.
18770         * lib/file-type.c: Likewise.
18771         * lib/filemode.c: Likewise.
18772         * lib/glob.c: Likewise.
18773         * lib/isapipe.c: Likewise.
18774         * lib/lchown.c: Likewise.
18775         * lib/lstat.c: Likewise.
18776         * lib/mkdir-p.c: Likewise.
18777         * lib/rmdir.c: Likewise.
18778         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
18779         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
18780         unless mkdir isn't declared, to speed up 'configure'.
18781         Always create sys/stat.h, since it's unlikely any real sys/stat.h
18782         would define all the S_* symbols.
18783         * modules/canonicalize (Depends-on):
18784         Depend on sys_stat, not stat-macros.
18785         * modules/chown: Likewise.
18786         * modules/euidaccess: Likewise.
18787         * modules/filemode: Likewise.
18788         * modules/file-type: Likewise.
18789         * modules/glob: Likewise.
18790         * modules/isapipe: Likewise.
18791         * modules/lchown: Likewise.
18792         * modules/lstat: Likewise.
18793         * modules/mkancesdirs: Likewise.
18794         * modules/rmdir: Likewise.
18795         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
18796         * modules/modechange: Likewise.
18797         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
18798         (configure.ac): Remove gl_STAT_MACROS.
18799         * modules/sys_stat (Depends-on): Remove stat-macros.
18800
18801 2006-10-27  Bruno Haible  <bruno@clisp.org>
18802
18803         * m4/signed.m4: Remove file.
18804         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
18805         invocation.
18806         * modules/vasnprintf (Files): Remove m4/signed.m4.
18807
18808 2006-10-27  Bruno Haible  <bruno@clisp.org>
18809
18810         Update to GNU gettext 0.16.
18811         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
18812         m4/inttypes-h.m4, m4/signed.m4.
18813         * m4/gettext.m4: Update to GNU gettext 0.16.
18814         * m4/intl.m4: New file, from GNU gettext.
18815         * m4/intldir.m4: New file, from GNU gettext.
18816         * config/srclist.txt: Update
18817
18818 2006-10-27  Eric Blake  <ebb9@byu.net>
18819
18820         * MODULES.html.sh: Document tempname.
18821         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
18822         dependencies.
18823         (Files): Move lib/tempname.c...
18824         * modules/tempname: ...to this new module.
18825         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
18826         (gl_PREREQ_TEMPNAME): Move...
18827         * m4/tempname.m4: ...to this new file.
18828         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
18829         * modules/sys_stat (Depends-on): Add stat-macros.
18830         * lib/stat_.h (includes): Pick up stat macros.
18831         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
18832         if stat macros are broken.
18833         * lib/tempname.c (includes): No need to include "stat-macros.h".
18834         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
18835         (direxists, __path_search) [!_LIBC]: Don't compile these in
18836         gnulib; the tmpdir module covers that.
18837         * lib/tempname.h: New file.
18838
18839 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
18840
18841         * COPYING: Explain how gnulib-tool converts licence headers.
18842         Almost all wording by Eric Blake.
18843
18844 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
18845
18846         * lib/mbchar.h (is_basic_table): Make read-only.
18847         * lib/mbchar.c (is_basic_table): Likewise.
18848         Reported by John Darrington.
18849
18850 2006-10-25  Bruno Haible  <bruno@clisp.org>
18851
18852         * lib/progname.h (set_program_name): Undefine before defining.
18853
18854 2006-10-25  Bruno Haible  <bruno@clisp.org>
18855
18856         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
18857         false for non-gcc C++ compilers.
18858         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
18859
18860 2006-10-24  Bruno Haible  <bruno@clisp.org>
18861
18862         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
18863         iconv implementations like Irix iconv.
18864
18865 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18866
18867         * modules/vararrays: New file.
18868         * m4/vararrays.m4: New file, taken from diffutils.
18869         * MODULES.html.sh: New module vararrays.
18870
18871 2006-10-24  Karl Berry  <karl@gnu.org>
18872
18873         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
18874         Don't call GNU Unix.
18875
18876 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18877
18878         * users.txt: Add Libtool.
18879
18880         Sync from Libtool:
18881
18882         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18883
18884         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
18885         to gnulib's policy of including config.h unconditionally.
18886
18887 2006-10-24  Bruno Haible  <bruno@clisp.org>
18888
18889         * modules/wcwidth (Files): Add m4/wint_t.m4.
18890         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
18891         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
18892
18893 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18894
18895         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
18896         to pacify GCC with some -W flags enabled.  Problem reported by
18897         Bruno Haible.
18898
18899 2006-10-24  Jim Meyering  <jim@meyering.net>
18900
18901         * MODULES.html.sh: Remove uinttostr.  It's not a module.
18902         Reported by Karl Berry.
18903
18904 2006-10-23  Bruno Haible  <bruno@clisp.org>
18905
18906         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
18907
18908 2006-10-24  Bruno Haible  <bruno@clisp.org>
18909
18910         * lib/gl_list.h: Use C comment style, not C++ comment style.
18911
18912 2006-10-23  Eric Blake  <ebb9@byu.net>
18913
18914         * lib/getaddrinfo.c (includes): Add missing include.
18915
18916 2006-10-23  Bruno Haible  <bruno@clisp.org>
18917             Paul Eggert  <eggert@cs.ucla.edu>
18918
18919         Ability to rename obstack_free.
18920         * lib/obstack.h (__obstack_free): New macro. Declare instead of
18921         obstack_free.
18922         (obstack_free): Invoke the __obstack_free macro.
18923         * lib/obstack.c (obstack_free): Use __obstack_free macro.
18924
18925 2006-10-23  Bruno Haible  <bruno@clisp.org>
18926             Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
18929         __argc, __argv from the declaration. (They are defined as macros on
18930         mingw.)
18931
18932 2006-10-22  Bruno Haible  <bruno@clisp.org>
18933
18934         * doc/gnulib-intro.texi: New file.
18935         * doc/gnulib.texi: Include it.
18936
18937 2006-10-21  Bruno Haible  <bruno@clisp.org>
18938
18939         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
18940         "Introduction", "Miscellanous Notes", "Particular Modules".
18941
18942 2006-10-21  Bruno Haible  <bruno@clisp.org>
18943
18944         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18945         Change mostlyclean-local rule to avoid sh syntax error from bash
18946         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
18947
18948 2006-10-23  Jim Meyering  <jim@meyering.net>
18949
18950         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
18951         in place of snprintf.
18952
18953         * modules/inttostr (Files): Add lib/uinttostr.c.
18954         * lib/uinttostr.c (inttostr): New file/function.
18955         * lib/inttostr.h (uinttostr): Declare.
18956         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
18957         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
18958         Add uinttostr.
18959         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
18960
18961 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18962
18963         * lib/canonicalize.c (ELOOP): Define if not already defined.
18964         Problem reported by Bruno Haible in
18965         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
18966
18967 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
18970         Problem reported by Perry Smith and Ville Laurikari.
18971
18972         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
18973         uses.
18974
18975 2006-10-19  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
18978         for mingw.
18979
18980 2006-10-19  Bruno Haible  <bruno@clisp.org>
18981
18982         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
18983         Needed for mingw.
18984
18985 2006-10-19  Bruno Haible  <bruno@clisp.org>
18986
18987         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
18988
18989 2006-10-19  Bruno Haible  <bruno@clisp.org>
18990
18991         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
18992         it.
18993
18994 2006-10-19  Bruno Haible  <bruno@clisp.org>
18995
18996         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
18997         invocation.
18998
18999 2006-10-19  Bruno Haible  <bruno@clisp.org>
19000
19001         * gnulib-tool (func_create_testdir): Don't include ftruncate and
19002         mountlist by default.
19003
19004 2006-10-16  Bruno Haible  <bruno@clisp.org>
19005
19006         * lib/c-strstr.c: Include c-strstr.h.
19007
19008 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19009
19010         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
19011         in a slash.
19012
19013 2006-10-18  Bruno Haible  <bruno@clisp.org>
19014
19015         * lib/lock.h [C++]: Wrap definitions in extern "C".
19016
19017 2006-10-18  Bruno Haible  <bruno@clisp.org>
19018
19019         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
19020         gl_LIBOBJS list.
19021
19022 2006-10-18  Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
19025
19026 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
19027
19028         * lib/xstrtol.h: Include gettext.h.
19029         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
19030         Problem reported by Eric Blake.
19031         * modules/xstrtol (Depends-on): Add gettext-h.
19032
19033 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
19034
19035         * lib/strftime.c (advance): New macro.
19036         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
19037         incomplete type, so you can't add 0 to it.  Problem and patch
19038         reported by Eelco Dolstra for dietlibc.
19039
19040 2006-10-18  Jim Meyering  <jim@meyering.net>
19041
19042         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
19043         type for a local, and rename it: s/up/user_proc/.
19044
19045 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
19046
19047         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
19048         READ_UTMP_USER_PROCESS.
19049         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
19050
19051 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
19054         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
19055
19056 2006-10-17  Eric Blake  <ebb9@byu.net>
19057
19058         * lib/sigprocmask.c (sigprocmask): Fix typo.
19059
19060         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
19061
19062         * modules/clean-temp (Makefile.am): Don't add to make output...
19063         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
19064         config.h.
19065
19066 2006-10-17  Bruno Haible  <bruno@clisp.org>
19067
19068         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
19069         differently if DEFAULT_TEXT_DOMAIN is set.
19070
19071 2006-10-16  Bruno Haible  <bruno@clisp.org>
19072
19073         * lib/clean-temp.c: Include fwriteerror.h.
19074
19075 2006-10-16  Bruno Haible  <bruno@clisp.org>
19076
19077         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
19078
19079 2006-10-16  Bruno Haible  <bruno@clisp.org>
19080
19081         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
19082         * lib/sigprocmask.h: Include <sys/types.h>.
19083         (sigset_t): Use the system's definition if present.
19084
19085 2006-10-17  Eric Blake  <ebb9@byu.net>
19086
19087         * lib/xvasprintf.c (includes): Assume config.h.
19088         * lib/xasprintf.c (includes): Likewise.
19089
19090 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
19093         at least as wide as intmax_t.
19094
19095 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
19096
19097         (Imported from Automake.)
19098         * build-aux/gnupload: Update to version 1.1 of directive file.
19099
19100 2006-10-16  Eric Blake  <ebb9@byu.net>
19101
19102         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
19103         match Automake 1.10a.
19104
19105 2006-10-14  Bruno Haible  <bruno@clisp.org>
19106
19107         * modules/sigprocmask: New file.
19108         * lib/sigprocmask.h: New file.
19109         * lib/sigprocmask.c: New file.
19110         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
19111         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
19112         request sigprocmask.o.
19113         (gl_PREREQ_SIGPROCMASK): New macro.
19114         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
19115         (Depends-on): Add sigprocmask.
19116         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
19117         gt_SIGNALBLOCKING. Test for 'raise' only once.
19118         * lib/fatal-signal.c: Include sigprocmask.h.
19119         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
19120         unblock_fatal_signals): Define always.
19121         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19122         sigprocmask.
19123
19124 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
19125
19126         Sync from Automake.
19127         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
19128         which incorrectly sets the mode of an existing destination
19129         directory.  In some cases the unpatched install-sh could do the
19130         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
19131         system.  We hope this is rare in practice, but it's clearly worth
19132         fixing.  Problem reported by Alex Unleashed in
19133         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
19134         Also, don't bother to check for -m bugs unless we're using -m;
19135         suggested by Stepan Kasal.
19136
19137 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19138
19139         Sync from Automake.
19140         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
19141         `-c' flag, so they appear at the same position as in %FASTDEP%
19142         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
19143         which ignores unknown options only after the first non-option.
19144         Bug report against M4 by Nelson H. F. Beebe.
19145
19146 2006-10-13  Jim Meyering  <jim@meyering.net>
19147
19148         Fix a bug in yesterday's change.
19149         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
19150         p->fts_statp->st_dev would be used uninitialized.
19151         Ensures that we always call fts_stat on the very first entry.
19152         Miklos Szeredi reported that find -xdev stopped working.
19153
19154 2006-10-12  Bruno Haible  <bruno@clisp.org>
19155
19156         * gnulib-tool (func_get_automake_snippet): Append an automatically
19157         computed EXTRA_DIST augmentation.
19158         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
19159         * modules/alloca-opt (Makefile.am): Likewise.
19160         * modules/allocsa (Makefile.am): Likewise.
19161         * modules/arcfour (Makefile.am): Likewise.
19162         * modules/arctwo (Makefile.am): Likewise.
19163         * modules/argmatch (Makefile.am): Likewise.
19164         * modules/argz (Makefile.am): Likewise.
19165         * modules/atexit (Makefile.am): Likewise.
19166         * modules/backupfile (Makefile.am): Likewise.
19167         * modules/byteswap (Makefile.am): Likewise.
19168         * modules/c-strtod (Makefile.am): Likewise.
19169         * modules/c-strtold (Makefile.am): Likewise.
19170         * modules/calloc (Makefile.am): Likewise.
19171         * modules/canon-host (Makefile.am): Likewise.
19172         * modules/canonicalize (Makefile.am): Likewise.
19173         * modules/chdir-long (Makefile.am): Likewise.
19174         * modules/chdir-safer (Makefile.am): Likewise.
19175         * modules/check-version (Makefile.am): Likewise.
19176         * modules/chown (Makefile.am): Likewise.
19177         * modules/cloexec (Makefile.am): Likewise.
19178         * modules/close-stream (Makefile.am): Likewise.
19179         * modules/closeout (Makefile.am): Likewise.
19180         * modules/crc (Makefile.am): Likewise.
19181         * modules/csharpexec (Makefile.am): Likewise.
19182         * modules/cycle-check (Makefile.am): Likewise.
19183         * modules/des (Makefile.am): Likewise.
19184         * modules/dev-ino (Makefile.am): Likewise.
19185         * modules/dirfd (Makefile.am): Likewise.
19186         * modules/dirname (Makefile.am): Likewise.
19187         * modules/dup2 (Makefile.am): Likewise.
19188         * modules/eealloc (Makefile.am): Likewise.
19189         * modules/error (Makefile.am): Likewise.
19190         * modules/euidaccess (Makefile.am): Likewise.
19191         * modules/exclude (Makefile.am): Likewise.
19192         * modules/exitfail (Makefile.am): Likewise.
19193         * modules/fcntl-safer (Makefile.am): Likewise.
19194         * modules/fcntl (Makefile.am): Likewise.
19195         * modules/file-type (Makefile.am): Likewise.
19196         * modules/fileblocks (Makefile.am): Likewise.
19197         * modules/filemode (Makefile.am): Likewise.
19198         * modules/filenamecat (Makefile.am): Likewise.
19199         * modules/fnmatch (Makefile.am): Likewise.
19200         * modules/fopen-safer (Makefile.am): Likewise.
19201         * modules/fpending (Makefile.am): Likewise.
19202         * modules/fprintftime (Makefile.am): Likewise.
19203         * modules/free (Makefile.am): Likewise.
19204         * modules/fsusage (Makefile.am): Likewise.
19205         * modules/ftruncate (Makefile.am): Likewise.
19206         * modules/fts (Makefile.am): Likewise.
19207         * modules/gc-arcfour (Makefile.am): Likewise.
19208         * modules/gc-des (Makefile.am): Likewise.
19209         * modules/gc-hmac-md5 (Makefile.am): Likewise.
19210         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
19211         * modules/gc-md4 (Makefile.am): Likewise.
19212         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
19213         * modules/gc-sha1 (Makefile.am): Likewise.
19214         * modules/gc (Makefile.am): Likewise.
19215         * modules/getaddrinfo (Makefile.am): Likewise.
19216         * modules/getcwd (Makefile.am): Likewise.
19217         * modules/getdelim (Makefile.am): Likewise.
19218         * modules/getdomainname (Makefile.am): Likewise.
19219         * modules/getgroups (Makefile.am): Likewise.
19220         * modules/gethostname (Makefile.am): Likewise.
19221         * modules/gethrxtime (Makefile.am): Likewise.
19222         * modules/getline (Makefile.am): Likewise.
19223         * modules/getloadavg (Makefile.am): Likewise.
19224         * modules/getlogin_r (Makefile.am): Likewise.
19225         * modules/getndelim2 (Makefile.am): Likewise.
19226         * modules/getopt (Makefile.am): Likewise.
19227         * modules/getpagesize (Makefile.am): Likewise.
19228         * modules/getpass-gnu (Makefile.am): Likewise.
19229         * modules/getpass (Makefile.am): Likewise.
19230         * modules/getsubopt (Makefile.am): Likewise.
19231         * modules/gettime (Makefile.am): Likewise.
19232         * modules/gettimeofday (Makefile.am): Likewise.
19233         * modules/getugroups (Makefile.am): Likewise.
19234         * modules/getusershell (Makefile.am): Likewise.
19235         * modules/glob (Makefile.am): Likewise.
19236         * modules/group-member (Makefile.am): Likewise.
19237         * modules/hard-locale (Makefile.am): Likewise.
19238         * modules/hash (Makefile.am): Likewise.
19239         * modules/hmac-md5 (Makefile.am): Likewise.
19240         * modules/hmac-sha1 (Makefile.am): Likewise.
19241         * modules/human (Makefile.am): Likewise.
19242         * modules/idcache (Makefile.am): Likewise.
19243         * modules/imaxabs (Makefile.am): Likewise.
19244         * modules/imaxdiv (Makefile.am): Likewise.
19245         * modules/inet_ntop (Makefile.am): Likewise.
19246         * modules/inet_pton (Makefile.am): Likewise.
19247         * modules/intprops (Makefile.am): Likewise.
19248         * modules/inttostr (Makefile.am): Likewise.
19249         * modules/inttypes (Makefile.am): Likewise.
19250         * modules/isapipe (Makefile.am): Likewise.
19251         * modules/javaversion (Makefile.am): Likewise.
19252         * modules/lchmod (Makefile.am): Likewise.
19253         * modules/lchown (Makefile.am): Likewise.
19254         * modules/localcharset (Makefile.am): Likewise.
19255         * modules/long-options (Makefile.am): Likewise.
19256         * modules/lstat (Makefile.am): Likewise.
19257         * modules/malloc (Makefile.am): Likewise.
19258         * modules/mathl (Makefile.am): Likewise.
19259         * modules/mbchar (Makefile.am): Likewise.
19260         * modules/md2 (Makefile.am): Likewise.
19261         * modules/md4 (Makefile.am): Likewise.
19262         * modules/md5 (Makefile.am): Likewise.
19263         * modules/memcasecmp (Makefile.am): Likewise.
19264         * modules/memchr (Makefile.am): Likewise.
19265         * modules/memcmp (Makefile.am): Likewise.
19266         * modules/memcoll (Makefile.am): Likewise.
19267         * modules/memcpy (Makefile.am): Likewise.
19268         * modules/memmem (Makefile.am): Likewise.
19269         * modules/memmove (Makefile.am): Likewise.
19270         * modules/mempcpy (Makefile.am): Likewise.
19271         * modules/memrchr (Makefile.am): Likewise.
19272         * modules/memset (Makefile.am): Likewise.
19273         * modules/memxor (Makefile.am): Likewise.
19274         * modules/mkancesdirs (Makefile.am): Likewise.
19275         * modules/mkdir-p (Makefile.am): Likewise.
19276         * modules/mkdir (Makefile.am): Likewise.
19277         * modules/mkdtemp (Makefile.am): Likewise.
19278         * modules/mkstemp (Makefile.am): Likewise.
19279         * modules/mktime (Makefile.am): Likewise.
19280         * modules/modechange (Makefile.am): Likewise.
19281         * modules/mountlist (Makefile.am): Likewise.
19282         * modules/nanosleep (Makefile.am): Likewise.
19283         * modules/obstack (Makefile.am): Likewise.
19284         * modules/openat (Makefile.am): Likewise.
19285         * modules/pagealign_alloc (Makefile.am): Likewise.
19286         * modules/pathmax (Makefile.am): Likewise.
19287         * modules/physmem (Makefile.am): Likewise.
19288         * modules/poll (Makefile.am): Likewise.
19289         * modules/posixtm (Makefile.am): Likewise.
19290         * modules/posixver (Makefile.am): Likewise.
19291         * modules/putenv (Makefile.am): Likewise.
19292         * modules/quote (Makefile.am): Likewise.
19293         * modules/quotearg (Makefile.am): Likewise.
19294         * modules/raise (Makefile.am): Likewise.
19295         * modules/read-file (Makefile.am): Likewise.
19296         * modules/readline (Makefile.am): Likewise.
19297         * modules/readlink (Makefile.am): Likewise.
19298         * modules/readtokens (Makefile.am): Likewise.
19299         * modules/readutmp (Makefile.am): Likewise.
19300         * modules/realloc (Makefile.am): Likewise.
19301         * modules/regex (Makefile.am): Likewise.
19302         * modules/rename-dest-slash (Makefile.am): Likewise.
19303         * modules/rename (Makefile.am): Likewise.
19304         * modules/rijndael (Makefile.am): Likewise.
19305         * modules/rmdir (Makefile.am): Likewise.
19306         * modules/rpmatch (Makefile.am): Likewise.
19307         * modules/safe-read (Makefile.am): Likewise.
19308         * modules/safe-write (Makefile.am): Likewise.
19309         * modules/same-inode (Makefile.am): Likewise.
19310         * modules/same (Makefile.am): Likewise.
19311         * modules/save-cwd (Makefile.am): Likewise.
19312         * modules/savedir (Makefile.am): Likewise.
19313         * modules/setenv (Makefile.am): Likewise.
19314         * modules/settime (Makefile.am): Likewise.
19315         * modules/sha1 (Makefile.am): Likewise.
19316         * modules/sig2str (Makefile.am): Likewise.
19317         * modules/snprintf (Makefile.am): Likewise.
19318         * modules/stat-macros (Makefile.am): Likewise.
19319         * modules/stat-time (Makefile.am): Likewise.
19320         * modules/stdbool (Makefile.am): Likewise.
19321         * modules/stdint (Makefile.am): Likewise.
19322         * modules/stdlib-safer (Makefile.am): Likewise.
19323         * modules/stpcpy (Makefile.am): Likewise.
19324         * modules/stpncpy (Makefile.am): Likewise.
19325         * modules/strcase (Makefile.am): Likewise.
19326         * modules/strcasestr (Makefile.am): Likewise.
19327         * modules/strchrnul (Makefile.am): Likewise.
19328         * modules/strcspn (Makefile.am): Likewise.
19329         * modules/strdup (Makefile.am): Likewise.
19330         * modules/strerror (Makefile.am): Likewise.
19331         * modules/strftime (Makefile.am): Likewise.
19332         * modules/strndup (Makefile.am): Likewise.
19333         * modules/strnlen (Makefile.am): Likewise.
19334         * modules/strpbrk (Makefile.am): Likewise.
19335         * modules/strsep (Makefile.am): Likewise.
19336         * modules/strstr (Makefile.am): Likewise.
19337         * modules/strtod (Makefile.am): Likewise.
19338         * modules/strtoimax (Makefile.am): Likewise.
19339         * modules/strtok_r (Makefile.am): Likewise.
19340         * modules/strtol (Makefile.am): Likewise.
19341         * modules/strtoll (Makefile.am): Likewise.
19342         * modules/strtoul (Makefile.am): Likewise.
19343         * modules/strtoull (Makefile.am): Likewise.
19344         * modules/strtoumax (Makefile.am): Likewise.
19345         * modules/strverscmp (Makefile.am): Likewise.
19346         * modules/sys_socket (Makefile.am): Likewise.
19347         * modules/sys_stat (Makefile.am): Likewise.
19348         * modules/sysexits (Makefile.am): Likewise.
19349         * modules/time_r (Makefile.am): Likewise.
19350         * modules/timegm (Makefile.am): Likewise.
19351         * modules/timespec (Makefile.am): Likewise.
19352         * modules/tmpfile-safer (Makefile.am): Likewise.
19353         * modules/trim (Makefile.am): Likewise.
19354         * modules/unistd-safer (Makefile.am): Likewise.
19355         * modules/unlinkdir (Makefile.am): Likewise.
19356         * modules/unlocked-io (Makefile.am): Likewise.
19357         * modules/userspec (Makefile.am): Likewise.
19358         * modules/utime (Makefile.am): Likewise.
19359         * modules/utimecmp (Makefile.am): Likewise.
19360         * modules/utimens (Makefile.am): Likewise.
19361         * modules/vasnprintf (Makefile.am): Likewise.
19362         * modules/vasprintf (Makefile.am): Likewise.
19363         * modules/vsnprintf (Makefile.am): Likewise.
19364         * modules/xalloc (Makefile.am): Likewise.
19365         * modules/xgetcwd (Makefile.am): Likewise.
19366         * modules/xnanosleep (Makefile.am): Likewise.
19367         * modules/xreadlink (Makefile.am): Likewise.
19368         * modules/xstrtod (Makefile.am): Likewise.
19369         * modules/xstrtol (Makefile.am): Likewise.
19370         * modules/xstrtold (Makefile.am): Likewise.
19371         * modules/yesno (Makefile.am): Likewise.
19372         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
19373
19374 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
19375
19376         * modules/error (Makefile.am): Distribute files through
19377         EXTRA_DIST, not lib_SOURCES.
19378
19379 2006-10-12  Eric Blake  <ebb9@byu.net>
19380
19381         * modules/error (Makefile.am): Distribute files in /lib.
19382         * modules/obstack (Makefile.am): Likewise.
19383
19384 2006-10-12  Bruno Haible  <bruno@clisp.org>
19385
19386         * modules/acl (Makefile.am): Distribute all files in lib/ through
19387         EXTRA_DIST.
19388         * modules/arcfour (Makefile.am): Likewise.
19389         * modules/arctwo (Makefile.am): Likewise.
19390         * modules/argmatch (Makefile.am): Likewise.
19391         * modules/argz (Makefile.am): Likewise.
19392         * modules/atexit (Makefile.am): Likewise.
19393         * modules/backupfile (Makefile.am): Likewise.
19394         * modules/c-strtod (Makefile.am): Likewise.
19395         * modules/c-strtold (Makefile.am): Likewise.
19396         * modules/calloc (Makefile.am): Likewise.
19397         * modules/canon-host (Makefile.am): Likewise.
19398         * modules/canonicalize (Makefile.am): Likewise.
19399         * modules/chdir-long (Makefile.am): Likewise.
19400         * modules/chdir-safer (Makefile.am): Likewise.
19401         * modules/check-version (Makefile.am): Likewise.
19402         * modules/chown (Makefile.am): Likewise.
19403         * modules/cloexec (Makefile.am): Likewise.
19404         * modules/close-stream (Makefile.am): Likewise.
19405         * modules/closeout (Makefile.am): Likewise.
19406         * modules/crc (Makefile.am): Likewise.
19407         * modules/cycle-check (Makefile.am): Likewise.
19408         * modules/des (Makefile.am): Likewise.
19409         * modules/dirfd (Makefile.am): Likewise.
19410         * modules/dirname (Makefile.am): Likewise.
19411         * modules/dup2 (Makefile.am): Likewise.
19412         * modules/euidaccess (Makefile.am): Likewise.
19413         * modules/exclude (Makefile.am): Likewise.
19414         * modules/exitfail (Makefile.am): Likewise.
19415         * modules/fcntl-safer (Makefile.am): Likewise.
19416         * modules/file-type (Makefile.am): Likewise.
19417         * modules/fileblocks (Makefile.am): Likewise.
19418         * modules/filemode (Makefile.am): Likewise.
19419         * modules/filenamecat (Makefile.am): Likewise.
19420         * modules/fnmatch (Makefile.am): Likewise.
19421         * modules/fopen-safer (Makefile.am): Likewise.
19422         * modules/fpending (Makefile.am): Likewise.
19423         * modules/fprintftime (Makefile.am): Likewise.
19424         * modules/free (Makefile.am): Likewise.
19425         * modules/fsusage (Makefile.am): Likewise.
19426         * modules/ftruncate (Makefile.am): Likewise.
19427         * modules/fts (Makefile.am): Likewise.
19428         * modules/gc (Makefile.am): Likewise.
19429         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
19430         * modules/getaddrinfo (Makefile.am): Likewise.
19431         * modules/getcwd (Makefile.am): Likewise.
19432         * modules/getdelim (Makefile.am): Likewise.
19433         * modules/getdomainname (Makefile.am): Likewise.
19434         * modules/getgroups (Makefile.am): Likewise.
19435         * modules/gethostname (Makefile.am): Likewise.
19436         * modules/gethrxtime (Makefile.am): Likewise.
19437         * modules/getline (Makefile.am): Likewise.
19438         * modules/getloadavg (Makefile.am): Likewise.
19439         * modules/getlogin_r (Makefile.am): Likewise.
19440         * modules/getopt (Makefile.am): Likewise.
19441         * modules/getpass (Makefile.am): Likewise.
19442         * modules/getpass-gnu (Makefile.am): Likewise.
19443         * modules/getsubopt (Makefile.am): Likewise.
19444         * modules/gettime (Makefile.am): Likewise.
19445         * modules/gettimeofday (Makefile.am): Likewise.
19446         * modules/getugroups (Makefile.am): Likewise.
19447         * modules/getusershell (Makefile.am): Likewise.
19448         * modules/glob (Makefile.am): Likewise.
19449         * modules/group-member (Makefile.am): Likewise.
19450         * modules/hard-locale (Makefile.am): Likewise.
19451         * modules/hash (Makefile.am): Likewise.
19452         * modules/hmac-md5 (Makefile.am): Likewise.
19453         * modules/hmac-sha1 (Makefile.am): Likewise.
19454         * modules/human (Makefile.am): Likewise.
19455         * modules/idcache (Makefile.am): Likewise.
19456         * modules/imaxabs (Makefile.am): Likewise.
19457         * modules/imaxdiv (Makefile.am): Likewise.
19458         * modules/inet_ntop (Makefile.am): Likewise.
19459         * modules/inet_pton (Makefile.am): Likewise.
19460         * modules/inttostr (Makefile.am): Likewise.
19461         * modules/isapipe (Makefile.am): Likewise.
19462         * modules/lchown (Makefile.am): Likewise.
19463         * modules/long-options (Makefile.am): Likewise.
19464         * modules/lstat (Makefile.am): Likewise.
19465         * modules/malloc (Makefile.am): Likewise.
19466         * modules/mathl (Makefile.am): Likewise.
19467         * modules/mbchar (Makefile.am): Likewise.
19468         * modules/md2 (Makefile.am): Likewise.
19469         * modules/md4 (Makefile.am): Likewise.
19470         * modules/md5 (Makefile.am): Likewise.
19471         * modules/memcasecmp (Makefile.am): Likewise.
19472         * modules/memchr (Makefile.am): Likewise.
19473         * modules/memcmp (Makefile.am): Likewise.
19474         * modules/memcoll (Makefile.am): Likewise.
19475         * modules/memcpy (Makefile.am): Likewise.
19476         * modules/memmem (Makefile.am): Likewise.
19477         * modules/memmove (Makefile.am): Likewise.
19478         * modules/mempcpy (Makefile.am): Likewise.
19479         * modules/memrchr (Makefile.am): Likewise.
19480         * modules/memset (Makefile.am): Likewise.
19481         * modules/memxor (Makefile.am): Likewise.
19482         * modules/mkancesdirs (Makefile.am): Likewise.
19483         * modules/mkdir (Makefile.am): Likewise.
19484         * modules/mkdir-p (Makefile.am): Likewise.
19485         * modules/mkdtemp (Makefile.am): Likewise.
19486         * modules/mkstemp (Makefile.am): Likewise.
19487         * modules/mktime (Makefile.am): Likewise.
19488         * modules/modechange (Makefile.am): Likewise.
19489         * modules/mountlist (Makefile.am): Likewise.
19490         * modules/nanosleep (Makefile.am): Likewise.
19491         * modules/openat (Makefile.am): Likewise.
19492         * modules/pagealign_alloc (Makefile.am): Likewise.
19493         * modules/physmem (Makefile.am): Likewise.
19494         * modules/poll (Makefile.am): Likewise.
19495         * modules/posixtm (Makefile.am): Likewise.
19496         * modules/posixver (Makefile.am): Likewise.
19497         * modules/putenv (Makefile.am): Likewise.
19498         * modules/quote (Makefile.am): Likewise.
19499         * modules/quotearg (Makefile.am): Likewise.
19500         * modules/raise (Makefile.am): Likewise.
19501         * modules/read-file (Makefile.am): Likewise.
19502         * modules/readline (Makefile.am): Likewise.
19503         * modules/readlink (Makefile.am): Likewise.
19504         * modules/readtokens (Makefile.am): Likewise.
19505         * modules/readutmp (Makefile.am): Likewise.
19506         * modules/realloc (Makefile.am): Likewise.
19507         * modules/regex (Makefile.am): Likewise.
19508         * modules/rename (Makefile.am): Likewise.
19509         * modules/rename-dest-slash (Makefile.am): Likewise.
19510         * modules/rijndael (Makefile.am): Likewise.
19511         * modules/rmdir (Makefile.am): Likewise.
19512         * modules/rpmatch (Makefile.am): Likewise.
19513         * modules/safe-read (Makefile.am): Likewise.
19514         * modules/safe-write (Makefile.am): Likewise.
19515         * modules/same (Makefile.am): Likewise.
19516         * modules/save-cwd (Makefile.am): Likewise.
19517         * modules/savedir (Makefile.am): Likewise.
19518         * modules/setenv (Makefile.am): Likewise.
19519         * modules/settime (Makefile.am): Likewise.
19520         * modules/sha1 (Makefile.am): Likewise.
19521         * modules/sig2str (Makefile.am): Likewise.
19522         * modules/snprintf (Makefile.am): Likewise.
19523         * modules/stdlib-safer (Makefile.am): Likewise.
19524         * modules/stpcpy (Makefile.am): Likewise.
19525         * modules/stpncpy (Makefile.am): Likewise.
19526         * modules/strcase (Makefile.am): Likewise.
19527         * modules/strcasestr (Makefile.am): Likewise.
19528         * modules/strchrnul (Makefile.am): Likewise.
19529         * modules/strcspn (Makefile.am): Likewise.
19530         * modules/strdup (Makefile.am): Likewise.
19531         * modules/strerror (Makefile.am): Likewise.
19532         * modules/strftime (Makefile.am): Likewise.
19533         * modules/strndup (Makefile.am): Likewise.
19534         * modules/strnlen (Makefile.am): Likewise.
19535         * modules/strpbrk (Makefile.am): Likewise.
19536         * modules/strsep (Makefile.am): Likewise.
19537         * modules/strstr (Makefile.am): Likewise.
19538         * modules/strtod (Makefile.am): Likewise.
19539         * modules/strtoimax (Makefile.am): Likewise.
19540         * modules/strtok_r (Makefile.am): Likewise.
19541         * modules/strtol (Makefile.am): Likewise.
19542         * modules/strtoll (Makefile.am): Likewise.
19543         * modules/strtoul (Makefile.am): Likewise.
19544         * modules/strtoull (Makefile.am): Likewise.
19545         * modules/strtoumax (Makefile.am): Likewise.
19546         * modules/strverscmp (Makefile.am): Likewise.
19547         * modules/time_r (Makefile.am): Likewise.
19548         * modules/timegm (Makefile.am): Likewise.
19549         * modules/tmpfile-safer (Makefile.am): Likewise.
19550         * modules/unistd-safer (Makefile.am): Likewise.
19551         * modules/unlinkdir (Makefile.am): Likewise.
19552         * modules/userspec (Makefile.am): Likewise.
19553         * modules/utime (Makefile.am): Likewise.
19554         * modules/utimecmp (Makefile.am): Likewise.
19555         * modules/utimens (Makefile.am): Likewise.
19556         * modules/vasnprintf (Makefile.am): Likewise.
19557         * modules/vasprintf (Makefile.am): Likewise.
19558         * modules/vsnprintf (Makefile.am): Likewise.
19559         * modules/xalloc (Makefile.am): Likewise.
19560         * modules/xgetcwd (Makefile.am): Likewise.
19561         * modules/xnanosleep (Makefile.am): Likewise.
19562         * modules/xreadlink (Makefile.am): Likewise.
19563         * modules/xstrtod (Makefile.am): Likewise.
19564         * modules/xstrtol (Makefile.am): Likewise.
19565         * modules/xstrtold (Makefile.am): Likewise.
19566         * modules/yesno (Makefile.am): Likewise.
19567
19568 2006-10-12  Jim Meyering  <jim@meyering.net>
19569
19570         * m4/getloadavg.m4: Revert the change below.
19571
19572         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
19573         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
19574         fail with a symlink, which is what coreutils' ./bootstrap now
19575         creates by default.
19576
19577 2006-10-12  Bruno Haible  <bruno@clisp.org>
19578
19579         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
19580         mingw.
19581         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
19582         MSVC and mingw explicitly.
19583
19584 2006-10-11  Simon Josefsson  <jas@extundo.com>
19585             Bruno Haible  <bruno@clisp.org>
19586
19587         Add support for multiple gnulib-tool invocations in the scope of a
19588         single configure.ac file.
19589         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
19590         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
19591         with the same contents as the _LIBADD variable.
19592         (func_emit_initmacro_start, func_emit_initmacro_end,
19593         func_emit_initmacro_done): New functions.
19594         (func_import, func_create_testdir): Invoke them. Allow the identifiers
19595         gl_LIBOBJS and gl_LTLIBOBJS.
19596
19597 2006-10-11  Bruno Haible  <bruno@clisp.org>
19598
19599         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
19600         (func_create_testdir): Don't create po/Makefile.am, don't invoke
19601         autoreconf. Instead, invoke autopoint explicitly but move back the
19602         *.m4 files from gnulib.
19603
19604 2006-10-11  Bruno Haible  <bruno@clisp.org>
19605
19606         * gnulib-tool (func_usage): Make module names after --create-testdir
19607         optional.
19608         (func_create_testdir): If no module was specified, use nearly all
19609         modules.
19610
19611 2006-10-12  Jim Meyering  <jim@meyering.net>
19612
19613         Big performance improvement for fts-based tools that use FTS_NOSTAT.
19614         Avoid spurious inode-mismatch problems on non-POSIX file systems.
19615         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
19616         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
19617         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
19618         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
19619         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
19620         (fts_set_stat_required): New function.
19621         (fts_open): Defer the calls to fts_stat, if possible or requested.
19622         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
19623         into fts_stat itself.
19624         (fts_read): Perform any required (deferred) fts_stat call.
19625         (fts_build): Likewise, for the directory we're about to open and read.
19626         In the readdir loop, carefully decide whether each entry will require
19627         an eventual call to fts_stat, using dirent.d_type info if available.
19628         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
19629         a command line argument into this function.  Update all callers.
19630         Map a return value of FTS_DOT to FTS_D for a command line argument.
19631         * modules/fts (Depends-on): Add d-type.  Alphabetize.
19632         Thanks to Miklos Szeredi for his tenacity and for the initial
19633         bug report about "find" failing on a FUSE-based file system.
19634
19635         * lib/fts.c (fts_open): Use consistent indentation.
19636
19637 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
19638
19639         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
19640         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
19641         reported by Jim Meyering.  All uses of cache variables renamed
19642         to match Autoconf's.
19643         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
19644         the other one.
19645
19646         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
19647         Fix misspelling in diagnostic.
19648
19649 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19650
19651         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
19652         defined.  Problem reported by Matthew Woehlke.
19653
19654         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
19655         Add support for Tandem NonStop R series.
19656         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
19657         Use new macro.
19658
19659         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
19660         (has_trailing_slash): Omit size arg; all callers changed.
19661         Omit 'inline', since it doesn't help performance and we'd
19662         need to configure it.
19663         Don't count //, ///, etc. as having a trailing slash.
19664         As a side effect, this removes a C99ism reported by Matthew Woehlke.
19665         (rpl_rename_dest_slash): On failure, use rename's errno rather
19666         than (in some cases) an incorrect or junk errno.
19667         Simplify code by removing need to compute length; this does
19668         cause it to make two passes instead of one over the file name,
19669         but it's worth it.
19670
19671         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
19672         change, since Autoconf's version may no longer be appropriate now
19673         that we are using CVS Autoconf's version.  Add support for Tandem.
19674
19675 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19676             Bruno Haible  <bruno@clisp.org>
19677
19678         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
19679         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
19680         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
19681         gl_AC_TYPE_LONG_LONG.
19682
19683         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
19684         instead of HAVE_LONG_LONG.
19685         * lib/printf-args.c (printf_fetchargs): Likewise.
19686         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
19687         * lib/vasnprintf.c (VASNPRINTF): Likewise.
19688         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
19689         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
19690         gl_AC_TYPE_LONG_LONG.
19691
19692 2006-10-11  Bruno Haible  <bruno@clisp.org>
19693
19694         * m4/longlong.m4: Add comments.
19695         * m4/ulonglong.m4: Likewise.
19696
19697 2006-10-10  Bruno Haible  <bruno@clisp.org>
19698
19699         Make it possible to #define stpcpy, strdup to aliases.
19700         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
19701         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
19702
19703 2006-10-10  Bruno Haible  <bruno@clisp.org>
19704
19705         Make it possible to #define gcd to an alias.
19706         * lib/gcd.c: Include config.h.
19707
19708 2006-10-10  Bruno Haible  <bruno@clisp.org>
19709
19710         Make it possible to #define c_isascii to an alias.
19711         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
19712         defined. Undefine the macros before defining them, to avoid gcc
19713         warnings.
19714         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
19715         define NO_C_CTYPE_MACROS early.
19716
19717 2006-10-10  Bruno Haible  <bruno@clisp.org>
19718
19719         Make it possible to #define set_program_name to an alias.
19720         * lib/progname.c: Don't undefine set_program_name; instead, undefine
19721         ENABLE_RELOCATABLE early.
19722
19723 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
19724
19725         Port to Tandem NSK OSS, which has 64-bit signed int but at most
19726         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
19727         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
19728         More generally, don't assume that 64-bit signed int is available
19729         if unsigned int is, and vice versa.
19730         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
19731         unsigned symbols, not on their signed counterparts.
19732         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
19733         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
19734         (UINT64_C, UINTMAX_C):
19735         Likewise.
19736         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
19737         unsigned counterparts.
19738         (Have_long_long, Unsigned): New macros.
19739         (Int): Renamed from INT.
19740         (strtoimax): Use the new macros.
19741         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
19742         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
19743         * modules/inttypes (inttypes.h): Substitute
19744         HAVE_UNSIGNED_LONG_LONG_INT.
19745         * modules/stdint (stdint.h): Likewise.
19746         (Files): Add m4/ulonglong.m4.
19747
19748 2006-10-10  Bruno Haible  <bruno@clisp.org>
19749
19750         Fix a gcc -Wshadow warning.
19751         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
19752         to 'bucket'.
19753         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
19754         gl_linked_indexof_from_to): Likewise.
19755         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
19756         Likewise.
19757         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
19758         Likewise.
19759         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
19760         Reported by Eric Blake.
19761
19762 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
19763
19764         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
19765         for NetBSD.  Problem reported by Bruno Haible.
19766
19767 2006-10-09  Jim Meyering  <jim@meyering.net>
19768
19769         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
19770         Patch from Bruno Haible.
19771
19772 2006-10-09  Jim Meyering  <jim@meyering.net>
19773
19774         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
19775         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
19776         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
19777
19778 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
19779
19780         Don't include <config.h> twice; this doesn't work in some cases,
19781         e.g., when config.h has "#define intmax_t long long int" and
19782         we include <config.h>, <inttypes.h>, <config.h> in that order.
19783         Problem reported by Matthew Woehlke in:
19784         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
19785         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
19786         * lib/fts-cycle.c: Don't include config.h.
19787         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
19788         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
19789         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
19790         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
19791         inttypes.h.
19792         * lib/xstrtoumax.c: Likewise.
19793         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
19794         __strtol and the like, so that this module is more like its siblings.
19795         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
19796         Remove; no longer needed now that we assume gnulib inttypes.h.
19797
19798 2006-10-08  Bruno Haible  <bruno@clisp.org>
19799
19800         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
19801         option.
19802
19803 2006-10-07  Jim Meyering  <jim@meyering.net>
19804
19805         * modules/inttypes (inttypes.h): Revert what seems to have been
19806         an inadvertent part of today's change: use "|", not "/" in the
19807         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
19808
19809 2006-10-07  Bruno Haible  <bruno@clisp.org>
19810
19811         * modules/sublist: New file.
19812
19813 2006-10-07  Bruno Haible  <bruno@clisp.org>
19814
19815         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
19816         * modules/argz (argz.h): Likewise.
19817         * modules/arpa_inet (arpa/inet.h): Likewise.
19818         * modules/byteswap (byteswap.h): Likewise.
19819         * modules/configmake (configmake.h): Likewise.
19820         * modules/fcntl (fcntl.h): Likewise.
19821         * modules/fnmatch (fnmatch.h): Likewise.
19822         * modules/getopt (getopt.h): Likewise.
19823         * modules/glob (glob.h): Likewise.
19824         * modules/inttypes (inttypes.h): Likewise.
19825         * modules/netinet_in (netinet/in.h): Likewise.
19826         * modules/poll (poll.h): Likewise.
19827         * modules/stdbool (stdbool.h): Likewise.
19828         * modules/stdint (stdint.h): Likewise.
19829         * modules/sys_select (sys/select.h): Likewise.
19830         * modules/sys_socket (sys/socket.h): Likewise.
19831         * modules/sys_stat (sys/stat.h): Likewise.
19832         * modules/sysexits (sysexits.h): Likewise.
19833         * modules/unistd (unistd.h): Likewise.
19834         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19835         Add a "DO NOT EDIT" comment to the generated file.
19836         (func_import): Likewise for gnulib-comp.m4.
19837
19838 2006-10-07  Bruno Haible  <bruno@clisp.org>
19839
19840         * lib/gl_sublist.h: New file.
19841         * lib/gl_sublist.c: New file.
19842
19843 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
19844
19845         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
19846         name (relative to the original working directory) and the file
19847         name component (relative to the temporary working directory).  All
19848         callers changed.
19849         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
19850         * lib/mkdir-p.c (make_dir_parents): Likewise.
19851         * lib/mkdir-p.h (make_dir_parents): Likewise.
19852
19853 2006-10-06  Eric Blake  <ebb9@byu.net>
19854
19855         Define several macros for use by the clean-temp module.
19856         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
19857         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
19858         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
19859
19860         * lib/clean-temp.h (close_stream_temp): New declaration.
19861         * lib/clean-temp.c (includes): Pull in headers according to what
19862         other modules are in use.
19863         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
19864
19865 2006-10-06  Bruno Haible  <bruno@clisp.org>
19866
19867         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
19868         instead of fopen, fwriteerror.
19869
19870 2006-10-06  Bruno Haible  <bruno@clisp.org>
19871
19872         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
19873         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
19874         int.
19875         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
19876         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
19877         Return an error indicator.
19878         Suggested by Eric Blake.
19879
19880 2006-10-06  Bruno Haible  <bruno@clisp.org>
19881
19882         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
19883         Reported by Eric Blake.
19884
19885 2006-10-06  Bruno Haible  <bruno@clisp.org>
19886
19887         * modules/closeout (Description): Mention stderr too.
19888
19889 2006-10-06  Bruno Haible  <bruno@clisp.org>
19890         and Paul Eggert  <eggert@cs.ucla.edu>
19891
19892         * lib/closeout.c (close_stdout): Also close stderr.
19893         * lib/closeout.h: Update comment.
19894
19895 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
19896
19897         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
19898         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
19899         * lib/dirchownmod.c: Include lchown.h.
19900         * lib/lchown.c: Don't include files that lchown.h now includes.
19901         Don't declare chown, since lchown.h now does that.
19902         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
19903         (lchown): Define to rpl_chown if lchown is declared but
19904         does not exist.  Declare using a prototype if lchown is not
19905         declared.  Add a copyright notice.
19906         * lib/mkstemp.h: Include <unistd.h>.
19907         * lib/openat.c: Include lchown.h.
19908
19909         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
19910         we now test for that separately.
19911         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
19912         rather than O_NOFOLLOW, when testing whether it's possible to
19913         avoid a race condition reliably.
19914         * lib/savewd.c (savewd_chdir): Likewise.
19915
19916         Remove macros that are no longer needed now that stdint.h is
19917         reliable.
19918         * lib/fsusage.c (UINTMAX_MAX): Remove.
19919         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
19920         * lib/utimecmp.c (SIZE_MAX): Remove.
19921
19922         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
19923
19924         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
19925         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
19926         O_NOATIME works.
19927
19928 2006-10-05  Bruno Haible  <bruno@clisp.org>
19929
19930         * lib/gl_list.h (gl_sortedlist_search_from_to,
19931         gl_sortedlist_indexof_from_to): New declarations.
19932         (gl_list_implementation): New fields sortedlist_search_from_to,
19933         sortedlist_indexof_from_to.
19934         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
19935         inline functions.
19936         * lib/gl_list.c (gl_sortedlist_search_from_to,
19937         gl_sortedlist_indexof_from_to): New functions.
19938         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
19939         function.
19940         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
19941         (gl_array_sortedlist_search_from_to): New function.
19942         (gl_array_list_implementation): Update.
19943         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
19944         function.
19945         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
19946         (gl_carray_sortedlist_search_from_to): New function.
19947         (gl_carray_list_implementation): Update.
19948         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
19949         gl_linked_sortedlist_indexof_from_to): New functions.
19950         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19951         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19952         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
19953         gl_tree_sortedlist_indexof_from_to): New functions.
19954         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
19955         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
19956         Update.
19957         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
19958         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
19959         Update.
19960
19961 2006-10-05  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
19964         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
19965         (struct gl_list_implementation): Add fields search_from_to,
19966         indexof_from_to. Remove fields search, indexof.
19967         (gl_list_search): Use the search_from_to method.
19968         (gl_list_search_from, gl_list_search_from_to): New functions.
19969         (gl_list_indexof): Use the indexof_from_to method.
19970         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19971         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
19972         (gl_list_search_from, gl_list_search_from_to): New functions.
19973         (gl_list_indexof): Use the indexof_from_to method.
19974         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
19975         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
19976         gl_array_indexof. Add start_index, end_index arguments.
19977         (gl_array_search_from_to): Renamed from gl_array_search. Add
19978         start_index, end_index arguments.
19979         (gl_array_remove, gl_array_list_implementation): Update.
19980         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
19981         gl_carray_indexof. Add start_index, end_index arguments.
19982         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
19983         start_index, end_index arguments.
19984         (gl_carray_remove, gl_carray_list_implementation): Update.
19985         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
19986         gl_linked_search. Add start_index, end_index arguments.
19987         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
19988         start_index, end_index arguments.
19989         (gl_linked_remove): Update.
19990         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
19991         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
19992         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
19993         field to 'size_t'.
19994         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
19995         gl_tree_search. Add start_index, end_index arguments.
19996         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
19997         start_index, end_index arguments.
19998         (gl_tree_remove): Update.
19999         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
20000         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
20001         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
20002         function.
20003         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
20004         gl_tree_search. Add start_index, end_index arguments.
20005         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
20006         start_index, end_index arguments.
20007         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
20008         Update.
20009         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
20010
20011 2006-10-05  Bruno Haible  <bruno@clisp.org>
20012
20013         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
20014
20015         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
20016         fwriteerror_temp): New declarations.
20017         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
20018         (descriptors): New variable.
20019         (cleanup): First, close the descriptors.
20020         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
20021         fclose_temp, fwriteerror_temp): New functions.
20022
20023 2006-10-04  Jim Meyering  <jim@meyering.net>
20024
20025         * lib/fts.c (fts_open): Tiny comment change.
20026
20027 2006-10-04  Bruno Haible  <bruno@clisp.org>
20028
20029         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
20030         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
20031         gl_LOCK_BODY.
20032         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
20033         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
20034         gl_LOCK_EARLY_BODY.
20035         (gl_LOCK): Require gl_LOCK_BODY.
20036
20037 2006-10-04  Bruno Haible  <bruno@clisp.org>
20038
20039         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
20040         (gl_oset_search_atleast): New declaration.
20041         (struct gl_oset_implementation): Add field 'search_atleast'.
20042         (gl_oset_search_atleast): New inline function.
20043         * lib/gl_oset.c (gl_oset_search_atleast): New function.
20044         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
20045         (gl_array_oset_implementation): Update.
20046         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
20047         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
20048         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
20049
20050 2006-10-04  Bruno Haible  <bruno@clisp.org>
20051
20052         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
20053
20054 2006-10-03  Bruno Haible  <bruno@clisp.org>
20055
20056         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
20057         from gl_avltreehash_list_implementation.
20058
20059 2006-10-03  Bruno Haible  <bruno@clisp.org>
20060
20061         * lib/gl_oset.c (gl_oset_add): Fix return type.
20062
20063 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
20064
20065         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
20066
20067 2006-10-02  Eric Blake  <ebb9@byu.net>
20068
20069         * modules/strnlen (Depends-on): Add extensions.
20070
20071 2006-10-02  Eric Blake  <ebb9@byu.net>
20072
20073         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
20074         definition in 2.60+.
20075
20076 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
20077
20078         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
20079         checks.
20080
20081 2006-10-02  Bruno Haible  <bruno@clisp.org>
20082
20083         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
20084         to the AUTOMAKE_OPTIONS.
20085         Reported by Jim Meyering.
20086
20087 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
20088
20089         Work around bug in Solaris 10 /proc file system:
20090         /proc/self/fd/NNN/.. isn't the parent directory of
20091         the directory whose file descriptor is NNN.  This needs to
20092         be worked around at run time, not compile time, since a
20093         program might be built on Solaris 8, where things work, and
20094         run on Solaris 10.
20095         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
20096         to use the following interface instead:
20097         (OPENAT_BUFFER_SIZE): New macro.
20098         (openat_proc_name): New function.
20099         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
20100         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
20101         Likewise.
20102         * lib/openat-proc.c: New file.
20103         * modules/openat (Files): Add lib/openat-proc.c.
20104         (Depends-on): Add same-inode, stdbool.
20105         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
20106
20107 2006-09-29  Bruno Haible  <bruno@clisp.org>
20108
20109         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
20110         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
20111         argument. Set stdout_closed before testing for ferror, not after.
20112         (fwriteerror, fwriteerror_no_ebadf): New functions.
20113
20114 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20115
20116         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
20117
20118 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
20119
20120         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
20121         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
20122
20123 2006-09-28  Jim Meyering  <jim@meyering.net>
20124
20125         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
20126         Include <unistd.h>.
20127
20128 2006-09-28  Bruno Haible  <bruno@clisp.org>
20129
20130         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
20131         * modules/linkedhash-list (Depends-on): Likewise.
20132         * modules/rbtreehash-list (Depends-on): Likewise.
20133
20134 2006-09-28  Bruno Haible  <bruno@clisp.org>
20135
20136         * lib/strndup.h: Simplify the redefinition of strndup.
20137         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
20138         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
20139
20140 2006-09-28  Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
20143         * lib/gl_linkedhash_list.c: Likewise.
20144         * lib/gl_rbtreehash_list.c: Likewise.
20145
20146 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
20147
20148         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
20149         getaddrinfo.
20150
20151         * lib/__fpending.h: Don't include <stdio_ext.h> unless
20152         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
20153         it causes <stdio_ext.h> to cause a compile-time error.
20154         Problem reported by Nelson H. F. Beebe.
20155         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
20156         of HAVE_DECL___PENDING.
20157
20158         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
20159         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
20160         declaration.
20161
20162 2006-09-27  Jim Meyering  <jim@meyering.net>
20163
20164         This file could end up with a definition for a function
20165         named __strndup, rather than rpl_strndup on a system with
20166         incomplete weak_alias support.
20167         * lib/strndup.c (strndup): Rename from __strndup.
20168         Remove #defines that used to map __strndup to strndup.
20169         Don't use K&R prototypes.
20170         Remove LIBC-related code, since this file is not sync'd with glibc.
20171         * lib/strndup.h: Revamp, accordingly.
20172         * m4/strndup.m4: Modernize.
20173
20174 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
20175
20176         * modules/savewd (Depends-on): Add 'raise'.
20177         * lib/savewd.c: Include <signal.h>, for 'raise'.
20178
20179 2006-09-26  Jim Meyering  <jim@meyering.net>
20180
20181         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
20182         when we detect Darwin 8.7.0's acl_get_file bug.
20183         Rearrange to perform the new (below) run-test while $LIBS
20184         contains any acl-related library.  Set USE_ACL at the end.
20185         (gl_ACL_GET_FILE): New function.
20186
20187 2006-09-26  Eric Blake  <ebb9@byu.net>
20188
20189         * lib/verror.c: Include <config.h> unconditionally.
20190
20191 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
20192
20193         * modules/clock-time (Maintainer): Add self.
20194         * modules/getlogin_r (Depends-on): Add extensions.
20195
20196 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20197
20198         * modules/clock-time: New module.
20199         * modules/nanosleep (Depends-on): Add clock-time.
20200         * modules/gethrxtime (Depends-on): Likewise.
20201         * modules/gettime (Depends-on): Likewise.
20202         * modules/settime (Depends-on): Likewise.
20203
20204         * modules/fts-lgpl: Depend on openat.
20205         * modules/mkancesdirs: Depend on savewd.
20206         * modules/mkdir-p: Likewise.
20207
20208 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20209
20210         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
20211
20212         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
20213         `gl_have_arbitrary_file_name_length_limit' to
20214         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
20215         actually works between configure runs.
20216
20217 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20218             Bruno Haible  <bruno@clisp.org>
20219
20220         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
20221
20222 2006-09-25  Jim Meyering  <jim@meyering.net>
20223
20224         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
20225         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
20226
20227 2006-09-25  Eric Blake  <ebb9@byu.net>
20228
20229         * gnulib-tool (func_import, func_create_testdir): Fix typos in
20230         exec's in 2006-09-18 patch when shuffling fds.
20231
20232 2006-09-25  Bruno Haible  <bruno@clisp.org>
20233
20234         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
20235         Reported by Jim Meyering.
20236
20237 2006-09-24  Jim Meyering  <jim@meyering.net>
20238
20239         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
20240         compare a pointer against a literal "0".  That caused failures with
20241         at least HP-UX's hpcc.
20242
20243 2006-09-22  Simon Josefsson  <jas@extundo.com>
20244
20245         * modules/gc-sha1:
20246         * modules/gc-md4:
20247         * modules/gc-hmac-sha1:
20248         * modules/gc-hmac-md5:
20249         * modules/gc-des:
20250         * modules/gc-arcfour: Distribute more files.
20251
20252 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20253
20254         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
20255         (gl_linked_iterator_from_to): Initialize struct completely.
20256         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
20257         (gl_tree_iterator_from_to): Likewise
20258         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
20259         * lib/gl_array_list.c [lint] (gl_array_iterator)
20260         (gl_array_iterator_from_to): Likewise.
20261         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
20262         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
20263         (gl_carray_iterator_from_to): Likewise.
20264
20265         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
20266         * lib/md4.c (md4_process_block): Remove unused variable.
20267         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
20268         parentheses for clarity.
20269
20270 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20271
20272         * modules/bison-i18n (Depends-on): Add gettext.
20273
20274 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20275
20276         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
20277         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
20278         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
20279         also add missing comma that caused broken test.
20280         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
20281         stdlib.h, for `abort'.
20282         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
20283         variables.
20284         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
20285         include unistd.h if present, for `rmdir'.
20286         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
20287         variables.
20288         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
20289         in the process include standard headers for prototypes.
20290         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
20291         gets declared on GNU/Linux.
20292         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
20293         unistd.h, for `rmdir'.
20294         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
20295
20296         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
20297         always true.
20298         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
20299
20300         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
20301
20302 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20303
20304         * gnulib-tool (func_version): Create output all at once.  This
20305         may help avoid triggering unnecessary SIGPIPEs, and at any
20306         rate it doesn't hurt.
20307
20308 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20309             Bruno Haible  <bruno@clisp.org>
20310
20311         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
20312         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
20313         * m4/signed.m4 (bh_C_SIGNED): Likewise.
20314
20315         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
20316         (gl_FUNC_VASPRINTF): Invoke it.
20317
20318 2006-09-22  Bruno Haible  <bruno@clisp.org>
20319
20320         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
20321         getloadavg.c as first argument.
20322
20323 2006-09-22  Bruno Haible  <bruno@clisp.org>
20324
20325         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
20326         at the beginning of the gl_INIT macro.
20327         * modules/getloadavg (configure.ac): Pass $gl_source_base to
20328         gl_GETLOADAVG.
20329
20330 2006-09-22  Bruno Haible  <bruno@clisp.org>
20331
20332         * gnulib-tool (func_create_megatestdir): Don't include the config-h
20333         module.
20334         Suggested by Ralf Wildenhues.
20335
20336 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20337
20338         Import this patch from libc:
20339
20340         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
20341
20342         * lib/regex_internal.c (re_string_reconstruct): Handle
20343         offset < pstr->valid_raw_len && pstr->offsets_needed case.
20344         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
20345         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
20346         re_string_context_at.
20347
20348         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
20349         now requires it.
20350         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
20351         gl_REGEX now does it for us.
20352         (gl_REGEX): Add test taken from
20353         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
20354
20355         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
20356         Check that large offsets work.  Modernize Autoconf usages.
20357         Prefer "yes" to mean a good thing rather than a bad.
20358         Don't put "#define mkstemp" in config.h, as this might interfere
20359         with standard system headers that "#define mkstemp mkstemp64".
20360
20361         * modules/mkstemp (Depends-on): Add extensions, so that
20362         mkstemp is visible on some platforms.
20363         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
20364         (Include): Change to "mkstemp.h" from <stdlib.h>.
20365         (Files): Add mkstemp.h.
20366
20367         * lib/mkstemp.h: New file, since some standard headers
20368         #define mkstemp.
20369         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
20370         Include "mkstemp.h".
20371         Make the _LIBC code resemble glibc original more,
20372         e.g., use K&R style.
20373         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
20374         (mkstemp): Remove, since mkstemp.h does this for us.
20375         * lib/stdlib--.h: Include mkstemp.h.
20376
20377         Import this patch from libc:
20378
20379         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
20380
20381         * lib/tempname.c (__gen_tempname): Change attempts_min
20382         into a macro.  Use preprocessor to decide how to initialize
20383         attempts [Coverity CID 67].
20384
20385 2006-09-20  Bruno Haible  <bruno@clisp.org>
20386
20387         * lib/mkdtemp.c: Import from libc.
20388         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
20389                 * sysdeps/posix/tempname.c (__gen_tempname): Change
20390                 attempts_min into a macro.  Use preprocessor to decide how to
20391                 initialize attempts [Coverity CID 67].
20392         2001-11-27  Paul Eggert  <eggert@twinsun.com>
20393                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
20394                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
20395
20396 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20397
20398         * gnulib-tool (func_exit): New function, to allow to pass the
20399         exit status portably through the trap.  Use everywhere.
20400         (--help, --version): Signal a write error.
20401         (trap): catch SIGPIPE, for write errors.
20402         Exit at the end of the trap, with the correct exit status.
20403
20404 2006-09-19  Karl Berry  <karl@gnu.org>
20405
20406         * doc/gnulib.texi: note about the license texinfo files.
20407
20408 2006-09-19  Eric Blake  <ebb9@byu.net>
20409
20410         * gnulib-tool: Avoid space-tab.
20411
20412 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
20413
20414         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
20415         that prevented coreutils 6.1 from building.  Problem reported
20416         by Petter Reinholdtsen.
20417
20418 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
20419
20420         * gnulib-tool (avoidlist): Fix typo that broke options like
20421         --avoid=lock that are used by coreutils bootstrap.
20422
20423 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
20424
20425         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
20426         more systematically.
20427
20428 2006-09-18  Jim Meyering  <jim@meyering.net>
20429
20430         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
20431
20432 2006-09-18  Bruno Haible  <bruno@clisp.org>
20433
20434         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
20435
20436 2006-09-18  Bruno Haible  <bruno@clisp.org>
20437
20438         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
20439         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
20440         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
20441         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
20442         * m4/gettext.m4: Require autoconf >= 2.52.
20443         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
20444         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
20445         of gl_cv_header_inttypes_h.
20446
20447 2006-09-18  Bruno Haible  <bruno@clisp.org>
20448
20449         * lib/javaversion.c: Include configmake.h.
20450
20451 2006-09-18  Bruno Haible  <bruno@clisp.org>
20452
20453         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
20454         avoid that the while loops be executed in a subshell.
20455
20456 2006-09-18  Bruno Haible  <bruno@clisp.org>
20457
20458         * MODULES.html.sh (func_module): Break long lines.
20459         Suggested by Bruce Korb <bkorb@gnu.org>.
20460
20461 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20462
20463         Speed up by a factor of 1.12.
20464         * gnulib-tool (nl): New variable.
20465         (func_import): Rewrite include directive extraction to only read each
20466         directive once.
20467
20468 2006-09-17  Bruno Haible  <bruno@clisp.org>
20469
20470         * modules/javaversion (Makefile.am): Remove DEFS setting.
20471         (Depends-on): Add configmake, for PKGDATADIR definition.
20472
20473 2006-09-17  Bruno Haible  <bruno@clisp.org>
20474
20475         * gnulib-tool (func_create_testdir): Rewrite all files at once.
20476
20477 2006-09-17  Bruno Haible  <bruno@clisp.org>
20478
20479         * gnulib-tool (func_append): New function, stolen from libtool.m4.
20480         (func_modules_transitive_closure, func_modules_add_dummy,
20481         func_modules_to_filelist, func_import, func_create_testdir,
20482         func_create_megatestdir, ...): Use it wherever possible.
20483         Suggested by Ralf Wildenhues.
20484
20485 2006-09-16  Karl Berry  <karl@gnu.org>
20486
20487         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
20488         to avoid sectioning errors.
20489         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
20490         [ifinfo]: blank line after @center-ed titles.
20491         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
20492         Spell FSF address consistently with others.
20493         (These changes approved by rms.)
20494
20495 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20496
20497         Speed up by a factor of 1.61.
20498         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
20499         already checked module names again.
20500
20501 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20502
20503         Speed up by a factor of 1.13.
20504         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
20505         for new_files, and the input to func_add_or_update.
20506
20507 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20508
20509         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
20510         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
20511
20512 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20513
20514         * modules/mkancesdirs (Depends-on): Add fcntl.
20515         * modules/savewd: New file.
20516         * MODULES.html.sh (File system functions): Add savewd.
20517
20518         * modules/configmake (Makefile.am): Add support for the
20519         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
20520
20521 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20522
20523         * m4/savewd.m4: New file.
20524
20525 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
20526
20527         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
20528         (dirchownmod): New arg FD.  All callers changed.
20529         Use FD rather than opening the directory ourself, as opening is
20530         now the caller's responsibility.
20531         * lib/dirchownmod.h: Likewise.
20532         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
20533         hosts that require <sys/types.h> before <sys/stat.h>.  Include
20534         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
20535         (test_dir): Remove.
20536         (mkancesdirs): Return length of prefix of FILE that has already
20537         been made, or -2 if there is a child doing the work.  Redo
20538         algorithm so that it is O(N) rather than O(N**2).  Optimize away
20539         ".", and treat ".." specially since it might stray back into
20540         already-created areas.  Use a subprocess if necessary.  New arg
20541         WD; all users changed.  MAKE_DIR function should now return 1
20542         if it creates a directory that is not readable.  Return -2 if
20543         a child process is spun off.
20544         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
20545         Adjust signature to match code.
20546         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
20547         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
20548         all users changed.
20549         * lib/savewd.c, lib/savewd.h: New files.
20550
20551 2006-09-15  Jim Meyering  <jim@meyering.net>
20552
20553         * modules/rename-dest-slash: New module.
20554         * MODULES.html.sh (posix_compat): Add it here.
20555
20556         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
20557
20558 2006-09-15  Jim Meyering  <jim@meyering.net>
20559
20560         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
20561         file.
20562
20563         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
20564
20565 2006-09-15  Jim Meyering  <jim@meyering.net>
20566
20567         * lib/rename-dest-slash.c (has_trailing_slash): Use
20568         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
20569         (rpl_rename_dest_slash): Perform the cheaper trailing slash
20570         test before testing whether SRC is a directory.
20571         Suggestions from Bruno Haible.
20572
20573         Avoid a warning about an unused variable.
20574         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
20575         into the #ifdef block where it's used.
20576
20577         * lib/rename-dest-slash.c: New file.
20578
20579 2006-09-14  Bruno Haible  <bruno@clisp.org>
20580
20581         * lib/allocsa.c: Include <config.h> unconditionally.
20582         * lib/asnprintf.c: Likewise.
20583         * lib/asprintf.c: Likewise.
20584         * lib/c-strcasecmp.c: Likewise.
20585         * lib/c-strcasestr.c: Likewise.
20586         * lib/c-strncasecmp.c: Likewise.
20587         * lib/c-strstr.c: Likewise.
20588         * lib/classpath.c: Likewise.
20589         * lib/clean-temp.c: Likewise.
20590         * lib/concatpath.c: Likewise.
20591         * lib/copy-file.c: Likewise.
20592         * lib/csharpcomp.c: Likewise.
20593         * lib/csharpexec.c: Likewise.
20594         * lib/execute.c: Likewise.
20595         * lib/fatal-signal.c: Likewise.
20596         * lib/findprog.c: Likewise.
20597         * lib/fwriteerror.c: Likewise.
20598         * lib/gl_array_list.c: Likewise.
20599         * lib/gl_array_oset.c: Likewise.
20600         * lib/gl_avltree_list.c: Likewise.
20601         * lib/gl_avltree_oset.c: Likewise.
20602         * lib/gl_avltreehash_list.c: Likewise.
20603         * lib/gl_carray_list.c: Likewise.
20604         * lib/gl_linked_list.c: Likewise.
20605         * lib/gl_linkedhash_list.c: Likewise.
20606         * lib/gl_list.c: Likewise.
20607         * lib/gl_oset.c: Likewise.
20608         * lib/gl_rbtree_list.c: Likewise.
20609         * lib/gl_rbtree_oset.c: Likewise.
20610         * lib/gl_rbtreehash_list.c: Likewise.
20611         * lib/imaxabs.c: Likewise.
20612         * lib/imaxdiv.c: Likewise.
20613         * lib/javacomp.c: Likewise.
20614         * lib/javaexec.c: Likewise.
20615         * lib/javaversion.c: Likewise.
20616         * lib/linebreak.c: Likewise.
20617         * lib/localcharset.c: Likewise.
20618         * lib/lock.c: Likewise.
20619         * lib/mbchar.c: Likewise.
20620         * lib/mbswidth.c: Likewise.
20621         * lib/mkdtemp.c: Likewise.
20622         * lib/pipe.c: Likewise.
20623         * lib/printf-args.c: Likewise.
20624         * lib/printf-parse.c: Likewise.
20625         * lib/progname.c: Likewise.
20626         * lib/progreloc.c: Likewise.
20627         * lib/readlink.c: Likewise.
20628         * lib/sh-quote.c: Likewise.
20629         * lib/stpcpy.c: Likewise.
20630         * lib/stpncpy.c: Likewise.
20631         * lib/strcasecmp.c: Likewise.
20632         * lib/strcasestr.c: Likewise.
20633         * lib/strcspn.c: Likewise.
20634         * lib/striconv.c: Likewise.
20635         * lib/strncasecmp.c: Likewise.
20636         * lib/strnlen1.c: Likewise.
20637         * lib/strstr.c: Likewise.
20638         * lib/strtok_r.c: Likewise.
20639         * lib/tls.c: Likewise.
20640         * lib/tmpdir.c: Likewise.
20641         * lib/unicodeio.c: Likewise.
20642         * lib/unsetenv.c: Likewise.
20643         * lib/vasnprintf.c: Likewise.
20644         * lib/vasprintf.c: Likewise.
20645         * lib/wait-process.c: Likewise.
20646         * lib/xallocsa.c: Likewise.
20647         * lib/xsetenv.c: Likewise.
20648         * lib/xstriconv.c: Likewise.
20649
20650 2006-09-13  Simon Josefsson  <jas@extundo.com>
20651
20652         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
20653         that internally, suggested by Ralf Wildenhues
20654         <Ralf.Wildenhues@gmx.de>.
20655
20656 2006-09-13  Simon Josefsson  <jas@extundo.com>
20657
20658         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
20659         @LIBOBJS@.
20660         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20661
20662 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20663
20664         * lib/_fpending.c: Include <config.h> unconditionally, since we no
20665         longer worry about uses that don't define HAVE_CONFIG_H.
20666         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
20667         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
20668         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
20669         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
20670         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
20671         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
20672         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
20673         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
20674         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
20675         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
20676         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
20677         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
20678         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
20679         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
20680         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
20681         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
20682         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
20683         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
20684         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
20685         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
20686         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
20687         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
20688         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
20689         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
20690         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
20691         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
20692         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
20693         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
20694         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
20695         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
20696         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
20697         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
20698         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
20699         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
20700         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
20701         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
20702         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
20703         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
20704         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
20705         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
20706         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
20707         Likewise.
20708
20709 2006-09-13  Eric Blake  <ebb9@byu.net>
20710
20711         * lib/getopt.c: Fix typo in last commit.
20712
20713 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
20714
20715         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
20716         dgettext.
20717
20718 2006-09-12  Jim Meyering  <jim@meyering.net>
20719
20720         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
20721         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
20722         Reported by Nelson H. F. Beebe.
20723
20724 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20725
20726         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
20727         program_invocation_name and program_invocation_short_name are
20728         initialized.
20729         * lib/argp-namefrob.h: Move declarations of program_invocation_name
20730         and program_invocation_short_name to argp.h, so they are visible
20731         to user programs.
20732         * lib/argp.h: Likewise
20733
20734 2006-09-10  Bruno Haible  <bruno@clisp.org>
20735
20736         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
20737         m4/inttypes_h.m4, m4/uintmax_t.m4.
20738
20739 2006-09-10  Bruno Haible  <bruno@clisp.org>
20740
20741         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
20742         gl_AC_TYPE_UINTMAX_T.
20743
20744 2006-09-10  Bruno Haible  <bruno@clisp.org>
20745
20746         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
20747
20748 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20749
20750         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
20751         convention.  Text proposed by Bruno Haible.
20752         (struct argp_option): Document the use of N_() wrappers.
20753
20754         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
20755         '\v', and translate the two parts separately, instead of feeding
20756         the whole string to gettext.  This allows to exclude
20757         '\v' from the strings visible to the translator by writing doc
20758         strings as N_("..") "\v" N_("..").
20759
20760 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
20761
20762         * config/srclist.txt: Undo latest change; the bug was fixed.
20763
20764 2006-09-09  Bruno Haible  <bruno@clisp.org>
20765
20766         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
20767         assignments if building a library without libtool.
20768         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
20769         in func_emit_lib_Makefile_am.
20770         (func_import): When building a static library libfoo.a, arrange to
20771         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
20772         (func_create_testdir): Likewise.
20773         * modules/gc (configure.ac, Makefile.am): If building statically,
20774         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
20775         * modules/iconvme (configure.ac, Makefile.am): Likewise.
20776         * modules/striconv (configure.ac, Makefile.am): Likewise.
20777         Based on a suggestion by Ralf Wildenhues.
20778
20779 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20780
20781         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
20782         Check for unistd.h too, since Autoconf doesn't assume POSIX.
20783         Also:
20784
20785         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20786         Add year_2050_test to catch glibc bug 2821
20787         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
20788
20789         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
20790         Prefer #ifdef to #if.
20791
20792         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
20793         Return from 'main' instead of calling 'exit'.
20794
20795 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20796
20797         * lib/mktime.c (guess_time_tm): Fix bug where mktime
20798         returned the maximum time_t value rather than (time_t) -1.
20799         Problem originally reported by William Bardwell
20800         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
20801
20802         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
20803         Moved to here ...
20804         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
20805         ... from here.
20806
20807 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
20808
20809         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
20810         2821 is fixed.
20811
20812 2006-09-08  Jim Meyering  <jim@meyering.net>
20813
20814         Don't make generated files read-only.  That would bother too many
20815         people.  However, do retain the ability to work when targets are
20816         read-only: remove the destination and temporary files before writing
20817         them (when generated via sed or echo), or by using the -f option for
20818         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
20819         * modules/alloca-opt, modules/argz, modules/arpa_inet:
20820         * modules/byteswap, modules/configmake, modules/fcntl:
20821         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
20822         * modules/localcharset, modules/netinet_in, modules/poll:
20823         * modules/stdbool, modules/stdint, modules/sys_select:
20824         * modules/sys_socket, modules/sys_stat, modules/sysexits:
20825
20826 2006-09-08  Jim Meyering  <jim@meyering.net>
20827
20828         Avoid new build failure on FreeBSD 6.0.
20829         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
20830         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
20831         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
20832
20833 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20834
20835         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
20836
20837 2006-09-07  Jim Meyering  <jim@meyering.net>
20838
20839         Fix global typo in last change: use chmod u-w, not chmod u-x.
20840         Spotted by Paul Eggert and Bruce Korb.
20841         * modules/alloca-opt, modules/argz, modules/arpa_inet:
20842         * modules/byteswap, modules/configmake, modules/fcntl:
20843         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
20844         * modules/localcharset, modules/netinet_in, modules/poll:
20845         * modules/stdbool, modules/stdint, modules/sys_select:
20846         * modules/sys_socket, modules/sys_stat, modules/sysexits:
20847
20848 2006-09-06  Jim Meyering  <jim@meyering.net>
20849
20850         Make generated files be read-only.
20851         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
20852         Ensure that each generated file is now read-only.
20853         * modules/argz: Likewise.
20854         * modules/arpa_inet: Likewise.
20855         * modules/byteswap: Likewise.
20856         * modules/configmake: Likewise.
20857         * modules/fcntl: Likewise.
20858         * modules/fnmatch: Likewise.
20859         * modules/getopt: Likewise.
20860         * modules/glob: Likewise.
20861         * modules/inttypes: Likewise.
20862         * modules/netinet_in: Likewise.
20863         * modules/poll: Likewise.
20864         * modules/stdbool: Likewise.
20865         * modules/stdint: Likewise.
20866         * modules/sys_select: Likewise.
20867         * modules/sys_socket: Likewise.
20868         * modules/sys_stat: Likewise.
20869         * modules/sysexits: Likewise.
20870         * modules/localcharset: Same as above, but continue using temporary
20871         file named "t-$@" (why different?) rather than the "$@-t" used
20872         everywhere else.
20873
20874         * modules/sysexits (Makefile.am): Replace literal occurrences
20875         of "sysexit.h" more readable, and more consistent, "$@".
20876
20877 2006-09-06  Bruno Haible  <bruno@clisp.org>
20878
20879         * modules/striconv: New file.
20880         * modules/xstriconv: New file.
20881         * MODULES.html.sh (Internationalization functions): Add striconv,
20882         xstriconv.
20883
20884 2006-09-06  Bruno Haible  <bruno@clisp.org>
20885
20886         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
20887         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
20888         not using libtool correctly.
20889
20890 2006-09-06  Bruno Haible  <bruno@clisp.org>
20891
20892         * lib/striconv.h: New file.
20893         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
20894         iconvstring.c.
20895         * lib/xstriconv.h: New file.
20896         * lib/xstriconv.c: New file.
20897
20898 2006-09-06  Bruno Haible  <bruno@clisp.org>
20899
20900         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20901         lib_..._LDFLAGS.
20902
20903 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20904
20905         * lib/argz_.h: Sync from Libtool.
20906
20907         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
20908                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20909
20910         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
20911
20912 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
20913
20914         * modules/trim: New file.
20915
20916 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
20917
20918         * lib/trim.h: New file.
20919         * lib/trim.c: New file.
20920
20921 2006-09-05  Bruno Haible  <bruno@clisp.org>
20922
20923         * MODULES.html.sh (String handling): Add trim.
20924
20925 2006-09-04  Karl Berry  <karl@gnu.org>
20926
20927         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
20928         until next release.
20929
20930 2006-09-03  Bruno Haible  <bruno@clisp.org>
20931
20932         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
20933         correctly.
20934
20935 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20936
20937         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
20938         not gl_GETLOADAVG.  Omit unneeded semicolons.
20939         Problems reported by Ralf Wildenhues in
20940         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20941         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
20942         at the end, which is the usual gnulib style.
20943
20944         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
20945         of doing all the work ourselves.
20946         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
20947         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
20948
20949 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20950
20951         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
20952         Problem reported by Ralf Wildenhues in
20953         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
20954
20955         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
20956         HAVE_STRUCT_STATFS_F_FSTYPENAME.
20957
20958 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
20959
20960         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
20961         yesterday's patch by changing test -n to test -z.
20962
20963 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20964
20965         * modules/getloadavg (Files): Add m4/getloadavg.m4.
20966         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
20967         the former is now obsolescent.
20968
20969         * modules/chdir-long (Depends-on): Add fcntl.
20970
20971 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20972
20973         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
20974         obsolescent, and programs should use gnulib instead.
20975         * m4/getloadavg.m4: New file, with contents taken from Autoconf
20976         but with prefixes changed.
20977
20978 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
20979
20980         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
20981         or stdbool.h, because they might not exist while configuring.
20982
20983         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
20984         Don't include unistd.h or limits.h; not needed, since chdir-long.h
20985         does that for us.
20986         (O_DIRECTORY): Remove.
20987
20988 2006-08-31  Eric Blake  <ebb9@byu.net>
20989
20990         * gnulib-tool: Don't let emacs change spaces to TAB.
20991
20992 2006-08-31  Bruno Haible  <bruno@clisp.org>
20993
20994         * gnulib-tool: When calling func_import more than once, do it in a
20995         subshell.
20996         Reported by Eric Blake <ebb9@byu.net>.
20997
20998 2006-08-31  Bruno Haible  <bruno@clisp.org>
20999
21000         * gnulib-tool (nl): Remove variable.
21001         (sed_transform_lib_file): Use more robust test for config-h module.
21002         (func_import): Fix typo in 2006-08-25 patch.
21003
21004 2006-08-31  Bruno Haible  <bruno@clisp.org>
21005
21006         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
21007         specified, augment Makefile.am variables instead of assigning them.
21008
21009 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21010
21011         Work around a bug in both the Linux and SunOS 64-bit kernels:
21012         nanosleep mishandles sleeps for longer than 2**31 seconds.
21013         Problem reported by Frank v Waveren in
21014         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
21015         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
21016         Check for nanosleep bug.
21017         (LIB_NANOSLEEP): Append clock_gettime library if needed.
21018
21019 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21020
21021         Work around a bug in both the Linux and SunOS 64-bit kernels:
21022         nanosleep mishandles sleeps for longer than 2**31 seconds.
21023         Problem reported by Frank v Waveren in
21024         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
21025         * lib/nanosleep.c (BILLION): New constant.
21026         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
21027         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
21028         implementation.
21029
21030 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21031
21032         * modules/nanosleep (Depends-on): Add gettime.
21033
21034 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
21035         and Simon Josefsson  <jas@extundo.com>
21036         and Oskar Liljeblad  <oskar@osk.mine.nu>
21037
21038         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
21039         * gnulib-tool (func_import): New license type 'unmodifiable license
21040         text'.
21041         * modules/fdl: Use it.  Longer description.
21042         * module/gpl, module/lgpl: New files.
21043
21044 2006-08-30  Jim Meyering  <jim@meyering.net>
21045
21046         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
21047         shadowing the parameter.
21048
21049 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21050
21051         Sync from Libtool:
21052
21053         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21054
21055         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
21056         sharing with gnulib.  Report by Eric Blake.
21057
21058 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21059
21060         * modules/isapipe: New file.
21061         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
21062
21063 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21064
21065         * modules/configmake (Makefile.am): Add a comment, and omit
21066         the CONFIGMAKE_ prefix from generated macro names.  Suggested
21067         by Bruno Haible.
21068
21069 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21070
21071         * m4/isapipe.m4: New file.
21072
21073 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
21074
21075         * lib/isapipe.c, lib/isapipe.h: New files.
21076
21077 2006-08-29  Jim Meyering  <jim@meyering.net>
21078
21079         * modules/configmake (Makefile.am): Make configmake.h depend on
21080         Makefile.  Otherwise, a stale configmake.h could hang around.
21081
21082 2006-08-29  Eric Blake  <ebb9@byu.net>
21083
21084         * lib/error.c (error_at_line, print_errno_message): Match libc, after
21085         resolution of upstream bug 3044.
21086
21087 2006-08-29  Bruno Haible  <bruno@clisp.org>
21088
21089         * modules/localcharset (Depends-on): Add configmake.
21090         (Makefile.am): Remove setting of LIBDIR through DEFS.
21091
21092 2006-08-29  Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
21095         defined.
21096
21097 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21098
21099         * modules/fcntl: New file.
21100         * modules/chdir-safer (Depends-on): Add fcntl.
21101         * modules/fts: Likewise.
21102         * modules/mkdir-p: Likewise.
21103
21104         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
21105         This undoes the most recent change, since we're now addressing the
21106         problem in a different way.
21107
21108         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
21109         into output, since the output might be called Makefile.am even
21110         if $makefile_name is something different.
21111         (func_import): Use $makefile_am rather than
21112         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
21113         empty.
21114
21115         * modules/inttypes (Files): Add m4/inttypes-h.m4.
21116
21117 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21118
21119         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
21120         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
21121         recent change to stdint.m4, since we're now addressing the problem in a
21122         different way.
21123
21124 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21125
21126         * m4/fcntl_h.m4: New file.
21127
21128 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
21129
21130         * lib/fcntl_.h: New file.
21131         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
21132         the fcntl module.
21133         * lib/dirchownmod.c: Likewise.
21134         * lib/fts.c: Likewise.
21135
21136         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
21137         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
21138         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
21139         just before including <inttypes.h>, to avoid circular inclusion.
21140
21141 2006-08-28  Jim Meyering  <jim@meyering.net>
21142
21143         * doc/visibility.texi: Actually read and correct the grammar of the
21144         sentence affected by yesterday's change.
21145
21146 2006-08-28  Eric Blake  <ebb9@byu.net>
21147
21148         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
21149         needs wrapper.
21150
21151 2006-08-28  Eric Blake  <ebb9@byu.net>
21152
21153         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
21154
21155 2006-08-28  Eric Blake  <ebb9@byu.net>
21156
21157         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
21158
21159 2006-08-28  Bruno Haible  <bruno@clisp.org>
21160
21161         * modules/c-strstr: New file, from GNU gettext.
21162         * MODULES.html.sh (String handling): Add c-strstr.
21163
21164 2006-08-28  Bruno Haible  <bruno@clisp.org>
21165
21166         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
21167         macros.
21168         Reported by Eric Blake.
21169
21170 2006-08-28  Bruno Haible  <bruno@clisp.org>
21171
21172         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
21173         (VASNPRINTF): Return a string of length > INT_MAX without failing.
21174         * lib/vasprintf.c: Include errno.h, limits.h.
21175         (EOVERFLOW): New fallback definition.
21176         (vasprintf): Test here whether the string length is > INT_MAX.
21177         * lib/vsnprintf.c: Include errno.h, limits.h.
21178         (EOVERFLOW): New fallback definition.
21179         (vsnprintf): Fix bug when generated string was too long for the buffer.
21180         Test here whether the string length is > INT_MAX.
21181
21182 2006-08-28  Bruno Haible  <bruno@clisp.org>
21183
21184         * lib/inttypes_.h (SCNX*): Remove definitions.
21185         Reported by Eric Blake.
21186
21187 2006-08-28  Bruno Haible  <bruno@clisp.org>
21188
21189         * lib/c-strstr.h: New file, from GNU gettext.
21190         * lib/c-strstr.c: New file, from GNU gettext.
21191
21192 2006-08-28  Bruno Haible  <bruno@clisp.org>
21193
21194         * gnulib-tool: Reorder some statements.
21195
21196 2006-08-28  Bruno Haible  <bruno@clisp.org>
21197
21198         * gnulib-tool: New option --makefile-name.
21199         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
21200         $makefile_name.
21201         (func_import): Write $makefile_name to the cache file, and read it from
21202         there unless explicitly specified. Use $makefile_name as file name
21203         instead of Makefile.am. Adjust the recommendations accordingly.
21204
21205 2006-08-28  Bruno Haible  <bruno@clisp.org>
21206
21207         * gnulib-tool (func_verify_module): Check against misapplying patch.
21208
21209 2006-08-28  Bruno Haible  <bruno@clisp.org>
21210
21211         * gnulib-tool (func_relativize, func_relconcat): New functions.
21212         Give an error if --local-dir is given with --update.
21213         Remove trailing slashes from $local_gnulib_dir.
21214         (func_import): Store the relativized $local_gnulib_dir in
21215         gnulib-cache.m4, and read it from there if not specified explicitly.
21216
21217 2006-08-28  Bruno Haible  <bruno@clisp.org>
21218
21219         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
21220         is the current directory. Respect also $local_gnulib_dir.
21221
21222 2006-08-28  Bruno Haible  <bruno@clisp.org>
21223             Simon Josefsson  <jas@extundo.com>
21224
21225         BeOS portability.
21226         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
21227
21228 2006-08-27  Jim Meyering  <jim@meyering.net>
21229
21230         * doc/visibility.texi: Remove duplicate word: "pointer".
21231
21232 2006-08-26  Bruno Haible  <bruno@clisp.org>
21233
21234         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
21235         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
21236         (Makefile.am): Create inttypes.h from inttypes_.h.
21237         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
21238
21239         * modules/imaxabs: New file.
21240
21241         * modules/imaxdiv: New file.
21242
21243 2006-08-26  Bruno Haible  <bruno@clisp.org>
21244
21245         * m4/inttypes.m4: New file.
21246         * m4/_inttypes_h.m4: Remove file.
21247         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
21248         PRI_MACROS_BROKEN.
21249         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
21250
21251         * m4/imaxabs.m4: New file.
21252
21253         * m4/imaxdiv.m4: New file.
21254
21255 2006-08-26  Bruno Haible  <bruno@clisp.org>
21256
21257         * lib/inttypes_.h: New file.
21258         * lib/inttypes.h: Remove file.
21259         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
21260
21261         * lib/imaxabs.c: New file.
21262
21263         * lib/imaxdiv.c: New file.
21264
21265 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21266
21267         New config-h module, so that "make" output needn't be cluttered
21268         by -DHAVE_CONFIG_H.
21269         * MODULES.html.sh (Support for building libraries and executables):
21270         Add config-h.
21271         * modules/config-h: New file.
21272         * gnulib-tool (nl, sed_transform_lib_file): New vars.
21273         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
21274         the config-h module is used.
21275
21276         New configmake module, so that "make" output needn't be cluttered
21277         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
21278         * MODULES.html.sh (Support for building libraries and executables):
21279         Add configmake.
21280         * modules/configmake: New file.
21281
21282 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
21283
21284         * m4/config-h.m4: New file.
21285
21286 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21287
21288         * config/srclist.txt: Add elisp-comp.
21289
21290 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
21291
21292         * MODULES.html.sh (Support for building libraries and executables):
21293         Add elisp-comp.
21294         * build-aux/elisp-comp: New file.
21295         * modules/elisp-comp: New file.
21296
21297 2006-08-24  Bruno Haible  <bruno@clisp.org>
21298
21299         * gnulib-tool (func_create_testdir): Use non-default values of
21300         sourcebase and m4base.
21301
21302 2006-08-24  Bruno Haible  <bruno@clisp.org>
21303
21304         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
21305         HTML structure.
21306
21307 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
21308
21309         * modules/openat (Depends-on): Add lchown.
21310
21311 2006-08-23  Bruno Haible  <bruno@clisp.org>
21312
21313         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
21314         of gl_LOCK_EARLY instead of gl_LOCK.
21315
21316 2006-08-23  Bruno Haible  <bruno@clisp.org>
21317
21318         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
21319         on OSF/1 to no.
21320         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
21321
21322 2006-08-23  Bruno Haible  <bruno@clisp.org>
21323
21324         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
21325         as unusable.
21326
21327         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
21328         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
21329         (gl_LOCK): New macro.
21330
21331 2006-08-22  Simon Josefsson  <jas@extundo.com>
21332
21333         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
21334         to md5 module.
21335
21336 2006-08-22  Simon Josefsson  <jas@extundo.com>
21337
21338         * MODULES.html.sh: Add "Support for maintaining and release
21339         projects".
21340
21341         * build-aux/gnupload: New file, from coreutils.
21342
21343 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
21344
21345         Avoid the need for AC_LIBSOURCES in m4 macros.
21346         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
21347         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
21348         * modules/check-version (EXTRA_DIST): Add check-version.h.
21349         * modules/crc (EXTRA_DIST): Add crc.h.
21350         * modules/des (EXTRA_DIST): Add des.h.
21351         * modules/gc (EXTRA_DIST): Add gc.h.
21352         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
21353         * modules/getline (EXTRA_DIST): Add getline.h.
21354         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
21355         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
21356         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
21357         * modules/md2 (EXTRA_DIST): Add md2.h.
21358         * modules/md4 (EXTRA_DIST): Add md4.h.
21359         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
21360         * modules/read-file (EXTRA_DIST): Add read-file.h.
21361         * modules/readline (EXTRA_DIST): Add readline.h.
21362         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
21363         rijndael-api-fst.h.
21364
21365 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
21366
21367         * m4/rijndael.m4 (gl_ARCFOUR):
21368         * m4/arctwo.m4 (gl_ARCTWO):
21369         * m4/check-version.m4 (gl_CHECK_VERSION):
21370         * m4/crc.m4 (gl_CRC):
21371         * m4/des.m4 (gl_DES):
21372         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
21373         * m4/gc.m4 (gl_GC):
21374         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
21375         * m4/getline.m4 (gl_FUNC_GETLINE):
21376         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
21377         * m4/hmac-md5.m4 (gl_HMAC_MD5):
21378         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
21379         * m4/md2.m4 (gl_MD2):
21380         * m4/md4.m4 (gl_MD4):
21381         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
21382         * m4/read-file.m4 (gl_FUNC_READ_FILE):
21383         * m4/readline.m4 (gl_FUNC_READLINE):
21384         * m4/rijndael.m4 (gl_RIJNDAEL):
21385         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
21386         to get the necessary .h files and whatnot.
21387
21388 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
21389
21390         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
21391         gnulib rather than the other way around.
21392         * config/srclistvars.sh (COREUTILS): Remove.
21393
21394 2006-08-22  Jim Meyering  <jim@meyering.net>
21395
21396         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
21397
21398         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
21399
21400 2006-08-22  Eric Blake  <ebb9@byu.net>
21401
21402         * modules/regexprops-generic: New file.
21403         * MODULES.html.sh (Support for building documentation): List it.
21404
21405 2006-08-22  Eric Blake  <ebb9@byu.net>
21406
21407         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
21408         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
21409         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
21410         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
21411
21412 2006-08-22  Bruno Haible  <bruno@clisp.org>
21413
21414         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
21415         and lib_LTLIBRARIES like the other lib_* variables.
21416
21417 2006-08-22  Bruno Haible  <bruno@clisp.org>
21418
21419         * build-aux/x-to-1.in: New file, from GNU gettext.
21420
21421 2006-08-22  Bruno Haible  <bruno@clisp.org>
21422
21423         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
21424         <utmpx.h> exists.
21425
21426 2006-08-22  Bruno Haible  <bruno@clisp.org>
21427
21428         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
21429         <utmpx.h> exists.
21430
21431 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
21432
21433         BeOS portability.
21434         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
21435         exist.
21436         Problem reported by Bruno Haible.
21437
21438 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
21439
21440         Avoid the need for AC_LIBSOURCES in m4 macros.
21441         * modules/acl (EXTRA_DIST): Add acl.h.
21442         * modules/argmatch (Files): Add m4/argmatch.m4.
21443         (configure.ac): Add gl_ARGMATCH.
21444         (EXTRA_DIST): Renamed from lib_SOURCES, for
21445         consistency with the other modules.  Remove argmatch.c.
21446         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
21447         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
21448         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
21449         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
21450         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
21451         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
21452         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
21453         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
21454         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
21455         * modules/closeout (EXTRA_DIST): Add closeout.h.
21456         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
21457         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
21458         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
21459         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
21460         dirname.h; remove basename.c and stripslash.c.
21461         * modules/exclude (EXTRA_DIST): Add exclude.h.
21462         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
21463         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
21464         * modules/file-type (EXTRA_DIST): Add file-type.h.
21465         * modules/filemode (EXTRA_DIST): Add filemode.h.
21466         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
21467         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
21468         * modules/fpending (EXTRA_DIST): Add __fpending.h.
21469         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
21470         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
21471         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
21472         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
21473         * modules/getdate (EXTRA_DIST): Add getdate.c.
21474         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
21475         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
21476         * modules/getpass (EXTRA_DIST): Add getpass.h.
21477         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
21478         * modules/group-member (EXTRA_DIST): Add group-member.h.
21479         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
21480         * modules/hash (EXTRA_DIST): Add hash.h.
21481         * modules/human (EXTRA_DIST): Add human.h.
21482         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
21483         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
21484         * modules/lchown (EXTRA_DIST): Add lchown.h.
21485         * modules/long-options (EXTRA_DIST): Add long-options.h.
21486         * modules/lstat (EXTRA_DIST): Add lstat.h.
21487         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
21488         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
21489         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
21490         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
21491         * modules/memxor (EXTRA_DIST): Add memxor.h.
21492         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
21493         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
21494         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
21495         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
21496         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
21497         * modules/physmem (EXTRA_DIST): Add physmem.h.
21498         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
21499         * modules/posixver (EXTRA_DIST): Add posixver.h.
21500         * modules/quote (EXTRA_DIST): Add quote.h.
21501         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
21502         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
21503         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
21504         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
21505         regex_internal.h regexec.c.
21506         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
21507         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
21508         * modules/same (EXTRA_DIST): Add same.h.
21509         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
21510         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
21511         * modules/savedir (EXTRA_DIST): Add savedir.h.
21512         * modules/sha1 (EXTRA_DIST): Add sha1.h.
21513         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
21514         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
21515         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
21516         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
21517         * modules/strdup (EXTRA_DIST): Add strdup.h.
21518         * modules/strftime (EXTRA_DIST): Add strftime.h.
21519         * modules/strndup (EXTRA_DIST): Add strndup.h.
21520         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
21521         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
21522         * modules/time_r (EXTRA_DIST): Add time_r.h.
21523         * modules/timespec (EXTRA_DIST): Add timespec.h.
21524         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
21525         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
21526         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
21527         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
21528         * modules/userspec (EXTRA_DIST): Add userspec.h.
21529         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
21530         * modules/utimens (EXTRA_DIST): Add utimens.h.
21531         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
21532         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
21533         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
21534         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
21535         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
21536         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
21537         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
21538         * modules/yesno (EXTRA_DIST): Add yesno.h.
21539
21540 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
21541
21542         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
21543
21544         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
21545         * m4/dev-ino.m4, same-inode.m4: Remove.
21546
21547         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
21548         * m4/acl.m4 (AC_FUNC_ACL):
21549         * m4/backupfile.m4 (gl_BACKUPFILE):
21550         * m4/c-strtod.m4 (gl_C99_STRTOLD):
21551         * m4/canon-host.m4 (gl_CANON_HOST):
21552         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21553         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
21554         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
21555         * m4/cloexec.m4 (gl_CLOEXEC):
21556         * m4/close-stream.m4 (gl_CLOSE_STREAM):
21557         * m4/closeout.m4 (gl_CLOSEOUT):
21558         * m4/dirfd.m4 (gl_FUNC_DIRFD):
21559         * m4/dirname.m4 (gl_DIRNAME):
21560         * m4/exclude.m4 (gl_EXCLUDE):
21561         * m4/exitfail.m4 (gl_EXITFAIL):
21562         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
21563         * m4/file-type.m4 (gl_FILE_TYPE):
21564         * m4/filemode.m4 (gl_FILEMODE):
21565         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
21566         * m4/fpending.m4 (gl_FUNC_FPENDING):
21567         * m4/fprintftime.m4 (gl_FPRINTFTIME):
21568         * m4/fts.m4 (gl_FUNC_FTS):
21569         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
21570         * m4/getdate.m4 (gl_GETDATE):
21571         * m4/gethrxtime.m4 (gl_GETHRXTIME):
21572         * m4/getpagesize.m4 (gl_GETPAGESIZE):
21573         * m4/getpass.m4 (gl_FUNC_GETPASS):
21574         * m4/gettime.m4 (gl_GETTIME):
21575         * m4/getugroups.m4 (gl_GETUGROUPS):
21576         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
21577         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
21578         * m4/hard-locale.m4 (gl_HARD_LOCALE):
21579         * m4/hash.m4 (gl_HASH):
21580         * m4/idcache.m4 (gl_IDCACHE):
21581         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
21582         * m4/lchown.m4 (gl_FUNC_LCHOWN):
21583         * m4/long-options.m4 (gl_LONG_OPTIONS):
21584         * m4/lstat.m4 (gl_FUNC_LSTAT):
21585         * m4/md5.m4 (gl_MD5):
21586         * m4/memcasecmp.m4 (gl_MEMCASECMP):
21587         * m4/memcoll.m4 (gl_MEMCOLL):
21588         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
21589         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
21590         * m4/memxor.m4 (gl_MEMXOR):
21591         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
21592         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
21593         * m4/modechange.m4 (gl_MODECHANGE):
21594         * m4/mountlist.m4 (gl_MOUNTLIST):
21595         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
21596         * m4/openat.m4 (gl_FUNC_OPENAT):
21597         * m4/pathmax.m4 (gl_PATHMAX):
21598         * m4/physmem.m4 (gl_PHYSMEM):
21599         * m4/posixtm.m4 (gl_POSIXTM):
21600         * m4/posixver.m4 (gl_POSIXVER):
21601         * m4/quote.m4 (gl_QUOTE):
21602         * m4/quotearg.m4 (gl_QUOTEARG):
21603         * m4/readtokens.m4 (gl_READTOKENS):
21604         * m4/readutmp.m4 (gl_READUTMP):
21605         * m4/regex.m4 (gl_REGEX):
21606         * m4/safe-read.m4 (gl_SAFE_READ):
21607         * m4/safe-write.m4 (gl_SAFE_WRITE):
21608         * m4/same.m4 (gl_SAME):
21609         * m4/save-cwd.m4 (gl_SAVE_CWD):
21610         * m4/savedir.m4 (gl_SAVEDIR):
21611         * m4/settime.m4 (gl_SETTIME):
21612         * m4/sha1.m4 (gl_SHA1):
21613         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
21614         * m4/stat-macros.m4 (gl_STAT_MACROS):
21615         * m4/stat-time.m4 (gl_STAT_TIME):
21616         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
21617         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
21618         * m4/strdup.m4 (gl_FUNC_STRDUP):
21619         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
21620         * m4/strndup.m4 (gl_FUNC_STRNDUP):
21621         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
21622         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
21623         * m4/time_r.m4 (gl_TIME_R):
21624         * m4/timespec.m4 (gl_TIMESPEC):
21625         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
21626         * m4/unlinkdir.m4 (gl_UNLINKDIR):
21627         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
21628         * m4/userspec.m4 (gl_USERSPEC):
21629         * m4/utimecmp.m4 (gl_UTIMECMP):
21630         * m4/utimens.m4 (gl_UTIMENS):
21631         * m4/xalloc.m4 (gl_XALLOC):
21632         * m4/xgetcwd.m4 (gl_XGETCWD):
21633         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
21634         * m4/xreadlink.m4 (gl_XREADLINK):
21635         * m4/xstrtod.m4 (gl_XSTRTOD):
21636         * m4/yesno.m4 (gl_YESNO):
21637         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
21638         to get the necessary .h files and whatnot.
21639
21640 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
21641             Bruno Haible  <bruno@clisp.org>
21642
21643         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
21644         /bin/sh understanding of '!' conditional negation.
21645
21646 2006-08-21  Jim Meyering  <jim@meyering.net>
21647
21648         * modules/openat (Depends-on): Really alphabetize.
21649
21650         * modules/acl (Depends-on): Add error and quote.
21651
21652         * check-module (find_included_lib_files): Add at-func.c to the
21653         ok-to-include-more-than-once white list.
21654
21655         * modules/openat (Depends-on): Add lstat.  Alphabetize.
21656
21657 2006-08-21  Bruno Haible  <bruno@clisp.org>
21658
21659         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21660         Emit a pkgdata_DATA variable only if some snippets add contents to it.
21661         Reported by Martin Lambers <marlam@marlam.de>.
21662
21663 2006-08-21  Bruno Haible  <bruno@clisp.org>
21664
21665         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
21666         specify an installation location, don't emit a noinst_LIBRARIES or
21667         noinst_LTLIBRARIES assignment.
21668
21669 2006-08-21  Bruno Haible  <bruno@clisp.org>
21670
21671         BeOS portability.
21672         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
21673         BeOS has mbrtowc() but no <wctype.h>.
21674
21675 2006-08-21  Bruno Haible  <bruno@clisp.org>
21676
21677         BeOS portability.
21678         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
21679         exist.
21680
21681 2006-08-21  Bruno Haible  <bruno@clisp.org>
21682
21683         BeOS portability.
21684         * lib/mbchar.h: Include <wctype.h> only if it exists.
21685
21686 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21687
21688         Remove files that are no longer needed by their respective modules.
21689         * m4/obstack.m4: Remove.
21690         * m4/strerror_r.m4: Remove.
21691         * m4/uint32_t.m4: Remove.
21692         * m4/uintptr_t.m4: Remove.
21693         * m4/ullong_max.m4: Remove.
21694         * m4/xstrtoimax.m4: Remove.
21695         * m4/xstrtoumax.m4: Remove.
21696
21697         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
21698         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
21699         dependencies now capture this.
21700
21701         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
21702         Do not use AC_LIBSOURCES, since gnulib modules now do this.
21703         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
21704         * m4/human.m4 (gl_HUMAN): Likewise.
21705         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
21706         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
21707
21708         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
21709
21710         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
21711         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
21712         stdint.
21713         * m4/human.m4 (gl_HUMAN): Likewise.
21714         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
21715         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
21716         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
21717         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
21718         * m4/xstrtol (gl_XSTRTOL): Likewise.
21719
21720         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
21721         AC_TYPE_LONG_LONG_INT.
21722         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
21723         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
21724         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
21725         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
21726
21727         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
21728         on stdbool.
21729
21730         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
21731         (gl_PREREQ_XSTRTOUL): Remove.
21732
21733         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
21734
21735         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
21736         mode.
21737
21738 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21739
21740         Add and change modules to make it easier for coreutils to use
21741         gnulib-tool.
21742         * modules/backupfile (Files): Remove m4/d-ino.m4.
21743         (Depends-on): Add d-ino.
21744         * modules/cycle-check (Depends-on): Add stdint.
21745         (lib_SOURCES): Add cycle-check.h.
21746         * modules/d-ino: New module.
21747         * modules/d-type: New module.
21748         * modules/error (Files): Remove m4/strerror_r.m4.
21749         * modules/filemode (Files): Add m4/st_dm_mode.m4.
21750         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
21751         m4/inttypes_h.m4, m4/uintmax_t.m4.
21752         (Depends-on): Add stdint.
21753         (lib_SOURCES): Add fsusage.h.
21754         * modules/getcwd (Files): Remove d-ino.m4.
21755         (Depends-on): Add d-ino.
21756         * modules/getndelim2 (Depends-on): Add stdint.
21757         * modules/glob (Files): Remove m4/d-type.m4.
21758         (Depends-on): Add d-type.
21759         * modules/host-os: New module.
21760         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
21761         m4/inttypes_h.m4, m4/uintmax_t.m4.
21762         * Depends-on: Add stdint.
21763         (lib_SOURCES): Add human.h.
21764         * modules/inttostr (Files): Remove m4/intmax_t.m4,
21765         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
21766         m4/uintmax_t.m4, m4/ulonglong.m4.
21767         (Depends-on): Add stdint.
21768         (EXTRA_DIST): Add inttostr.h.
21769         * modules/lchmod: New module.
21770         * modules/link-follow: New module.
21771         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
21772         (Depends-on): Add lchmod.
21773         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
21774         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
21775         (Depends-on): Add stdint.
21776         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
21777         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
21778         (Depends-on): Add stdint.
21779         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
21780         * modules/perl: New module.
21781         * modules/regex (Depends-on): Add stdint.
21782         * modules/rmdir-errno: New module.
21783         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
21784         m4/intmax_t.m4.
21785         (Depends-on): Add stdint.
21786         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
21787         m4/uintmax_t.m4.
21788         (Depends-on): Add stdint.
21789         * modules/unlink-busy: New module.
21790         * modules/utimecmp (Depends-on): Add stdint.
21791         * modules/uptime: New module.
21792         * modules/winsz-ioctl: New module.
21793         * modules/winsz-termios: New module.
21794         * modules/xnanosleep (Depends-on): Add nanosleep.
21795         * modules/ullong_max: Remove.
21796         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
21797         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
21798         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
21799         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
21800         (Depends-on): Add inttypes.
21801         (lib_SOURCES): Add xstrtol.h.
21802         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
21803         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
21804         * MODULES.html.sh: Move 'assert' into the assert section.
21805         Move 'dummy' into the linking section.
21806         Remove ullong_max.
21807         Add section for compatibility checks for POSIX:2001 functions,
21808         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
21809         winsz-ioctl, and winsz-termios into it.
21810         Add lchmod.
21811         Add top-level Misc section and put host-os, perl, and uptime
21812         into it.
21813
21814 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
21815
21816         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
21817         now assume the stdint module.  Do not include inttypes.h.
21818         * lib/fsusage.h: Likewise.
21819         * lib/getndelim2.c: Likewise.
21820         * lib/human.h: Likewise.
21821         * lib/inttostr.h: Likewise.
21822         * lib/obstack.c: Likewise.
21823         * lib/regex_internal.h: Likewise.
21824         * lib/tempname.c: Likewise.
21825         * lib/utimecmp.c: Likewise.
21826         * lib/xstrtol.h: Likewise.
21827
21828         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
21829
21830         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
21831         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
21832         * lib/xtime.h: Likewise.
21833
21834 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21835
21836         * modules/openat (Files): Add lib/fchmodat.c.
21837         Fixes problem reported by Jay Youngman.
21838
21839 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
21840
21841         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
21842         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
21843
21844 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
21845             Bruno Haible  <bruno@clisp.org>
21846
21847         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
21848         and is a script that invokes bison. Tighten the code. Add comments.
21849
21850 2006-08-18  Jim Meyering  <jim@meyering.net>
21851
21852         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
21853         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
21854         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
21855         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
21856
21857 2006-08-18  Bruno Haible  <bruno@clisp.org>
21858
21859         * modules/bison-i18n: New file.
21860         * MODULES.html.sh (Internationalization functions): Add it.
21861
21862 2006-08-18  Bruno Haible  <bruno@clisp.org>
21863
21864         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
21865         sys/statvfs.h. When getmntinfo was found, check its declaration and
21866         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
21867
21868 2006-08-18  Bruno Haible  <bruno@clisp.org>
21869
21870         * m4/bison-i18n.m4: New file, from bison.
21871
21872 2006-08-18  Bruno Haible  <bruno@clisp.org>
21873
21874         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
21875         (ME_DUMMY): Treat "kernfs" as a dummy.
21876         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
21877
21878 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21879
21880         Update from coreutils.
21881
21882         2006-08-15  Jim Meyering  <jim@meyering.net>
21883
21884         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
21885
21886         2006-01-17  Jim Meyering  <jim@meyering.net>
21887
21888         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
21889
21890         2006-01-11  Jim Meyering  <jim@meyering.net>
21891
21892         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
21893         Check for the lchmod function.
21894
21895 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
21896
21897         Update from coreutils.
21898
21899         * lib/__fpending.h: Add copyright notice.
21900         * lib/fprintftime.h: Likewise.
21901         * lib/savedir.c: Use (C) in copyright notice.
21902         * lib/savedir.h: Likewise.
21903
21904         2006-08-15  Jim Meyering  <jim@meyering.net>
21905
21906         * lib/at-func.c: New file, with the logic of all emulated at-functions.
21907         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
21908         in support of the EXPECTED_ERRNO macro.
21909         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
21910         definitions.  Instead, define the appropriate symbols and include
21911         "at-func.c".
21912         * lib/mkdirat.c (mkdirat): Likewise.
21913         * lib/fchmodat.c (fchmodat): Likewise.
21914         (ENOSYS): Remove definition.
21915         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
21916         it.  Don't include "unistd--.h" -- it wasn't ever used.
21917
21918         2006-01-17  Jim Meyering  <jim@meyering.net>
21919
21920         Rewrite fts.c not to change the current working directory,
21921         by using openat, fstatat, fdopendir, etc..
21922
21923         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
21924         (HAVE_OPENAT_SUPPORT): Define.
21925         [_LIBC] (fchdir): Don't undef or define; no longer used.
21926         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
21927         Now, this `function' always succeeds, and consumes its file descriptor
21928         parameter -- so callers must not close such FDs.  Update callers.
21929         (diropen_fd, opendirat, cwd_advance_fd): New functions.
21930         (diropen): Add parameter, SP.  Adjust all callers.
21931         Implement using diropen_fd, rather than open.
21932         (fts_open): Initialize new member, fts_cwd_fd.
21933         Remove fts_rft-setting code.
21934         (fts_close): Close fts_cwd_fd, if necessary.
21935         (__opendir2): Define in terms of opendir or opendirat,
21936         depending on whether the FST_NOCHDIR flag is set.
21937         (fts_build): Since fts_safe_changedir consumes its FD, and since
21938         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
21939         and close the dup'd file descriptor upon failure.
21940         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
21941         (fts_safe_changedir): Tweak semantics to reflect that this function
21942         now calls cwd_advance_fd and hence consumes its FD argument.
21943         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
21944         [struct FTS] (fts_rft): Remove now-unused member.
21945         [struct FTS] (fts_cycle.state): Improve comment.
21946
21947         * lib/openat.c (openat_needs_fchdir): New function.
21948         * lib/openat.h (openat_needs_fchdir): Declare it.
21949
21950 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
21951
21952         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
21953         Problem and fix reported by Pádraig Brady in
21954         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
21955
21956 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21957
21958         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
21959
21960 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21961
21962         * lib/memcoll.c (memcoll): Optimize for the common case where the
21963         arguments are bytewise equal.
21964
21965 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21966
21967         * doc/regexprops-generic.texi: Add a copyright notice.
21968
21969 2006-08-15  Bruno Haible  <bruno@clisp.org>
21970
21971         * modules/tmpdir (License): Change to LGPL.
21972
21973 2006-08-15  Bruno Haible  <bruno@clisp.org>
21974
21975         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
21976         module.
21977
21978 2006-08-14  Simon Josefsson  <jas@extundo.com>
21979
21980         * config/srclist.txt: Add gnupload.
21981
21982 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21983
21984         Change copyright notice from LGPL 2 to GPL 2, since that's the
21985         standard form used in the gnulib repository.
21986         * tests/test-lock.c: Likewise.
21987         * tests/test-stdint.c: Likewise.
21988         * tests/test-tls.c: Likewise.
21989
21990         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
21991         prelude-manager.  User shorter URLs for GNU projects, without '?'.
21992         Add copyright notice.
21993
21994         * check-module: Add copyright notice.  Output a copyright
21995         notice if "--version" is specified.
21996         * modules/COPYING: New file.
21997         * tests/test-getaddrinfo.c: Add copyright notice.
21998         * tests/test-verify.c: Likewise.
21999
22000 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22001
22002         Change copyright notice from LGPL 2 to GPL 2, since that's the
22003         standard form used in the gnulib repository.
22004         * lib/lock.c: LGPL -> GPL.
22005         * lib/lock.h: Likewise.
22006         * lib/strnlen1.c: Likewise.
22007         * lib/strnlen1.h: Likewise.
22008         * lib/tls.c: Likewise.
22009         * lib/tls.h: Likewise.
22010         * lib/tmpdir.c: Likewise.
22011
22012         * lib/TODO: Remove; this belongs only in coreutils.
22013
22014 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22015
22016         Add copyright notices to long-enough files that lack them, since
22017         otherwise the files aren't clearly free.  Use the same notice that
22018         getdate.texi already uses.
22019         * doc/alloca-opt.texi: Add copyright notice.
22020         * doc/alloca.texi: Likewise.
22021         * doc/ctime.texi: Likewise.
22022         * doc/functions.texi: Likewise.
22023         * doc/gcd.texi: Likewise.
22024         * doc/gnulib-tool.texi: Likewise.
22025         * doc/inet_ntoa.texi: Likewise.
22026         * doc/visibility.texi: Likewise.
22027
22028         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
22029         * doc/quote.texi: Add copyright notice.
22030
22031         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
22032         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
22033         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
22034         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
22035         is now obsolete, and give a pointer to the Sun list.
22036         Add copyright notice.
22037
22038 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
22039
22040         * config/srclistvars.sh: Add copyright notice.
22041
22042 2006-08-14  Eric Blake  <ebb9@byu.net>
22043
22044         Import the following change from libc:
22045
22046         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
22047
22048         Upstream bug 2997.
22049         * lib/misc/error.c: Add space between program name and message if file
22050         name is missing.
22051
22052 2006-08-12  Karl Berry  <karl@gnu.org>
22053
22054         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
22055         remove, these originate in gnulib now.
22056
22057 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22058
22059         * doc/Makefile (standards.info standards.html standards.dvi):
22060         Also depend on make-stds.texi.
22061
22062 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22063
22064         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
22065         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
22066
22067         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
22068         in wchar_t.  Problem reported by Eric Blake.
22069
22070         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
22071         LEN is smaller than SIZE.  Suggested by Bruno Haible.
22072         Also, help the compiler to keep LEN in a register.
22073
22074 2006-08-11  Eric Blake  <ebb9@byu.net>
22075
22076         * users.txt: Sort.  Add tar.
22077
22078 2006-08-11  Bruno Haible  <bruno@clisp.org>
22079
22080         * users.txt: New file.
22081
22082 2006-08-11  Bruno Haible  <bruno@clisp.org>
22083
22084         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
22085         before <wchar.h>. Needed for OSF/1 and BSD/OS.
22086
22087 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
22088
22089         * modules/snprintf (Depends-on): Remove minmax.
22090         (Maintainer): Add self and Bruno.
22091
22092 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         * lib/.cppi-disable: Add snprintf.h, socket_.h.
22095         * lib/snprintf.c: Include <errno.h> and <limits.h>.
22096         (EOVERFLOW): Define if the system does not.
22097         Do not include "minmax.h"; it wasn't used.
22098         (snprintf): Don't assume size_t promotes to an unsigned type.
22099         Fix bug when generated string was too long for the buffer: the
22100         buffer's contents are supposed to be the initial prefix of the
22101         output.  Don't assume vasnprintf returns EOVERFLOW if the size
22102         exceeds INT_MAX; do the check ourselves.
22103
22104         Import the following changes from libc:
22105
22106         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
22107
22108         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
22109         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
22110         set wc to the byte which couldn't be converted.
22111         (re_string_reconstruct): Don't clear valid_raw_len before calling
22112         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
22113         tip_context using re_string_context_at.
22114
22115         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
22116
22117         * lib/posix/regex.h: g++ still cannot handled [restrict].
22118
22119         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
22120
22121         * lib/posix/regex.h: Remove special handling for VMS.
22122
22123 2006-08-10  Jim Meyering  <jim@meyering.net>
22124
22125         * modules/same-inode: New module.
22126         * modules/dev-ino: New module.
22127         * modules/cycle-check: Depend on these modules, rather than simply
22128         including their .h files.
22129         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
22130         required via m4/cycle-check.m4.
22131         * modules/same: Depend on new same-inode module, rather than
22132         including same-inode.h.
22133         * modules/chdir-safer: New file.
22134
22135         * modules/chown (Depends-on): Add stat-macros.
22136
22137 2006-08-10  Jim Meyering  <jim@meyering.net>
22138
22139         * m4/cycle-check.m4: New file.
22140         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
22141         * m4/dev-ino.m4, m4/same-inode.m4: New files.
22142
22143 2006-08-10  Eric Blake  <ebb9@byu.net>
22144
22145         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
22146         in from original proposal.
22147
22148 2006-08-10  Eric Blake  <ebb9@byu.net>
22149         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22150
22151         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
22152         namespace.
22153
22154 2006-08-10  Bruno Haible  <bruno@clisp.org>
22155
22156         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
22157         as well.
22158
22159 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22160
22161         Sync from coreutils.
22162
22163         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
22164
22165         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
22166         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
22167
22168 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22169
22170         * modules/restrict: Remove; no longer needed now that we assume
22171         Autoconf 2.59 or later.
22172         * MODULES.html.sh: Remove 'restrict'.
22173         * modules/argp (Depends-on): Remove 'restrict'.
22174         * modules/base64 (Depends-on): Likewise.
22175         * modules/gc (Depends-on): Likewise.
22176         * modules/getaddrinfo (Depends-on): Likewise.
22177         * modules/glob (Depends-on): Likewise.
22178         * modules/inet_ntop (Depends-on): Likewise.
22179         * modules/inet_pton (Depends-on): Likewise.
22180         * modules/memxor (Depends-on): Likewise.
22181         * modules/regex (Depends-on): Likewise.
22182         * modules/strtok_r (Depends-on): Likewise.
22183         * modules/time_r (Depends-on): Likewise.
22184
22185 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22186
22187         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
22188         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
22189         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
22190         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
22191         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
22192         * m4/memxor.m4 (gl_MEMXOR): Likewise.
22193         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
22194         gl_C_RESTRICT replaced by AC_C_RESTRICT.
22195
22196         Merge from coreutils.
22197         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
22198         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
22199         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
22200         * m4/time_r.m4 (gl_TIME_R): Likewise.
22201
22202 2006-08-09  Karl Berry  <karl@gnu.org>
22203
22204         * config/srclist.txt: no more gettext-tools, per Bruno.
22205
22206 2006-08-08  Eric Blake  <ebb9@byu.net>
22207
22208         * modules/verror: New module.
22209         * MODULES.html.sh: Document it.
22210
22211 2006-08-08  Eric Blake  <ebb9@byu.net>
22212
22213         * lib/verror.h, lib/verror.c: New files.
22214
22215 2006-08-08  Eric Blake  <ebb9@byu.net>
22216
22217         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
22218         verror_at_line output complies with GNU Coding Standards even when
22219         file is NULL.
22220
22221 2006-08-07  Bruno Haible  <bruno@clisp.org>
22222
22223         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
22224         versions of AIX.
22225         Reported by Ralf Wildenhues.
22226
22227 2006-08-07  Bruno Haible  <bruno@clisp.org>
22228
22229         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
22230         in an AC_DEFUN. Needed so that the autoconf snippets can use
22231         AC_REQUIRE.
22232
22233 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22234
22235         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22236         Initialize pkgdata_DATA.
22237         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
22238         overriding it.
22239
22240 2006-08-06  Eric Blake  <ebb9@byu.net>
22241
22242         * lib/error.h: Fold in some upstream changes from glibc.
22243         * lib/error.c: Likewise.
22244
22245 2006-08-04  Bruno Haible  <bruno@clisp.org>
22246
22247         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22248         Make the mostlyclean-local rule depend on mostlyclean-generic.
22249         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
22250
22251 2006-07-31  Bruno Haible  <bruno@clisp.org>
22252
22253         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
22254         <stdlib.h>, <string.h>.
22255
22256 2006-07-30  Bruno Haible  <bruno@clisp.org>
22257
22258         * modules/readlink (License): Change to LGPL.
22259
22260 2006-07-30  Bruno Haible  <bruno@clisp.org>
22261
22262         * modules/javaversion (Makefile.am): Distribute javaversion.java and
22263         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
22264         set PKGDATADIR to point to it.
22265
22266 2006-07-30  Bruno Haible  <bruno@clisp.org>
22267
22268         * modules/csharpexec (configure.ac): Comment out macro invocation.
22269         * modules/javaexec (configure.ac): Likewise.
22270         * modules/javacomp-script (configure.ac): Likewise.
22271
22272         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
22273
22274 2006-07-30  Bruno Haible  <bruno@clisp.org>
22275
22276         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
22277         linked-list.
22278
22279 2006-07-30  Bruno Haible  <bruno@clisp.org>
22280
22281         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
22282
22283 2006-07-30  Bruno Haible  <bruno@clisp.org>
22284
22285         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22286         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
22287         get removed.
22288
22289 2006-07-29  Bruno Haible  <bruno@clisp.org>
22290
22291         Make it possible for gnulib-tool to work with locally modified or
22292         augmented gnulib repositories.
22293         * gnulib-tool (func_usage): Document --local-dir option.
22294         (local_gnulib_dir): New variable.
22295         Handle --local-dir option.
22296         (func_lookup_file): New function.
22297         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
22298         (func_get_description, func_get_filelist, func_get_description,
22299         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
22300         func_get_automake_snippet, func_get_include_directive,
22301         func_get_license, func_get_maintainer): Use func_lookup_file.
22302         (func_import, func_create_testdir): Use func_lookup_file.
22303
22304 2006-07-29  Bruno Haible  <bruno@clisp.org>
22305
22306         * modules/setenv (Depends-on): Add unistd.
22307
22308 2006-07-29  Bruno Haible  <bruno@clisp.org>
22309
22310         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
22311
22312 2006-07-29  Bruno Haible  <bruno@clisp.org>
22313
22314         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
22315
22316 2006-07-29  Bruno Haible  <bruno@clisp.org>
22317
22318         * gnulib-tool (import, update): If there is no Makefile.am, look at
22319         aclocal.m4, instead of bailing out.
22320
22321 2006-07-29  Bruno Haible  <bruno@clisp.org>
22322
22323         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
22324         Categorize the options by when they are useful.
22325
22326 2006-07-29  Bruno Haible  <bruno@clisp.org>
22327
22328         * gnulib-tool (func_usage): Document option --no-libtool.
22329         Handle option --no-libtool.
22330         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
22331         for changed semantics of $libtool variable.
22332         (func_import): Likewise. If libtool is not used, show this through
22333         an option --no-libtool.
22334         (func_create_testdir): Update.
22335
22336 2006-07-29  Bruno Haible  <bruno@clisp.org>
22337
22338         * gnulib-tool (func_import): Extend error message about missing
22339         --doc-base.
22340
22341 2006-07-29  Bruno Haible  <bruno@clisp.org>
22342
22343         * gnulib-tool (func_import): Don't create the $docbase directory if
22344         there is no file to store there.
22345
22346 2006-07-29  Bruno Haible  <bruno@clisp.org>
22347
22348         * gnulib-tool (autoconf_minversion): If a --dir option is given and
22349         relevant, look for configure.ac there, not in the current directory.
22350         Also use a simple search for AC_PREREQ, not "autoconf --trace".
22351
22352 2006-07-29  Bruno Haible  <bruno@clisp.org>
22353
22354         * gnulib-tool (SORT): New variable.
22355         (func_usage): Undocument --assume-autoconf option.
22356         Remove --assume-autoconf option handling.
22357         (autoconf_minversion): Determine from the contents of configure.ac.
22358         (func_import): Remove autoconf_minversion handling.
22359         Suggested by Eric Blake.
22360
22361 2006-07-29  Bruno Haible  <bruno@clisp.org>
22362
22363         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
22364
22365 2006-07-29  Bruno Haible  <bruno@clisp.org>
22366
22367         * config/srclist.txt (*setenv.[ch]): Remove rules.
22368
22369 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22370
22371         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
22372
22373 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22374
22375         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
22376         arpa/inet.h.
22377
22378 2006-07-28  Simon Josefsson  <jas@extundo.com>
22379
22380         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
22381         * modules/inet_pton (Depends-on): Likewise.
22382
22383 2006-07-28  Simon Josefsson  <jas@extundo.com>
22384
22385         * m4/netinet_in_h.m4: New file.
22386
22387 2006-07-28  Simon Josefsson  <jas@extundo.com>
22388
22389         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
22390         #include's.
22391
22392 2006-07-28  Simon Josefsson  <jas@extundo.com>
22393
22394         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
22395         #include's.
22396
22397 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
22398
22399         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
22400         setgid on directories only if they set these bits.
22401         * lib/modechange.h: Remove obsolete comment about masks.
22402
22403 2006-07-28  Eric Blake  <ebb9@byu.net>
22404
22405         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
22406         macro expansion.
22407
22408 2006-07-28  Bruno Haible  <bruno@clisp.org>
22409
22410         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
22411
22412 2006-07-28  Bruno Haible  <bruno@clisp.org>
22413
22414         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
22415
22416 2006-07-28  Bruno Haible  <bruno@clisp.org>
22417
22418         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
22419         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
22420         Define fallbacks.
22421         Avoids link error on FreeBSD 4.x.
22422         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22423
22424         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
22425         encoding.
22426         * lib/mbswidth.c (iswcntrl): Likewise.
22427
22428 2006-07-27  Bruno Haible  <bruno@clisp.org>
22429
22430         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
22431         test.
22432
22433 2006-07-27  Bruno Haible  <bruno@clisp.org>
22434
22435         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
22436         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
22437         defined.
22438
22439 2006-07-26  Eric Blake  <ebb9@byu.net>
22440
22441         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
22442
22443 2006-07-26  Eric Blake  <ebb9@byu.net>
22444
22445         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
22446         like mingw that lack mkstemp.
22447         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
22448         avoid compilation warning on mingw.
22449
22450 2006-07-26  Bruno Haible  <bruno@clisp.org>
22451
22452         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
22453         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
22454         INT_FAST*_MIN, INTPTR_MIN.
22455
22456 2006-07-25  Bruno Haible  <bruno@clisp.org>
22457
22458         * modules/version-etc (Depends-on): Add stdarg.
22459
22460 2006-07-25  Bruno Haible  <bruno@clisp.org>
22461
22462         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
22463         complex commands.
22464
22465 2006-07-25  Bruno Haible  <bruno@clisp.org>
22466
22467         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
22468         defined in <stdarg.h> or config.h.
22469
22470 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
22471
22472         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
22473         (gl_STDIO_SAFER): Remove.
22474
22475 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
22476
22477         * MODULES.html.sh (File stream based Input/Output):
22478         Add fopen-safer, tmpfile-safer; remove stdio-safer.
22479         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
22480         * modules/fopen-safer, modules/tmpfile-safer: New files.
22481         * modules/stdio-safer: Remove.
22482
22483 2006-07-24  Bruno Haible  <bruno@clisp.org>
22484
22485         * modules/tmpdir: New file.
22486         * MODULES.html.sh (File system functions): Add it.
22487
22488 2006-07-24  Bruno Haible  <bruno@clisp.org>
22489
22490         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
22491         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
22492
22493 2006-07-24  Bruno Haible  <bruno@clisp.org>
22494
22495         * modules/clean-temp: New file.
22496
22497 2006-07-24  Bruno Haible  <bruno@clisp.org>
22498
22499         * m4/tmpdir.m4: New file, from GNU gettext.
22500
22501 2006-07-24  Bruno Haible  <bruno@clisp.org>
22502
22503         * lib/tmpdir.h: New file, from GNU gettext.
22504         * lib/tmpdir.c: New file, from GNU gettext.
22505
22506 2006-07-24  Bruno Haible  <bruno@clisp.org>
22507
22508         * lib/clean-temp.h: New file, from GNU gettext.
22509         * lib/clean-temp.c: New file, from GNU gettext.
22510
22511 2006-07-23  Eric Blake  <ebb9@byu.net>
22512
22513         * modules/stdio-safer (Files): Add tmpfile-safer.c.
22514         (Depends-on): Add binary-io.
22515
22516 2006-07-23  Eric Blake  <ebb9@byu.net>
22517
22518         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
22519
22520 2006-07-23  Eric Blake  <ebb9@byu.net>
22521
22522         * lib/tmpfile-safer.c: New file.
22523         * lib/stdio-safer.h (fopen_safer): Add prototype.
22524         * lib/stdio--.h (tmpfile): Make safer.
22525
22526 2006-07-23  Bruno Haible  <bruno@clisp.org>
22527
22528         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
22529         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
22530         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
22531         gl_linked_remove_at): Use it.
22532
22533 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22534         and Simon Josefsson <jas@extundo.com>
22535
22536         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
22537
22538         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
22539
22540 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22541
22542         * modules/close-stream: New file.
22543         * modules/closeout (Description): Make it clear that it exits
22544         with a diagnostic on error.
22545         (Depends-on): Add close-stream.  Remove fpending, stdbool.
22546         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
22547
22548 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22549
22550         * m4/close-stream.m4: New file.
22551
22552 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
22553
22554         * lib/close-stream.c, lib/close-stream.h: New files.
22555
22556 2006-07-22  Bruno Haible  <bruno@clisp.org>
22557
22558         Merge from GNU gettext 0.15.
22559
22560         2006-05-01  Bruno Haible  <bruno@clisp.org>
22561
22562                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
22563
22564         2006-07-22  Bruno Haible  <bruno@clisp.org>
22565
22566                 * modules/javaversion: New file.
22567                 * MODULES.html.sh (Java): Add javaversion.
22568
22569         2006-03-12  Bruno Haible  <bruno@clisp.org>
22570
22571                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
22572
22573         2005-12-04  Bruno Haible  <bruno@clisp.org>
22574
22575                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
22576                 (untested).
22577
22578         2006-06-21  Bruno Haible  <bruno@clisp.org>
22579
22580                 Avoid warnings from recent versions of mcs.
22581                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
22582                 -o, -L, -r any more. Use options documented since mcs-1.0
22583                 instead. Similarly for -g.
22584
22585         2005-12-04  Bruno Haible  <bruno@clisp.org>
22586
22587                 * build-aux/csharpcomp.sh.in: Suffix for resources is
22588                 .resources, not .resource.
22589
22590         2005-07-09  Bruno Haible  <bruno@clisp.org>
22591
22592                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
22593                 add a .dll suffix.
22594                 Reported by Mark Junker <mjscod@gmx.de>.
22595
22596         2006-07-22  Bruno Haible  <bruno@clisp.org>
22597
22598                 * modules/gettext: Upgrade to gettext-0.15.
22599                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
22600                 m4/visibility.m4.
22601                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
22602
22603 2006-07-22  Bruno Haible  <bruno@clisp.org>
22604
22605         Merge from GNU gettext 0.15.
22606
22607         2006-03-25  Bruno Haible  <bruno@clisp.org>
22608
22609                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
22610
22611         2006-07-21  Bruno Haible  <bruno@clisp.org>
22612
22613                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
22614                 "1.1".
22615
22616         2006-05-09  Bruno Haible  <bruno@clisp.org>
22617
22618                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
22619                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
22620                 for the conftestver execution.
22621
22622         2006-05-01  Bruno Haible  <bruno@clisp.org>
22623
22624                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
22625                 optional target-version argument. Verify that the compiler
22626                 groks source of the specified source-version, or add -source
22627                 option as necessary. Verify that the compiler produces
22628                 bytecode in the specified target-version, or add -target and
22629                 -source options as necessary. Make the result of the test
22630                 available as variable CONF_JAVAC. Also log error output in
22631                 config.log.
22632
22633         2006-03-11  Bruno Haible  <bruno@clisp.org>
22634
22635                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
22636
22637         2006-05-09  Bruno Haible  <bruno@clisp.org>
22638
22639                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
22640                 CLASSPATH_SEPARATOR to a semicolon.
22641
22642         2006-03-12  Bruno Haible  <bruno@clisp.org>
22643
22644                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
22645                 available as variable CONF_JAVA, for subsequent autoconf
22646                 tests. Also log error output in config.log.
22647
22648         2006-07-19  Bruno Haible  <bruno@clisp.org>
22649
22650                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
22651                 that getline works on glibc2 systems. Needed to avoid trouble
22652                 in relocatable.c.
22653                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
22654
22655         2005-12-04  Bruno Haible  <bruno@clisp.org>
22656
22657                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
22658                 launcher (untested).
22659
22660         2005-12-04  Bruno Haible  <bruno@clisp.org>
22661
22662                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
22663
22664         2006-07-22  Bruno Haible  <bruno@clisp.org>
22665
22666                 * gettext.m4: Update from GNU gettext-0.15.
22667                 * nls.m4: Likewise.
22668                 * po.m4: Likewise.
22669                 * inttypes-pri.m4: Likewise.
22670                 * inttypes-h.m4: Renamed from inttypes.m4.
22671                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
22672
22673 2006-07-22  Bruno Haible  <bruno@clisp.org>
22674
22675         Merge from GNU gettext 0.15.
22676
22677         2005-07-05  Bruno Haible  <bruno@clisp.org>
22678
22679                 * printf-args.c (printf_fetchargs): Work around broken
22680                 definition of wint_t on mingw.
22681
22682         2005-02-12  Bruno Haible  <bruno@clisp.org>
22683
22684                 * xallocsa.h: Add extern "C" for C++.
22685
22686         2006-05-17  Bruno Haible  <bruno@clisp.org>
22687
22688                 Cygwin portability.
22689                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
22690
22691         2006-04-30  Bruno Haible  <bruno@clisp.org>
22692
22693                 * progreloc.c: Include <mach-o/dyld.h> if available.
22694                 (find_executable): Use _NSGetExecutablePath when possible.
22695
22696         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22697
22698                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
22699                 function.
22700
22701         2005-12-29  Bruno Haible  <bruno@clisp.org>
22702
22703                 * progreloc.c (set_program_name_and_installdir): Fix
22704                 compilation error.
22705
22706         2005-12-04  Bruno Haible  <bruno@clisp.org>
22707
22708                 Cygwin portability.
22709                 * progreloc.c: Include <windows.h> also on Cygwin.
22710                 (find_executable): Add support for Cygwin.
22711                 (set_program_name_and_installdir): Handle also platforms with
22712                 nonempty EXEEXT.
22713
22714         2006-07-11  Bruno Haible  <bruno@clisp.org>
22715
22716                 * javacomp.c: Fix a comment.
22717                 Reported by Jim Meyering.
22718
22719         2006-04-30  Bruno Haible  <bruno@clisp.org>
22720
22721                 * javacomp.h (compile_java_class): Add source_version,
22722                 target_version arguments.
22723                 * javacomp.c: Rewritten to choose only a compiler that
22724                 respects the specified source_version and target_version.
22725
22726         2006-06-27  Bruno Haible  <bruno@clisp.org>
22727
22728                 Assume correct S_ISDIR macro.
22729                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
22730
22731         2006-07-22  Bruno Haible  <bruno@clisp.org>
22732
22733                 * javaversion.h: New file, from GNU gettext.
22734                 * javaversion.c: New file, from GNU gettext.
22735                 * javaversion.java: New file, from GNU gettext.
22736                 * javaversion.class: New file, from GNU gettext.
22737
22738         2006-05-17  Bruno Haible  <bruno@clisp.org>
22739
22740                 Cygwin portability.
22741                 * javaexec.c (execute_java_class): Test for jview program
22742                 also on Cygwin.
22743
22744         2006-04-09  Bruno Haible  <bruno@clisp.org>
22745
22746                 * fatal-signal.c: Don't include string.h.
22747                 (at_fatal_signal): Use a copying loop instead of memcpy.
22748
22749         2005-12-04  Bruno Haible  <bruno@clisp.org>
22750
22751                 * csharpexec.c: Add support for 'clix' launcher (untested).
22752                 (execute_csharp_using_sscli): New function.
22753                 (execute_csharp_program): Call it.
22754
22755         2006-06-21  Bruno Haible  <bruno@clisp.org>
22756
22757                 Avoid warnings from recent versions of mcs.
22758                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
22759                 -o, -L, -r any more. Use options documented since mcs-1.0
22760                 instead. Similarly for -g.
22761
22762         2005-07-09  Bruno Haible  <bruno@clisp.org>
22763
22764                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
22765                 add a .dll suffix.
22766                 Reported by Mark Junker <mjscod@gmx.de>.
22767
22768         2006-06-17  Bruno Haible  <bruno@clisp.org>
22769
22770                 * config.charset: Update for NetBSD 3.0.
22771
22772         2006-05-17  Bruno Haible  <bruno@clisp.org>
22773
22774                 Cygwin portability.
22775                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
22776
22777         2006-05-16  Bruno Haible  <bruno@clisp.org>
22778
22779                 * localcharset.c [CYGWIN]: Include <windows.h>.
22780                 (get_charset_aliases): For Cygwin, return the same CPxxx
22781                 aliases list as under WIN32.
22782                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
22783                 the environment variables. Fall back to GetACP().
22784
22785         2006-04-05  Bruno Haible  <bruno@clisp.org>
22786
22787                 * config.charset: Update Juan Manuel Guerrero's address.
22788
22789         2005-02-12  Bruno Haible  <bruno@clisp.org>
22790
22791                 * allocsa.h: Add extern "C" for C++.
22792
22793         2005-02-10  Bruno Haible  <bruno@clisp.org>
22794
22795                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
22796                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
22797
22798         2006-07-22  Bruno Haible  <bruno@clisp.org>
22799
22800                 * gettext.h: Update to GNU gettext-0.15.
22801
22802 2006-07-22  Bruno Haible  <bruno@clisp.org>
22803
22804         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
22805         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
22806         lib-prefix.m4, longdouble.m4, ssize_t.m4.
22807
22808 2006-07-21  Eric Blake  <ebb9@byu.net>
22809
22810         * modules/stdlib-safer: New file.
22811         * MODULES.html.sh (File stream based Input/Output): Add
22812         stdlib-safer.
22813
22814 2006-07-21  Eric Blake  <ebb9@byu.net>
22815
22816         * lib/stdlib-safer.h: New file from coreutils, required by
22817         stdlib--.h.
22818
22819 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
22820
22821         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
22822
22823 2006-07-20  Bruno Haible  <bruno@clisp.org>
22824
22825         * gnulib-tool: Recognize new option --assume-autoconf.
22826         (autoconf_minversion): New variable.
22827         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
22828
22829 2006-07-20  Bruno Haible  <bruno@clisp.org>
22830
22831         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
22832
22833 2006-07-19  Derek R. Price  <derek@ximbiot.com>
22834
22835         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
22836         Reindent and repaginate.
22837
22838 2006-07-19  Derek Price  <derek@ximbiot.com>
22839
22840         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
22841         Correct grammar.
22842
22843 2006-07-17  Bruno Haible  <bruno@clisp.org>
22844
22845         * modules/list: New file.
22846         * modules/array-list: New file.
22847         * modules/carray-list, modules/carray-list-tests: New files.
22848         * modules/linked-list, modules/linked-list-tests: New files.
22849         * modules/avltree-list, modules/avltree-list-tests: New files.
22850         * modules/rbtree-list, modules/rbtree-list-tests: New files.
22851         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
22852         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
22853         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
22854         * modules/oset: New file.
22855         * modules/array-oset: New file.
22856         * modules/avltree-oset, modules/avltree-oset-tests: New files.
22857         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
22858         * tests/test-carray_list.c: New file.
22859         * tests/test-linked_list.c: New file.
22860         * tests/test-avltree_list.c: New file.
22861         * tests/test-rbtree_list.c: New file.
22862         * tests/test-linkedhash_list.c: New file.
22863         * tests/test-avltreehash_list.c: New file.
22864         * tests/test-rbtreehash_list.c: New file.
22865         * tests/test-avltree_oset.c: New file.
22866         * tests/test-rbtree_oset.c: New file.
22867         * MODULES.html.sh (Container data structures): New section.
22868
22869 2006-07-17  Bruno Haible  <bruno@clisp.org>
22870
22871         * m4/gl_list.m4: New file.
22872
22873 2006-07-17  Bruno Haible  <bruno@clisp.org>
22874
22875         * lib/gl_list.h: New file.
22876         * lib/gl_list.c: New file.
22877         * lib/gl_array_list.h: New file.
22878         * lib/gl_array_list.c: New file.
22879         * lib/gl_carray_list.h: New file.
22880         * lib/gl_carray_list.c: New file.
22881         * lib/gl_linked_list.h: New file.
22882         * lib/gl_linked_list.c: New file.
22883         * lib/gl_anylinked_list1.h: New file.
22884         * lib/gl_anylinked_list2.h: New file.
22885         * lib/gl_avltree_list.h: New file.
22886         * lib/gl_avltree_list.c: New file.
22887         * lib/gl_anyavltree_list1.h: New file.
22888         * lib/gl_anyavltree_list2.h: New file.
22889         * lib/gl_rbtree_list.h: New file.
22890         * lib/gl_rbtree_list.c: New file.
22891         * lib/gl_anyrbtree_list1.h: New file.
22892         * lib/gl_anyrbtree_list2.h: New file.
22893         * lib/gl_anytree_list1.h: New file.
22894         * lib/gl_anytree_list2.h: New file.
22895         * lib/gl_linkedhash_list.h: New file.
22896         * lib/gl_linkedhash_list.c: New file.
22897         * lib/gl_anyhash_list1.h: New file.
22898         * lib/gl_anyhash_list2.h: New file.
22899         * lib/gl_avltreehash_list.h: New file.
22900         * lib/gl_avltreehash_list.c: New file.
22901         * lib/gl_rbtreehash_list.h: New file.
22902         * lib/gl_rbtreehash_list.c: New file.
22903         * lib/gl_anytreehash_list1.h: New file.
22904         * lib/gl_anytreehash_list2.h: New file.
22905
22906         * lib/gl_oset.h: New file.
22907         * lib/gl_oset.c: New file.
22908         * lib/gl_array_oset.h: New file.
22909         * lib/gl_array_oset.c: New file.
22910         * lib/gl_avltree_oset.h: New file.
22911         * lib/gl_avltree_oset.c: New file.
22912         * lib/gl_rbtree_oset.h: New file.
22913         * lib/gl_rbtree_oset.c: New file.
22914         * lib/gl_anytree_oset.h: New file.
22915
22916 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22917
22918         * m4/mkancesdirs.m4: New file.
22919         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
22920         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
22921         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
22922         it.
22923
22924 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22925
22926         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
22927         * lib/mkancesdirs.h: New files.
22928         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
22929         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
22930         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
22931         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
22932         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
22933         callers changed.  Revamp internals significantly, by not
22934         attempting to create directories that are temporarily more
22935         permissive than the final results.  Do not attempt to use
22936         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
22937         This removes some race conditions, fixes some bugs, and simplifies
22938         things.  Use new dirchownmod function to do owner and mode changes.
22939         * lib/mkdir-p.h: Likewise.
22940         * lib/modechange.c (octal_to_mode): New function.
22941         (struct mode_change): New member mentioned.
22942         (make_node_op_equals): New arg mentioned.  All callers changed.
22943         (mode_compile): Keep track of which mode bits the user has explicitly
22944         mentioned.
22945         (mode_adjust): New arg DIR, so that we implement the X op correctly.
22946         New arg PMODE_BITS, to keep track of which mode bits the user
22947         mentioned; it treats S_ISUID and S_ISGID speciall.
22948         All callers changed.
22949         * lib/modechange.h: Likewise.
22950
22951 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
22952
22953         * MODULES.html.sh: Add mkancestors.
22954         * modules/mkancesdirs: New module.
22955         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
22956         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
22957         The chdir-safer and afs files are now orphans; I'll remove them
22958         unless someone speaks up.
22959         Add lib/dirchownmod.c, lib/dirchownmod.h.
22960         (Depends-on): Remove alloca, chown, save-cwd, dirname.
22961         Add lchown, mkancesdirs.
22962         (Maintainer): Add self.
22963
22964 2006-07-15  Karl Berry  <karl@gnu.org>
22965
22966         * gnulib-tool: help message wording/arrangement.
22967
22968 2006-07-14  Simon Josefsson  <jas@extundo.com>
22969
22970         * doc/gnulib.texi (Libtool and Windows): New section.
22971
22972 2006-07-12  Simon Josefsson  <jas@extundo.com>
22973
22974         * modules/gendocs (License): Fix license, approved by Karl.
22975
22976 2006-07-12  Eric Blake  <ebb9@byu.net>
22977
22978         * MODULES.html.sh: Add gendocs.
22979
22980 2006-07-11  Eric Blake  <ebb9@byu.net>
22981
22982         * modules/fdl: New module, to install doc/fdl.texi.
22983         * MODULES.html.sh: Add new section for documentation modules.
22984         * gnulib-tool: Avoid space-tab.
22985         (--doc-base): New option, to manage files from doc.
22986
22987 2006-07-11  Eric Blake  <ebb9@byu.net>
22988
22989         * m4/absolute-header.m4: Fix comments to match recent change.
22990
22991 2006-07-11  Eric Blake  <ebb9@byu.net>
22992
22993         * gnulib-tool: List --doc-base before --tests-base.
22994
22995 2006-07-11  Derek R. Price  <derek@ximbiot.com>
22996
22997         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
22998
22999 2006-07-11  Bruno Haible  <bruno@clisp.org>
23000
23001         * README: Mention where to put documentation.
23002
23003 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23004
23005         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
23006
23007 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
23008
23009         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
23010         to stdint.m4.
23011
23012 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
23013
23014         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
23015         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
23016         "no/such/file/stdint.h" when there is no such file, so that
23017         the resulting C code can be parsed by dodgy compilers.
23018         Problems reported by Bob Proulx.
23019
23020 2006-07-10  Derek R. Price  <derek@ximbiot.com>
23021
23022         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
23023         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
23024         macros into the GNU _D_EXACT_NAMLEN.
23025         * lib/savedir.c:  Likewise.
23026         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
23027
23028 2006-07-10  Derek R. Price  <derek@ximbiot.com>
23029         and Paul Eggert  <eggert@cs.ucla.edu>
23030
23031         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
23032         * m4/savedir.m4:
23033         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
23034         macros into the GNU _D_EXACT_NAMLEN.
23035
23036 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23037
23038         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
23039         around the absolute name, to work around a problem with the HP-UX
23040         11.23 native C compiler, reported by Bob Proulx.
23041
23042 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23043
23044         * doc/maintain.texi, make-stds.texi: Sync from
23045         <http://savannah.gnu.org/projects/gnustandards>.
23046
23047 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23048
23049         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
23050
23051 2006-07-09  Jim Meyering  <jim@meyering.net>
23052
23053         * m4/glob.m4: Remove a doubled word in a comment.
23054
23055 2006-07-09  Jim Meyering  <jim@meyering.net>
23056
23057         * lib/argp-pv.c: Remove a doubled word in a comment.
23058         * lib/check-version.c (check_version): Likewise.
23059         * lib/javacomp.c (compile_java_class): Likewise.
23060
23061 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
23062
23063         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
23064         for the benefit of people using Autoconf 2.60.  If you want to
23065         support older Autoconf versions you can copy m4/onceonly_2_57.m4
23066         (or m4/onceonly.m4, if pre-2.57) manually.
23067
23068 2006-07-08  Jim Meyering  <jim@meyering.net>
23069
23070         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
23071         comment.
23072         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
23073         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
23074         comment.
23075
23076 2006-07-08  Jim Meyering  <jim@meyering.net>
23077
23078         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
23079
23080 2006-07-07  Simon Josefsson  <jas@extundo.com>
23081
23082         * tests/test-crc.c: Change expected crc value, the test vector
23083         were probably computed using the old broken crc.c?
23084
23085 2006-07-06  Simon Josefsson  <jas@extundo.com>
23086
23087         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
23088         now the canonical place for the M4 file).
23089
23090         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
23091         from the sys_socket dependency now.
23092
23093         * modules/inet_pton (Files): Ditto.
23094
23095         * modules/inet_ntop (Files): Ditto.
23096
23097 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23098
23099         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
23100         not gl_PREREQ_GETUSERSHELL.
23101
23102 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23103
23104         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
23105         with only one argument, for Autoconf 2.60.
23106         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
23107         expand to nothing, so add a shell command to avoid syntax error.
23108         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
23109
23110 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23111
23112         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
23113
23114 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23115
23116         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
23117         no longer needed.  Check for isblank decl.
23118         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
23119         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
23120         of existence.
23121
23122 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23123
23124         * lib/getloadavg.c: Use __VMS, not VMS.
23125         * lib/getopt.c: Likewise.
23126         * lib/getpagesize.h: Likewise.
23127         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
23128         and probably does not work.
23129
23130 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23131
23132         * lib/.cppi-disable: Add wcwidth.
23133         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
23134         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
23135         (ISGRAPH): Remove.  All uses changed to isgraph.
23136         (FOLD) [!defined _LIBC]: Remove special case.
23137         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
23138         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
23139         HAVE_ISBLANK.
23140         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
23141         case.
23142
23143 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
23144
23145         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
23146         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
23147         brackets.  Other minor changes to suppress some compiler
23148         warnings.
23149
23150 2006-07-06  Derek R. Price  <derek@ximbiot.com>
23151         and Paul Eggert  <eggert@cs.ucla.edu>
23152
23153         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
23154         of invoking obsolescent AC_HEADER_DIRENT macro.
23155         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
23156         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
23157         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
23158         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
23159         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
23160         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23161         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
23162         * m4/readdir.m4: Remove; no longer needed.
23163
23164 2006-07-06  Derek R. Price  <derek@ximbiot.com>
23165         and Paul Eggert  <eggert@cs.ucla.edu>
23166
23167         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
23168         Don't worry about this obsolete case any more.
23169         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
23170         directories.
23171         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
23172         worry about this obsolete case any more.
23173         * lib/fts.c: Likewise.
23174         * lib/getcwd.c: Likewise.
23175         * lib/glob.h: Likewise.
23176         * lib/savedir.c: Likewise.
23177
23178 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23179
23180         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
23181         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
23182         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
23183         needed.
23184         All uses removed.
23185         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23186         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
23187         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
23188         needed.
23189         * m4/getdate.m4 (gl_GETDATE): Likewise.
23190         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
23191         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
23192         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
23193         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23194         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
23195         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23196         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
23197         needed.
23198
23199 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23200
23201         * lib/memcasecmp.c: Include <limits.h>.
23202         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
23203         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
23204         Don't assume isdigit succeeds only on '0' through '9'.
23205
23206 2006-07-05  Eric Blake  <ebb9@byu.net>
23207
23208         * modules/getaddrinfo (Depends-on): Add snprintf.
23209
23210 2006-07-05  Eric Blake  <ebb9@byu.net>
23211
23212         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
23213         to avoid 'header present but could not be compiled' on cygwin.
23214
23215 2006-07-05  Eric Blake  <ebb9@byu.net>
23216
23217         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
23218         missing from netdb.h.
23219         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
23220
23221 2006-07-05  Derek R. Price  <derek@ximbiot.com>
23222
23223         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
23224         no longer needed.
23225         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
23226         * m4/getdate.m4 (gl_GETDATE): Likewise.
23227         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
23228         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
23229         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
23230         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
23231         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23232
23233 2006-07-05  Derek R. Price  <derek@ximbiot.com>
23234
23235         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
23236         All uses of is_space replaced by isspace.
23237         * lib/exit.h: Don't talk about STDC_HEADERS.
23238         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
23239         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
23240         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
23241         replaced by isprint etc.
23242         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
23243         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
23244         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
23245         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
23246         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
23247         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
23248
23249 2006-07-05  Bruno Haible  <bruno@clisp.org>
23250
23251         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
23252         the function exists, before testing against AIX.
23253         Reported by Martin Lambers <marlam@marlam.de>.
23254
23255 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
23256
23257         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
23258         From Mark D. Baushke.
23259
23260 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
23263         to the absolute name, not just one, to bypass Sun C 5.8's
23264         "warning: #include of /usr/include/... may be non-portable".
23265
23266 2006-07-04  Eric Blake  <ebb9@byu.net>
23267
23268         * modules/dirname-tests: New test module.
23269         * tests/test-dirname.c: New file, replacing dirname.c
23270         TEST_DIRNAME section that was recently deleted.
23271
23272 2006-07-04  Bruno Haible  <bruno@clisp.org>
23273
23274         Assume ANSI C header files and <ctype.h> functions.
23275         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
23276         (mbsnwidth): Use isprint, iscntrl instead.
23277
23278 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23279
23280         Merge from coreutils.
23281         * MODULES.html.sh: Add xstrtold.
23282         * modules/xstrtold: New file.
23283         * modules/cycle-check (Files): Add lib/same-inode.h.
23284         * modules/dirname (Files): Add m4/double-slash-root.m4.
23285         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
23286         * modules/mkdir-p (Files): Add lib/same-inode.h.
23287         * modules/same (Files): Add lib/same-inode.h.
23288
23289 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23290
23291         * m4/absolute-header.m4: Renamed from full-header-path.m4.
23292         This is to keep the terminology clean; POSIX talks about
23293         "absolute pathnames", not "full pathnames", but the GNU
23294         Coding Standards say to use "path" for something else;
23295         so use "absolute" to keep both sides happy.
23296         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
23297         Set gl_absolute_header, not gl_full_header_path.
23298         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
23299         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
23300         All uses changed.
23301
23302         Merge from coreutils.
23303
23304         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
23305
23306         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
23307         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
23308         want to require the building of c-strtod.o.
23309         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
23310         needs -lm directly.
23311         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
23312
23313         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
23314
23315         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
23316         --as-needed option if available.  Problem reported by Albert Chin in
23317         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
23318         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
23319         cc merely issues a bunch of annoying warnings for --as-needed
23320         (this problem was reported by Bob Proulx).  Also, try linking with
23321         -lm to detect a bug in binutils 2.16 (this problem was reported
23322         by Ralf Wildenhues).
23323
23324         2006-06-18  Jim Meyering  <jim@meyering.net>
23325
23326         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
23327         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
23328         macro.
23329         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
23330         also check for glibc-2.4's abort-inducing bug.
23331
23332         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
23333         Low-probability clean-up should be to use rmdir to get rid of
23334         the just-created directory, not unlink.
23335
23336         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
23337         configure fail, and request a bug report to inform us about it.
23338         Add a comment that, barring reports to the contrary, in 2007 we'll
23339         assume ftruncate is universally available.
23340
23341         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
23342
23343         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
23344
23345         2006-03-12  Jim Meyering  <jim@meyering.net>
23346
23347         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
23348         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
23349         * m4/same.m4 (gl_SAME): Likewise.
23350         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
23351
23352         2006-03-11  Eric Blake  <ebb9@byu.net>
23353
23354         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
23355         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
23356         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
23357         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
23358
23359 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23360
23361         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
23362         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
23363         reported by Mark D. Baushke, one in
23364         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
23365
23366         Merge from coreutils.
23367
23368         * lib/.cppi-disable: Add stdint_.h.
23369         * lib/.cvsignore: Add stdint.h.
23370
23371         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
23372
23373         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
23374         both double and long double versions.
23375         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
23376         * lib/xstrtold.c: New file.
23377         * lib/xstrtod.h (xstrtold): New decl.
23378
23379         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
23380
23381         * lib/filemode.c (setst): Remove.
23382         (strmode): Rewrite to avoid setst.  This makes the code shorter,
23383         (arguably) clearer, and the generated code is a bit smaller on my
23384         Debian GNU/Linux stable x86 host.
23385
23386         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
23387
23388         * lib/filemode.c: Include "filemode.h" first, to test the interface.
23389         Assume that filemode.h includes sys/types.h and sys/stat.h.
23390         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
23391         (ftypelet): Reorder to put common cases first, for efficiency.
23392         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
23393         to do 'M'.
23394         (strmode): Renamed from mode_string, and now stores 12 bytes instead
23395         of 10, for compatibility with FreeBSD.  All callers changed.
23396         (filemodestring): Now stores 12 bytes instead of 10, and sets file
23397         types that can't be deduced solely from st_mode.  First arg is now a
23398         const pointer.
23399         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
23400         (strmode): Renamed from mode_string.
23401         (filemodestring): New decl.
23402         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
23403         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
23404         needed.
23405         (S_ISPORT, S_ISWHT): New macros, if not already defined.
23406
23407         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
23408
23409         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
23410         fsusage.h now does that.  Include fsusage.h first, to test interface.
23411         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
23412         at most one method (the old code could have generated decls that
23413         didn't conform to C89, not that this was ever exercised).
23414         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
23415
23416         2006-03-19  Jim Meyering  <jim@meyering.net>
23417
23418         Work even in a chroot where d_ino values for entries in "/"
23419         don't match the stat.st_ino values for the same names.
23420         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
23421         number, iterate through all entries again, using lstat instead.
23422         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
23423         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
23424
23425         * lib/getcwd.c (__getcwd): Clarify a comment.
23426         Use memcpy in place of a call to strcpy.
23427
23428         2006-03-12  Jim Meyering  <jim@meyering.net>
23429
23430         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
23431         matches that of the current directory (which we're about to chdir ".."
23432         out of), then save the dev-ino of the parent, instead.
23433
23434         * lib/same-inode.h (SAME_INODE): New file/macro.
23435         * lib/chdir-safer.c (SAME_INODE): Remove definition.
23436         Include "same-inode.h", instead.
23437         * lib/same.c: Likewise.
23438         * lib/cycle-check.h: Include "same-inode.h".
23439         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
23440         * lib/cycle-check.c (SAME_INODE): Remove definition.
23441         * lib/root-dev-ino.h: Include "same-inode.h".
23442
23443         2006-03-11  Eric Blake  <ebb9@byu.net>
23444
23445         * lib/same.c (same_name): s/base_name/last_component/
23446         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
23447         * lib/filenamecat.c (file_name_concat): Likewise.
23448
23449         2006-03-11  Eric Blake  <ebb9@byu.net>,
23450                     Paul Eggert  <eggert@cs.ucla.edu>
23451
23452         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
23453         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
23454         drive prefix.
23455         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
23456         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
23457         (last_component): New method.
23458         * lib/dirname.c (dir_len): Determine when drive letters need a
23459         subsequent slash.  Preserve // when it is special.
23460         (dir_name): Don't append dot when drive letter is absolute.
23461         [TEST_DIRNAME]: Move into a full-blown gnulib test.
23462         * lib/basename.c (base_name): New semantics - malloc the result.
23463         Preserve // when it is special.  Preserve relative files that look
23464         like drive letters.
23465         (base_len): Preserve // when it is special.
23466         (last_component): New method, similar to old base_name semantics.
23467         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
23468         base_name.  Strip redundant slashes from ///.
23469
23470 2006-07-03  Jim Meyering  <jim@meyering.net>
23471
23472         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
23473         macro is used before the first cycle_check call.
23474
23475 2006-07-03  Eric Blake  <ebb9@byu.net>
23476
23477         * modules/dirname (Depends-on): Add xstrndup.
23478
23479 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
23480
23481         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
23482         test cases, so that config.log is a bit easier to follow.
23483
23484 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
23485
23486         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
23487         both are 64 bits, since this seems to be the tradition, and this
23488         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
23489         we ever run into a host that prefers long long to long in this
23490         case, we'll need another configure-time test.  Problem reported by
23491         Jim Meyering.
23492
23493 2006-07-02  Eric Blake  <ebb9@byu.net>
23494
23495         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
23496
23497 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23498
23499         * modules/inttypes (Depends-on): No longer depends on stdint.
23500         * modules/stdint (Description): Say more about assumptions.
23501         Say that the fast types might differ.  Say macros are used.
23502         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
23503         (Makefile.am): Revise list of substituted symbols to match
23504         new stdint.m4.
23505         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
23506         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
23507         * tests/test-stdint.c (verify_same_types)
23508         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
23509         the code conforms to C99/C89.
23510         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
23511         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
23512
23513 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23514
23515         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
23516         but fix a bug, by requiring at least 64 bits.
23517         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
23518         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
23519         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
23520         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
23521
23522         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
23523         changes.  Make 2.59 a prerequisite.  Check and substitute for
23524         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
23525         inttypes.h.  Do not use special include files; just use the
23526         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
23527         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
23528         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
23529         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
23530         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
23531         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
23532         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
23533         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
23534         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
23535         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
23536         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
23537         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
23538         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
23539         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
23540         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
23541         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
23542         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
23543         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
23544         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
23545         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
23546         WINT_MAX.  Check for C99 conformance more strictly, by detecting
23547         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
23548         not check for things that C99 does not require, e.g., int8_t.  If
23549         a test isn't needed unless <stdint.h> isn't working, and is
23550         unlikely to be needed for any other reason, then don't do it
23551         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
23552         size_t, since we assume C89 freestanding at least.  Do not check
23553         for sig_atomic_t, wchar_t, or wint_t, since the code now does
23554         the right thing even if the types are not defined.  Instead use:
23555         (gl_STDINT_TYPE_PROPERTIES): New macro.
23556         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
23557         testing whether <sys/types.h> clashes, as Autoconf does this for
23558         us now.  All uses removed.
23559         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
23560         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
23561         (gl_CHECK_TYPE_SAME):
23562         Remove; no longer needed.
23563         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
23564         exists, since we'll return 0 anyway in that case.
23565         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
23566
23567 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23568
23569         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
23570         possible collision with system files.
23571         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
23572         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
23573         WCHAR_MIN and WCHAR_MAX in this case.
23574         (<stddef.h>): Do not include; no longer needed.
23575         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
23576         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
23577         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
23578         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
23579         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
23580         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
23581         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
23582         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
23583         !defined(__c99))]: Include in this case too, since it's harmless
23584         now.
23585         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
23586         dangerous to do so.
23587         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
23588         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
23589         (_STDINT_MIN, _STDINT_MAX): New macros.
23590         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
23591         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
23592         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
23593         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
23594         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
23595         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
23596         macros, not typedefs; this simplifies things quite a bit.
23597         Use long int for all types narrower than int64_t.
23598         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
23599         Define in terms of long long int or int64_t or long int,
23600         not int64_t or int32_t.  This saves some compile-time testing.
23601         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
23602         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
23603         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
23604         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
23605         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
23606         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
23607         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
23608         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
23609         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
23610         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
23611         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
23612         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
23613         undef any previous version and define our own version, for
23614         simplicity and consistency with the new macros for types.
23615         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
23616         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
23617         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
23618         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
23619         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
23620         @WINT_T_SUFFIX@ to keep things simple here.
23621         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
23622         Simplify by assuming typical 8/16/32/64 host, since we're
23623         already doing that elsewhere anyway.
23624         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
23625         and assume long long int is 64 bits if available.  This
23626         speeds up 'configure'.
23627
23628 2006-07-01  Eric Blake  <ebb9@byu.net>
23629
23630         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
23631         Reported by Andreas Buening.
23632
23633 2006-07-01  Eric Blake  <ebb9@byu.net>
23634
23635         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
23636
23637 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
23638
23639         * lib/getaddrinfo.c: fixed typo
23640
23641 2006-06-29  Jim Meyering  <jim@meyering.net>
23642
23643         * modules/strftime (Maintainer): Add my name, since with the
23644         FPRINTFTIME changes strftime.c has forked from glibc.
23645
23646 2006-06-29  Eric Blake  <ebb9@byu.net>
23647
23648         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
23649
23650 2006-06-29  Eric Blake  <ebb9@byu.net>
23651
23652         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
23653
23654 2006-06-29  Eric Blake  <ebb9@byu.net>
23655
23656         * lib/stat_.h: New file.
23657
23658 2006-06-29  Eric Blake  <ebb9@byu.net>
23659
23660         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
23661         unused static function.
23662
23663 2006-06-29  Eric Blake  <ebb9@byu.net>
23664
23665         * doc/functions.texi (Function Portability): Document missing lstat
23666         on mingw.
23667
23668 2006-06-29  Eric Blake  <ebb9@byu.net>
23669
23670         * MODULES.html.sh: Add sys_stat.
23671         * modules/sys_stat: New module.
23672         * modules/mkstemp (Depends-on): Add sys_stat.
23673
23674 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23675
23676         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
23677
23678 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23679
23680         * m4/c-bs-a.m4: Removed.
23681
23682 2006-06-29  Derek R. Price  <derek@ximbiot.com>
23683
23684         * lib/strftime.c: Assume strftime() exists.
23685
23686 2006-06-29  Derek Price  <derek@ximbiot.com>
23687
23688         * modules/c-bs-a: Removed - \a is C89.
23689         * MODULES.html.sh: Remove c-bs-a.
23690
23691 2006-06-29  Bruno Haible  <bruno@clisp.org>
23692
23693         * modules/wcwidth (License): Change to LGPL.
23694
23695 2006-06-28  Simon Josefsson  <jas@extundo.com>
23696
23697         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
23698         on _WIN32.
23699
23700         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
23701         getnameinfo.
23702
23703 2006-06-28  Simon Josefsson  <jas@extundo.com>
23704
23705         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
23706
23707 2006-06-28  Simon Josefsson  <jas@extundo.com>
23708
23709         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
23710         functions there.  It will succeed on Windows XP, but on Windows
23711         2000 and (presumably) earlier, it will fail, and use the internal
23712         re-implementation.
23713         (use_win32_p): New function.
23714         (getaddrinfo): Use strtoul on servname, to support numeric ports.
23715         Support AI_NUMERICSERV to disable getservbyname.
23716         (getnameinfo): New function, only supports
23717         NI_NUMERICHOST|NI_NUMERICSERV for now.
23718
23719         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
23720         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
23721         getnameinfo.
23722
23723 2006-06-28  Eric Blake  <ebb9@byu.net>
23724
23725         * modules/wcwidth: New file.
23726         * modules/mbchar (Depends-on): Add wcwidth.
23727         * modules/mbswidth (Depends-on): Add wcwidth.
23728         * MODULES.html.sh: Add wcwidth.
23729
23730 2006-06-28  Eric Blake  <ebb9@byu.net>
23731
23732         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
23733         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
23734
23735 2006-06-28  Eric Blake  <ebb9@byu.net>
23736
23737         * lib/xvasprintf.h: Fix comments.
23738
23739 2006-06-28  Eric Blake  <ebb9@byu.net>
23740
23741         * lib/mbchar.h (wcwidth): Include wcwidth.h.
23742         * lib/mbswidth.c (wcwidth): Move from here...
23743         * lib/wcwidth.h: ...to this new file.
23744
23745 2006-06-28  Derek R. Price  <derek@ximbiot.com>
23746
23747         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
23748
23749         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
23750         it's obsolete.
23751         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
23752
23753 2006-06-28  Derek R. Price  <derek@ximbiot.com>
23754
23755         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
23756         Autoconf 2.60 says this stuff was obsolete.
23757
23758 2006-06-28  Bruno Haible  <bruno@clisp.org>
23759
23760         * modules/wcwidth (Files): Add m4/wchar_t.m4.
23761
23762 2006-06-28  Bruno Haible  <bruno@clisp.org>
23763
23764         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
23765         gt_TYPE_WCHAR_T.
23766
23767 2006-06-28  Bruno Haible  <bruno@clisp.org>
23768
23769         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
23770         declaration for wcwidth.
23771         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
23772
23773 2006-06-28  Bruno Haible  <bruno@clisp.org>
23774
23775         * lib/mkdtemp.c [MINGW]: Include <io.h>.
23776         (mkdir): Define using _mkdir.
23777
23778 2006-06-28  Bruno Haible  <bruno@clisp.org>
23779
23780         * lib/getaddrinfo.h: Fix POSIX URL.
23781         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
23782         _WIN32.
23783         (use_win32_p): Make static.
23784         (getaddrinfo): Reject service name if it is empty or does not consist
23785         solely of decimal digits, or if its value is > 65535.
23786         (getnameinfo): Remove useless casts.
23787
23788 2006-06-27  Simon Josefsson  <jas@extundo.com>
23789
23790         * modules/sys_select: New file, suggested by Bruno Haible, Paul
23791         Eggert and Martin Lambers.
23792
23793 2006-06-27  Simon Josefsson  <jas@extundo.com>
23794
23795         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
23796         Eggert and Martin Lambers.
23797
23798 2006-06-27  Bruno Haible  <bruno@clisp.org>
23799
23800         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
23801         result to 0, not to empty.
23802         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
23803
23804 2006-06-27  Bruno Haible  <bruno@clisp.org>
23805
23806         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
23807
23808 2006-06-26  Simon Josefsson  <jas@extundo.com>
23809
23810         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
23811         present.
23812
23813 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
23814
23815         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
23816         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
23817         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
23818
23819 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
23820
23821         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
23822
23823 2006-06-26  Bruno Haible  <bruno@clisp.org>
23824
23825         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
23826
23827 2006-06-26  Bruno Haible  <bruno@clisp.org>
23828
23829         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
23830
23831 2006-06-26  Bruno Haible  <bruno@clisp.org>
23832
23833         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
23834         SGI C compiler in pre-C99 mode.
23835         Suggested by Mark D. Baushke and Larry Jones.
23836
23837 2006-06-26  Bruno Haible  <bruno@clisp.org>
23838
23839         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
23840         WCHAR_MAX.
23841         Reported by Mark D. Baushke and Larry Jones.
23842
23843 2006-06-26  Bruno Haible  <bruno@clisp.org>
23844
23845         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
23846         in pre-C99 mode.
23847         Suggested by Mark D. Baushke and Larry Jones.
23848
23849 2006-06-23  Simon Josefsson  <jas@extundo.com>
23850             Bruno Haible  <bruno@clisp.org>
23851
23852         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
23853         Emit mostlyclean-local rule.
23854         (func_emit_tests_Makefile_am): Likewise.
23855         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
23856
23857 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
23858
23859         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
23860
23861 2006-06-23  Bruno Haible  <bruno@clisp.org>
23862
23863         * tests/test-stdint.c: Update to match ISO C 99 Technical
23864         Corrigendum 1.
23865
23866 2006-06-23  Bruno Haible  <bruno@clisp.org>
23867
23868         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
23869
23870 2006-06-23  Bruno Haible  <bruno@clisp.org>
23871
23872         * lib/stdint_.h: Treat IRIX like OpenBSD.
23873
23874 2006-06-23  Bruno Haible  <bruno@clisp.org>
23875
23876         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
23877         ISO C 99 Technical Corrigendum 1.
23878
23879 2006-06-22  Simon Josefsson  <jas@extundo.com>
23880
23881         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
23882         MinGW.
23883
23884 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23885
23886         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
23887         needed.  Some compiler complained about some of them.  Problem reported
23888         by Larry Jones in
23889         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
23890
23891 2006-06-21  Simon Josefsson  <jas@extundo.com>
23892
23893         * tests/test-getaddrinfo.c: New file.
23894
23895         * modules/getaddrinfo-tests: New file.
23896
23897         * MODULES.html.sh: Add inet_pton.
23898
23899         * modules/inet_pton: New file.
23900
23901 2006-06-21  Simon Josefsson  <jas@extundo.com>
23902
23903         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
23904         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
23905         of using the (limited) gnulib implementation on Windows XP.
23906
23907         * m4/inet_pton.m4: New file.
23908
23909 2006-06-21  Simon Josefsson  <jas@extundo.com>
23910
23911         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
23912         variable.
23913
23914         * lib/socket_.h: Don't define WINVER.
23915
23916         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
23917         slightly modified to work in gnulib.
23918
23919 2006-06-21  Simon Josefsson  <jas@extundo.com>
23920
23921         * doc/gnulib.texi (Windows sockets): Add.
23922
23923 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
23924
23925         * lib/read-file.c (fread_file): Start with buffer allocation of
23926         0 bytes rather than 1 byte; this simplifies the code.
23927         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
23928         code to free buffer and save/restore errno.
23929         (internal_read_file): Remove unused local.
23930
23931 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
23932
23933         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
23934         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
23935         Problem reported by Denis Excoffier in
23936         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
23937
23938 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23939
23940         * modules/sys_socket, modules/socklen: Include sys/types since
23941         FreeBSD 4.x's sys/socket.h needs it.
23942
23943 2006-06-19  Simon Josefsson  <jas@extundo.com>
23944
23945         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
23946
23947 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
23948
23949         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
23950
23951 2006-06-19  Bruno Haible  <bruno@clisp.org>
23952
23953         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
23954         and FULL_PATH_INTTYPES_H in angle brackets.
23955         Reported by Mark D. Baushke <mdb@gnu.org>.
23956
23957 2006-06-17  Eric Blake  <ebb9@byu.net>
23958
23959         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
23960         errno.
23961
23962 2006-06-17  Bruno Haible  <bruno@clisp.org>
23963
23964         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
23965         <sys/inttypes.h>.
23966
23967 2006-06-17  Bruno Haible  <bruno@clisp.org>
23968
23969         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
23970         whether errno is declared. Assume <errno.h> declares errno.
23971
23972 2006-06-17  Bruno Haible  <bruno@clisp.org>
23973
23974         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
23975
23976 2006-06-17  Bruno Haible  <bruno@clisp.org>
23977
23978         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
23979         problem on Solaris 2.5.1.
23980
23981 2006-06-16  Eric Blake  <ebb9@byu.net>
23982
23983         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
23984         * lib/unicodeio.c [!defined errno]: Likewise.
23985         * lib/strtol.c [!defined errno]: Likewise.
23986         * lib/strtod.c [!defined errno]: Likewise.
23987
23988 2006-06-15  Eric Blake  <ebb9@byu.net>
23989
23990         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
23991
23992 2006-06-15  Eric Blake  <ebb9@byu.net>
23993
23994         * config/srclist.txt (ssize_t.m4): Lose sync.
23995
23996 2006-06-15  Bruno Haible  <bruno@clisp.org>
23997
23998         * modules/stdint (Files): Include m4/full-header-path.m4,
23999         m4/size_max.m4, m4/wchar_t.m4.
24000         (Makefile.am): Many more substitutions.
24001         * modules/stdint-tests: New file.
24002         * tests/test-stdint.c: New file.
24003
24004 2006-06-15  Bruno Haible  <bruno@clisp.org>
24005
24006         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
24007         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
24008         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
24009         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
24010         gl_CHECK_TYPE_SAME): New macros.
24011
24012 2006-06-15  Bruno Haible  <bruno@clisp.org>
24013
24014         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
24015
24016 2006-06-15  Bruno Haible  <bruno@clisp.org>
24017
24018         * lib/stdint_.h: Rewritten to be fully auto-configured.
24019         Fixes bug on HP-UX/IA64.
24020
24021 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
24022
24023         * lib/getdate.y (__attribute__): Don't define if already defined.
24024         Problem reported by Larry Jones.
24025         * lib/utimens.c (__attribute__): Likewise.
24026
24027 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
24028
24029         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
24030         reported by Andreas Schwab.
24031
24032 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24033             Bruno Haible  <bruno@clisp.org>
24034
24035         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
24036         check for the declaration of strnlen and a run test that exposes the
24037         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
24038         rpl_strndup.
24039
24040 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24041             Bruno Haible  <bruno@clisp.org>
24042
24043         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
24044
24045 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24046
24047         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
24048         compile test, for Tru64 4.0D.
24049
24050 2006-05-28  Karl Berry  <karl@gnu.org>
24051
24052         * config/srclist.txt (printf-args.c): lose sync.
24053
24054 2006-05-26  Martin Lambers  <marlam@marlam.de>
24055
24056         * lib/getpass.c: Updates the test for the native W32 API, and adds
24057         missing includes, thus fixing compilation warnings.
24058
24059 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
24060
24061         * lib/exclude.c (exclude_fnmatch): New function.
24062         (excluded_file_name): Call exclude_fnmatch.
24063         * lib/exclude.h (excluded_file_name): New prototype
24064
24065 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
24066
24067         * lib/tempname.c (small_open, large_open): New macros.
24068         (__open, __open64) [!_LIBC]: Remove.
24069         (__gen_tempname): Use small_open and large_open instead of __open
24070         and __open64.  This fixes a portability bug on HP-UX 11.11i
24071         reported by Simon Wing-Tang in
24072         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
24073
24074 2006-05-24  Bruno Haible  <bruno@clisp.org>
24075
24076         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
24077         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
24078         Reported by Thorsten Maerz <torte@netztorte.de> via
24079         Aaron Stone <aaron@serendipity.cx>.
24080
24081 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24082
24083         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
24084         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
24085         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
24086         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
24087         not really conditional on the cache.
24088         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
24089
24090 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
24091
24092         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
24093         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
24094         (my_usleep): Don't mishandle maximum value.
24095
24096 2006-05-19  Jim Meyering  <jim@meyering.net>
24097
24098         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
24099
24100 2006-05-17  Bruno Haible  <bruno@clisp.org>
24101
24102         Cygwin portability.
24103         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
24104
24105 2006-05-17  Bruno Haible  <bruno@clisp.org>
24106
24107         * lib/stdint_.h: Fix recognition of Cygwin.
24108
24109 2006-05-15  Bruno Haible  <bruno@clisp.org>
24110
24111         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
24112         on libtool patch by Ralf Wildenhues.
24113
24114 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24115
24116         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
24117         test for C99 conformance; (bool) 0.5 is an integer constant
24118         expression, but (bool) -0.5 is not.  Problem reported by Fedor
24119         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
24120
24121 2006-05-11  Simon Josefsson  <jas@extundo.com>
24122
24123         * m4/xvasprintf.m4: Fix obvious typo.
24124
24125 2006-05-11  Jim Meyering  <jim@meyering.net>
24126
24127         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
24128         James Lemley.
24129
24130 2006-05-10  Simon Josefsson  <jas@extundo.com>
24131
24132         * lib/md4.c: Typo fix, update copyright years.
24133         (K1, K2): Don't use L because it turn computations into 64-bit on
24134         64-bit platforms.
24135
24136 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
24137
24138         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
24139         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
24140         unwanted sign propagation, e.g., on hosts with 64-bit int.
24141         There still are some problems with reeelly weird theoretical hosts
24142         (e.g., 33-bit int) but it's not worth worrying about now.
24143         * lib/sha1.c (rol): Likewise.
24144         (K1, K2, K3, K4): Remove unnecessary L suffix.
24145
24146 2006-05-10  Bruno Haible  <bruno@clisp.org>
24147
24148         * lib/des.c: Cast to avoid warnings.
24149
24150 2006-05-09  Bruno Haible  <bruno@clisp.org>
24151
24152         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
24153         (Depends-on): Depend also on xsize, stdarg.
24154         (configure.ac): Add gl_XVASPRINTF.
24155
24156 2006-05-09  Bruno Haible  <bruno@clisp.org>
24157
24158         * m4/xvasprintf.m4: New file.
24159
24160 2006-05-09  Bruno Haible  <bruno@clisp.org>
24161
24162         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
24163         (EOVERFLOW): Define fallback value.
24164         (xstrcat): New function.
24165         (xvasprintf): Recognize the special case of a string concatenation.
24166
24167 2006-05-08  Eric Blake  <ebb9@byu.net>
24168
24169         * gnulib-tool (func_version): Base copyright year on CVS date.
24170         (func_emit_copyright_notice): New function.
24171         (func_emit_lib_Makefile_am): Use it.
24172         (func_emit_tests_Makefile_am): Likewise.
24173         (func_import): Likewise.
24174
24175 2006-05-08  Bruno Haible  <bruno@clisp.org>
24176
24177         * modules/stdarg: New file.
24178         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
24179
24180 2006-05-08  Bruno Haible  <bruno@clisp.org>
24181
24182         * m4/stdarg.m4: New file, from GNU gettext.
24183
24184 2006-05-08  Bruno Haible  <bruno@clisp.org>
24185
24186         * config/srclist.txt (build-aux/config.rpath): different from latest
24187         release.
24188
24189 2006-05-08  Bruno Haible  <bruno@clisp.org>
24190
24191         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
24192
24193 2006-05-05  Jim Meyering  <jim@meyering.net>
24194
24195         * m4/warning.m4: New file, derived from bison's file by the same name.
24196
24197 2006-05-03  Bruno Haible  <bruno@clisp.org>
24198
24199         * lib/stdint_.h: Shorter URL.
24200         * lib/inttypes.h: Likewise.
24201
24202 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24203
24204         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
24205
24206 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24207
24208         * lib/verify.h: Document the internals better.  Most of this change
24209         was written by Bruno Haible.
24210
24211 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
24212
24213         * doc/verify.texi: New file, partly based on a proposal by
24214         Bruno Haible.
24215
24216 2006-05-02  Bruno Haible  <bruno@clisp.org>
24217
24218         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
24219         test from here...
24220         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
24221
24222 2006-04-29  Bruno Haible  <bruno@clisp.org>
24223
24224         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
24225         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
24226
24227 2006-04-29  Bruno Haible  <bruno@clisp.org>
24228
24229         * gnulib-tool: Make --update option actually work.
24230
24231 2006-04-29  Bruno Haible  <bruno@clisp.org>
24232
24233         * doc/gcd.texi: New file.
24234         * doc/gnulib.texi: Include it.
24235
24236 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
24237
24238         * lib/getdate.y (get_date): When adding relative date, start with the
24239         initial time, not with the result of the first mktime call.
24240
24241 2006-04-25  Bruno Haible  <bruno@clisp.org>
24242
24243         * gnulib-tool (func_import): Output the include directives in three
24244         blocks, sorted separately.
24245         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24246
24247 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
24248
24249         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
24250         to define main with arguments, for C++.  Reported by Eric Blake.
24251         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
24252         Prefer 'int main ()' to 'int main (void)', for C++.
24253         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
24254         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
24255         for 'main', for C99 and C++.
24256
24257 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
24258
24259         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
24260         Don't assume that exit status -1 is valid.
24261         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24262         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
24263         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
24264         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
24265         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
24266         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
24267         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
24268         functions can be used without declaring them, or that you can
24269         exit with status -1.
24270         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
24271
24272 2006-04-24  Karl Berry  <karl@gnu.org>
24273
24274         * config/srclist.txt (longdouble.m4): sync lost.
24275
24276 2006-04-24  Eric Blake  <ebb9@byu.net>
24277
24278         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
24279
24280 2006-04-24  Bruno Haible  <bruno@clisp.org>
24281
24282         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
24283         poll() implementation in AIX.
24284         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24285
24286 2006-04-24  Bruno Haible  <bruno@clisp.org>
24287
24288         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
24289         assigned exactly once.
24290
24291 2006-04-23  Claudio Fontana  <claudio@gnu.org>
24292             Bruno Haible  <bruno@clisp.org>
24293
24294         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
24295         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
24296         for AM_CPPFLAGS.
24297
24298 2006-04-23  Bruno Haible  <bruno@clisp.org>
24299
24300         * modules/copy-file: Depend on unistd.
24301         * modules/execute: Likewise.
24302         * modules/fatal-signal: Likewise.
24303         * modules/findprog: Likewise.
24304         * modules/mkdtemp : Likewise.
24305         * modules/pipe: Likewise.
24306         * modules/wait-process: Likewise.
24307
24308 2006-04-23  Bruno Haible  <bruno@clisp.org>
24309
24310         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
24311         condition was already detected.
24312         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24313
24314 2006-04-23  Bruno Haible  <bruno@clisp.org>
24315
24316         * lib/copy-file.c: Include <unistd.h> unconditionally.
24317         * lib/execute.c: Likewise.
24318         * lib/fatal-signal.c: Likewise.
24319         * lib/findprog.c: Likewise.
24320         * lib/mkdtemp.c: Likewise.
24321         * lib/pipe.h: Likewise.
24322         * lib/pipe.c: Likewise.
24323         * lib/wait-process.h: Likewise.
24324
24325 2006-04-23  Bruno Haible  <bruno@clisp.org>
24326
24327         * gnulib-tool (func_usage): Fix --import description. Document
24328         --update.
24329         (func_import): Create temporary file in a temporary directory, if
24330         --dry-run is specified. Silence errors from 'grep' when there are no
24331         m4 files in $m4dir.
24332         (func_create_testdir): Silence errors from 'grep' when there are no
24333         m4 files in $m4dir.
24334         Reported by Karl Berry <karl@freefriends.org>.
24335
24336 2006-04-20  Bruno Haible  <bruno@clisp.org>
24337
24338         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
24339         one argument, so that the code will be portable to Autoconf 2.60.
24340         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
24341         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
24342         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
24343
24344 2006-04-19  Derek Price  <derek@ximbiot.com>
24345             Eric Blake  <ebb9@byu.net>
24346
24347         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
24348         rather than "/full/path.h".  Update comment to match.  Shorten &
24349         generalize m4_translit call via AS_TR_CPP.
24350
24351 2006-04-19  Derek Price  <derek@ximbiot.com>
24352             Eric Blake  <ebb9@byu.net>
24353
24354         * lib/inttypes.h: Correct grammar in comment.
24355
24356 2006-04-18  Derek Price  <derek@ximbiot.com>
24357             Paul Eggert  <eggert@cs.ucla.edu>
24358
24359         * modules/inttypes: New file.
24360         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
24361
24362 2006-04-18  Derek Price  <derek@ximbiot.com>
24363             Paul Eggert  <eggert@cs.ucla.edu>
24364
24365         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
24366         New files.
24367
24368 2006-04-18  Derek Price  <derek@ximbiot.com>
24369             Paul Eggert  <eggert@cs.ucla.edu>
24370
24371         * lib/inttypes.h: New file.
24372         * lib/strtoimax.c: Assume <inttypes.h>.
24373
24374 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
24375
24376         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
24377         isn't mounted.  Problem reported by Kir Kolyshkin.
24378
24379 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
24380
24381         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
24382         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
24383         Derek R. Price.
24384         * lib/regex.h (RE_DUP_MAX): Update comment to match current
24385         implementation.
24386
24387 2006-04-12  Eric Blake  <ebb9@byu.net>
24388
24389         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
24390         is now done automatically by the corresponding Autoconf macro.
24391
24392 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
24393
24394         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
24395         time_r.h.
24396
24397 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24398
24399         Merge regex changes from libc, removing some of our
24400         POSIX-conformance changes that were rejected and redoing them in a
24401         less-intrusive way.
24402
24403         * lib/regcomp.c (re_compile_internal, init_dfa):
24404         Length arg is now size_t, not Idx.  All uses changed.
24405         (peek_token): Forward decl now says internal_function.
24406         (__re_error_msgid, __re_error_msgid_idx):
24407         Now static rather than extern with attribute_hidden.
24408         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
24409         For some reason libc prefers K&R style defns for external functions.
24410         (regerror) [!defined _LIBC]: Likewise.
24411         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
24412         (seek_collating_symbol_entry, lookup_collation_sequence_value):
24413         (build_range_exp, build_collating_symbol):
24414         Use K&R-style defn.
24415         (re_compile_fastmap): Use '\0' to memset, not 0.
24416         (utf8_sb_map): Make the calculations more obvious.
24417         (init_dfa, parse_bracket_exp, build_charclass_op):
24418         Call calloc and cast result, as glibc does.
24419         (init_word_char, fetch_token, peek_token, peek_token_bracket):
24420         (build_range_exp, build_collating_symbol):
24421         Now internal functions.
24422
24423         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
24424
24425         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
24426         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
24427         Don't depend on VMS; depend on __VMS instead, for POSIX
24428         namespace cleanness.
24429         (regoff_t): Define to ssize_t, not long int.
24430
24431         Remove the REG_ macros named below.  Instead, make the old names
24432         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
24433         __USE_GNU_REGEX.
24434         (REG_BACKSLASH_ESCAPE_IN_LISTS):
24435         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
24436         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
24437         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
24438         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
24439         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
24440         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
24441         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
24442         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
24443         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
24444         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
24445         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
24446         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
24447         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
24448         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
24449         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
24450         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
24451         (REG_NREGS):
24452         Remove.  All uses replaced by the old RE_* names.
24453         (RE_BACKSLASH_ESCAPE_IN_LISTS):
24454         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
24455         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
24456         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
24457         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
24458         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
24459         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
24460         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
24461         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
24462         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
24463         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
24464         Don't bother having these macros be independent of each others'
24465         values, since they no longer exist in the POSIX name space.
24466
24467         Rename the following member names back to their old names,
24468         unless !__USE_GNU_REGEX.  All uses changed back.
24469         (buffer): Renamed from re_buffer.
24470         (allocated): Renamed from re_allocated.
24471         (used): Renamed from re_used.
24472         (syntax): Renamed from re_syntax.
24473         (fastmap): Renamed from re_fastmap.
24474         (translate): Renamed from re_translate.
24475         (can_be_null): Renamed from re_can_be_null.
24476         (regs_allocated): Renamed from re_regs_allocated.
24477         (fastmap_accurate): Renamed from re_fastmap_accurate.
24478         (no_sub): Renamed from re_no_sub.
24479         (not_bol): Renamed from re_not_bol.
24480         (not_eol): Renamed from re_not_eol.
24481         (newline_anchor): Renamed from re_newline_anchor.
24482         (num_regs): Renamed from rm_num_regs.
24483         (start): Renamed from rm_start.
24484         (end): Renamed from rm_end.
24485
24486         (free_state): Move up a bit.
24487
24488         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
24489         #define to be empty.
24490         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
24491         when that is what is intended.
24492         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
24493         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
24494         (MAX): New macro.
24495         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
24496         All uses changed back to re_malloc, etc.  It's now the caller's
24497         responsibility to check for overflow; all callers changed.
24498         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
24499         (re_x2nrealloc): Remove.
24500         (free_state): Remove decl.
24501
24502         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
24503         (re_set_registers, re_exec):
24504         Use K&R-style defn.
24505
24506         2006-01-31  Roland McGrath  <roland@redhat.com>
24507
24508         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
24509         Reported by Mike Frysinger <vapier@gentoo.org>.
24510
24511         2006-01-15  Andreas Jaeger  <aj@suse.de>
24512
24513         [BZ #1950]
24514         * lib/regex_internal.c (re_string_reconstruct): Adjust for
24515         build_wcs_upper_buffer change.
24516         (build_wcs_upper_buffer): Change return type.
24517
24518         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
24519
24520         * lib/regex_internal.h: Include <stdint.h> if available.
24521
24522         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
24523
24524         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
24525
24526         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24527
24528         * lib/regcomp.c: Adjust for changed secondary hash function.
24529
24530         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
24531
24532         * lib/regex.h: Pretty printing.
24533         Clean up namespace a bit.
24534
24535         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
24536
24537         * lib/regexec.c (update_cur_sifted_state, check_arrival,
24538         check_arrival_add_next_nodes): Avoid using uninitialized variable.
24539
24540         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
24541                     Ulrich Drepper  <drepper@redhat.com>
24542
24543         [BZ #1302]
24544         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
24545         changed.
24546         (bitset_word_t): Renamed from bitset_word.  All uses changed.
24547
24548         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
24549
24550         [BZ #281]
24551         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
24552         * lib/regcomp.c: Remove unnecessary uses of
24553         unsigned RE_TRANSLATE_TYPE.
24554         * lib/regex_internal.h: Likewise.
24555         * lib/regex_internal.c: Likewise.
24556         * lib/regexec.c: Likewise.
24557         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
24558
24559         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
24560
24561         * lib/regexec.c (find_recover_state): Remove unnecessary
24562         initialization.
24563         (transit_state_bkref): Make DFA a const pointer.
24564         (get_subexp): Likewise.
24565         (check_arrival): Likewise.
24566         (update_cur_sifted_state): Likewise.
24567         (re_search_internal): Likewise.
24568         (prune_impossible_nodes): Likewise.
24569         (acquire_init_state_context): Likewise.
24570         (proceed_next_node): Likewise.
24571         (set_regs): Likewise.
24572         (free_fail_stack_return): Likewise.
24573         (check_arrival_expand_ecl): Mark DFA parameter as const.
24574         (check_arrival_expand_ecl_sub): Likewise.
24575         (check_subexp_limits): Likewise.
24576         (sub_epsilon_src_nodes):  Likewise.
24577         (add_epsilon_src_nodes):  Likewise.
24578         (merge_state_array): Likewise.
24579         (update_regs): Likewise.
24580         (build_trtable): Likewise.
24581         (sift_states_backward): Mark MCTX parameter as const.
24582         (build_sifted_states): Likewise.
24583         (update_cur_sifted_state): Likewise.
24584         (sift_states_mkref): Likewise.
24585         (check_arrival_expand_ecl): Mark eclosure as const.
24586         (check_dst_limits_calc_pos_1): Likewise.
24587         * lib/regex_internal.h (re_match_context_t): Make dfa a const
24588         pointer.
24589
24590         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
24591
24592         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
24593         (transit_state_sb): Likewise.
24594         (transit_state_mb): Likewise.
24595         (sift_states_iter_mb): Likewise.
24596         (check_arrival_add_next_nodes): Likewise.
24597         (check_node_accept_bytes): Change first parameter to pointer-to-const.
24598         [_LIBC] (re_search_2_stub): Use mempcpy.
24599
24600         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
24601         mbrtowc for very simple UTF-8 case.
24602
24603         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
24604         a pointer-to-const.
24605         (re_acquire_state_context): Likewise.
24606         * lib/regex_internal.h: Adjust prototypes.
24607
24608         * lib/regex.c: Prevent using C++ compilers.
24609
24610         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
24611         (re_acquire_state_context): Likewise.
24612
24613 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24614
24615         * modules/regex (Depends-on): Add ssize_t.
24616
24617 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24618
24619         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
24620         translation table.
24621
24622 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
24623
24624         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
24625
24626 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
24627             Bruno Haible  <bruno@clisp.org>
24628
24629         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
24630         <sys/types.h> and <inttypes.h>.
24631
24632 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24633
24634         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
24635         `__error_t_defined', so argp.h will not typedef the former.
24636
24637 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
24638
24639         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
24640         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
24641         glibc names.  Even if glibc is changed to conform to POSIX, the
24642         traditional names will be available anyway, since regex depends on
24643         the extensions module.  Also, fix a longstanding typo in the
24644         implementation of Spencer ERE test #75 from grep 2.3.  Problems
24645         reported by Emanuele Giaquinta.  Also, change sense of cached
24646         variable, so that the message makes sense.
24647
24648 2006-03-24  Simon Josefsson  <jas@extundo.com>
24649
24650         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
24651         including some doc fixes.
24652         (base64_encode_alloc): Fix +1 bug on allocation failures.
24653
24654 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24655
24656         * lib/base64.c (base64_encode): Do not read past end of array with
24657         unsanitized input on systems with CHAR_BIT > 8.
24658
24659 2006-03-24  Eric Blake  <ebb9@byu.net>
24660
24661         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
24662
24663 2006-03-22  Karl Berry  <karl@gnu.org>
24664
24665         * config/srclist.txt (*setenv.[ch]): get from coreutils.
24666         * config/srclistvars.sh (COREUTILS): new var.
24667
24668 2006-03-17  Jim Meyering  <jim@meyering.net>
24669
24670         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
24671         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
24672
24673 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
24674
24675         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
24676         no longer needs it.  Instead, check that regoff_t is as least
24677         as wide as ptrdiff_t.
24678
24679         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
24680         so that our regex.h stays compatible with the installed regex.
24681         This is helpful for installers who configure --without-included-regex.
24682         Problem reported by Emanuele Giaquinta.
24683
24684 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
24685
24686         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
24687         Typedef to long int, not to off_, as POSIX will likely change
24688         in that direction.
24689
24690 2006-03-15  Eric Blake  <ebb9@byu.net>
24691
24692         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
24693
24694 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24695
24696         * lib/argp-help.c (validate_uparams): Fix typo
24697         * lib/argp-parse.c (argp_default_options): Consistently begin help
24698         messages with a lowercase letter.
24699
24700 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
24701
24702         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
24703         overrun buffers and shouldn't be used (much as gets shouldn't be
24704         used).
24705         * lib/time_r.c (asctime_r, ctime_r): Likewise.
24706
24707 2006-03-08  Simon Josefsson  <jas@extundo.com>
24708
24709         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
24710         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24711
24712 2006-03-08  Simon Josefsson  <jas@extundo.com>
24713
24714         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
24715         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24716
24717 2006-03-08  Simon Josefsson  <jas@extundo.com>
24718
24719         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
24720         signal that configure disabled the device.
24721
24722 2006-03-08  Simon Josefsson  <jas@extundo.com>
24723
24724         * build-aux/maint.mk: Fix refresh-po, to handle no translated
24725         languages.
24726
24727 2006-03-07  Simon Josefsson  <jas@extundo.com>
24728
24729         * modules/getopt (Depends-on): Add unistd.
24730
24731         * modules/unistd: New file.
24732
24733 2006-03-07  Simon Josefsson  <jas@extundo.com>
24734
24735         * modules/gc-random: New file.
24736
24737 2006-03-07  Simon Josefsson  <jas@extundo.com>
24738
24739         * m4/unistd_h.m4: New file.
24740
24741 2006-03-07  Simon Josefsson  <jas@extundo.com>
24742
24743         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
24744         test to be side-effect free by storing the result in the cache
24745         variable gl_cv_lib_readline, and moving the assignment of
24746         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
24747         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24748
24749 2006-03-07  Simon Josefsson  <jas@extundo.com>
24750
24751         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
24752         error on missing devices (the functions will return an error).
24753
24754         * m4/gc.m4: Move random stuff to gc-random.m4
24755
24756 2006-03-07  Simon Josefsson  <jas@extundo.com>
24757
24758         * lib/unistd_.h: New file.
24759
24760 2006-03-07  Simon Josefsson  <jas@extundo.com>
24761
24762         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
24763
24764 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24765
24766         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
24767         Problem reported by Juan Manuel Guerrero.
24768
24769 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24770
24771         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
24772         the unistd module.
24773         * lib/getlogin_r.c: Likewise.
24774         * lib/getlogin_r.h: Likewise.
24775         * lib/glob.c: Likewise.
24776         * lib/pagealign_alloc.c: Likewise.
24777         * lib/unistd_.h: Remove; no longer needed.
24778
24779 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
24780
24781         * MODULES.html.sh (Support for systems lacking POSIX:2001):
24782         Add unistd.
24783         * modules/c-stack (Depends-on): Add unistd.
24784         * modules/getlogin_r: Likewise.
24785         * modules/glob: Likewise.
24786         * modules/pagealign_alloc: Likewise.
24787         * modules/unistd (Files): Remove lib/unistd_.h.
24788         (EXTRA_DIST): Remove.
24789         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
24790         need unistd_.h.
24791         (MOSTLYCLEANFILES): Remove unistd.h-t.
24792
24793 2006-03-03  Simon Josefsson  <jas@extundo.com>
24794
24795         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
24796
24797 2006-03-03  Simon Josefsson  <jas@extundo.com>
24798
24799         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
24800         libidn and bison.
24801
24802 2006-03-03  Simon Josefsson  <jas@extundo.com>
24803
24804         * build-aux/maint.mk: Add indent target.
24805
24806 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
24807
24808         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
24809         our replacement poll.h in any case, to avoid a differing
24810         declaration from a system header.  Seen on AIX.
24811
24812 2006-03-01  Simon Josefsson  <jas@extundo.com>
24813
24814         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
24815         <kasal@ucw.cz>.
24816
24817 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24818
24819         * modules/gettime (Depends-on): Add extensions module.
24820         * modules/nanosleep (Depends-on): Likewise.
24821         * modules/settime (Depends-on): Likewise.
24822
24823 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24824
24825         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
24826         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
24827         pedantically.
24828         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24829         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
24830
24831         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
24832         not "==".  Reported by Ralf Wildenhues.
24833
24834 2006-03-01  Karl Berry  <karl@gnu.org>
24835
24836         * doc/Copyright/request-*: new files, synced from gnuorg.
24837
24838 2006-03-01  Karl Berry  <karl@gnu.org>
24839
24840         * config/srclist.txt (Copyright/*): new entries.
24841
24842 2006-02-28  Simon Josefsson  <jas@extundo.com>
24843
24844         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
24845
24846 2006-02-27  Simon Josefsson  <jas@extundo.com>
24847
24848         * lib/base64.h: Indent #define's.  From Jim Meyering
24849         <jim@meyering.net>.
24850
24851 2006-02-27  Jim Meyering  <jim@meyering.net>
24852
24853         Revert the change of 2006-02-24, so these files can continue
24854         to be sync'd from gettext.
24855         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
24856         of `config.h'.
24857
24858 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24859
24860         * modules/intprops: New file.
24861         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
24862         Add intprops.
24863         * modules/getloadavg (Files): Remove lib/intprops.h.
24864         (Depends-on): Add intprops.
24865         * modules/human: Likewise.
24866         * modules/inttostr: Likewise.
24867         * modules/openat: Likewise.
24868         * modules/sig2str: Likewise.
24869         * modules/userspec: Likewise.
24870         * modules/utimecmp: Likewise.
24871         * modules/xnanosleep: Likewise.
24872         * modules/xstrtol: Likewise.
24873
24874 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
24875
24876         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
24877         * modules/lock-tests (TESTS): Use $(EXEEXT).
24878         * modules/tls-tests: Likewise.
24879         * modules/argp-tests: Likewise.
24880         (check_PROGRAMS): New var, replacing...
24881         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
24882
24883 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24884
24885         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
24886         `config.h'.
24887
24888 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
24889
24890         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
24891
24892 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24893
24894         Sync from coreutils.
24895         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
24896         gl_CHDIR_SAFER.
24897
24898 2006-02-22  Jim Meyering  <jim@meyering.net>
24899
24900         Sync from coreutils.
24901         * m4/chdir-safer.m4: New file.
24902
24903 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
24904
24905         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
24906         AT_FDCWD exceeds INT_MAX.
24907         * lib/openat.h (AT_FDCWD): Likewise.
24908
24909 2006-02-17  Eric Blake  <address@hidden>
24910
24911         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
24912
24913 2006-02-16  Simon Josefsson  <jas@extundo.com>
24914
24915         * modules/getaddrinfo (Depends-on): Add sys_socket.
24916
24917 2006-02-15  Simon Josefsson  <jas@extundo.com>
24918
24919         * build-aux/maint.mk: Add dsyntax-check rule.
24920
24921 2006-02-15  Eric Blake  <ebb9@byu.net>
24922
24923         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
24924         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
24925         'present but cannot compile' warnings on cygwin.
24926         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
24927         use ws2tcpip.h if sys/socket.h works.
24928         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
24929         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
24930
24931 2006-02-14  Simon Josefsson  <jas@extundo.com>
24932
24933         * modules/maintainer-makefile (Files): Rename.
24934
24935         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
24936         and (the local) Makefile.cfg to maint-cfg.mk.
24937
24938         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
24939         to the latter.
24940
24941         * modules/maintainer-makefile: New module.
24942
24943         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
24944         severaly stripped to make it possible to build it up from scratch
24945         with reliable tests.
24946
24947         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
24948         fixes to permit overriding the default actions when configure and
24949         makefile are not available.
24950
24951 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
24952
24953         Sync from coreutils.
24954         * modules/lstat (Depends-on): Don't depend on xalloc.
24955         (License): Change from GPL to LGPL, since this is now simply a
24956         replacement for a libc function.
24957
24958 2006-02-14  Jim Meyering  <jim@meyering.net>
24959
24960         Sync from coreutils.
24961
24962         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
24963         failure on deficient systems, and simplify gnulib lgpl dependencies.
24964         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
24965         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
24966
24967         * lib/xalloc-die.c: Remove unused definition of N_.
24968
24969 2006-02-14  Jim Meyering  <jim@meyering.net>
24970
24971         Sync from coreutils.
24972         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
24973         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
24974         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
24975         double-quote uses of that variable, to accommodate the rare case in
24976         which getmntent is available in none of the libraries checked.  This
24977         happens at least on FreeBSD 5.0.
24978
24979 2006-02-13  Simon Josefsson  <jas@extundo.com>
24980
24981         * gnulib-tool (Usage): Fix --import, from
24982         karl@freefriends.org (Karl Berry).
24983
24984 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
24985
24986         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
24987
24988 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
24989
24990         * lib/argp-namefrob.h: Restore changes accidentally lost during the
24991         "autoupdate" on 2005-12-12.
24992
24993 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24994
24995         * modules/closeout (Depends-on): Remove atexit.
24996
24997 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
24998
24999         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
25000         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
25001
25002 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
25003
25004         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
25005         __EXTENSIONS__ if this causes compilation to fail.  Problem
25006         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
25007         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
25008
25009 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
25010
25011         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
25012         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
25013         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
25014         All uses changed.
25015
25016 2006-01-26  Simon Josefsson  <jas@extundo.com>
25017
25018         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
25019         prototype is visible on mingw32.
25020
25021         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
25022         for mingw32.
25023
25024         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
25025         mingw32).
25026
25027 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
25028
25029         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
25030         attempt to open for write; this always fails, at least on POSIX
25031         hosts.  This reinstates the 2006-01-09 change, which was
25032         inadvertently removed.
25033
25034 2006-01-26  Bruno Haible  <bruno@clisp.org>
25035
25036         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
25037         Reported by Paul Eggert.
25038
25039 2006-01-26  Bruno Haible  <bruno@clisp.org>
25040             Paul Eggert  <eggert@cs.ucla.edu>
25041
25042         * lib/stdbool_.h (_Bool)
25043         [(! (defined __cplusplus || defined __BEOS__)
25044           && !defined __GNUC__
25045           && !(defined __HP_cc || defined __xlc__
25046                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
25047                || defined __sgi))]:
25048         #define to signed char in these cases too; this simplifies
25049         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
25050         etc., separately) and makes it more conservative.
25051
25052 2006-01-25  Simon Josefsson  <jas@extundo.com>
25053
25054         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
25055         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
25056         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
25057
25058 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25059
25060         * lib/argp-namefrob.h: Bugfix. Remove stray #
25061
25062 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
25063
25064         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
25065         so that we test the test.
25066         Check for yet another HP-UX cc bug involving *bool |= bool.
25067
25068 2006-01-25  Karl Berry  <karl@gnu.org>
25069
25070         * config/srclist.txt (vasnprintf.c): sync lost.
25071
25072 2006-01-25  Jim Meyering  <jim@meyering.net>
25073
25074         Sync from the stable (b5) branch of coreutils:
25075
25076         * lib/fts.c (fts_children): Don't let close() clobber errno from
25077         failed fchdir().
25078
25079         * lib/fts.c (fts_stat): When following a symlink-to-directory,
25080         don't necessarily interpret stat-fails+lstat-succeeds as indicating
25081         a dangling symlink.  That can also happen at least for ELOOP.
25082         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
25083         FYI, this bug predates the inclusion of fts.c in coreutils.
25084
25085         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
25086         in their own block, so pre-c99 compilers don't object.
25087
25088         Avoid the double-free (first in fts_read, second in fts_close) that
25089         would occur when an `active' directory is made inaccessible (e.g.,
25090         via chmod a-x) during a traversal.
25091         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
25092         before returning.  Reproduce this failure by
25093         mkdir -p a/b; cd a; chmod a-x . b
25094         Reported by Stavros Passas.
25095
25096 2006-01-25  Jim Meyering  <jim@meyering.net>
25097
25098         * lib/fileblocks.c: Remove more useless parentheses.
25099         * lib/readutmp.h: Likewise.
25100
25101 2006-01-25  Bruno Haible  <bruno@clisp.org>
25102
25103         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
25104         warnings.
25105         Reported by Paul Eggert.
25106
25107 2006-01-25  Bruno Haible  <bruno@clisp.org>
25108
25109         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
25110         rid of a trap command. For Solaris sh.
25111         Reported by Mark D. Baushke <mdb@gnu.org>.
25112
25113 2006-01-24  Simon Josefsson  <jas@extundo.com>
25114
25115         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
25116         Bruno.
25117
25118 2006-01-24  Karl Berry  <karl@gnu.org>
25119
25120         * config/srclist.txt (argp-namefrob.h): sync lost.
25121
25122 2006-01-24  Jim Meyering  <jim@meyering.net>
25123
25124         * modules/openat (Files): Add lib/intprops.h.
25125         From Mark D. Baushke.
25126
25127 2006-01-24  Jim Meyering  <jim@meyering.net>
25128
25129         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
25130         Reported by Mark D. Baushke.
25131
25132 2006-01-24  Jim Meyering  <jim@meyering.net>
25133
25134         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
25135
25136 2006-01-24  Bruno Haible  <bruno@clisp.org>
25137
25138         * modules/strnlen (Maintainer): Change from glibc to all.
25139
25140 2006-01-24  Bruno Haible  <bruno@clisp.org>
25141
25142         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
25143         Patch by Paul Eggert.
25144
25145 2006-01-24  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
25148         already has it.
25149         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
25150         2005-11-26.
25151
25152         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
25153         'signed char' to avoid problems with the built-in _Bool type.
25154         Reported by Paul Eggert on 2005-11-26.
25155
25156 2006-01-24  Bruno Haible  <bruno@clisp.org>
25157
25158         * gnulib-tool (func_import): Avoid constructing complicated sed
25159         expressions inside backquote.
25160         Report and solution by Mark D. Baushke <mdb@gnu.org>.
25161
25162 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
25163
25164         These changes imported from libc.
25165         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
25166         test and two separate function calls.
25167         * lib/strndup.c (__strndup): Add libc_hidden_def.
25168
25169 2006-01-23  Simon Josefsson  <jas@extundo.com>
25170
25171         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
25172         Remove the test_*_SOURCES variable: automake infers it by default.
25173         * modules/tls-tests: Likewise.
25174
25175 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25176
25177         Work around porting bugs reported by Dieter in
25178         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
25179         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
25180         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
25181         Include "getopt.h" first, to check interface.
25182         (getenv): Declare only if defined HAVE_DECL_GETENV &&
25183         !HAVE_DECL_GETENV.
25184         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
25185         (__strndup): Revert to K&R-style function dfns, the glibc style.
25186         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
25187         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
25188         Include strnlen.h first, to get prototype properly.
25189         (strnlen): Renamed from __strnlen.
25190         Remove weak alias.
25191
25192 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25193
25194         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
25195
25196 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25197
25198         * config/srclist.txt: Adjust to reflect glibc reorganization.
25199         This affects only comments.
25200
25201 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25202
25203          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
25204          Reported by Bruce Korb <bkorb@gnu.org>.
25205
25206 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
25207
25208         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
25209         to pacify gcc -Wswitch-default.
25210
25211 2006-01-22  Bruno Haible  <bruno@clisp.org>
25212
25213         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
25214         temporary buffer for sprintf, take into account the precision also
25215         for 'd', 'i', 'u', 'o', 'x', 'X'.
25216
25217 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
25218
25219         * modules/argp-tests: New module
25220         * tests/test-argp.c: New file
25221         * tests/test-argp-2.sh: New file
25222
25223 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
25224
25225         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
25226         (__argp_base_name): Removed
25227         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
25228         typo.
25229         (__argp_base_name): Provide macro definition or extern declaration
25230         depending on the configuration
25231
25232 2006-01-20  Simon Josefsson  <jas@extundo.com>
25233
25234         * modules/inet_ntop (Depends-on): Depend on sys_socket.
25235
25236 2006-01-20  Simon Josefsson  <jas@extundo.com>
25237
25238         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
25239
25240 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25241
25242         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
25243         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
25244         Suggested by Bruno Haible.
25245
25246 2006-01-20  Karl Berry  <karl@gnu.org>
25247
25248         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
25249         until changes propagate, I guess.
25250
25251 2006-01-19  Simon Josefsson  <jas@extundo.com>
25252
25253         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
25254
25255 2006-01-19  Simon Josefsson  <jas@extundo.com>
25256
25257         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
25258
25259 2006-01-19  Simon Josefsson  <jas@extundo.com>
25260
25261         * gnulib-tool: Set check_PROGRAMS.
25262
25263         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
25264         modules/des-tests, modules/gc-arcfour-tests,
25265         modules/gc-arctwo-tests, modules/gc-des-tests,
25266         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
25267         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
25268         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
25269         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
25270         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
25271         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
25272         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
25273         test_*_SOURCES.
25274
25275 2006-01-18  Simon Josefsson  <jas@extundo.com>
25276
25277         * modules/socklen (Depends-on): Depend on sys_socket.
25278
25279 2006-01-18  Simon Josefsson  <jas@extundo.com>
25280
25281         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
25282         modules/des-tests, modules/gc-arcfour-tests,
25283         modules/gc-arctwo-tests, modules/gc-des-tests,
25284         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
25285         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
25286         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
25287         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
25288         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
25289         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
25290         $(EXEEXT) to automake TESTS variable, for mingw32.
25291
25292 2006-01-17  Simon Josefsson  <jas@extundo.com>
25293
25294         * modules/socklen (Include): Need sys/socket.h.
25295
25296 2006-01-17  Bruno Haible  <bruno@clisp.org>
25297
25298         * modules/ssize_t (Include): Add <sys/types.h>.
25299
25300 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
25301
25302         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
25303         it's not portable and it doesn't work with cross-compiles.
25304         Problem reported by Bruno Haible.  Fix missing-$ typo in
25305         'test "gl_cv_ignore_unused_libraries" ...' that prevented
25306         -zignore from being used with Sun's C compiler.
25307
25308 2006-01-12  Simon Josefsson  <jas@extundo.com>
25309
25310         * lib/base64.c: Fix warning, reported by Bruno Haible
25311         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
25312
25313 2006-01-12  Bruno Haible  <bruno@clisp.org>
25314
25315         * modules/ldd: New file.
25316         * build-aux/ldd.sh.in: New file.
25317         * MODULES.html.sh (Support for building libraries and executables): Add
25318         ldd.
25319
25320 2006-01-12  Bruno Haible  <bruno@clisp.org>
25321
25322         * m4/ldd.m4: New file.
25323
25324 2006-01-12  Bruno Haible  <bruno@clisp.org>
25325
25326         * gnulib-tool (func_import, func_create_testdir): Don't go into an
25327         endless loop while replacing $auxdir with build-aux.
25328
25329 2006-01-11  Simon Josefsson  <jas@extundo.com>
25330
25331         * lib/stdint_.h (SIZE_MAX): Add missing (.
25332
25333 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
25334
25335         Sync from coreutils.
25336         * lib/md5.c: Fix commentary typos.
25337         (alignof, UNALIGNED_P): No need for a GCC-specific version.
25338         * lib/md5.h (__attribute__): Remove; unused.
25339         * lib/sha1.c: Fix commentary to match md5 better.
25340         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
25341         so that we don't need to worry about alignment.  All uses changed.
25342         This merges the 2005-10-28 md5 change into sha1.
25343
25344 2006-01-11  Jim Meyering  <jim@meyering.net>
25345
25346         Sync from coreutils.
25347         * lib/md5.c (OP): Fix spacing.
25348
25349 2006-01-11  Bruno Haible  <bruno@clisp.org>
25350
25351         Ensure automatic ordering between gl_LOCK and gl_ARGP.
25352         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
25353         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
25354
25355 2006-01-11  Bruno Haible  <bruno@clisp.org>
25356
25357         Ensure automatic ordering between gl_LOCK and gl_ARGP.
25358         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
25359         the "early" section as well.
25360
25361 2006-01-11  Bruno Haible  <bruno@clisp.org>
25362
25363         Avoid "ar: no archive members specified" error on MacOS X.
25364         * gnulib-tool (func_modules_add_dummy): New function.
25365         (func_import, func_create_testdir): Invoke it.
25366
25367 2006-01-11  Bruno Haible  <bruno@clisp.org>
25368
25369         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
25370         with $auxdir in AC_CONFIG_FILES statements.
25371
25372 2006-01-11  Bruno Haible  <bruno@clisp.org>
25373
25374         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25375         Initialize also noinst_HEADERS to empty.
25376
25377 2006-01-11  Bruno Haible  <bruno@clisp.org>
25378
25379         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
25380         variables.
25381         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
25382         autoreconf.
25383
25384 2006-01-11  Bruno Haible  <bruno@clisp.org>
25385
25386         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
25387         overridable by the user.
25388         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25389
25390 2006-01-10  Simon Josefsson  <jas@extundo.com>
25391
25392         * modules/sys_socket: New file.
25393
25394 2006-01-10  Simon Josefsson  <jas@extundo.com>
25395
25396         * m4/sys_socket_h.m4: New file.
25397
25398 2006-01-10  Simon Josefsson  <jas@extundo.com>
25399
25400         * lib/socket_.h: New file.
25401
25402 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25403
25404         * modules/readutmp (Maintainer): Add myself.
25405
25406 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25407
25408         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
25409         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
25410         People who are still concerned with buggy memcmp implementations
25411         can invoke gl_FUNC_MEMCMP themselves.
25412
25413 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25414
25415         * lib/regex_internal.h (BITSET_WORD_BITS):
25416         Work around a bug in 64-bit PGC (before version 6.1-2), where the
25417         preprocessor mishandles large unsigned values as if they were signed.
25418         Problem reported by Claudio Fontana in
25419         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
25420
25421 2006-01-10  Jim Meyering  <jim@meyering.net>
25422
25423         Avoid the double-free (first in fts_read, second in fts_close) that
25424         would occur when an `active' directory is made inaccessible (e.g.,
25425         via chmod a-x) during a traversal.
25426         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
25427         before returning.  Reproduce this failure by
25428         mkdir -p a/b; cd a; chmod a-x . b
25429         Reported by Stavros Passas.
25430
25431         Sync from coreutils.
25432         * lib/sha1.c: Tweak grammar in a comment.
25433
25434 2006-01-10  Jim Meyering  <jim@meyering.net>
25435
25436         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
25437         Patch by Joerg Sonnenberger.
25438
25439 2006-01-10  Bruno Haible  <bruno@clisp.org>
25440
25441         * modules/readutmp: Depend on module free.
25442         * modules/strtok_r: Depend on module restrict.
25443
25444 2006-01-10  Bruno Haible  <bruno@clisp.org>
25445
25446         * modules/gettext (configure.ac): Add an invocation of
25447         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
25448
25449 2006-01-10  Bruno Haible  <bruno@clisp.org>
25450
25451         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
25452         Reported by Werner Lemberg <wl@gnu.org>.
25453
25454 2006-01-10  Bruno Haible  <bruno@clisp.org>
25455
25456         * lib/localcharset.c: Update from GNU gettext.
25457
25458 2006-01-10  Bruno Haible  <bruno@clisp.org>
25459
25460         * lib/argp.h (__const): Remove macro. Use const instead.
25461         * lib/argp-fmtstream.h (__const): Likewise.
25462         * lib/glob_.h (__const): Remove macro.
25463         * lib/glob-libc.h: Use const instead of __const.
25464
25465 2006-01-10  Bruno Haible  <bruno@clisp.org>
25466
25467         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
25468         variable.
25469         Needed to avoid an automake error regarding the 'gettext' module.
25470
25471 2006-01-09  Simon Josefsson  <jas@extundo.com>
25472
25473         * modules/inet_ntop (Depends-on): Add restrict.
25474
25475 2006-01-09  Simon Josefsson  <jas@extundo.com>
25476
25477         * modules/gc-rijndael-tests (License): Put under LGPL.
25478
25479         * modules/gc-des-tests (License): Likewise.
25480
25481         * modules/gc-arcfour-tests (License): Likewise.
25482
25483         * modules/gc-arctwo-tests (License): Likewise.
25484
25485         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
25486
25487         * modules/gc-hmac-sha1-tests (Files): Likewise.
25488
25489         * modules/gc-hmac-md5-tests (License): Likewise.
25490
25491         * modules/gc-sha1-tests (License): Likewise.
25492
25493         * modules/gc-md5-tests (License): Likewise.
25494
25495         * modules/gc-md4-tests (License): Likewise.
25496
25497         * modules/gc-md2-tests (License): Likewise.
25498
25499         * modules/gc-tests (License): Likewise.
25500
25501         * modules/des-tests (License): Likewise.
25502
25503         * modules/md4-tests (License): Likewise.
25504
25505         * modules/md2-tests (License): Likewise.
25506
25507 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25508
25509         Sync from coreutils:
25510
25511         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
25512         * modules/lib-ignore: New file.
25513         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
25514         chdir-safer.m4, lchmod.m4.
25515         * modules/openat: Add mkdirat.c, openat-priv.h.
25516
25517 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25518
25519         Sync from coreutils.
25520         * m4/lib-ignore.m4: New file.
25521         * m4/lchmod.m4: New file.
25522
25523 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25524
25525         Sync from coreutils.
25526         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
25527         for write access: POSIX says that must fail.
25528         * lib/fts.c (diropen): Likewise.
25529         * lib/save-cwd.c (save_cwd): Likewise.
25530         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
25531         well, for minor improvements on hosts that lack O_DIRECTORY.
25532         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
25533         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
25534         Fall back on chown if open failed with EACCES.
25535
25536         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
25537         Report an error at compile-time if only a 1-second nominal clock
25538         resolution is found.
25539
25540         * lib/lchmod.h: New file.
25541         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
25542         (make_dir_parents): Use lchown rather than chown, and
25543         lchmod rather than chmod.
25544
25545         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
25546         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
25547         "proc" reported by n0dalus.
25548
25549         * lib/mountlist.c: Include <limits.h>.
25550         (dev_from_mount_options)
25551         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
25552         New function.  It no longer assumes "dev=" has the System V meaning
25553         on Linux (since it doesn't).  It also parses "dev=" more carefully.
25554         (read_file_system_list)
25555         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
25556         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
25557         dev= in that case.
25558
25559         * lib/posixtm.h (PDS_PRE_2000): New macro.
25560         * lib/posixtm.c (year): Arg is now syntax_bits rather than
25561         allow_century.  All usages changed.  Reject dates outside the range
25562         1969-1999 if PDS_PRE_2000 is used.
25563
25564 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25565
25566         Sync from coreutils.
25567         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
25568         (Time of day items): Mention the possibility of leap seconds.
25569         Problem reported by Dr. David Alan Gilbert.
25570
25571 2006-01-09  Jim Meyering  <jim@meyering.net>
25572
25573         Sync from coreutils.
25574
25575         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
25576
25577         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
25578
25579         * lib/modechange.c (mode_compile): Reject an invalid mode string
25580         that starts with an octal digit.  From Andreas Gruenbacher.
25581
25582         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
25583         and dup to open_safer and dup_safer, respectively.
25584         (openat_permissive): Fix typo in comment.
25585
25586         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
25587         "gettext.h"; either no longer needed or are guaranteed by openat.h.
25588         (_): Remove; no longer needed.
25589         (openat): Renamed from rpl_openat; no need for rpl_openat
25590         since openat.h renames openat for us.
25591         Replace most of the body with a call to openat_permissive,
25592         to avoid duplicate code.
25593         Port to (probably hypothetical) environments were mode_t is
25594         wider than int.
25595         (openat_permissive): Require mode arg, so that we can check
25596         types better.  Put it just after flags.  Change cwd failure
25597         indicator from pointer-to-bool to pointer-to-errno-value.
25598         All callers changed.
25599         Invoke openat_save_fail and/or openat_restore_fail if
25600         cwd_errno is null, so that openat can call us.
25601         (openat_permissive, fdopendir, fstatat, unlinkat):
25602         Simplify errno handling to avoid some duplicate code,
25603         as it's OK to set errno on success.
25604         * lib/openat.h: Revamp code so that function macros depend on
25605         __OPENAT_PREFIX only, not also on AT_FDCWD.
25606         (openat_ro): Remove.  Caller changed to use openat_permissive.
25607         (openat_permissive): Now a macro, if not a function.
25608         (openat_restore_fail, openat_save_fail): Now always functions,
25609         since mkdirat needs them even if __OPENAT_PREFIX is defined.
25610
25611         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
25612         and openat.c.
25613         * lib/mkdirat.c: Include openat-priv.h.
25614         Remove definitions of macros defined therein.
25615         * lib/openat.c: Likewise.
25616
25617         * lib/mkdirat.c (mkdirat): New file and function.
25618         * lib/openat.h (mkdirat): Declare.
25619
25620         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
25621
25622         * lib/openat.h (openat_permissive): Declare.
25623         (openat_ro): Define.
25624
25625         * lib/openat.c (EXPECTED_ERRNO): New macro.
25626         (openat_permissive): New function -- used in remove.c rewrite.
25627         (all functions): Set errno just before returning, only if there
25628         was an actual failure.
25629         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
25630
25631         Emulate openat-family functions using Linux's procfs, if possible.
25632         Idea and some code based on Ulrich Drepper's glibc changes.
25633
25634         * lib/openat.c: (BUILD_PROC_NAME): New macro.
25635         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
25636         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
25637         before falling back on save_cwd and restore_cwd.
25638         (fdopendir, fstatat, unlinkat): Likewise.
25639
25640         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
25641         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
25642
25643         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
25644         as second argument to va_arg.  Otherwise, some versions of gcc
25645         warn that `if this code is reached, the program will abort'.
25646
25647 2006-01-09  Jim Meyering  <jim@meyering.net>
25648
25649         Sync from coreutils.
25650         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
25651         Require openat-priv.h.
25652
25653 2006-01-09  Bruno Haible  <bruno@clisp.org>
25654
25655         * modules/strnlen (Include): Use strnlen.h.
25656
25657 2006-01-09  Bruno Haible  <bruno@clisp.org>
25658
25659         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
25660
25661 2006-01-09  Bruno Haible  <bruno@clisp.org>
25662
25663         * lib/sysexit_.h (EX_OK): New macro.
25664         Suggested by Martin Lambers <marlam@marlam.de>.
25665
25666 2006-01-09  Bruno Haible  <bruno@clisp.org>
25667
25668         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
25669         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
25670
25671 2006-01-09  Bruno Haible  <bruno@clisp.org>
25672
25673         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
25674         numbers.
25675
25676 2006-01-09  Bruno Haible  <bruno@clisp.org>
25677
25678         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
25679         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
25680         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
25681         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
25682
25683 2006-01-09  Bruno Haible  <bruno@clisp.org>
25684
25685         * build-aux/javacomp.sh.in: New file, moved from lib/.
25686         * modules/javacomp-script (Files): Update.
25687         (configure.ac): Add AC_CONFIG_FILES invocation.
25688         (EXTRA_DIST): Remove variable.
25689
25690         * build-aux/javaexec.sh.in: New file, moved from lib/.
25691         * modules/javaexec (Files): Update.
25692         (configure.ac): Add AC_CONFIG_FILES invocation.
25693         (EXTRA_DIST): Remove javaexec.sh.in.
25694
25695         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
25696         * modules/csharpcomp-script (Files): Update.
25697         (configure.ac): Add AC_CONFIG_FILES invocation.
25698         (EXTRA_DIST): Remove variable.
25699
25700         * build-aux/csharpexec.sh.in: New file, moved from lib/.
25701         * modules/csharpexec (Files): Update.
25702         (configure.ac): Add AC_CONFIG_FILES invocation.
25703         (EXTRA_DIST): Remove csharpexec.sh.in.
25704
25705 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
25706
25707         Sync from coreutils.
25708
25709         Add POSIX ACL support
25710         * lib/acl.h (copy_acl, set_acl): Add declarations.
25711         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
25712         systems other than Linux.
25713         (chmod_or_fchmod): New function: use fchmod when possible,
25714         and chmod otherwise.
25715         (file_has_acl): Add a POSIX ACL implementation, with a
25716         Linux-specific subcase.
25717         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
25718         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
25719         acls are unsupported.
25720         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
25721         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
25722         are unsupported.
25723
25724 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
25725
25726         Sync from coreutils.
25727         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
25728
25729 2006-01-07  Bruno Haible  <bruno@clisp.org>
25730
25731         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
25732         gl_EARLY.
25733
25734 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25735
25736         * lib/strftime.c (tzname): Don't declare if it is already #defined.
25737         Problem reported for Mingw by Mark Junker.
25738
25739 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25740
25741         * README: Gnulib normally doesn't generate a tarball.
25742
25743 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
25744
25745         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
25746         long int, not int, for nanosecond counts, so that people who are
25747         used to POSIX struct timespec won't be surprised.  Reported by Jim
25748         Meyering.
25749
25750 2005-12-28  Bruno Haible  <bruno@clisp.org>
25751
25752         * build-aux/config.rpath: Update from GNU gettext.
25753
25754 2005-12-16  Jim Meyering  <jim@meyering.net>
25755
25756         * modules/fprintftime: New module.
25757         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
25758
25759 2005-12-16  Jim Meyering  <jim@meyering.net>
25760
25761         * m4/fprintftime.m4: New file.
25762
25763 2005-12-16  Jim Meyering  <jim@meyering.net>
25764
25765         * lib/fprintftime.c, lib/fprintftime.h: New files.
25766
25767 2005-12-15  Simon Josefsson  <jas@extundo.com>
25768
25769         * modules/socklen (configure.ac): Fix M4 macro name, to align with
25770         new m4/socklen.m4.
25771
25772 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25773
25774         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
25775         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
25776
25777 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
25778
25779         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
25780         * lib/argp-help.c (fill_in_uparams): Check if the constructed
25781         struct uparams is valid. Fall back to the default values if it is
25782         not.
25783
25784 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25785
25786         * modules/argp (Files): Add argp-pin.c
25787         (Depends-on): dirname
25788         (lib_SOURCES): Add argp-pin.c
25789
25790 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25791
25792         * m4/argp.m4:  Check if program_invocation_name and
25793         program_invocation_short_name are declared and define appropriate
25794         macros if they are not.
25795
25796 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25797
25798         * lib/argp-help.c (__argp_base_name): New function
25799         (__argp_short_program_name): Rewrite using __argp_base_name
25800         * lib/argp-namefrob.h: Define program_invocation_name and
25801         program_invocation_short_name if requested
25802         (__argp_base_name): Add prototype
25803         * lib/argp-parse.c (argp_def): Use gettext wrappers
25804         (argp_default_parser): Use __argp_base_name
25805         * lib/argp-pin.c: New file. Defines program_invocation_name and
25806         program_invocation_short_name on systems that lack them.
25807
25808 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
25811         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
25812         porting problem reported by Georg Schwarz in
25813         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
25814
25815 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25816
25817         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
25818         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
25819         porting problem reported by Georg Schwarz in
25820         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
25821
25822 2005-12-05  Bruno Haible  <bruno@clisp.org>
25823
25824         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
25825         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
25826         Reported by Mark Junker <mjscod@gmx.de>.
25827
25828 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
25829
25830         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
25831         Use implementation from Albert Chin, with some
25832         comments/corrections by Stepan Kasal and myself.
25833
25834 2005-12-02  Bruno Haible  <bruno@clisp.org>
25835
25836         * gnulib-tool (func_import): Accept GPLed build tool modules when
25837         --lgpl is given.
25838         * modules/csharpcomp-script: New file.
25839         * modules/csharpcomp: Depend on it.
25840         * modules/javacomp-script: New file.
25841         * modules/javacomp: Depend on it.
25842         Suggested by Simon Josefsson.
25843
25844 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
25845
25846         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
25847         statement, to work around an HP-UX 10.20 compiler bug reported by
25848         Peter O'Gorman.
25849
25850 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
25851
25852         * modules/savedir (Depends-on): Add openat.
25853
25854 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
25855
25856         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
25857         (uintmax_t) [defined uintmax_t]: Do not declare.
25858         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
25859         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
25860         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
25861         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
25862         sake of portability to weird hosts that C allows (though we don't
25863         know of any practical examples).
25864
25865         * lib/savedir.h (fdsavedir): New decl.
25866         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
25867         contains most of the former guts of savedir.
25868         (savedir): Use savedirstream.
25869         Include "openat.h".
25870
25871 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25872
25873         * modules/obstack (Files): Add m4/ulonglong.m4.
25874         Problem reported by Davide Angelocola.
25875
25876 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
25877
25878         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
25879         coreutils no longer futzes with rounding modes.
25880
25881 2005-11-14  Jim Meyering  <jim@meyering.net>
25882
25883         * lib/mkstemp-safer.c: Include <config.h>, required for possible
25884         replacement of mkstemp.
25885
25886 2005-11-10  Simon Josefsson  <jas@extundo.com>
25887
25888         * lib/readline.c: Remove EOL.
25889
25890 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25891
25892         * modules/gethrxtime (Depends-on): Add gettime.
25893
25894 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25895
25896         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
25897         or gettimeofday; no longer needed.
25898
25899 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
25900
25901         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
25902         time business.
25903         (gethrxtime) [! (HAVE_NANOUPTIME
25904         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
25905         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
25906         our own approximation.
25907
25908 2005-11-08  Eric Blake  <ebb9@byu.net>
25909
25910         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
25911
25912 2005-11-08  Eric Blake  <ebb9@byu.net>
25913
25914         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
25915
25916 2005-11-04  Bruno Haible  <bruno@clisp.org>
25917
25918         * gnulib-tool: Implement --update mode.
25919
25920 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25921
25922         Fix porting problem reported by Theodoros V. Kalamatianos.
25923         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
25924         Don't assume that futimes failing means we must fail.
25925
25926 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
25927
25928         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
25929         variables to suggest the intended function of the PATH_MAX check.
25930
25931 2005-10-30  Kean Johnston  <jkj@sco.com>
25932
25933         Trivial changes to support SCO systems.
25934         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
25935         as PATH_MAX.
25936         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
25937         where __ptr is null when no I/O is pending.
25938
25939 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
25940
25941         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
25942         leave errno alone.  Problem reported by Dmitry V. Levin.
25943
25944 2005-10-28  Simon Josefsson  <jas@extundo.com>
25945
25946         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
25947         Test more.
25948
25949         * tests/test-gc-md2.c, tests/test-md2.c: New files.
25950
25951         * modules/md2, modules/md2-tests: New files.
25952
25953 2005-10-28  Simon Josefsson  <jas@extundo.com>
25954
25955         * m4/inet_ntop.m4: More tests.
25956
25957         * m4/gc-md2.m4, md2.m4: New file.
25958
25959 2005-10-28  Simon Josefsson  <jas@extundo.com>
25960
25961         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
25962         "restrict" keywords, as per POSIX.  Protect the function
25963         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
25964         Don't use K&R prototypes.  Check the sprintf return values.
25965         Re-define EAFNOSUPPORT if not present.  Indent.
25966
25967         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
25968         suggested by Bruno Haible <bruno@clisp.org>.
25969
25970         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
25971
25972         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
25973
25974         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
25975         libgcrypt).
25976
25977         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
25978
25979         * lib/md2.h, lib/md2.c: New files.
25980
25981 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
25982
25983         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
25984         errno alone.  Problem reported by Frederic Jolliton.
25985
25986 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
25987
25988         * modules/verify (License): Change from GPL to LGPL.  This is a
25989         tiny module and there are apparently near-equivalents that are
25990         under the BSD license.
25991
25992 2005-10-24  Simon Josefsson  <jas@extundo.com>
25993
25994         * modules/sha1: Relicense to LGPL.
25995
25996 2005-10-24  Simon Josefsson  <jas@extundo.com>
25997
25998         * lib/md4.h: Shrink buffer size, now that we changed the type.
25999
26000 2005-10-23  Simon Josefsson  <jas@extundo.com>
26001
26002         * gnulib-tool (func_import): Fix --tests-base.
26003
26004 2005-10-22  Simon Josefsson  <jas@extundo.com>
26005
26006         * modules/arcfour (Depends-on): Need stdint.
26007
26008 2005-10-22  Simon Josefsson  <jas@extundo.com>
26009
26010         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
26011         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
26012
26013 2005-10-22  Simon Josefsson  <jas@extundo.com>
26014
26015         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
26016         suggested by Bruno Haible <bruno@clisp.org>.
26017
26018 2005-10-22  Simon Josefsson  <jas@extundo.com>
26019
26020         * lib/crc.h: Include stddef.h, for size_t.
26021
26022 2005-10-22  Simon Josefsson  <jas@extundo.com>
26023
26024         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
26025         arcfour_context struct (simplify test vector testing in GNU
26026         Shishi).
26027
26028 2005-10-21  Simon Josefsson  <jas@extundo.com>
26029
26030         * modules/des, modules/des-tests: New files.
26031
26032         * modules/gc-des, modules/gc-des-tests: New files.
26033
26034         * tests/test-des.c, tests/test-gc-des.c: New file.
26035
26036 2005-10-21  Simon Josefsson  <jas@extundo.com>
26037
26038         * modules/arctwo, modules/arctwo-tests: New files.
26039
26040         * tests/test-arctwo.c: New file.
26041
26042         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
26043
26044         * tests/test-gc-arctwo.c: New file.
26045
26046 2005-10-21  Simon Josefsson  <jas@extundo.com>
26047
26048         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
26049         Bruno Haible <bruno@clisp.org>.
26050
26051         * m4/gc-des.m4: New file.
26052
26053 2005-10-21  Simon Josefsson  <jas@extundo.com>
26054
26055         * m4/arctwo.m4: New file.
26056
26057         * m4/gc-arctwo.m4: New file.
26058
26059 2005-10-21  Simon Josefsson  <jas@extundo.com>
26060
26061         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
26062         block.
26063
26064 2005-10-21  Simon Josefsson  <jas@extundo.com>
26065
26066         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
26067         <bruno@clisp.org>.
26068
26069         * lib/hmac-sha1.c (hmac_sha1): Likewise.
26070
26071         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
26072         Bruno Haible <bruno@clisp.org>.
26073
26074         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
26075         <bruno@clisp.org>.
26076
26077 2005-10-21  Simon Josefsson  <jas@extundo.com>
26078
26079         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
26080
26081 2005-10-21  Simon Josefsson  <jas@extundo.com>
26082
26083         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
26084
26085 2005-10-21  Simon Josefsson  <jas@extundo.com>
26086
26087         * lib/des.h, lib/des.c: New files.
26088
26089         * lib/gc-gnulib.c: Support DES.c
26090
26091 2005-10-21  Simon Josefsson  <jas@extundo.com>
26092
26093         * lib/arctwo.h, lib/arctwo.c: New files.
26094
26095         * lib/gc-gnulib.c: Support ARCTWO.
26096
26097 2005-10-21  Simon Josefsson  <jas@extundo.com>
26098
26099         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
26100         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26101
26102 2005-10-21  Simon Josefsson  <jas@extundo.com>
26103
26104         * gnulib-tool (func_import, func_create_testdir): Define automake
26105         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
26106         Makefile.am snippet),
26107         suggested by Bruno Haible <bruno@clisp.org>.
26108
26109         * modules/gc (Makefile.am): Use it.
26110
26111 2005-10-21  Bruno Haible  <bruno@clisp.org>
26112
26113         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
26114         patch.
26115
26116 2005-10-19  Simon Josefsson  <jas@extundo.com>
26117
26118         * tests/test-gc-rijndael.c: New file.
26119
26120         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
26121
26122 2005-10-19  Simon Josefsson  <jas@extundo.com>
26123
26124         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
26125         interface too.
26126
26127 2005-10-19  Simon Josefsson  <jas@extundo.com>
26128
26129         * tests/test-gc-arcfour.c: New file.
26130
26131         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
26132
26133 2005-10-19  Simon Josefsson  <jas@extundo.com>
26134
26135         * modules/gc-md4, modules/gc-md4-tests: New file.
26136
26137         * tests/test-gc-md4.c: New file.
26138
26139 2005-10-19  Simon Josefsson  <jas@extundo.com>
26140
26141         * m4/gc-md4.m4: New file.
26142
26143 2005-10-19  Simon Josefsson  <jas@extundo.com>
26144
26145         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
26146         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
26147         <kasal@ucw.cz>.
26148
26149 2005-10-19  Simon Josefsson  <jas@extundo.com>
26150
26151         * m4/gc-arcfour.m4: New file.
26152
26153         * m4/gc-rijndael.m4: New file.
26154
26155 2005-10-19  Simon Josefsson  <jas@extundo.com>
26156
26157         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
26158
26159 2005-10-19  Simon Josefsson  <jas@extundo.com>
26160
26161         * lib/gc-gnulib.c: Support ARCFOUR.
26162
26163 2005-10-19  Simon Josefsson  <jas@extundo.com>
26164
26165         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
26166         support.
26167
26168         * lib/gc.h: Add ECB enum type.
26169
26170         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
26171
26172 2005-10-18  Simon Josefsson  <jas@extundo.com>
26173
26174         * tests/test-md5.c: New file.
26175
26176         * modules/md5-tests: New file.
26177
26178 2005-10-18  Simon Josefsson  <jas@extundo.com>
26179
26180         * tests/test-md4.c: New file.
26181
26182         * modules/md4, modules/md4-tests: New files.
26183
26184 2005-10-18  Simon Josefsson  <jas@extundo.com>
26185
26186         * m4/md4.m4: New file.
26187
26188 2005-10-18  Simon Josefsson  <jas@extundo.com>
26189
26190         * lib/md4.h, lib/md4.c: New files, based on md5.?.
26191
26192 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
26193
26194         * gnulib-tool (func_create_testdir): Omit the second check whether
26195         BUILT_SOURCES in nonempty.
26196
26197 2005-10-17  Simon Josefsson  <jas@extundo.com>
26198
26199         * tests/test-rijndael.c: New file.
26200
26201 2005-10-17  Simon Josefsson  <jas@extundo.com>
26202
26203         * modules/sha1: Depend on stdint instead of md5.
26204
26205         * modules/md5: Depend on stdint, remove uint32_t.
26206
26207 2005-10-17  Simon Josefsson  <jas@extundo.com>
26208
26209         * modules/gc-sha1-tests: New file.
26210
26211         * tests/test-gc-sha1.c: New file.
26212
26213 2005-10-17  Simon Josefsson  <jas@extundo.com>
26214
26215         * m4/md5.m4: Remove call to uint32_t.m4.
26216
26217 2005-10-17  Simon Josefsson  <jas@extundo.com>
26218
26219         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
26220
26221         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
26222         md5.h.
26223
26224         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
26225
26226         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
26227
26228 2005-10-17  Simon Josefsson  <jas@extundo.com>
26229
26230         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
26231
26232 2005-10-17  Simon Josefsson  <jas@extundo.com>
26233
26234         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
26235
26236 2005-10-17  Simon Josefsson  <jas@extundo.com>
26237
26238         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
26239
26240         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
26241
26242 2005-10-17  Bruno Haible  <bruno@clisp.org>
26243
26244         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
26245         that it can also be used in a test.
26246
26247 2005-10-16  Bruno Haible  <bruno@clisp.org>
26248
26249         * gnulib-tool (func_emit_tests_Makefile_am): Also define
26250         TESTS_ENVIRONMENT, so that individual tests can augment it.
26251
26252         * gnulib-tool (func_create_testdir): Use an intermediate target for
26253         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
26254         macros, like $(ALLOCA_H), which cannot be passed through the command
26255         line.
26256
26257 2005-10-15  Simon Josefsson  <jas@extundo.com>
26258
26259         * modules/rijndael-tests: New file.
26260
26261         * modules/rijndael: New file.
26262
26263 2005-10-15  Simon Josefsson  <jas@extundo.com>
26264
26265         * m4/rijndael.m4: New file.
26266
26267 2005-10-15  Simon Josefsson  <jas@extundo.com>
26268
26269         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
26270
26271         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
26272
26273 2005-10-14  Simon Josefsson  <jas@extundo.com>
26274
26275         * tests/test-arcfour.c: New file.
26276
26277         * modules/arcfour, modules/arcfour-tests: New files.
26278
26279 2005-10-14  Simon Josefsson  <jas@extundo.com>
26280
26281         * m4/arcfour.m4: New file.
26282
26283 2005-10-14  Simon Josefsson  <jas@extundo.com>
26284
26285         * lib/arcfour.h, lib/arcfour.c: New files.
26286
26287 2005-10-14  Roland McGrath  <roland@redhat.com>
26288
26289         Import from libc.  [BZ #1331]
26290         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
26291         macro argument.
26292         Reported by Matej Vela <vela@debian.org>.
26293
26294 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
26295
26296         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
26297         include <wchar.h>; no longer needed.
26298
26299 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
26300
26301         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
26302
26303 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
26304         and  Ulrich Drepper  <drepper@redhat.com>
26305
26306         Import from libc.
26307         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
26308         instead of inline stream orientation test and two separate
26309         function calls.  Pay no attention to USE_IN_LIBIO.
26310
26311 2005-10-13  Simon Josefsson  <jas@extundo.com>
26312
26313         * modules/gc-hmac-md5-tests: New file.
26314
26315         * tests/test-gc-hmac-sha1.c: New file.
26316
26317         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
26318
26319         * modules/gc-hmac-md5-tests: New file.
26320
26321         * tests/test-gc-md5.c: New file.
26322
26323         * modules/gc-md5-tests: New file.
26324
26325 2005-10-13  Simon Josefsson  <jas@extundo.com>
26326
26327         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
26328         Move memory allocation outside of loop.
26329
26330 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
26331
26332         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
26333         intermediate directory is in a read-only file system.  Problem
26334         reported by Eric Blake.
26335
26336 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
26337
26338         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
26339
26340 2005-10-12  Simon Josefsson  <jas@extundo.com>
26341
26342         * tests/test-hmac-sha1.c: New file.
26343
26344         * modules/hmac-sha1-tests: New file.
26345
26346         * modules/hmac-sha1: New file.
26347
26348 2005-10-12  Simon Josefsson  <jas@extundo.com>
26349
26350         * modules/gc-sha1: New file.
26351
26352 2005-10-12  Simon Josefsson  <jas@extundo.com>
26353
26354         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
26355
26356         * tests/test-gc-pbkdf2-sha1.c: New file.
26357
26358 2005-10-12  Simon Josefsson  <jas@extundo.com>
26359
26360         * modules/gc-md5, modules/gc-hmac-md5: New files.
26361
26362         * modules/gc (Files): Remove md5, memxor and hmac files.
26363
26364 2005-10-12  Simon Josefsson  <jas@extundo.com>
26365
26366         * m4/gc-pbkdf2-sha1.m4: New file.
26367
26368         * m4/gc-hmac-sha1.m4: New file.
26369
26370         * m4/gc-sha1: New file.
26371
26372         * m4/hmac-sha1.m4: New file.
26373
26374 2005-10-12  Simon Josefsson  <jas@extundo.com>
26375
26376         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
26377
26378         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
26379
26380 2005-10-12  Simon Josefsson  <jas@extundo.com>
26381
26382         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
26383         suggested by Bruno Haible <bruno@clisp.org>.
26384
26385 2005-10-12  Simon Josefsson  <jas@extundo.com>
26386
26387         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
26388
26389 2005-10-12  Simon Josefsson  <jas@extundo.com>
26390
26391         * lib/gc-pbkdf2-sha1.c: New file.
26392
26393         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
26394
26395 2005-10-12  Simon Josefsson  <jas@extundo.com>
26396
26397         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
26398
26399         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
26400
26401 2005-10-12  Simon Josefsson  <jas@extundo.com>
26402
26403         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
26404         GC_USE_HMAC_MD5, respectively.
26405
26406         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
26407         (gc_md5): Fix typo.
26408
26409         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
26410
26411         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
26412
26413         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
26414
26415 2005-10-12  Bruno Haible  <bruno@clisp.org>
26416
26417         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
26418         Reported by Stepan Kasal <kasal@ucw.cz>.
26419
26420 2005-10-11  Simon Josefsson  <jas@extundo.com>
26421
26422         * tests/test-crc.c: New file.
26423
26424         * modules/crc, modules/crc-tests: New files.
26425
26426 2005-10-11  Simon Josefsson  <jas@extundo.com>
26427
26428         * m4/crc.m4: New file.
26429
26430 2005-10-11  Simon Josefsson  <jas@extundo.com>
26431
26432         * lib/gc.h: Add gc_hash and gc_hash_buffer.
26433
26434         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
26435
26436         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
26437
26438 2005-10-11  Simon Josefsson  <jas@extundo.com>
26439
26440         * lib/crc.h, lib/crc.c: New files.
26441
26442         * lib/gc.h (gc_hash_buffer): Add doc.
26443
26444 2005-10-11  Bruno Haible  <bruno@clisp.org>
26445
26446         * modules/c-strcasestr: New file.
26447         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
26448
26449 2005-10-11  Bruno Haible  <bruno@clisp.org>
26450
26451         * modules/c-strcase: New file.
26452         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
26453
26454 2005-10-11  Bruno Haible  <bruno@clisp.org>
26455
26456         * lib/strcasecmp.c: Include limits.h.
26457         (strcasecmp): Avoid integer overflow on exotic platforms.
26458         * lib/strncasecmp.c: Include limits.h.
26459         (strncasecmp): Avoid integer overflow on exotic platforms.
26460         Reported by Paul Eggert.
26461
26462 2005-10-11  Bruno Haible  <bruno@clisp.org>
26463
26464         * lib/c-strcasestr.h: New file, from GNU gettext.
26465         * lib/c-strcasestr.c: New file, from GNU gettext.
26466
26467 2005-10-11  Bruno Haible  <bruno@clisp.org>
26468
26469         * lib/c-strcase.h: New file, from GNU gettext.
26470         * lib/c-strcasecmp.c: New file, from GNU gettext.
26471         * lib/c-strncasecmp.c: New file, from GNU gettext.
26472
26473 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
26474
26475         * modules/mempcpy (License): GPL -> LGPL.
26476         * modules/strchrnul (License): Likewise.
26477         * modules/sysexits (License): Likewise.
26478
26479 2005-10-08  Simon Josefsson  <jas@extundo.com>
26480
26481         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
26482
26483 2005-10-07  Simon Josefsson  <jas@extundo.com>
26484
26485         * m4/memxor.m4: Remove gl_C_RESTRICT call.
26486
26487 2005-10-06  Simon Josefsson  <jas@extundo.com>
26488
26489         * tests/test-hmac-md5.c: New file.
26490
26491         * modules/hmac-md5-tests: New file.
26492
26493         * modules/hmac-md5: New file.
26494
26495 2005-10-06  Simon Josefsson  <jas@extundo.com>
26496
26497         * m4/hmac-md5.m4: New file.
26498
26499         * m4/memxor.m4: Require gl_C_RESTRICT.
26500
26501 2005-10-06  Simon Josefsson  <jas@extundo.com>
26502
26503         * lib/memxor.c (memxor): Avoid casts and warnings.
26504
26505 2005-10-06  Simon Josefsson  <jas@extundo.com>
26506
26507         * lib/hmac-md5.c: New file.
26508
26509         * lib/hmac.h: New file.
26510
26511 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
26512
26513         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
26514         promotes to int, not unsigned int, to catch the AIX 5.3
26515         compiler bug.
26516
26517 2005-10-05  Simon Josefsson  <jas@extundo.com>
26518
26519         * modules/memxor: New file.
26520
26521         * modules/iconv (Files): Move config.rpath to havelib, it is used
26522         there.
26523
26524         * modules/havelib (Files): Add config.rpath.
26525
26526 2005-10-05  Simon Josefsson  <jas@extundo.com>
26527
26528         * m4/memxor.m4: New file.
26529
26530 2005-10-05  Simon Josefsson  <jas@extundo.com>
26531
26532         * lib/memxor.c (memxor): Fix compiler error.
26533
26534         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
26535         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
26536
26537         * lib/memxor.h, lib/memxor.c: New files.
26538
26539         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
26540         we assume all systems have it, suggested by Jim Meyering
26541         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
26542         any systems lack sys/socket.h; mingw32 is known to lack it, but we
26543         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
26544         same reasons.
26545
26546 2005-10-05  Simon Josefsson  <jas@extundo.com>
26547
26548         * config/srclist.txt: Add glibc bug 1423 for md5.h.
26549
26550 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
26551
26552         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
26553         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
26554         needed, since the source code now assumes these .h files.
26555
26556 2005-10-05  Derek Price  <derek@ximbiot.com>
26557
26558         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
26559
26560 2005-10-05  Bruno Haible  <bruno@clisp.org>
26561
26562         * modules/stdint (License): Change to LGPL.
26563
26564 2005-10-04  Simon Josefsson  <jas@extundo.com>
26565
26566         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
26567         D. Baushke" <mdb@gnu.org>.
26568
26569 2005-10-04  Bruno Haible  <bruno@clisp.org>
26570
26571         * lib/verify.h (verify_true): Provide alternative definition for C++.
26572
26573 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
26574
26575         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
26576         (SSIZE_MAX): New macro, if not already defined.
26577         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
26578         than 2 GiB.
26579
26580 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26581
26582         Sync from coreutils.
26583         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
26584         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
26585         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
26586         ULLONG_MAX doesn't work with 2.7.2.1.
26587
26588 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26589
26590         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
26591         From Ben Pfaff.
26592
26593         * modules/exclude (Depends-on): Depend on verify.
26594         * modules/strtoimax (Depends-on): Likewise.
26595         * modules/utimecmp (Depends-on): Likewise.
26596
26597 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
26598
26599         * lib/exclude.c: Include verify.h.
26600         (verify): Remove.  All callers changed to use verify.h's version.
26601         * lib/strtoimax.c: Likewise.
26602         * lib/utimecmp.c: Likewis.e
26603
26604         Sync from coreutils.
26605         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
26606         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
26607         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
26608         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
26609         bother returning ENOSYS if settimeofday or stime fails; just let
26610         them return whatever errno they want to return.
26611         * lib/utimens.c: Include unistd.h, for dup2.
26612         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
26613         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
26614
26615 2005-10-02  Jim Meyering  <jim@meyering.net>
26616
26617         Sync from coreutils.
26618         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
26619         from glibc-2.2.5 that fails for read-only files.
26620
26621 2005-10-02  Jim Meyering  <jim@meyering.net>
26622
26623         Sync from coreutils.
26624         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
26625         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
26626         `#if HAVE_CONFIG_H'.
26627         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
26628         Remove AT_FDCWD test.
26629         Do not consume the fd unless successful.
26630         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
26631         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
26632         block, so that we don't even try to compile it if settimeofday is
26633         available.  This works around a compilation failure on OSF1 V5.1,
26634         due to stime requiring a `long int*' while tv_sec is `int'.
26635
26636 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
26637
26638         Sync from coreutils.
26639         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
26640         against `yes', rather than just testing for nonempty.
26641
26642 2005-10-01  Simon Josefsson  <jas@extundo.com>
26643
26644         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
26645         and Darwin.
26646
26647         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
26648         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
26649         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
26650         freeaddrinfo and gai_strerror are declared by the POSIX headers.
26651         Check if struct addrinfo is declared.
26652
26653 2005-10-01  Simon Josefsson  <jas@extundo.com>
26654
26655         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
26656         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
26657         AI_* and EAI_* definitions.  Protect function declarations.
26658
26659 2005-10-01  Jim Meyering  <jim@meyering.net>
26660
26661         Sync from coreutils.
26662
26663         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
26664         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
26665         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
26666         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
26667         in the inet and nsl libraries.  Required on Solaris 5.7.
26668
26669 2005-10-01  Jim Meyering  <jim@meyering.net>
26670
26671         Sync from coreutils.
26672         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
26673         in the inet and nsl libraries.  Required on Solaris 5.7.
26674
26675 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
26676
26677         * lib/getdelim.c (getdelim): Remove unused variables.
26678
26679 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
26680
26681         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
26682         so that the code works even with ancient cpp.  Portability problem
26683         with GCC 2.7.2.1 reported by Thomas M.Ott.
26684
26685 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
26686
26687         * modules/regex (Depends-on): Add strcase.
26688
26689         * modules/gethostname (Licence): Change from GPL to LGPL, since
26690         gethostname.c is a trivial implementation of a standard library
26691         function.
26692         * modules/poll (License): Change from GPL to LGPL, since it's
26693         derived from LGPL code.
26694
26695 2005-09-27  Jim Meyering  <jim@meyering.net>
26696
26697         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
26698         HAVE_CONFIG_H.
26699
26700         * lib/intprops.h (signed_type_or_expr__): Define.
26701         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
26702         for unsigned types.
26703
26704 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
26705
26706         * lib/verify.h (verify_expr): Remove, replacing with:
26707         (verify_true): New macro that returns true instead of void.
26708         (verify_type__): Remove.
26709         (verify): Use verify_true rather than verify_type__.
26710
26711 2005-09-26  Bruno Haible  <bruno@clisp.org>
26712
26713         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
26714         is necessary.
26715         (lib_SOURCES): Remove mbchar.c.
26716         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
26717         (Files): Add m4/mbrtowc.m4.
26718         * modules/mbiter: Likewise.
26719         * modules/mbuiter: Likewise.
26720
26721 2005-09-26  Bruno Haible  <bruno@clisp.org>
26722
26723         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
26724         compile mbchar.c if they are not both present.
26725         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
26726         * m4/mbiter.m4 (gl_MBITER): Likewise.
26727         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
26728         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
26729         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
26730
26731 2005-09-25  Jim Meyering  <jim@meyering.net>
26732
26733         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
26734         also uses socklen_t.
26735
26736 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
26737
26738         * lib/utimens.c (ENOSYS): Define if not already defined.
26739         (futimens): Support having a null PATH if the file descriptor
26740         is nonnegative.
26741
26742         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
26743         Remove.
26744         (__attribute): Define to empty unless GCC 3.1 or later.
26745         This works around a core dump on OpenBSD 3.4, which has GCC
26746         2.95.3, which dumps core when given __attribute__(()).  It also
26747         simplifies other tests, since we really don't want to bother with
26748         worrying about which ancient version of GCC supported what.
26749         Original problem reported by Yoann Vandoorselaere, with part of
26750         the fix suggested by Derek Price.
26751
26752 2005-09-24  Jim Meyering  <jim@meyering.net>
26753
26754         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
26755         so we can once again use a positive bitfield width of 1 -- now we
26756         don't have to explain why we were using a bitfield width of 2.
26757
26758 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
26759
26760         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
26761         and similarly for the other external symbols.  Problem reported
26762         by James Gallager.
26763
26764         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
26765         bug reported by Jim Meyering.
26766
26767         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
26768         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
26769         not needed, since socklen is a prerequisite module.
26770
26771 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
26772
26773         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
26774         Problem reported by Eric Blake.
26775         (getaddrinfo): Initialize se so that it's not garbage.
26776         Redo internal storage allocation so that it doesn't make unportable
26777         assumptions about alignment.
26778         Fix a memory leak.
26779
26780         * lib/utimens.c (futimens): Use futimesat if available.
26781         Prefer it to futimes since it doesn't have the futimes bug.
26782
26783         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
26784         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
26785         Instead, declare a function that returns a pointer to an array,
26786         and use verify_type__ to declare the size of the array.
26787         Problem and germ of a solution reported by Bruno Haible.
26788         (verify_type__): Use 2, not 1, for bitfield size, to avoid
26789         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
26790
26791 2005-09-23  Jim Meyering  <jim@meyering.net>
26792
26793         Sync from coreutils.
26794         Correct build failure (socklen_t not defined) on at least
26795         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
26796         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
26797
26798 2005-09-23  Jim Meyering  <jim@meyering.net>
26799
26800         * modules/getaddrinfo (Depends-on): Add socklen.
26801
26802 2005-09-23  Bruno Haible  <bruno@clisp.org>
26803
26804         * tests/test-verify.c: New file.
26805
26806 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26807
26808         Sync from coreutils.
26809
26810         * modules/argmatch (Depends-on): Add verify.
26811         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
26812         unistd-safer.
26813         * modules/save-cwd (Depends-on): Likewise.
26814
26815         * modules/openat (Files): Add lib/openat-die.c.
26816         (Depends-on): Remove error, exitfail.
26817         Add dirname.
26818
26819         * modules/verify: New file.
26820         * MODULES.html.sh (Diagnostics <assert.h>): New section,
26821         with "verify" module.
26822
26823 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26824
26825         Sync from coreutils.
26826
26827         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
26828         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
26829         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
26830         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
26831         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
26832         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
26833         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
26834         Don't bother checking for string.h, stdlib.h, unistd.h.
26835         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
26836         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
26837         module's job.
26838         * m4/jm-macros.m4 (gl_MACROS): Likewise.
26839         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
26840
26841         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
26842         (gl_GETDATE): Use it.
26843
26844         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
26845
26846 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26847
26848         Sync from coreutils.
26849
26850         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
26851         stat-time.h.
26852         * lib/argmatch.h: Include verify.h
26853         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
26854         (ARGMATCH_ASSERT): Remove; unused.
26855         * lib/canonicalize.c: Assume STDC_HEADERS.
26856         * lib/exclude.c: Include "strcase.h".
26857         * lib/regex_internal.h [!defined _LIBC]: Likewise.
26858         * lib/getusershell.c: Include stdio--.h rather than stdio.h
26859         and stdio-safer.h.
26860         (getusershell): Call fopen, not fopen_safer.
26861         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
26862         Do not include unistd-safer.h.
26863         (save_cwd): Don't call fd_safer; no longer needed
26864         now that we include fcntl--.h.
26865
26866         * lib/getdate.y (relative_time): New type.
26867         (RELATIVE_TIME_0): New constant.
26868         (parser_control): Use relative_time instead of doing it ourselves.
26869         (%union): Add new relative_time rel member.
26870         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
26871         Now typeless.
26872         (relunit, relunit_snumber): Now of type rel.
26873         (zone, rel, relunit, get_date): Adjust to above changes.
26874
26875         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
26876         Do not include unistd-safer.h.
26877         (getloadavg): Don't call fd_safer; no longer needed
26878         now that we include fcntl--.h.
26879
26880         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
26881         (make_dir_parents): Treat ENOSYS like EEXIST.
26882
26883         Improve quality of diagnostics on restore_cwd failure.
26884         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
26885         (make_dir_parents): Last arg is now int * (for errno), not bool *.
26886         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
26887         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
26888         each time through the loop.  Do not diagnose restore_cwd failure;
26889         that is the caller's job (and perhaps the caller does not care).
26890
26891         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
26892         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
26893         If the file already exists but is not a directory, don't bother
26894         to try to make its parents.
26895         Close potential file descriptor leak if we can't chdir("/") (!).
26896         Don't always return true if chdir($PWD) fails; return true only
26897         if the requested action was done successfully (except for the
26898         chdir($PWD)).
26899         Don't log final directory unless we actually made it.
26900         Refactor to avoid duplicate code to fix up permissions.
26901         Don't attempt to fix up parent permissions if chdir($PWD) fails.
26902
26903         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
26904         to make it a bit faster and (I hope) clearer.
26905         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
26906         Fix bug in formats like %2N.
26907
26908         * lib/verify.h: New file.
26909
26910 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
26911
26912         Sync from coreutils.
26913         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
26914
26915 2005-09-22  Jim Meyering  <jim@meyering.net>
26916
26917         Sync from coreutils.
26918
26919         * m4/lstat.m4 (gl_FUNC_LSTAT):
26920         Use AC_LIBSOURCES to require lstat.c and lstat.h.
26921         Remove obsolete comment.
26922         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
26923         * m4/xstrtod.m4: Likewise.
26924
26925         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
26926
26927 2005-09-22  Jim Meyering  <jim@meyering.net>
26928
26929         Sync from coreutils.
26930
26931         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
26932
26933         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
26934         the .tm_year member, since otherwise gcc-4.0 would now warn about
26935         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
26936
26937         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
26938         order to avoid an unsuppressible warning from gcc on 64-bit systems.
26939
26940         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
26941         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
26942         when run in a time zone for which daylight savings time is in effect
26943         for the starting date.
26944
26945         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
26946         stop us from restricting permissions of just-created absolute-named
26947         directories.
26948         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
26949         to restore initial working directory.
26950         * lib/mkdir-p.c (make_dir_parents): New parameter:
26951         different_working_dir, to tell caller if/when we change the working
26952         directory and are unable to return to the initial one.
26953         * lib/mkdir-p.h (make_dir_parents): Update prototype.
26954         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
26955         `return false'.  This fixes a bug introduced on 2004-07-30.
26956
26957         * lib/openat.c (fdopendir): Be sure to close the supplied
26958         file descriptor before returning.  This makes our replacement
26959         implementation a little closer to Solaris's, where fdopendir
26960         ties the file descriptor to the returned DIR* pointer.
26961         * lib/openat.c (unlinkat): New function.
26962         * lib/openat.h (unlinkat): Add prototype.
26963         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
26964         (openat_restore_fail): Rename from openat_restore_die.
26965         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
26966
26967         Provide an alternative to exiting immediately upon save_cwd or
26968         restore_cwd failure.  Now, an application can arrange e.g.,
26969         to perform a longjump in that case.
26970         * lib/openat.c: Include dirname.h.
26971         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
26972         (rpl_openat, fdopendir, fstatat): Call openat_save_die
26973         and openat_restore_die rather than calling error directly.
26974         Don't include "error.h" or "exitfail.h"; they're no longer needed.
26975
26976         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
26977         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
26978         define.
26979
26980         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
26981         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
26982                             int utc, int nanoseconds);
26983         Background:
26984         date should not have to allocate a megabyte of virtual memory to
26985         handle a format argument like +%1048575T.  When implemented with
26986         strftime, it must allocate such a buffer, use strftime to fill it
26987         in, print it, then free it.
26988         With fprintftime, it simply prints everything and exits.
26989         With no need for memory allocation, that's one fewer way to fail.
26990         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
26991         optional field width, not before, so we accept %9:z, not %:9z.
26992         (my_strftime): Be sure to use L_('x') for literals.
26993
26994         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
26995         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
26996         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
26997         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
26998         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
26999         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
27000         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
27001         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
27002         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
27003         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
27004         * lib/xgethostname.c, lib/xreadlink.c:
27005         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
27006
27007         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
27008         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
27009         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
27010         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
27011         and don't include <sys/file.h>).
27012
27013 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
27014
27015         Sync from coreutils.
27016
27017         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
27018         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
27019         [!LDAV_DONE]: Avoid unused variable warning.
27020
27021 2005-09-21  Bruno Haible  <bruno@clisp.org>
27022
27023         * lib/unicodeio.h (unicode_to_mb): New declaration.
27024
27025 2005-09-20  Derek Price  <derek@ximbiot.com>
27026
27027         * lib/getaddrinfo.c: Don't include <netdb.h> included from
27028         getaddrinfo.h.
27029
27030 2005-09-20  Bruno Haible  <bruno@clisp.org>
27031
27032         * gnulib-tool: Remove trailing slashes from the values specified for
27033         --source-base, --m4-base, --tests-base, --aux-dir.
27034         Suggested by Simon Josefsson <jas@extundo.com>.
27035
27036 2005-09-20  Bruno Haible  <bruno@clisp.org>
27037
27038         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
27039         func_modules_to_filelist, func_import, func_create_testdir): Make all
27040         sorting results locale-independent, so that gnulib-cache.m4 doesn't
27041         change when gnulib-tool is invoked in a different locale.
27042
27043 2005-09-19  Simon Josefsson  <jas@extundo.com>
27044
27045         * m4/socklen.m4: Fix typo.
27046
27047 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27048
27049         Use a consistent style for including <config.h>.
27050         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
27051         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
27052         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
27053         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
27054         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
27055         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
27056         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
27057         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
27058         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
27059         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
27060         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
27061         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
27062         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
27063         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
27064         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
27065         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
27066         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
27067         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
27068         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
27069         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
27070         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
27071         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
27072         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
27073         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
27074         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
27075         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
27076         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
27077         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
27078         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
27079         lib/xstrtoumax.c, lib/yesno.c:
27080         Standardize inclusion of config.h.
27081         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
27082         lib/inttostr.h:  Removed inclusion of config.h from header files.
27083         * lib/inttostr.c:  Adjusted in-tree users.
27084         * lib/timespec.h: Remove superfluous warning to include config.h.
27085         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
27086         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
27087         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
27088         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
27089         config.h with HAVE_CONFIG_H.
27090
27091 2005-09-19  Jim Meyering  <jim@meyering.net>
27092
27093         * modules/pathmax (License): Change to LGPL.
27094
27095 2005-09-19  Derek Price  <derek@ximbiot.com>
27096
27097         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
27098
27099 2005-09-19  Bruno Haible  <bruno@clisp.org>
27100
27101         * gnulib-tool (import): Provide default for --tests-base.
27102
27103 2005-09-19  Bruno Haible  <bruno@clisp.org>
27104
27105         * doc/quote.texi: New file, extracted from gnulib.texi.
27106         * doc/ctime.texi: New file, extracted from gnulib.texi.
27107         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
27108         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
27109         * doc/gnulib.texi: Include them.
27110
27111 2005-09-18  Bruno Haible  <bruno@clisp.org>
27112
27113         Portability fix.
27114         * gnulib-tool (func_readlink): New function.
27115         (func_ln_if_changed): Use it.
27116
27117 2005-09-18  Bruno Haible  <bruno@clisp.org>
27118
27119         * gnulib-tool: Support --with-tests also with --import.
27120         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
27121         (func_import): Use variables $testsbase and $inctests. Emit a
27122         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
27123         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
27124         SUBDIRS += $testsdir.
27125         (func_create_testdir): Update.
27126
27127 2005-09-18  Bruno Haible  <bruno@clisp.org>
27128
27129         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
27130         instead of $dry_run.
27131         (func_cp_if_changed, func_mv_if_changed): Remove functions.
27132         (func_ln_if_changed): Don't handle dry-run here.
27133         (func_import): In dry-run mode, detect more precisely which actions
27134         would be performed, and don't use "...ing" verbs.
27135
27136 2005-09-18  Bruno Haible  <bruno@clisp.org>
27137
27138         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
27139         (func_import): Use join on two temporary files instead of three nested
27140         loops, in order to determine which files are new or old.
27141
27142 2005-09-18  Bruno Haible  <bruno@clisp.org>
27143
27144         * gnulib-tool (func_import): Comment out code that spits out the
27145         new files with --dry-run.
27146
27147 2005-09-18  Bruno Haible  <bruno@clisp.org>
27148
27149         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
27150
27151 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27152
27153         * lib/stat-time.h: New file.
27154         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
27155         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
27156         in a different way.
27157         (timespec_cmp): New function.
27158         * lib/utimecmp.c: Include stat-time.h.
27159         (SYSCALL_RESOLUTION): Depend on whether various struct stat
27160         members exist, not on the obsolescent ST_MTIM_NSEC.
27161         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
27162
27163 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27164
27165         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
27166
27167 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27168
27169         * MODULES.html.sh (File system functions): Add stat-time.
27170         * modules/stat-time: New file.
27171         * modules/timespec (Files): Remove m4/st_mtim.m4; this
27172         is now done in a different way, by the stat-time module.
27173         * modules/utimecmp (Depends-on): Add stat-time.
27174
27175 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
27176
27177         * m4/st_mtim.m4: Remove.  Superseded by...
27178         * m4/stat-time.m4: New file.
27179         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
27180         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
27181
27182 2005-09-15  Derek Price  <derek@ximbiot.com>
27183
27184         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
27185
27186 2005-09-15  Derek Price  <derek@ximbiot.com>
27187
27188         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
27189         * lib/regex_internal.c: Ditto, using this...
27190         (__GNUC_PREREQ): ...new macro.
27191         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
27192         using...
27193         (__GNUC_PREREQ): ...this new macro.
27194
27195         * lib/strstr.h: Include string.h. Define strstr as a macro here.
27196
27197 2005-09-15  Derek Price  <derek@ximbiot.com>
27198             Paul Eggert  <eggert@cs.ucla.edu>
27199
27200         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
27201         changes, consolidating in...
27202         * lib/regex_internal.h: ...this file.
27203
27204 2005-09-13  Jim Meyering  <jim@meyering.net>
27205
27206         * lib/canon-host.c: Filter through gnu indent and reword comments
27207         slightly.
27208         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
27209
27210 2005-09-13  Derek Price  <derek@ximbiot.com>
27211
27212         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
27213         failure.
27214         Reported by Jim Meyering  <jim@meyering.net>.
27215
27216 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27217
27218         * lib/base64.c: Typo.
27219         (base64_encode): Put b64str in initialized data section.
27220
27221 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
27222
27223         Merge glibc and coreutils changes into gnulib, plus a few
27224         extra fixes.
27225         * lib/md5.c: Use #error rather than a string.
27226         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
27227         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
27228         (__attribute__): Define to empty for non recent-GCC.
27229         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
27230         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
27231         Renamed from their non-__ counterparts, with new macros replacing
27232         them if not _LIBC.  Add __THROW attribute.
27233         (rol): Remove.
27234         (struct md5_ctx): Align buffer if using GCC.
27235         * lib/sha1.h (struct sha1_ctx): Likewise.
27236         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
27237         The old name was backwards.
27238         (NOTSWAP): Remove; not used.
27239         (rol): New macro, moved here from md5.h.
27240         (sha1_process_block): Remove a FIXME that doesn't make sense.
27241
27242 2005-09-12  Derek Price  <derek@ximbiot.com>
27243
27244         Return usable errors from canon-host.
27245         * lib/canon-host.h: New file.
27246         * lib/canon-host.c (canon_host): Wrap...
27247         (canon_host_r): ...this new function, which now relies exclusively on
27248         getaddrinfo.
27249         (ch_strerror): New function.
27250         (last_cherror): New global.
27251         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
27252         interface.
27253         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
27254         void *.
27255         (freeaddrinfo): Free ai->ai_canonname when set.
27256
27257 2005-09-12  Derek Price  <derek@ximbiot.com>
27258
27259         Make canon-host require getaddrinfo.
27260         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
27261         AC_LIBSOURCE canon-host.h.  Call...
27262         (gl_PREREQ_CANON_HOST): ...this new function, which requires
27263         gl_GETADDRINFO.
27264         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
27265
27266 2005-09-12  Derek Price  <derek@ximbiot.com>
27267
27268         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
27269         LGPL.
27270         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
27271
27272 2005-09-12  Derek Price  <derek@ximbiot.com>
27273
27274         * lib/gai_strerror.c: Include config.h when available.  Include
27275         getaddrinfo.h before other headers to test interface.
27276         Reported by Larry Jones <lawrence.jones@ugs.com>.
27277
27278 2005-09-12  Derek Price  <derek@ximbiot.com>
27279             Paul Eggert  <eggert@cs.ucla.edu>
27280
27281         * modules/glob (Files): Add glob-libc.h.
27282
27283 2005-09-12  Derek Price  <derek@ximbiot.com>
27284             Paul Eggert  <eggert@cs.ucla.edu>
27285
27286         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
27287         glob_.h, glob-libc.h.
27288         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
27289
27290 2005-09-12  Derek Price  <derek@ximbiot.com>
27291             Paul Eggert  <eggert@cs.ucla.edu>
27292
27293         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
27294         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
27295         protecting things that should be done only in gnulib contexts.
27296         * lib/glob_.h: New file, containing only the glob things needed for
27297         gnulib.
27298         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
27299         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
27300         (glob, globfree, glob_pattern_p): Now defined simply in terms of
27301         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
27302         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
27303         and to respect the namespace rules better.
27304
27305 2005-09-08  Simon Josefsson  <jas@extundo.com>
27306
27307         * modules/socklen: New file.
27308
27309 2005-09-08  Simon Josefsson  <jas@extundo.com>
27310
27311         * m4/socklen.m4: New file.
27312
27313 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27314
27315         * modules/utimens (Files): Add m4/utimbuf.m4, since
27316         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
27317         Reported by Sergey Poznyakoff.
27318
27319 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27320
27321         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
27322         definitions, since that's the preferred style in glibc.
27323         Fix a minor spacing issue, and update copyright notice to match
27324         glibc's.
27325
27326 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
27327
27328         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
27329
27330 2005-09-06  Simon Josefsson  <jas@extundo.com>
27331
27332         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
27333         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
27334
27335 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27336
27337         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
27338         warning.
27339
27340 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27341
27342         * config/srclist.txt: Add glibc bug 1302.
27343
27344 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
27345
27346         Change bitset word type from unsigned int to unsigned long int,
27347         as this has better performance on typical 64-bit hosts.
27348         Port bitset code to hosts with unusual word sizes.
27349         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
27350         (build_collating_symbol):
27351         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
27352         argument is a bitset.  This is merely a style issue, but it makes
27353         it clearer that an entire array is expected.
27354         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
27355         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
27356         Port to the case where bitset_word is not the same as unsigned int.
27357         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
27358         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
27359         Likewise.
27360         * lib/regexec.c (check_dst_limits_calc_pos_1,
27361         check_subexp_matching_top):
27362         (build_trtable, group_nodes_into_DFAstates):
27363         Likewise.
27364         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
27365         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
27366         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
27367         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
27368         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
27369         * lib/regcomp.c (optimize_subexps, lower_subexp):
27370         Work even if bitset_word has holes in its bitwise representation.
27371         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
27372         * lib/regexec.c (check_dst_limits_calc_pos_1,
27373         check_subexp_matching_top):
27374         Likewise.
27375         * lib/regex_internal.c (re_string_reconstruct):
27376         Don't assume UCHAR_MAX == 255.
27377         * lib/regex_internal.h (bitset_set_all): Likewise.
27378         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
27379         All uses changed.
27380         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
27381         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
27382         All uses changed.
27383         (BITSET_WORD_MAX): New macro.
27384         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
27385         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
27386         (bitset_empty, bitset_copy):
27387         Prefer sizeof (bitset) to multiplying it out ourselves.
27388         (bitset_not_merge): Remove; unused.
27389         (bitset_contain): Return bool, not unsigned int with one bit on.
27390         All callers changed.
27391         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
27392         alignment than re_node_set; do this by defining a new internal
27393         type struct dests_alloc and using it to allocate memory.
27394
27395 2005-09-05  Bruno Haible  <bruno@clisp.org>
27396
27397         * gnulib-tool (func_import): Fix comparison in handling of symbolic
27398         links.
27399
27400 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
27401
27402         * modules/size_max (Makefile.am): Add size_max.h
27403
27404 2005-09-04  Derek Price  <derek@ximbiot.com>
27405
27406         * gnulib-tool (func_import): Fix reversed $symbolic logic.
27407
27408 2005-09-03  Simon Josefsson  <jas@extundo.com>
27409
27410         * gnulib-tool: Fix typo.
27411
27412 2005-09-03  Simon Josefsson  <jas@extundo.com>
27413
27414         * config/srclist.txt: Add glibc bug 1293.
27415
27416 2005-09-03  Derek Price  <derek@ximbiot.com>
27417
27418         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
27419         From Larry Jones <lawrence.jones@ugs.com>.
27420
27421 2005-09-02  Simon Josefsson  <jas@extundo.com>
27422
27423         * modules/socklen: New file.
27424
27425 2005-09-02  Simon Josefsson  <jas@extundo.com>
27426
27427         * modules/havelib: New module.
27428
27429         * modules/gettext, modules/iconv, modules/lock, modules/readline:
27430         Use havelib.
27431
27432 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
27433
27434         Check for arithmetic overflow when calculating sizes, to prevent
27435         some buffer-overflow issues.  These patches are conservative, in the
27436         sense that when I couldn't determine whether an overflow was possible,
27437         I inserted a run-time check.
27438         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
27439         macros.
27440         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
27441         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
27442         (re_xnrealloc, re_x2nrealloc): New inline functions.
27443         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
27444         parse_bracket_exp):
27445         (build_equiv_class, build_charclass): Check for arithmetic overflow
27446         in size expression calculations.
27447         * lib/regex_internal.c (re_string_realloc_buffers):
27448         (build_wcs_upper_buffer, re_node_set_add_intersect):
27449         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
27450         (re_dfa_add_node, register_state): Likewise.
27451         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
27452         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
27453         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
27454         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
27455
27456 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
27457
27458         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
27459         m4/ulonglong.m4.  Problem reported by Martin Lambers.
27460
27461 2005-09-02  Bruno Haible  <bruno@clisp.org>
27462
27463         Support for lib vs. lib64 distinction on biarch platforms.
27464         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
27465         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
27466         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
27467
27468 2005-09-02  Bruno Haible  <bruno@clisp.org>
27469
27470         * gnulib-tool (import): In the other first-use case, provide defaults
27471         as well.
27472
27473 2005-09-02  Bruno Haible  <bruno@clisp.org>
27474
27475         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
27476         patches not yet found in the latest gettext release.
27477
27478 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27479
27480         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
27481         to avoid a collision with bits/local_lim.h in glibc.
27482         All uses changed.  Problem reported by Dmitry V. Levin in
27483         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
27484
27485         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
27486         bugs in int versus size_t comparisons.
27487         (re_string_context_at): Fix bug where the code assumed that
27488         Idx is signed.
27489
27490         Use bool where appropriate.
27491         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
27492         All callers changed.
27493         (calc_eclosure_iter): Likewise, for ROOT arg.
27494         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
27495         (build_charclass_op): Likewise, for NON_MATCH arg.
27496         * lib/regex_internal.c (re_string_allocate, re_string_construct):
27497         (re_string_construct_common): Likewise, for ICASE arg.
27498         * lib/regexec.c (re_search_2_stub, re_search_stub):
27499         Likewise, for RET_LEN arg.
27500         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
27501         (set_regs): Likewise, for FL_BACKTRACK arg.
27502         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
27503         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
27504         (calc_eclosure_iter, parse_bracket_exp):
27505         Use bool for internal variables that are booleans.
27506         * lib/regexec.c (re_search_internal, check_matching,
27507         proceed_next_node):
27508         (set_regs, build_sifted_states, sift_states_bkref):
27509         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
27510         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
27511         (find_collation_sequence_value):
27512         Likewise.
27513         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
27514         (re_node_set_compare):
27515         Return bool, not int. All callers changed.
27516         * lib/regexec.c (check_halt_node_context, check_dst_limits):
27517         (build_trtable, check_node_accept): Likewise.
27518         * lib/regex_internal.h: Include stdbool.h.
27519
27520         Fix bugs uncovered when converting to bool.
27521         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
27522         failure instead of charging ahead blindly.
27523         * lib/regex_internal.c (register_state): Likewise.
27524         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
27525         for freeing internal storage.
27526         (group_nodes_into_DFA_states): Use unsigned int, not int, for
27527         bitset pieces used as boolean, to avoid undefined behavior
27528         on hosts that do int overflow checking.
27529
27530 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
27531
27532         * config/srclist.txt: Add glibc bugs 1285-1287.
27533
27534 2005-09-01  Jim Meyering  <jim@meyering.net>
27535
27536         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
27537         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
27538         Require gl_STAT_MACROS, too.
27539
27540 2005-09-01  Bruno Haible  <bruno@clisp.org>
27541
27542         * gnulib-tool (import): In the first-use case, provide defaults.
27543
27544 2005-09-01  Bruno Haible  <bruno@clisp.org>
27545
27546         * gnulib-tool (func_import): Remove the .tmp files.
27547
27548 2005-09-01  Bruno Haible  <bruno@clisp.org>
27549
27550         * gnulib-tool (func_import): Fix handling of symbolic links.
27551
27552 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27553
27554         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
27555         old glibc regex code mishandles strings longer than 2**31 bytes.
27556         This patch fixes this when the regex code is used in gnulib
27557         (i.e., outside glibc).
27558
27559         This patch should not affect the use of the regex code inside
27560         glibc.  No doubt this problem also needs to be handled for glibc
27561         as well, but the result will be an incompatible change to the
27562         glibc ABI, and the old ABI will have to be supported too.  That
27563         can be the the subject for another patch.
27564
27565         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
27566         governing whether the rest of this patch is active.  By default,
27567         the macro is disabled and the patch has no effect.
27568         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
27569         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
27570         (struct re_pattern_buffer, re_search, re_search_2, re_match):
27571         (re_match_2, re_set_registers): Use the new types.
27572         * lib/regex_internal.h (Idx, re_hashval_t): New types.
27573         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
27574         New macros.
27575         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
27576         (re_string_context_at, bin_tree_t, re_dfastate_t):
27577         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
27578         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
27579         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
27580         (re_string_char_size_at, re_string_wchar_at):
27581         (re_string_elem_size_at):
27582         Use the new types and macros to port to 64-bit hosts.
27583         Use unsigned types for internal values, so that the code
27584         mostly works even for arrays larger than SSIZE_MAX.
27585         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
27586         (search_duplicated_node, calc_eclosure_iter, fetch_number):
27587         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
27588         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
27589         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
27590         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
27591         (calc_inveclosure, parse_dup_op, build_range_exp):
27592         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
27593         (fetch_number, create_token_tree, mark_opt_subexp):
27594         Likewise.
27595         * lib/regex_internal.c (re_string_construct_common,
27596         create_ci_newstate):
27597         (create_cd_newstate, re_string_allocate, re_string_construct):
27598         (re_string_realloc_buffers, build_wcs_upper_buffer):
27599         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
27600         (re_string_reconstruct, re_string_peek_byte_case):
27601         (re_string_fetch_byte_case, re_string_context_at):
27602         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
27603         (re_node_set_init_copy, re_node_set_add_intersect):
27604         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27605         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27606         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
27607         (re_acquire_state, re_acquire_state_context, register_state):
27608         Likewise.
27609         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
27610         search_cur_bkref_entry):
27611         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
27612         (re_search_internal, re_search_2_stub, re_search_stub)
27613         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
27614         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
27615         (update_cur_sifted_state, check_dst_limits):
27616         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
27617         (check_subexp_limits, sift_states_bkref, merge_state_array):
27618         (check_subexp_matching_top, get_subexp, get_subexp_sub):
27619         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
27620         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
27621         (expand_bkref_cache, check_node_accept_bytes):
27622         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
27623         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
27624         (acquire_init_state_context, check_halt_node_context):
27625         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
27626         (sift_states_backward, clean_state_log_if_needed):
27627         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
27628         (find_recover_state, transit_state_sb, transit_state_mb):
27629         (transit_state_bkref, build_trtable, match_ctx_clean):
27630         Likewise.
27631         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
27632         to work around an assumption that REG_MISSING is negative.
27633
27634         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
27635         (seek_collating_symbol_entry) [defined _LIBC]:
27636         (lookup_collation_sequence_value) [defined _LIBC]:
27637         (build_range_exp, build_collating_symbol) [defined _LIBC]:
27638         Use prototypes rather than old-style function definitions.
27639         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
27640         (transit_state_sb) [0]:
27641         (find_collation_sequence_value) [defined _LIBC]: Likewise.
27642
27643         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
27644         rm_eo.
27645
27646         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
27647         (optimize_subexps, lower_subexp):
27648         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
27649         since the signed shift might overflow.  Use 1u<<31 instead.
27650         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
27651         Likewise.
27652         * lib/regexec.c (check_dst_limits_calc_pos_1,
27653         check_subexp_matching_top): Likewise.
27654
27655         * lib/regcomp.c (optimize_subexps, lower_subexp):
27656         Use CHAR_BIT rather than 8, for clarity.
27657         * lib/regexec.c (check_dst_limits_calc_pos_1):
27658         (check_subexp_matching_top): Likewise.
27659         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
27660         have to worry about portability issues when shifting it left.
27661         Remove no-longer-needed test for table_size > 0.
27662         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
27663         in a word, as the resulting behavior is undefined.
27664         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
27665         in one case, a <= should have been an <, and in another case the
27666         whole test was missing.
27667         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
27668         the standard name CHAR_BIT.
27669         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
27670         this is not true on one's complement and signed-magnitude hosts.
27671
27672         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
27673         next_last_offset.
27674         (struct re_dfa_t): Remove unused member states_alloc.
27675         * lib/regcomp.c (init_dfa): Don't initialize unused members.
27676
27677 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27678
27679         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
27680         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
27681         and large-file glibc and in 32-bit large-file Solaris.
27682
27683 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27684
27685         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
27686         lengths fit in regoff_t; this isn't true if regoff_t is the same
27687         width as size_t.
27688         * lib/regex.c (re_search_internal): 5th arg is LAST_START
27689         (= START + RANGE) instead of RANGE.  This avoids overflow
27690         problems when regoff_t is the same width as size_t.
27691         All callers changed.
27692         (re_search_2_stub): Check for overflow when adding the
27693         sizes of the two strings.
27694         (re_search_stub): Check for overflow when adding START
27695         to RANGE; if it occurs, substitute the extreme value.
27696
27697 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27698
27699         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
27700
27701 2005-08-31  Jim Meyering  <jim@meyering.net>
27702
27703         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
27704         a pointer-to-const.
27705         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
27706         (register_state): Likewise.
27707         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
27708         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
27709         (group_nodes_into_DFAstates): Likewise.
27710
27711 2005-08-31  Jim Meyering  <jim@meyering.net>
27712
27713         * check-module: Add a FIXME comment.
27714
27715 2005-08-31  Eric Blake  <ebb9@byu.net>
27716
27717         * modules/unistd-safer (Files): Add unistd--.h.
27718         * modules/stdio-safer (Files): Add stdio--.h.
27719
27720 2005-08-31  Derek Price  <derek@ximbiot.com>
27721
27722         * lib/getdelim.c (getdelim): Return EOF on EOF.
27723         Reported by Larry Jones <lawrence.jones@ugs.com>.
27724
27725 2005-08-31  Bruno Haible  <bruno@clisp.org>
27726
27727         Avoid unnecessary diffs in the generated lib/Makefile.am.
27728         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
27729         the generated files.
27730         (func_import): Don't set cmd.
27731
27732 2005-08-31  Bruno Haible  <bruno@clisp.org>
27733
27734         * lib/strstr.c: Include <stddef.h>, for NULL.
27735         * lib/strcasestr.c: Likewise.
27736         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27737
27738 2005-08-31  Bruno Haible  <bruno@clisp.org>
27739
27740         * gnulib-tool: New option --macro-prefix.
27741         (func_import): Use macro_prefix.
27742         (import): Handle option --macro-prefix.
27743
27744 2005-08-31  Bruno Haible  <bruno@clisp.org>
27745
27746         * gnulib-tool (import): Rename most ac_* variables to cached_*.
27747         Also use new variables cached_lgpl, cached_libtool.
27748
27749 2005-08-31  Bruno Haible  <bruno@clisp.org>
27750
27751         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
27752         always instantiating them.
27753
27754 2005-08-31  Bruno Haible  <bruno@clisp.org>
27755
27756         * gnulib-tool (func_import): Read the previous cached settings
27757         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
27758         earlier added by gnulib but are now dropped. Warn when a gnulib file
27759         overwrites a non-gnulib file.
27760
27761 2005-08-31  Bruno Haible  <bruno@clisp.org>
27762
27763         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
27764         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
27765         projects that don't keep autogenerated files in CVS. Put into
27766         actioncmd only the specified modules, not the transitive closure.
27767
27768 2005-08-31  Bruno Haible  <bruno@clisp.org>
27769
27770         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
27771         Create directories that shall be filled.
27772         (import): Don't look for gl_* macros in configure.ac. Recurse across
27773         all directories containing a gnulib-cache.m4 files, if meaningful.
27774
27775 2005-08-31  Bruno Haible  <bruno@clisp.org>
27776
27777         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
27778         (import): Set seen_libtool when we see gl_LIBTOOL.
27779
27780 2005-08-31  Bruno Haible  <bruno@clisp.org>
27781
27782         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
27783         declaration macro definitions from generated gnulib.m4.
27784
27785 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
27786
27787         * lib/iconvme.h: Add prototype for iconv_alloc.
27788
27789 2005-08-29  Simon Josefsson  <jas@extundo.com>
27790
27791         * lib/iconvme.c: Fix errno.
27792
27793 2005-08-29  Bruno Haible  <bruno@clisp.org>
27794
27795         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
27796         that it works when the directory contains spaces.
27797
27798 2005-08-29  Bruno Haible  <bruno@clisp.org>
27799
27800         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
27801
27802 2005-08-29  Bruno Haible  <bruno@clisp.org>
27803
27804         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
27805         Emit more advice.
27806
27807 2005-08-29  Bruno Haible  <bruno@clisp.org>
27808         and Stepan Kasal  <kasal@ucw.cz>
27809
27810         * check-module: If more parameters are given, check each of them
27811         separately; add more exceptions, as noted by Jim Meyering.
27812         (check_module): New procedure.
27813         (%exempt_header): Now contains all exceptions.
27814
27815 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
27816
27817         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
27818
27819 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
27820
27821         * lib/iconvme.c: Split iconv_string into iconv_alloc.
27822
27823 2005-08-28  Bruno Haible  <bruno@clisp.org>
27824
27825         * m4/gnulib-tool.m4: New file.
27826
27827 2005-08-27  Jim Meyering  <jim@meyering.net>
27828
27829         * modules/unistd-safer (Files): Add pipe-safer.c.
27830         * modules/fcntl-safer (Files): Add creat-safer.c.
27831
27832 2005-08-27  Jim Meyering  <jim@meyering.net>
27833
27834         * m4/stdlib-safer.m4: New file.  From coreutils.
27835         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
27836         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
27837         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
27838         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
27839         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
27840
27841 2005-08-27  Jim Meyering  <jim@meyering.net>
27842
27843         * lib/fopen-safer.c: Merge minor changes from coreutils.
27844         * lib/dup-safer.c: Likewise.
27845         * lib/fd-safer.c: Likewise.
27846
27847         Merge from coreutils.
27848         * lib/stdio--.h: New file.
27849         * lib/stdlib--.h: New file.
27850         * lib/mkstemp-safer.c: New file.
27851
27852         GNU tar needs these.
27853         * lib/pipe-safer.c: New file.
27854         * lib/creat-safer.c: New file.
27855         * lib/fcntl--.h (creat): Define to creat_safer.
27856         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
27857         * lib/unistd--.h (pipe): Define to pipe_safer.
27858         * lib/unistd-safer.h: Declare pipe_safer.
27859
27860 2005-08-26  Simon Josefsson  <jas@extundo.com>
27861
27862         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
27863         Haible <bruno@clisp.org>.
27864
27865 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
27866
27867         * lib/regex_internal.h: Remove all references to
27868         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
27869         or better.
27870         (bitset_not, bitset_merge, bitset_not_merge):
27871         (bitset_mask, re_string_allocate, re_string_construct):
27872         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
27873         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
27874         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
27875         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
27876         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
27877         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
27878         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
27879         (re_acquire_state_context):
27880         Remove unnecessary forward decls.
27881         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
27882         Put __attribute at function definition,
27883         now that the function decl has been removed.
27884         * lib/regex_internal.c (re_string_peek_byte_case):
27885         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
27886         Likewise.
27887
27888 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
27889
27890         * m4/regex.m4: Add AC_PREREQ(2.50).
27891         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
27892
27893 2005-08-25  Simon Josefsson  <jas@extundo.com>
27894
27895         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
27896         __fsetlocking.
27897
27898 2005-08-25  Simon Josefsson  <jas@extundo.com>
27899
27900         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
27901         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
27902         GLIBC specific code.
27903
27904 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27905
27906         Make regex safe for g++.  This fixes one real bug (an "err"
27907         that should have been "*err").  g++ problem reported by
27908         Sam Steingold.
27909         * lib/regex_internal.h (re_calloc): New macro, consistent with
27910         re_malloc etc.  All callers of calloc changed to use re_calloc.
27911         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
27912         not int.  All callers changed.
27913         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
27914         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
27915         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
27916         (find_recover_state): Change "err" to "*err"; this fixes what
27917         appears to be a real bug.
27918         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
27919         versus int.
27920
27921 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27922
27923         * modules/regex (Depends-on): Add malloc, since the code
27924         assumes that !malloc(0) means failure.
27925
27926 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27927
27928         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
27929
27930         alloca modernization/simplification for regex.
27931         * lib/regex.c: Remove portability cruft for alloca.  This no longer
27932         needs to be at the start of the file, and can be moved into
27933         regex_internal.h and simplified.
27934         * lib/regex_internal.h: Include <alloca.h>.
27935         (__libc_use_alloca) [!defined _LIBC]: New macro.
27936         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
27937         now works outside glibc.
27938
27939 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
27940
27941         * config/srclist.txt: Add glibc bugs 1241, 1245.
27942
27943 2005-08-25  Jim Meyering  <jim@meyering.net>
27944
27945         * lib/open-safer.c: Include <config.h>.
27946         Otherwise, we'd lose LARGEFILE support in any file using
27947         e.g. "fcntl--.h"
27948
27949 2005-08-25  Bruno Haible  <bruno@clisp.org>
27950
27951         * m4/minmax.m4: Require autoconf 2.52.
27952         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
27953         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
27954         alternatives of translit over the alphabet.
27955         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
27956
27957 2005-08-24  Simon Josefsson  <jas@extundo.com>
27958
27959         * tests/test-getpass.c: New file.
27960
27961 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27962
27963         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
27964         for GNU regex features.
27965
27966 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27967
27968         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
27969         * lib/regex.h (regerror): Likewise.
27970
27971         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
27972         requires this.  (The code never needed it.)
27973
27974         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
27975         All uses of recently-renamed identifiers changed to use the new,
27976         POSIX-compliant names.  The code will build and run just fine
27977         without these changes, but it's better to eat our own dog food
27978         and use the standard-conforming names.
27979
27980         * lib/regex.h: Fix a multitude of POSIX name space violations.
27981         These changes have an effect only for programs that define
27982         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
27983         do not change anything for programs compiled in the normal way.
27984         Also, there is no effect on the ABI.
27985
27986         (_REGEX_SOURCE): New macro.
27987         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
27988         defined and _GNU_SOURCE is not; this fixes a name space violation.
27989
27990         Rename the following macros to obey POSIX requirements.
27991         The old names are still visible as macros if _REGEX_SOURCE is defined.
27992         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
27993         RE_BACKSLASH_ESCAPE_IN_LISTS.
27994         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
27995         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
27996         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
27997         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
27998         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
27999         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
28000         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
28001         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
28002         (REG_INTERVALS): renamed from RE_INTERVALS.
28003         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
28004         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
28005         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
28006         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
28007         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
28008         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
28009         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
28010         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
28011         RE_UNMATCHED_RIGHT_PAREN_ORD.
28012         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
28013         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
28014         (REG_DEBUG): renamed from RE_DEBUG.
28015         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
28016         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
28017         unusual, since we can't clash with the POSIX REG_ICASE.
28018         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
28019         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
28020         (REG_NO_SUB): renamed from RE_NO_SUB.
28021         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
28022         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
28023         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
28024         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
28025         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
28026         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
28027         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
28028         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
28029         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
28030         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
28031         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
28032         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
28033         RE_SYNTAX_POSIX_MINIMAL_BASIC.
28034         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
28035         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
28036         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
28037         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
28038         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
28039         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
28040         (REG_FIXED): Renamed from REGS_FIXED.
28041         (REG_NREGS): Renamed from RE_NREGS.
28042
28043         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
28044         of other REG_* macros, since POSIX says the user is allowed to
28045         #undef these macros selectively.
28046
28047         (reg_errcode_t): Update comment stating what other tables need
28048         to be consistent.
28049
28050         Rename the following enum values to obey POSIX requirements.
28051         The old names are still visible as macros.
28052         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
28053         is not defined, since GNU is supposed to be a superset of POSIX as
28054         much as possible, and since we want reg_errcode_t to be a signed
28055         type for implementation consistency.
28056         (_REG_NOERROR): Renamed from REG_NOERROR.
28057         (_REG_NOMATCH): Renamed from REG_NOMATCH.
28058         (_REG_BADPAT): Renamed from REG_BADPAT.
28059         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
28060         (_REG_ECTYPE): Renamed from REG_ECTYPE.
28061         (_REG_EESCAPE): Renamed from REG_EESCAPE.
28062         (_REG_ESUBREG): Renamed from REG_ESUBREG.
28063         (_REG_EBRACK): Renamed from REG_EBRACK.
28064         (_REG_EPAREN): Renamed from REG_EPAREN.
28065         (_REG_EBRACE): Renamed from REG_EBRACE.
28066         (_REG_BADBR): Renamed from REG_BADBR.
28067         (_REG_ERANGE): Renamed from REG_ERANGE.
28068         (_REG_ESPACE): Renamed from REG_ESPACE.
28069         (_REG_BADRPT): Renamed from REG_BADRPT.
28070         (_REG_EEND): Renamed from REG_EEND.
28071         (_REG_ESIZE): Renamed from REG_ESIZE.
28072         (_REG_ERPAREN): Renamed from REG_ERPAREN.
28073         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
28074         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
28075         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
28076         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
28077
28078         (_REG_RE_NAME, _REG_RM_NAME): New macros.
28079         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
28080         changed.  But support the old name if the new one is not defined
28081         and if _REGEX_SOURCE.
28082
28083         Change the following member names in struct re_pattern_buffer.
28084         The old names are still supported if !_REGEX_SOURCE.
28085         The new names are always supported, regardless of _REGEX_SOURCE.
28086         (re_buffer): Renamed from buffer.
28087         (re_allocated): Renamed from allocated.
28088         (re_used): Renamed from used.
28089         (re_syntax): Renamed from syntax.
28090         (re_fastmap): Renamed from fastmap.
28091         (re_translate): Renamed from translate.
28092         (re_can_be_null): Renamed from can_be_null.
28093         (re_regs_allocated): Renamed from regs_allocated.
28094         (re_fastmap_accurate): Renamed from fastmap_accurate.
28095         (re_no_sub): Renamed from no_sub.
28096         (re_not_bol): Renamed from not_bol.
28097         (re_not_eol): Renamed from not_eol.
28098         (re_newline_anchor): Renamed from newline_anchor.
28099
28100         Change the following member names in struct re_registers.
28101         The old names are still supported if !_REGEX_SOURCE.
28102         The new names are always supported, regardless of _REGEX_SOURCE.
28103         (rm_num_regs): Renamed from num_regs.
28104         (rm_start): Renamed from start.
28105         (rm_end): Renamed from end.
28106
28107         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
28108         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
28109         Prepend __ to parameter names.
28110
28111         Undo yesterday's changes.
28112
28113 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
28114
28115         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
28116         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
28117         lib/regex.c.
28118
28119 2005-08-24  Jim Meyering  <jim@meyering.net>
28120
28121         Sync from coreutils.
28122         * m4/fcntl-safer.m4: New file.
28123
28124         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
28125         and object files for this module.
28126
28127 2005-08-24  Jim Meyering  <jim@meyering.net>
28128
28129         Sync from coreutils.
28130         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
28131
28132 2005-08-24  Jim Meyering  <jim@meyering.net>
28133
28134         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
28135         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
28136
28137 2005-08-24  Jim Meyering  <jim@meyering.net>
28138
28139         * modules/fcntl-safer: New module.
28140         * modules/fts (Depends-on): Add fcntl-safer.
28141         * MODULES.html.sh (File descriptor based Input/Output):
28142         Add fcntl-safer.
28143
28144 2005-08-24  Bruno Haible  <bruno@clisp.org>
28145
28146         Support for unit test modules.
28147         * modules/README: Mention tests modules.
28148         * modules/TEMPLATE-TESTS: New file.
28149         * gnulib-tool: New options --extract-tests-module, --with-tests and
28150         --tests-base (unused for the moment).
28151         (testsbase, inctests): New variables.
28152         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
28153         (func_verify_module): Exclude TEMPLATE-TESTS.
28154         (func_verify_nontests_module, func_verify_tests_module): New functions.
28155         (func_get_dependencies): Add implicit dependency for tests modules.
28156         (func_get_tests_module): New function.
28157         (func_modules_transitive_closure): When --with-tests was specified,
28158         include the unit tests as well, unless explicitly avoided.
28159         (func_emit_lib_Makefile_am): Ignore the tests modules here.
28160         (func_emit_tests_Makefile_am): New function.
28161         (func_create_testdir): When --with-tests was specified, emit a
28162         tests/ directory.
28163         * MODULES.html.sh (Future developments): Update.
28164
28165 2005-08-24  Bruno Haible  <bruno@clisp.org>
28166
28167         * modules/tls-tests: New file.
28168         * tests/test-tls.c: New file, from GNU gettext.
28169
28170 2005-08-24  Bruno Haible  <bruno@clisp.org>
28171
28172         * modules/lock-tests: New file.
28173         * tests/test-lock.c: New file, from GNU gettext.
28174
28175 2005-08-24  Bruno Haible  <bruno@clisp.org>
28176
28177         * lib/lock.h: Add multiple inclusion guard.
28178         * lib/tls.h: Add multiple inclusion guard.
28179
28180 2005-08-24  Bruno Haible  <bruno@clisp.org>
28181
28182         * gnulib-tool: Add support for the --aux-dir option to
28183         --create-testdir, --create-megatestdir, --test, --megatest.
28184         (func_create_testdir, func_create_megatestdir): Optionally emit a
28185         AC_CONFIG_AUX_DIR directive.
28186         (create-testdir, create-megatestdir, test, megatest): Provide a
28187         default value for $auxdir.
28188
28189 2005-08-24  Bruno Haible  <bruno@clisp.org>
28190
28191         * gnulib-tool (import): Use compound statement instead of subshell
28192         where possible.
28193
28194 2005-08-24  Bruno Haible  <bruno@clisp.org>
28195
28196         * gnulib-tool (import): Change --aux-dir default to "build-aux".
28197
28198 2005-08-24  Bruno Haible  <bruno@clisp.org>
28199
28200         * gnulib-tool (func_version): Update.
28201
28202 2005-08-24  Bruno Haible  <bruno@clisp.org>
28203
28204         * gnulib-tool (func_import, func_create_testdir,
28205         func_create_megatestdir): Quote all autoconf macro arguments.
28206
28207 2005-08-24  Bruno Haible  <bruno@clisp.org>
28208
28209         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
28210         option --force, because --force causes the aclocal.m4 of each
28211         subdirectory to be newer than the corresponding config.h.in.
28212
28213 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28214
28215         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
28216         All contents moved to gl_REGEX.
28217         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
28218         assume that it does.
28219
28220 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28221
28222         * lib/regex.h (REG_NOSYS)
28223         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
28224         Define, since POSIX requires it as of 2001.
28225         (_REG_ENOSYS)
28226         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
28227         New private symbol, used to keep the enum signed in all cases.
28228         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
28229         Youngman in
28230         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
28231
28232         * lib/regex_internal.c (re_string_skip_chars, register_state):
28233         (calc_state_hash):
28234         Remove forward decls; no longer needed now that we use prototypes.
28235         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
28236         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
28237         (clean_state_log_if_needed): Likewise.
28238
28239 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
28240
28241         * config/srclist.txt: Add glibc bugs 1231-1233.
28242
28243 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28244
28245         Fix problems reported by Sam Steingold in
28246         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
28247         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
28248         assumed that reg_errcode_t is a signed type, which is not
28249         necessarily true if _XOPEN_SOURCE is not defined.
28250         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
28251         since some compilers warn about it otherwise.
28252
28253 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28254
28255         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
28256         (init_word_char, create_initial_state, duplicate_node_closure):
28257         (fetch_token, peek_token_bracket, build_range_exp):
28258         (build_collating_symbol): Remove forward decls; no longer needed
28259         now that we use prototypes.
28260
28261         * lib/regcomp.c:
28262         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
28263         (re_compile_fastmap_iter, regcomp, regerror, regfree):
28264         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
28265         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
28266         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
28267         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
28268         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
28269         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
28270         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
28271         (build_range_exp, build_collating_symbol, parse_bracket_exp):
28272         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
28273         (build_charclass, build_charclass_op, fetch_number, create_tree):
28274         (create_token_tree, mark_opt_subexp, duplicate_tree):
28275         Use prototypes rather than old-style definitions.
28276
28277         * lib/regex_internal.c:
28278         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
28279         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
28280         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
28281         (re_string_reconstruct, re_string_peek_byte_case):
28282         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
28283         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
28284         (re_node_set_init_copy, re_node_set_add_intersect):
28285         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28286         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28287         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
28288         (re_acquire_state, re_acquire_state_context, register_state):
28289         (create_ci_newstate, create_cd_newstate, free_state):
28290         Likewise.
28291         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
28292         re_search_2):
28293         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
28294         (re_search_internal, prune_impossible_nodes):
28295         (acquire_init_state_context, check_matching, static):
28296         (check_halt_node_context, check_halt_state_context, proceed_next_node):
28297         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
28298         (update_regs, sift_states_backward, build_sifted_states):
28299         (clean_state_log_if_needed, merge_state_array):
28300         (update_cur_sifted_state, add_epsilon_src_nodes):
28301         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
28302         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
28303         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
28304         (find_recover_state, check_subexp_matching_top, transit_state_mb):
28305         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
28306         (check_arrival, check_arrival_add_next_nodes):
28307         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
28308         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
28309         (check_node_accept_bytes, check_node_accept, extend_buffers):
28310         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
28311         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
28312         (sift_ctx_init):
28313         Likewise.
28314
28315         * lib/regex_internal.h:
28316         (re_string_allocate, re_string_construct, re_string_reconstruct):
28317         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
28318         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
28319         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
28320         (re_string_context_at, re_string_peek_byte_case):
28321         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
28322         is defined, since we now use prototypes always.
28323
28324         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
28325         C89 or better.  All uses removed.
28326
28327 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
28328
28329         * config/srclist.txt: Add glibc bugs 1220-1227.
28330
28331 2005-08-20  Jim Meyering  <jim@meyering.net>
28332
28333         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
28334         of unused local, dfa.
28335
28336 2005-08-20  Bruno Haible  <bruno@clisp.org>
28337
28338         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
28339
28340 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28341
28342         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
28343         (re_node_set_insert_last, re_dfa_add_node):
28344         Rename local variables to avoid GCC shadowing warnings.
28345
28346 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28347
28348         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
28349         [defined lint]: Suppress bogus uninitialized-variable warnings.
28350
28351         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
28352         and let the caller return REG_ESPACE if out of space.  This
28353         removes an uninitialied-variable warning with GCC 4.0.1, and also
28354         avoids taking the address of a local variable.  All callers
28355         changed.
28356
28357 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28358
28359         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
28360         $LIBCSRC/posix/regexec.c.
28361         Add glibc bug 1217 for regcomp.c.
28362
28363 2005-08-19  Jim Meyering  <jim@meyering.net>
28364
28365         * lib/regexec.c (proceed_next_node): Redo local variables to
28366         avoid GCC shadowing warnings.
28367
28368 2005-08-18  Bruno Haible  <bruno@clisp.org>
28369
28370         * lib/strstr.c (strstr): Fix return value in multibyte case.
28371         * lib/strcasestr.c (strcasestr): Likewise.
28372
28373 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28374
28375         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
28376
28377 2005-08-17  Jim Meyering  <jim@meyering.net>
28378
28379         Make the %s format (seconds since the epoch) work for a negative
28380         number and when used with a zero-padded field width, e.g. %015s.
28381
28382         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
28383         label so that it precedes the code to set `digits'.  Otherwise,
28384         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
28385         print `00-22'.  Now, it prints `-0022', as it should.
28386
28387 2005-08-17  Bruno Haible  <bruno@clisp.org>
28388
28389         * modules/strstr (Files): Add m4/mbrtowc.m4.
28390         (Depends-on): Add mbuiter.
28391
28392 2005-08-17  Bruno Haible  <bruno@clisp.org>
28393
28394         * modules/strcasestr: New file.
28395         * MODULES.html.sh (String handling, based on ANSI C 89): Add
28396         strcasestr.
28397
28398 2005-08-17  Bruno Haible  <bruno@clisp.org>
28399
28400         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
28401
28402 2005-08-17  Bruno Haible  <bruno@clisp.org>
28403
28404         * modules/mbuiter: New file.
28405         * MODULES.html.sh (Extended multibyte and wide character utilities):
28406         Add mbuiter.
28407
28408 2005-08-17  Bruno Haible  <bruno@clisp.org>
28409
28410         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
28411         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
28412
28413 2005-08-17  Bruno Haible  <bruno@clisp.org>
28414
28415         * m4/strcasestr.m4: New file.
28416
28417 2005-08-17  Bruno Haible  <bruno@clisp.org>
28418
28419         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
28420         * lib/strstr.c: Completely rewritten, with multibyte locale support.
28421
28422 2005-08-17  Bruno Haible  <bruno@clisp.org>
28423
28424         * lib/strcasestr.h: New file.
28425         * lib/strcasestr.c: New file.
28426
28427 2005-08-17  Bruno Haible  <bruno@clisp.org>
28428
28429         * lib/strcasecmp.c: Use mbuiter.h.
28430
28431 2005-08-17  Bruno Haible  <bruno@clisp.org>
28432
28433         * lib/mbuiter.h: New file.
28434
28435 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
28436
28437         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
28438         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
28439         and gl_GETOPT are both invoked via different paths (as happens
28440         with GNU tar CVS because it uses both argp and getopt), the former
28441         wins.
28442
28443 2005-08-16  Bruno Haible  <bruno@clisp.org>
28444
28445         * modules/tls: New file.
28446         * MODULES.html.sh (Multithreading): Add tls.
28447
28448 2005-08-16  Bruno Haible  <bruno@clisp.org>
28449
28450         * modules/strnlen1: New file.
28451         * MODULES.html.sh (String handling): Add strnlen1.
28452
28453 2005-08-16  Bruno Haible  <bruno@clisp.org>
28454
28455         * modules/strcase (Files): Add m4/mbrtowc.m4.
28456         (Depends-on): Add strnlen1, mbchar.
28457
28458 2005-08-16  Bruno Haible  <bruno@clisp.org>
28459
28460         * modules/mbiter: New file.
28461         * MODULES.html.sh (Extended multibyte and wide character utilities):
28462         Add mbiter.
28463
28464 2005-08-16  Bruno Haible  <bruno@clisp.org>
28465
28466         * modules/mbfile: New file.
28467         * MODULES.html.sh (Extended multibyte and wide character utilities):
28468         Add mbfile.
28469
28470 2005-08-16  Bruno Haible  <bruno@clisp.org>
28471
28472         * modules/mbchar: New file.
28473         * MODULES.html.sh (Extended multibyte and wide character utilities):
28474         New section.
28475
28476 2005-08-16  Bruno Haible  <bruno@clisp.org>
28477
28478         * m4/tls.m4: New file, from GNU gettext.
28479
28480 2005-08-16  Bruno Haible  <bruno@clisp.org>
28481
28482         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
28483         always.
28484         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
28485
28486 2005-08-16  Bruno Haible  <bruno@clisp.org>
28487
28488         * m4/mbiter.m4: New file.
28489
28490 2005-08-16  Bruno Haible  <bruno@clisp.org>
28491
28492         * m4/mbfile.m4: New file.
28493
28494 2005-08-16  Bruno Haible  <bruno@clisp.org>
28495
28496         * m4/mbchar.m4: New file.
28497
28498 2005-08-16  Bruno Haible  <bruno@clisp.org>
28499
28500         * lib/tls.h: New file, from GNU gettext.
28501         * lib/tls.c: New file, from GNU gettext.
28502
28503 2005-08-16  Bruno Haible  <bruno@clisp.org>
28504
28505         * lib/strnlen1.h: New file.
28506         * lib/strnlen1.c: New file.
28507
28508 2005-08-16  Bruno Haible  <bruno@clisp.org>
28509
28510         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
28511         (mbi_init): Update.
28512         (mbi_avail, mbi_advance): Let the iteration end before the terminating
28513         NUL byte, not after it.
28514
28515 2005-08-16  Bruno Haible  <bruno@clisp.org>
28516
28517         * lib/strcase.h (strcasecmp): Add note in comments.
28518         * lib/strncasecmp.c: Use code from strcasecmp.c.
28519         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
28520         (strcasecmp): Work correctly in multibyte locales.
28521
28522 2005-08-16  Bruno Haible  <bruno@clisp.org>
28523
28524         * lib/mbiter.h: New file.
28525
28526 2005-08-16  Bruno Haible  <bruno@clisp.org>
28527
28528         * lib/mbfile.h: New file.
28529
28530 2005-08-16  Bruno Haible  <bruno@clisp.org>
28531
28532         * lib/mbchar.h: New file.
28533         * lib/mbchar.c: New file.
28534
28535 2005-08-16  Bruno Haible  <bruno@clisp.org>
28536
28537         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
28538         the valid ones. Makes the comparison operations transitive:
28539         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
28540         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
28541
28542 2005-08-15  Simon Josefsson  <jas@extundo.com>
28543
28544         * modules/ssize_t (License): Change to 'unlimited'.
28545
28546         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
28547
28548 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28549
28550         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
28551         Add comments for each pending glibc patch.
28552
28553 2005-08-15  Bruno Haible  <bruno@clisp.org>
28554
28555         * lib/regex.h (__restrict_arr): Don't define to __restrict if
28556         __cplusplus is defined.
28557
28558 2005-08-14  Jim Meyering  <jim@meyering.net>
28559
28560         Sync from coreutils.
28561
28562         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
28563         Use the hash-table-based cycle-detection code not just when
28564         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
28565         Reported by James Youngman in
28566         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
28567         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
28568         FTS_TIGHT_CYCLE_CHECK.
28569         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
28570         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
28571         once again.
28572         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
28573         * lib/fts.c (fd_safer): Remove decl.
28574         Include fcntl--.h rather than unistd-safer.h
28575         (fts_safe_changedir): Don't call fd_safer; no longer needed
28576         now that we include fcntl--.h.
28577
28578 2005-08-12  Simon Josefsson  <jas@extundo.com>
28579
28580         * modules/getndelim2: Use ssize_t module.
28581         * modules/getnline: Likewise.
28582         * modules/safe-read: Likewise.
28583         * modules/xreadlink: Likewise.
28584
28585         * modules/ssize_t: New file.
28586
28587 2005-08-12  Simon Josefsson  <jas@extundo.com>
28588
28589         * m4/readline.m4: Look for termcap, curses or ncurses if required.
28590
28591 2005-08-12  Simon Josefsson  <jas@extundo.com>
28592
28593         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28594         ssize_t.
28595
28596 2005-08-12  Simon Josefsson  <jas@extundo.com>
28597
28598         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
28599         readline, getdelim and check_version.
28600         (Support for systems lacking ISO C 99: Sizes of integer types):
28601         Add size_max.
28602
28603 2005-08-12  Bruno Haible  <bruno@clisp.org>
28604
28605         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
28606
28607 2005-08-11  Simon Josefsson  <jas@extundo.com>
28608
28609         * modules/readline: New file.
28610
28611         * modules/strnlen (Files): Add strnlen.h.
28612
28613 2005-08-11  Simon Josefsson  <jas@extundo.com>
28614
28615         * m4/readline.m4: New file.
28616
28617 2005-08-11  Simon Josefsson  <jas@extundo.com>
28618
28619         * lib/readline.h, readline.c: New file.
28620
28621 2005-08-11  Simon Josefsson  <jas@extundo.com>
28622
28623         * doc/gnulib.texi (Initial import, Finishing touches): Mention
28624         gl_AVOID.
28625
28626 2005-08-11  Bruno Haible  <bruno@clisp.org>
28627
28628         * lib/strnlen.h (strnlen): Change parameter name to match comment.
28629
28630 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
28631
28632         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
28633
28634 2005-08-10  Simon Josefsson  <jas@extundo.com>
28635
28636         * tests/test-iconvme.c: New file.
28637
28638 2005-08-10  Simon Josefsson  <jas@extundo.com>
28639
28640         * m4/strnlen.m4: New file.
28641
28642         * m4/strndup.m4: Don't check for strnlen declaration, done in
28643         strnlen.m4.
28644
28645 2005-08-10  Simon Josefsson  <jas@extundo.com>
28646
28647         * lib/strndup.c: Use strnlen.h.
28648
28649         * lib/strnlen.h: New file.
28650
28651 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28652
28653         * README: Typos.
28654
28655 2005-08-02  Simon Josefsson  <jas@extundo.com>
28656
28657         * modules/readline: New file.
28658
28659 2005-08-02  Simon Josefsson  <jas@extundo.com>
28660
28661         * modules/getdelim: New file.
28662
28663         * modules/getline: Rewrite, don't use getndelim2.
28664
28665 2005-08-02  Simon Josefsson  <jas@extundo.com>
28666
28667         * m4/getline.m4: Separate out getdelim stuff into separate module.
28668
28669         * m4/getdelim.m4: New file.
28670
28671 2005-08-02  Simon Josefsson  <jas@extundo.com>
28672
28673         * lib/getline.h, getline.c: Rewrite.
28674
28675         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
28676
28677 2005-07-31  Bruno Haible  <bruno@clisp.org>
28678
28679         * lib/lock.h (gl_lock_initializer): New macro.
28680         (gl_lock_define_initialized): Use it.
28681         (gl_rwlock_initializer): New macro.
28682         (gl_rwlock_define_initialized): Use it.
28683         (gl_recursive_lock_initializer): New macro.
28684         (gl_recursive_lock_define_initialized): Use it.
28685
28686 2005-07-30  Karl Berry  <karl@gnu.org>
28687
28688         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
28689         Report from Ben Pfaff, regarding getopt.
28690
28691 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
28692
28693         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
28694         normal way.
28695         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
28696         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
28697         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
28698         (gl_GETOPT): Use the new macros.  Most of the implementation
28699         is moved to the new macros.  This is for programs like Emacs
28700         that don't want all the functionality of gl_GETOPT.
28701
28702 2005-07-26  Bruno Haible  <bruno@clisp.org>
28703
28704         * m4/lock.m4: Update from GNU gettext.
28705
28706 2005-07-26  Bruno Haible  <bruno@clisp.org>
28707
28708         * lib/lock.h: Update from GNU gettext.
28709         * lib/lock.c: Update from GNU gettext.
28710
28711 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
28712
28713         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
28714         obsolescent AC_TRY_RUN.  Include the default includes files, for
28715         'exit'.
28716
28717 2005-07-24  Bruno Haible  <bruno@clisp.org>
28718
28719         * modules/visibility: New file.
28720         * MODULES.html.sh (Misc): Add visibility.
28721
28722 2005-07-24  Bruno Haible  <bruno@clisp.org>
28723
28724         * m4/visibility.m4: New file.
28725
28726 2005-07-24  Bruno Haible  <bruno@clisp.org>
28727
28728         * doc/visibility.texi: New file.
28729
28730 2005-07-22  Bruno Haible  <bruno@clisp.org>
28731
28732         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
28733         $(ALLOCA_H), redundant through BUILT_SOURCES.
28734         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
28735         redundant through BUILT_SOURCES.
28736         * modules/byteswap (Makefile.am): Remove explicit dependency on
28737         $(BYTESWAP_H), redundant through BUILT_SOURCES.
28738         * modules/fnmatch (Makefile.am): Remove explicit dependency on
28739         $(FNMATCH_H), redundant through BUILT_SOURCES.
28740         * modules/getopt (Makefile.am): Remove explicit dependency on
28741         $(GETOPT_H), redundant through BUILT_SOURCES.
28742         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
28743         redundant through BUILT_SOURCES.
28744         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
28745         redundant through BUILT_SOURCES.
28746         * modules/stdbool (Makefile.am): Remove explicit dependency on
28747         $(STDBOOL_H), redundant through BUILT_SOURCES.
28748         * modules/stdint (Makefile.am): Remove explicit dependency on
28749         $(STDINT_H), redundant through BUILT_SOURCES.
28750         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
28751         Remove explicit dependency on $(SYSEXITS_H).
28752         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
28753
28754 2005-07-18  Simon Josefsson  <jas@extundo.com>
28755
28756         * lib/check-version.c (check_version): Accept identical versions too.
28757
28758 2005-07-18  Bruno Haible  <bruno@clisp.org>
28759
28760         * modules/lock: New file.
28761         * MODULES.html.sh (Multithreading): New section.
28762
28763 2005-07-18  Bruno Haible  <bruno@clisp.org>
28764
28765         * m4/lock.m4: New file, from GNU gettext.
28766
28767 2005-07-18  Bruno Haible  <bruno@clisp.org>
28768
28769         * lib/lock.h: New file, from GNU gettext.
28770         * lib/lock.c: New file, from GNU gettext.
28771
28772 2005-07-18  Bruno Haible  <bruno@clisp.org>
28773
28774         * lib/lock.h (gl_once_t): New type.
28775         (gl_once_define, gl_once): New macros.
28776         * lib/lock.c (fresh_once): New variable.
28777         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
28778         functions.
28779
28780 2005-07-16  Simon Josefsson  <jas@extundo.com>
28781
28782         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
28783         workaround, suggested by Bruno.
28784
28785 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
28786
28787         * modules/xalloc (Depends-on): Add xalloc-die.
28788         * modules/xvasprintf (Depends-on): Add xalloc-die.
28789
28790 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
28791
28792         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
28793         with a minor change.
28794
28795 2005-07-15  Bruno Haible  <bruno@clisp.org>
28796
28797         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
28798         When using lib/poll.c, define poll as rpl_poll.
28799
28800 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
28801
28802         * modules/argp (Depends-on): Remove unlocked-io.
28803
28804 2005-07-14  Derek Price  <derek@ximbiot.com>
28805
28806         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
28807         for glob symlink bug.
28808
28809 2005-07-14  Bruno Haible  <bruno@clisp.org>
28810
28811         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
28812         Instead, test for *_unlocked function declarations directly.
28813
28814 2005-07-11  Simon Josefsson  <jas@extundo.com>
28815
28816         * modules/size_max: New file.
28817
28818         * modules/xsize: Depend on size_max module for size_max.m4.
28819
28820 2005-07-11  Simon Josefsson  <jas@extundo.com>
28821
28822         * lib/size_max.h: New file.
28823
28824 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
28825
28826         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
28827         copyright symbol and the year.
28828         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
28829         (version_etc_va): Use parameterized copyright notice.
28830         Reword to conform to the current GNU coding standards.
28831
28832 2005-07-11  Karl Berry  <karl@gnu.org>
28833
28834         * doc/gnulib.texi (Quoting): new node.
28835         (Initial import): more info, from Patrice.
28836
28837 2005-07-11  Bruno Haible  <bruno@clisp.org>
28838
28839         * gnulib-tool (func_usage): Document option --avoid.
28840         (Command line options): Handle --avoid.
28841         (func_acceptable): New function.
28842         (func_modules_transitive_closure): Use it.
28843
28844 2005-07-11  Bruno Haible  <bruno@clisp.org>
28845
28846         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
28847         Reported by Jim Meyering.
28848
28849 2005-07-10  Bruno Haible  <bruno@clisp.org>
28850
28851         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
28852         Needed when size_t is smaller than 'unsigned int'.
28853         Reported by Paul Eggert.
28854
28855 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28856
28857         * modules/argp (Depends-on): Add unlocked-io
28858
28859 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28860
28861         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
28862         block of defines.
28863
28864 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
28865
28866         * config/srclist.txt: Comment out regcomp.c, since we have a porting
28867         fix now.
28868
28869 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
28870         and Paul Eggert  <eggert@cs.ucla.edu>
28871
28872         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
28873         in wint_t, not wchar_t.  Remove now-unnecessary cast.
28874
28875 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28876
28877         * modules/regex (Files): Add lib/regex_internal.c,
28878         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
28879         (Depends-on): Add extensions.
28880         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
28881
28882 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28883
28884         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
28885         pathconf.
28886         * m4/same.m4 (gl_SAME): Likewise.
28887         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
28888
28889         * m4/regex.m4: Adjust to new libc regex implementation.
28890         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
28891         all the .c and .h parts of (the new) regex.
28892         Quote the m4 stuff better.
28893         Check for RE_ICASE bug of old gnulib.
28894         Check for REG_STARTEND of recent libc.
28895         Rename local variables from jm_* to gl_*.
28896         Quote operand of "test -f".
28897         Say "recent enough" version of libc, not "version 2".
28898         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
28899         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
28900         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
28901         Remove check for btowc, isascii.
28902         Require AM_LANGINFO_CODESET.
28903
28904 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28905
28906         * lib/regex.c, regex.h: Sync from libc.
28907         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
28908         * lib/regexec.c:
28909         New files, synced from libc, except that regex_internal.h
28910         currently has a small porting fix.
28911
28912 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
28913
28914         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
28915         regex_internal.c, regexec.c.
28916         Add regex_internal.h too, but as a comment, since the libc version
28917         is currently broken in gnulib mode.
28918
28919 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
28920
28921         Support programs like Emacs that use gnulib but not gettext.
28922         * MODULES.html.sh (Internationalization functions): Add gettext-h.
28923         * modules/gettext-h: New file.
28924         * modules/gettext (Files): Remove lib/gettext.h.
28925         (Depends-on): Add gettext-h.
28926         (Makefile.am): Remove lib_SOURCES.
28927         * modules/argmatch, modules/c-stack, modules/closeout:
28928         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
28929         * modules/execute, modules/file-type, modules/getaddrinfo:
28930         * modules/getopt, modules/human, modules/javacomp:
28931         * modules/javaexec, modules/mkdir-p, modules/obstack:
28932         * modules/openat, modules/pagealign_alloc, modules/pipe:
28933         * modules/quotearg, modules/regex, modules/rpmatch:
28934         * modules/unicodeio, modules/userspec, modules/version-etc:
28935         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
28936         * modules/xsetenv:
28937         Depend on gettext-h, not gettext.
28938
28939 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
28940
28941         * gnulib-tool (func_import): Add support for 'public domain' license.
28942         * modules/alloca, modules/atexit, modules/memmove:
28943         Now public domain, not GPL.
28944         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
28945         * modules/realloc, modules/strerror, modules/strtod:
28946         Now LGPL, not GPL.
28947
28948 2005-07-05  Bruno Haible  <bruno@clisp.org>
28949
28950         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
28951         autoconf CVS. Needed for mingw.
28952
28953 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28954
28955         Remove the dependency of the strftime module on the tzset module.
28956         * modules/strftime (Depends-on): Remove dependency on tzset.
28957
28958 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28959
28960         Remove the dependency of the strftime module on the tzset module.
28961         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
28962         gl_FUNC_TZSET_CLOBBER.
28963
28964 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
28965
28966         Remove the dependency of the strftime module on the tzset module.
28967         * lib/strftime.c (my_strftime)
28968         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
28969         Copy the input structure, to work around some of the bug with
28970         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
28971         Solaris releases, you should also use the tzset module, but we won't
28972         require it as a dependency any more since we don't want LGPLed code
28973         to depend on GPLed code.
28974
28975 2005-07-02  Jim Meyering  <jim@meyering.net>
28976
28977         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
28978         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
28979         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
28980         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
28981
28982 2005-07-02  Jim Meyering  <jim@meyering.net>
28983
28984         * lib/backupfile.c (backup_args): Change a `0' to NULL.
28985
28986 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
28987
28988         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
28989         declares only 'struct timespec;' (!).
28990
28991 2005-07-01  Jim Meyering  <jim@meyering.net>
28992
28993         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
28994         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
28995         * lib/save-cwd.c, tempname.c:
28996         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28997         and don't include <sys/file.h>).
28998
28999 2005-06-29  Jim Meyering  <jim@meyering.net>
29000
29001         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
29002         type name.  Use the variable name instead.
29003         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
29004         Likewise.
29005
29006 2005-06-28  Simon Josefsson  <jas@extundo.com>
29007
29008         * modules/check-version (Files): Add check-version.m4.
29009
29010 2005-06-28  Simon Josefsson  <jas@extundo.com>
29011
29012         * m4/check-version.m4: New file, suggested by Jim Meyering
29013         <jim@meyering.net>.
29014
29015 2005-06-28  Simon Josefsson  <jas@extundo.com>
29016
29017         * lib/check-version.h, lib/check-version.c: New files.
29018
29019 2005-06-28  Simon Josefsson  <jas@extundo.com>
29020
29021         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
29022         collision with global variable.  Better indentation.  Don't
29023         increment buffer pointer beyond buffer end.  Based on comments
29024         from Paul Eggert <eggert@cs.ucla.edu>.
29025
29026         * lib/base64.h: Indent.
29027
29028 2005-06-28  Simon Josefsson  <jas@extundo.com>
29029
29030         * doc/gnulib.texi (Library version handling): New section.
29031
29032 2005-06-28  Jim Meyering  <jim@meyering.net>
29033
29034         * check-module (find_included_lib_files): Hard-code another
29035         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
29036         but modules/fts-lgpl (correctly) does not list those files.
29037
29038         * modules/canonicalize (Files): Add lib/pathmax.h.
29039
29040 2005-06-25  Simon Josefsson  <jas@extundo.com>
29041
29042         * modules/check-version: New file.
29043
29044 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
29045
29046         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
29047         initializer of struct addrinfo, as an indication that we don't
29048         care how many members the structure has.
29049
29050 2005-06-24  Derek Price  <derek@ximbiot.com>
29051         and Bruno Haible  <bruno@clisp.org>
29052
29053         Remove stat module & update lstat.
29054         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
29055         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29056         * m4/stat.m4: Remove this file.
29057
29058 2005-06-24  Derek Price  <derek@ximbiot.com>
29059         and Bruno Haible  <bruno@clisp.org>
29060
29061         Remove stat module & update lstat.
29062         * lib/stat.c: Remove this file...
29063         (slash_aware_lstat): ...moving this content and its support...
29064         * lib/lstat.c (rpl_lstat): ...into here.
29065         * lib/lstat.h: New file.
29066
29067 2005-06-24  Derek Price  <derek@ximbiot.com>
29068         and Bruno Haible  <bruno@clisp.org>
29069
29070         Remove stat module & update lstat.
29071         * config/srclist.txt (libc sources): Remove stat.
29072
29073 2005-06-24  Derek Price  <derek@ximbiot.com>
29074         and Bruno Haible  <bruno@clisp.org>
29075
29076         Remove stat module & update lstat.
29077         * MODULES.html.sh (stat): Remove.
29078         * MODULES.html: Regenerated.
29079         * modules/lstat (Description): Correct function name.
29080         (Files): Add "lstat.h".
29081         (Depends-on): Remove stat, add xalloc, stat-macros.
29082         * modules/stat: Remove this file.
29083         (Include): Add "lstat.h", remove <sys/stat.h>.
29084
29085 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
29086
29087         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
29088         (ranged_convert): Don't save conversion in a temporary struct.
29089         This causes a warning with GCC 4.0.0, and anyway in the typical
29090         case it's not worth the extra 100 bytes or so of code.
29091         (ranged_convert, __mktime_internal): When calling a function via a
29092         pointer P, use P () rather than (*P) (), as we now assume C89 or
29093         better.
29094
29095 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
29096
29097         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
29098         "who -r" failed to give output.  Problem reported by Tim Waugh.
29099
29100         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
29101         (xcalloc): Use it to avoid needless tests.
29102         Problem reported by Jim Meyering.
29103
29104 2005-06-20  Derek Price  <derek@ximbiot.com>
29105
29106         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
29107         unnecessary for Autoconfs > 2.59c.
29108
29109 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29110
29111         * lib/argp.h (__option_is_short): Check upper limit of
29112         __key. Isprint() requires its argument to have the value
29113         of an unsigned char or EOF.
29114
29115 2005-06-16  Jim Meyering  <jim@meyering.net>
29116
29117         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
29118         when either N or S is zero.
29119
29120 2005-06-16  Derek Price  <derek@ximbiot.com>
29121
29122         * m4/bison.m4: Declare YACC & YFLAGS precious.
29123
29124 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
29125
29126         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
29127         multibyte string or pattern, fall back on unibyte matching.
29128         Problem reported by James Youngman.
29129
29130 2005-06-08  Bruno Haible  <bruno@clisp.org>
29131
29132         * modules/csharpcomp: New file.
29133         * MODULES.html.sh (C#): Add csharpcomp.
29134
29135 2005-06-08  Bruno Haible  <bruno@clisp.org>
29136
29137         * m4/csharpcomp.m4: New file, from GNU gettext.
29138
29139 2005-06-08  Bruno Haible  <bruno@clisp.org>
29140
29141         * lib/csharpcomp.h: New file, from GNU gettext.
29142         * lib/csharpcomp.c: New file, from GNU gettext.
29143         * lib/csharpcomp.sh.in: New file, from GNU gettext.
29144
29145 2005-06-08  Bruno Haible  <bruno@clisp.org>
29146
29147         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
29148         warning on mingw.
29149
29150 2005-06-07  Derek Price  <derek@ximbiot.com>
29151
29152         Sync from CVS.
29153         * lib/glob_.h: Indent nested #ifdef.
29154
29155 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29156
29157         Sync from coreutils.
29158         Use "file name" when talking about file names, instead of "filename"
29159         or "path", as per the GNU coding standards.
29160         * lib/mkdir-p.c: Renamed from makepath.c.
29161         (make_dir_parents): Renamed from make_path.  All callers changed.
29162         * lib/mkdir-p.h: Likewise.  All includers changed.
29163         * lib/filenamecat.c: Renamed from path-concat.c.
29164         (file_name_concat): Renamed from path_concat.  All callers changed.
29165         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
29166         * lib/filenamecat.h: Likewise.  All includers changed.
29167         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
29168         in comments or local variable names.
29169         * lib/basename.c: Likewise.
29170         * lib/canonicalize.c, canonicalize.h: Likewise.
29171         * lib/dirname.c, dirname.h: Likewise.
29172         * lib/euidaccess.c: Likewise.
29173         * lib/exclude.c: Likewise
29174         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
29175         * lib/fsusage.c, fsuage.h: Likewise.
29176         * lib/fts.c, fts_.h: Likewise.
29177         * lib/getcwd.c: Likewise.
29178         * lib/getloadavg.c: Likewise.
29179         * lib/mkstemp.c: Likewise.
29180         * lib/mountlist.c, mountlist.h: Likewise.
29181         * lib/openat.c, openat.h: Likewise.
29182         * lib/readlink-stub.c: Likewise.
29183         * lib/readutmp.c, readutmp.h: Likewise.
29184         * lib/rename.c: Likewise.
29185         * lib/rmdir.c: Likewise.
29186         * lib/same.c: Likewise.
29187         * lib/savedir.c: Likewise.
29188         * lib/stripslash.c: Likewise.
29189         * lib/tempname.c: Likewise.
29190         * lib/xreadlink.c: Likewise.
29191         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
29192         All uses changed.
29193         * lib/exclude.h: Likewise.
29194
29195         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
29196         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29197         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
29198         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29199         * lib/pathmax.h: Include <limits.h> unconditionally, since other
29200         files have been getting away with it for years (MORE/BSD 4.3
29201         is extinct now).
29202         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
29203         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
29204
29205         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
29206         Define to 256, not 255, as per modern POSIX.
29207
29208 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29209
29210         Sync from coreutils.
29211         Use "file name" when talking about file names, instead of "filename"
29212         or "path", as per the GNU coding standards.
29213         * MODULES.html.sh: mkdir-p renamed from makepath.
29214         filenamecat renamed from path-concat.
29215         * modules/filenamecat: Renamed from modules/path-concat.
29216         (Files): filenamecat.h and filenamecat.c renamed from
29217         path-concat.h and path-concat.c.
29218         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
29219         (Include): filenamecat.h, not path-concat.h.
29220         * modules/mkdir-p: Renamed from modules/makepath.
29221         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
29222         makepath.c.
29223         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
29224         (Include): mkdir-p.h, not makepath.h.
29225
29226 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
29227
29228         Sync from coreutils.
29229         * m4/mkdir-p.m4: Renamed from makepath.m4.
29230         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
29231         Rename files from makepath.c to mkdir-p.c, and from
29232         makepath.h to mkdir-p.h.
29233         * m4/filenamecat.m4: Renamed from path-concat.m4.
29234         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
29235         Rename files from path-concat.c to filenamecat.c,
29236         and from path-concat.h to filenamecat.h.
29237         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
29238         "file name" in local variables or comments.
29239         * m4/rename.m4: Likewise.
29240
29241 2005-06-01  Bruno Haible  <bruno@clisp.org>
29242
29243         * modules/csharpexec: New file.
29244         * MODULES.html.sh (C#): New section.
29245
29246 2005-06-01  Bruno Haible  <bruno@clisp.org>
29247
29248         * m4/csharp.m4: New file, from GNU gettext.
29249         * m4/csharpexec.m4: New file, from GNU gettext.
29250
29251 2005-06-01  Bruno Haible  <bruno@clisp.org>
29252
29253         * lib/csharpexec.h: New file, from GNU gettext.
29254         * lib/csharpexec.c: New file, from GNU gettext.
29255         * lib/csharpexec.sh.in: New file, from GNU gettext.
29256
29257 2005-05-31  Derek Price  <derek@ximbiot.com>
29258             Paul Eggert  <eggert@cs.ucla.edu>
29259
29260         Sync from cvs.
29261         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
29262
29263 2005-05-31  Derek Price  <derek@ximbiot.com>
29264             Paul Eggert  <eggert@cs.ucla.edu>
29265
29266         Sync from cvs.
29267         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
29268
29269 2005-05-29  Derek Price  <derek@ximbiot.com>
29270
29271         * config/srclist.txt (glob_.h, glob.c): Add these files.
29272
29273 2005-05-29  Derek Price  <derek@ximbiot.com>
29274
29275         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
29276         * modules/glob: New file.
29277         * modules/getlogin_r: Add link to POSIX spec in description.
29278
29279 2005-05-29  Derek Price  <derek@ximbiot.com>
29280             Paul Eggert  <eggert@cs.ucla.edu>
29281
29282         * m4/glob.m4: New file.
29283
29284 2005-05-29  Derek Price  <derek@ximbiot.com>
29285             Paul Eggert  <eggert@cs.ucla.edu>
29286
29287         * lib/glob_.h, lib/glob.c: New files.
29288
29289 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
29290
29291         * modules/fts (Files): Remove m4/inttypes-pri.m4.
29292         * modules/fts-lgpl (Depends-on): Remove gettext.
29293
29294 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
29295
29296         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
29297         and don't require gt_INTTYPES_PRI.
29298
29299 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
29300
29301         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
29302
29303         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
29304         the configuration hassle isn't worth it.
29305         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
29306         (LONGEST_MODIFIER, PRIuMAX): Remove.
29307
29308 2005-05-27  Bruno Haible  <bruno@clisp.org>
29309
29310         * lib/getlogin_r.h: Remove second include of <stddef.h>.
29311
29312 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
29313
29314         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
29315         _POSIX_PTHREAD_SEMANTICS for Solaris.
29316
29317 2005-05-25  Derek Price  <derek@ximbiot.com>
29318
29319         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
29320
29321 2005-05-25  Derek Price  <derek@ximbiot.com>
29322             Paul Eggert  <eggert@cs.ucla.edu>
29323
29324         * modules/getlogin_r, m4/getlogin_r.m4: New files.
29325         * lib/getlogin_r.c, getlogin_r.h: New files.
29326
29327 2005-05-25  Bruno Haible  <bruno@clisp.org>
29328             Derek Price  <derek@ximbiot.com>
29329
29330         * lib/getlogin_r.h: Simplify API documentation.
29331
29332 2005-05-23  Derek Price  <derek@ximbiot.com>
29333
29334         * modules/minmax (Files): Add m4/minmax.m4.
29335         (configure.ac): Add gl_MINMAX.
29336
29337 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
29338
29339         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
29340         so that unistd-safer.h (GPL'ed code) need not be included.
29341
29342 2005-05-22  Bruno Haible  <bruno@clisp.org>
29343
29344         * m4/minmax.m4: New file.
29345         Based on a patch by Derek Price <derek@ximbiot.com>.
29346
29347 2005-05-22  Bruno Haible  <bruno@clisp.org>
29348
29349         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
29350         (INT64_MIN): Fix definition.
29351         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
29352
29353         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
29354         NEED_SIGNED_INT_TYPES.
29355
29356         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
29357         HAVE_SYSTEM_INTTYPES.
29358
29359 2005-05-22  Bruno Haible  <bruno@clisp.org>
29360
29361         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
29362         Also include <sys/param.h> if it defines MIN, MAX.
29363         Based on a patch by Derek Price <derek@ximbiot.com>.
29364
29365 2005-05-21  Jim Meyering  <jim@meyering.net>
29366
29367         * modules/fts (Files): Add m4/inttypes-pri.m4.
29368         (Depends-on): Add lstat and remove gettext.  Alphabetize.
29369
29370 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29371
29372         New fts module.
29373         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
29374         (setup_dir, free_dir): New functions.
29375         (enter_dir, leave_dir): Define trivial
29376         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
29377         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
29378         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
29379         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
29380         Move to fts-cycle.c.
29381         (fts_open): Use setup_dir.
29382         (fts_close): Use free_dir.
29383         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
29384         This adds a label and some gotos, but the alternatives were messier.
29385         Check for memory allocation failure when entering a dir.
29386         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
29387         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
29388         (FTS): New member fts_cycle, that is a union that contains the
29389         old active_dir_ht and cycle_state.  All uses changed to mention
29390         fts_cycle.ht and fts_cycle.state.
29391         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
29392         fts.c, with the following changes:
29393         (setup_dir, free_dir): New functions.
29394         (enter_dir): Now returns bool.  Return true if successful, false
29395         if memory exhausted.  All callers changed.
29396         Do not bother partly cleaning up on
29397         memory allocation failure; that is free_dir's job.
29398         However, free ad if hash_insert fails, to avoid memory leak.
29399         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
29400         fts->fts_options to see which union member to use.
29401
29402 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29403
29404         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
29405         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
29406
29407 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
29408
29409         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
29410
29411 2005-05-20  Jim Meyering  <jim@meyering.net>
29412
29413         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
29414         Now a macro, to pacify GCC.
29415
29416 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
29417
29418         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
29419         of -1.
29420
29421 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
29422
29423         * lib/chown.c (rpl_chown): Return -1 on failure.
29424
29425 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
29426
29427         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
29428         Don't check for stddef.h.
29429         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
29430         don't use its results.
29431         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
29432         since we include them unconditionally.  Don't require
29433         AM_STDBOOL_H, since stdbool is a prerequisite.
29434         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
29435         since we assume C89 or better.
29436         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
29437         as we don't use their results.
29438         Don't check for fchdir, memmove, memset, strrchr, as we use
29439         them unconditionally.
29440         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
29441         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
29442
29443 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
29444
29445         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
29446         Include <stddef.h> unconditionally, since we assume C89 now.
29447         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
29448         * lib/fts.c: Include fts_.h first, to check interface.
29449         Do not include intprops.h; no longer needed.
29450         Include cycle-check.h and hash.h, since fts_.h no longer does.
29451         Remove unnecessary casts of closedir to void.
29452         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
29453         decide whether to decrement nlinks.
29454         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
29455         (FTS): Use struct hash_table * instead of Hash_table, so that
29456         we no longer need to include hash.h here.
29457
29458 2005-05-18  Jim Meyering  <jim@meyering.net>
29459
29460         * modules/dirfd (License): Change to LGPL.  Most of the code
29461         is already in the public domain.
29462
29463 2005-05-18  Jim Meyering  <jim@meyering.net>
29464
29465         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
29466         Reported by Yoann Vandoorselaere.
29467
29468 2005-05-17  Jim Meyering  <jim@meyering.net>
29469
29470         * m4/fts.m4: New file, from coreutils.
29471
29472 2005-05-17  Jim Meyering  <jim@meyering.net>
29473
29474         * lib/fts.c, lib/fts_.h: New files, from coreutils.
29475
29476 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
29477
29478         Sync from coreutils.
29479         * m4/unlinkdir.m4: New file.
29480
29481 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
29482
29483         Sync from coreutils.
29484         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
29485         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
29486         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
29487         White space changes only.
29488         * lib/makepath.c (make_path): Port to hosts where leading "//" is
29489         special.
29490         * lib/yesno.c: Include getline.h, not ctype.h.
29491         (yesno): Don't remove leading white space; POSIX doesn't allow it.
29492         Use getline to remove arbitrary restriction on response length.
29493
29494 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
29495
29496         * config/srclist-update: Spell out "Street" in FSF postal
29497         mail address; this is the style the FSF seems to prefer.
29498
29499         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
29500         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
29501         this updates FSF postal mail address.
29502
29503         Sync from coreutils.
29504         * modules/unlinkdir: New file.
29505         * modules/yesno (Depends-on): Add getline.
29506         * MODULES.html.sh (File system functions): Add unlinkdir.
29507
29508 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29509
29510         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
29511         lib/strsep.h:
29512         Change the initial comment to refer to GPL, not LGPL.
29513         gnulib-tool will change it to LGPL as needed.
29514
29515         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
29516         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
29517         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
29518         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
29519         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
29520         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
29521         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
29522         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
29523         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
29524         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
29525         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
29526         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
29527         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
29528         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
29529         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
29530         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
29531         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
29532         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
29533         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
29534         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
29535         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
29536         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
29537         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
29538         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
29539         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
29540         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
29541         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
29542         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
29543         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
29544         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
29545         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
29546         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
29547         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
29548         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
29549         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
29550         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
29551         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
29552         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
29553         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
29554         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
29555         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
29556         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
29557         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
29558         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
29559         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
29560         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
29561         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
29562         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
29563         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
29564         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
29565         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29566         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
29567         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
29568         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
29569         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
29570         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
29571         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
29572         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
29573         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
29574         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
29575         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
29576         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
29577         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
29578         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
29579         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
29580         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
29581         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
29582         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
29583         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
29584         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
29585         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
29586         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
29587         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
29588         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
29589         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
29590         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
29591         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
29592         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
29593         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
29594         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
29595         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
29596         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
29597         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
29598         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
29599         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
29600         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
29601         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
29602         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
29603         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
29604         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
29605         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
29606         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
29607         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
29608         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
29609         lib/yesno.c, lib/yesno.h:
29610         Update FSF postal mail address.
29611
29612 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
29613
29614         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
29615         tests/test-memmem.c, tests/test-stpncpy.c:
29616         Update FSF postal mail address.
29617
29618 2005-05-13  Bruno Haible  <bruno@clisp.org>
29619
29620         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
29621         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
29622         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
29623         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
29624         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
29625         Add support for 64-bit integers in the MSVC compiler.
29626
29627 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29628
29629         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
29630
29631 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
29632
29633         * gnulib-tool (func_import): Sort and uniquify recommended includes.
29634
29635 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
29636
29637         * doc/getdate.texi (General date syntax): Don't say that date
29638         date --iso-8601=ns generates acceptable dates; it doesn't yet.
29639         Problem reported by Nic Ferrier.
29640
29641 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29642
29643         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
29644         specified in ai_socktype. Fix invalid ai_protocol
29645         check. ai_protocol is usually set to 0 or depending on
29646         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
29647         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
29648         ai_socktype / ai_protocol in the returned addrinfo structure.
29649
29650 2005-05-10  Simon Josefsson  <jas@extundo.com>
29651
29652         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
29653         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29654
29655 2005-05-10  Karl Berry  <karl@gnu.org>
29656
29657         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
29658         (from http://www.gnu.org/licenses).
29659         * doc/COPYING.LIB: also rename to COPYING.LESSER.
29660         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
29661         fdl.texi suffices.
29662
29663 2005-05-10  Karl Berry  <karl@gnu.org>
29664
29665         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
29666         (COPYING.DOC): remove.
29667
29668         * config/srclist-update: new FSF address.
29669
29670 2005-05-10  Derek Price  <derek@ximbiot.com>
29671
29672         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
29673         possible.
29674
29675 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29676             Bruno Haible  <bruno@clisp.org>
29677
29678         * modules/inet_ntop: New file.
29679         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29680         inet_ntop.
29681
29682 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29683             Bruno Haible  <bruno@clisp.org>
29684
29685         * m4/inet_ntop.m4: New file.
29686
29687 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29688             Bruno Haible  <bruno@clisp.org>
29689
29690         * lib/inet_ntop.h: New file.
29691         * lib/inet_ntop.c: New file, from glibc with modifications.
29692
29693 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
29694
29695         * modules/time_r (License): Change to LGPL.
29696         * modules/extensions (License): Change to LGPL.  Actually,
29697         the license is more permissive than that, but currently gnulib-tool
29698         doesn't know how to handle more-permissive licenses.
29699
29700         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
29701         Problem reported by Dave Love.
29702
29703 2005-05-08  Jim Meyering  <jim@meyering.net>
29704
29705         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
29706         blank.
29707
29708 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
29709
29710         * modules/argmatch (Depends-on): Add stdbool.
29711         * modules/backupfile (Depends-on): Likewise.
29712         * modules/chdir-long (Depends-on): Likewise.
29713         * modules/closeout (Depends-on): Likewise.
29714         * modules/cycle-check (Depends-on): Likewise.
29715         * modules/dirname (Depends-on): Likewise.
29716         * modules/fnmatch (Depends-on): Likewise.
29717         * modules/fsusage (Depends-on): Likewise.
29718         * modules/fwriteerror (Depends-on): Likewise.
29719         * modules/getcwd (Depends-on): Likewise.
29720         * modules/getloadavg (Depends-on): Likewise.
29721         * modules/hard-locale (Depends-on): Likewise.
29722         * modules/makepath (Depends-on): Likewise.
29723         * modules/mountlist (Depends-on): Likewise.
29724         * modules/nanosleep (Depends-on): Likewise.
29725         * modules/posixtm (Depends-on): Likewise.
29726         * modules/quotearg (Depends-on): Likewise.
29727         * modules/readtokens (Depends-on): Likewise.
29728         * modules/readtokens0 (Depends-on): Likewise.
29729         * modules/readutmp (Depends-on): Likewise.
29730         * modules/save-cwd (Depends-on): Likewise.
29731         * modules/strftime (Depends-on): Likewise.
29732         * modules/userspec (Depends-on): Likewise.
29733         * modules/utimecmp (Depends-on): Likewise.
29734         * modules/xgetcwd (Depends-on): Likewise.
29735         * modules/xnanosleep (Depends-on): Likewise.
29736         * modules/xstrtod (Depends-on): Likewise.
29737         * modules/yesno (Depends-on): Likewise.
29738
29739 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
29740
29741         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
29742         needless checks.
29743
29744 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29745
29746         Merge from coreutils.  Among other things,
29747         add bulletproofing for cases where stdin, stdout, or stderr are closed.
29748         * lib/fd-safer.c: New file.
29749         * lib/fcntl-safer.h, open-safer.c: Remove.
29750         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
29751         * lib/dup-safer.c: Include unistd-safer.h first.
29752         Don't include errno.h.
29753         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
29754         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
29755         * lib/file-type.c: Rely on file-type.h change.
29756         * lib/getloadavg.c: Include unistd-safer.h.
29757         (getloadavg): Use safer open.
29758         * lib/getusershell.c: Include "stdio-safer.h".
29759         (getusershell): Use safer fopen.
29760         * lib/long-options.c (long_options): Use NULL rather than 0.
29761         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
29762         'free'.
29763         * lib/modechange.c: Likewise.
29764         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
29765         (MODE_DONE): New constant.
29766         (struct mode_change): Remove 'next' member.
29767         (make_node_op_equals): New function; like the old one of the
29768         same name, except it allocates an array.
29769         (mode_compile, mode_create_from_ref): Use it.
29770         (mode_compile): Allocate result as an array, not a linked list.
29771         Parse octal string ourself, so that we catch mistakes like "+0".
29772         (mode_adjust): Arg is an array, not a linked list.
29773         * lib/modechange.c: Include stat-macros.h, xalloc.h.
29774         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
29775         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
29776         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
29777         Remove.  This is now stat-macros.h's job.
29778         (talloc): Remove.  All callers replaced by xalloc, so that
29779         our invokers don't have to worry about reporting memory failures.
29780         (make_node_op_equals): Remove.
29781         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
29782         New constants.
29783         (struct mode_change): Moved here from modechange.h.
29784         (mode_append_entry): Remove.
29785         (mode_compile): Remove MASKED_OPS arg, since it encouraged
29786         apps to have incorrect behavior.  Use simpler algorithm for head
29787         and tail.  Don't futz with umask; that's now the job of mode_adjust.
29788         Detect more invalid usages rather than having somewhat-random behavior.
29789         Don't insert an "a=" action, as that leads to incorrect behavior.
29790         (mode_compile, mode_create_from_ref): Return NULL on error instead
29791         of an enum, since now there's only one way to have an error.  All
29792         callers changed.
29793         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
29794         at the correct time.  Simplify calculation of "+u" and its ilk.
29795         Don't mishandle "+X".
29796         (mode_free): Remove "register" and localize decls.
29797         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
29798         (struct mode_change): Move to modechange.c; callers don't
29799         need to see this stuff.
29800         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
29801         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
29802         (mode_change, mode_adjust): Reflect the new signatures noted above.
29803         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
29804         that might redefine system include files.
29805         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
29806         (my_usleep): Use NULL rather than (void *) 0.
29807         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
29808         Use siginterrupt to specify that system calls should be interrupted.
29809         (rpl_nanosleep): Move initialization of suspended closer to call of
29810         my_usleep.
29811         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
29812         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
29813         (desirable_utmp_entry): New function.
29814         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
29815         using x2nrealloc, to simplify logic.
29816         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
29817         size calculation.  Do not assume utmp file is a regular file.
29818         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
29819         (READ_UTMP_CHECK_PIDS): New constant.
29820         * lib/save-cwd.c: Include unistd-safer.h.
29821         (save_cwd): Use fd_safer.
29822         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
29823         [!_LIBC] Include "stat-macros.h" instead.
29824         * lib/unistd-safer.h (fd_safer): New decl.
29825
29826 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29827
29828         * modules/getloadavg (Depends-on): Add unistd-safer.
29829         * modules/getusershell (Depends-on): Add stdio-safer.
29830         * modules/lstat (Depends-on): Remove xalloc.
29831         * modules/mkstemp (Depends-on): Add stat-macros.
29832         * modules/modechange (Depends-on): Remove xstrtol.
29833         Add stat-macros, xalloc.
29834         * modules/save-cwd (Depends-on): Add unistd-safer.
29835         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
29836         * modules/unistd-safer (Files): Add lib/fd-safer.c
29837         (Makefile.am): Remove lib_SOURCES.
29838
29839         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
29840         Remove fcntl-safer; unistd-safer supersedes it.
29841
29842 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29843
29844         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
29845         AC_HEADER_STAT.
29846         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
29847         (gl_PREREQ_CHOWN): Remove.
29848         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
29849         it.  Don't require AC_HEADER_STAT.
29850         (gl_PREREQ_LSTAT): Remove.
29851         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
29852         Don't require AC_HEADER_STAT.
29853         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
29854         (gl_PREREQ_RMDIR): Remove.
29855         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
29856         mention stat-macros.h or AC_HEADER_STAT, since we'll make
29857         the stat-macros module a prerequisite.
29858         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
29859         * m4/filemode.m4 (gl_FILEMODE): Likewise.
29860         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
29861         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
29862         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
29863         variable names.
29864         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
29865         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
29866         variable prefixes.
29867         * m4/fcntl-safer.m4: Remove.
29868         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
29869         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
29870         Invoke gl_PREREQ_FD_SAFER.
29871         (gl_PREREQ_FD_SAFER): New macro.
29872         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
29873         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
29874         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
29875         Remove duplicate call to AC_LIBOBJ(readutmp).
29876         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
29877
29878         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
29879         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
29880
29881 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
29882
29883         * MODULES.html.sh (Misc): Add byteswap.
29884
29885 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29886
29887         * modules/getcwd (Depends-on): Add extensions.
29888         * modules/openat (Depends-on): Likewise.
29889
29890 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29891
29892         * modules/byteswap: New file.
29893
29894 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29895
29896         * m4/byteswap.m4: New file.
29897
29898 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
29899
29900         * lib/byteswap_.h: New file.
29901
29902 2005-04-25  Karl Berry  <karl@gnu.org>
29903
29904         * m4/gettext.m4: Update from GNU gettext 0.14.4.
29905
29906 2005-04-25  Albert Chin  <china@thewrittenword.com>
29907
29908         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
29909         Toolkit C bug.
29910
29911 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
29912
29913         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
29914         (func_ln_if_changed) Remove forcibly for no error message
29915         in case file does not exist.
29916
29917 2005-04-19  Simon Josefsson  <jas@extundo.com>
29918
29919         * gnulib-tool (Options): Make --symlink mean --symbolic.
29920
29921 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
29922
29923         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
29924
29925 2005-04-16  Simon Josefsson  <jas@extundo.com>
29926
29927         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
29928
29929 2005-04-15  Simon Josefsson  <jas@extundo.com>
29930
29931         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
29932
29933 2005-04-15  Simon Josefsson  <jas@extundo.com>
29934
29935         * gnulib-tool: Rename --symlink to --symbolic.
29936
29937 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
29938
29939         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
29940         symbolic links to files instead of copying/moving.  Add --aux-dir,
29941         specifying directory relative --dir where auxiliary build tools
29942         are placed.
29943
29944 2005-04-14  Bruno Haible  <bruno@clisp.org>
29945
29946         * modules/allocsa (License): Change to LGPL.
29947         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
29948
29949 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
29950
29951         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
29952         that "UTC +1 second" continues to work.  Problem reported
29953         by Dmitry V. Levin.
29954         (relunit_snumber): New rule.
29955         (relunit): Use it.
29956
29957 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
29958
29959         * lib/getdate.y (universal_time_zone_table): New constant.
29960         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
29961         universal_time_zone_table.
29962         (lookup_zone): Prefer universal_time_zone_table to
29963         local_time_zone_table, so that "GMT" time stamps are allowed in
29964         London during the summer.  Problem reported by Ian Abbott.
29965
29966 2005-04-12  Jim Meyering  <jim@meyering.net>
29967
29968         * lib/human.c (humblock): Set *options even when returning due to
29969         xstrtoumax conversion failure.  Thanks to a used-uninitialized
29970         warning from gcc-4.
29971
29972 2005-04-09  Jim Meyering  <jim@meyering.net>
29973
29974         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
29975         -Wuninitialized: initialize tm0.tm_year.
29976
29977 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
29978
29979         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
29980         count, since there's no maximum.  All uses changed.
29981         Add member dsts_seen.
29982         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
29983         not being INT_MAX.
29984         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
29985         Use pc_rels_seen to decide whther a date is absolute.
29986
29987         * lib/getdate.y (number): Don't overwrite year.
29988         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
29989         check.
29990
29991 2005-04-02  Simon Josefsson  <jas@extundo.com>
29992
29993         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
29994         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
29995
29996 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
29997
29998         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
29999         where no absolute path name can be longer than PATH_MAX.
30000
30001 2005-03-27  Jim Meyering  <jim@meyering.net>
30002
30003         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
30004
30005 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
30006
30007         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
30008         "one's complement" -> "ones' complement" in comment, as per Knuth.
30009         "value of type" -> "type or expression" in comment.
30010         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
30011
30012 2005-03-26  Jim Meyering  <jim@meyering.net>
30013
30014         Comment nits.
30015         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
30016         Correct typos: s/or/of/.
30017
30018 2005-03-26  Jim Meyering  <jim@meyering.net>
30019
30020         * modules/check-include-files: Move to ../ and rename to...
30021         * check-module: ...this.
30022
30023 2005-03-25  Jim Meyering  <jim@meyering.net>
30024
30025         * modules/xvasprintf (Files): Add xalloc.h.
30026
30027 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
30028
30029         * modules/gettext (Files): config/config.rpath ->
30030         build-aux/config.rpath
30031         * modules/iconv (Files): Likewise.
30032         Problem reported by Oskar Liljeblad.
30033
30034 2005-03-23  Jim Meyering  <jim@meyering.net>
30035
30036         * modules/check-include-files: New script to check for
30037         missing dependencies, multiple includes, etc.
30038
30039         * modules/c-strtold (Depends-on): Add xalloc.
30040         * modules/c-strtod (Depends-on): Add xalloc.
30041         * modules/hash (Depends-on): Add xalloc.
30042         (Files): Remove lib/xalloc.h.
30043
30044         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
30045         * modules/userspec (Files): Add lib/inttostr.h.
30046
30047 2005-03-23  Jim Meyering  <jim@meyering.net>
30048
30049         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
30050
30051 2005-03-22  Jim Meyering  <jim@meyering.net>
30052
30053         * modules/stat-macros: New module.
30054         * modules/canonicalize, modules/euidaccess, modules/file-type,
30055         * modules/filemode, modules/lchown, modules/makepath,
30056         * modules/rmdir, modules/stat: Depend on new stat-macros module
30057         rather than listing lib/stat-macros.h manually.
30058         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
30059
30060 2005-03-22  Jim Meyering  <jim@meyering.net>
30061
30062         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
30063
30064 2005-03-22  Bruno Haible  <bruno@clisp.org>
30065
30066         * config/srclist.txt: Replace target directory 'config' with
30067         'build-aux'.
30068         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
30069         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
30070         ../build-aux/.
30071
30072 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
30073
30074         * modules/chdir-long (Depends-on): Add mempcpy.
30075
30076         * modules/acl, modules/backupfile, modules/c-strtod,
30077         modules/c-strtold, modules/canon-host, modules/canonicalize,
30078         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
30079         modules/exclude, modules/exitfail, modules/file-type,
30080         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
30081         modules/getdate, modules/getline, modules/getpagesize,
30082         modules/getpass, modules/getugroups, modules/group-member,
30083         modules/hard-locale, modules/hash, modules/human, modules/idcache,
30084         modules/inttostr, modules/long-options, modules/makepath,
30085         modules/md5, modules/memcasecmp, modules/memcoll,
30086         modules/modechange, modules/mountlist, modules/path-concat,
30087         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
30088         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
30089         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
30090         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
30091         modules/strftime, modules/strndup, modules/strverscmp,
30092         modules/timespec, modules/unlocked-io, modules/userspec,
30093         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
30094         modules/yesno:
30095         Remove lib_SOURCES line from Makefile.am section, as this is now
30096         done automatically by the corresponding Autoconf macro.
30097
30098 2005-03-21  Jim Meyering  <jim@meyering.net>
30099
30100         Changes imported from coreutils.
30101
30102         * lib/cycle-check.c: Don't include xalloc.h.
30103
30104         * lib/path-concat.c: Don't include assert.h.
30105         (path_concat): Remove assertion that would have triggered
30106         for ABASE starting with more than one slash.
30107         Reported by Andreas Schwab.
30108
30109         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
30110         properly when ABASE is an absolute file name.
30111         Correct the description of this function.
30112         Include <assert.h>.
30113         Add an assertion and a test driver.
30114         This fixes a bug introduced on 2004-07-02.
30115         Andreas Schwab reported the resulting failure of cp --parents:
30116         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
30117
30118 2005-03-21  Jim Meyering  <jim@meyering.net>
30119
30120         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
30121         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
30122
30123 2005-03-21  Jim Meyering  <jim@meyering.net>
30124         and  Paul Eggert  <eggert@cs.ucla.edu>
30125
30126         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
30127         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
30128         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
30129         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
30130         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
30131         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
30132         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
30133         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
30134         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
30135         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
30136         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
30137         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
30138         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
30139         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
30140         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
30141         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
30142         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
30143         for these modules.
30144
30145 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
30146
30147         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
30148         (which shouldn't happen), generate nothing instead of returning 0
30149         immediately, so that nstrftime (NULL, ...) doesn't return 0.
30150
30151 2005-03-16  Bruno Haible  <bruno@clisp.org>
30152
30153         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
30154         HAVE_LONGLONG_64BIT.
30155
30156 2005-03-16  Bruno Haible  <bruno@clisp.org>
30157
30158         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
30159         HAVE_LONGLONG_64BIT.
30160
30161 2005-03-16  Bruno Haible  <bruno@clisp.org>
30162
30163         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
30164         HAVE_LONGLONG_64BIT.
30165
30166 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
30167
30168         * lib/strftime.c (my_strftime): Prepend space to format so that we can
30169         reliably distinguish strftime failure from empty output on POSIX
30170         hosts.
30171
30172 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
30173
30174         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
30175         (iconv_string): Don't guess a size-zero buffer, as that might cause
30176         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
30177         result would be 'too large', where 'too large' is (heuristically)
30178         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
30179         overflow concerns.  This will prevent some unwanted malloc failures
30180         when the inputs are very large.
30181
30182 2005-03-15  Karl Berry  <karl@gnu.org>
30183
30184         * config/srclist.txt (config.rpath): from gettext.
30185         * config/config.rpath: update.
30186
30187 2005-03-15  Bruno Haible  <bruno@clisp.org>
30188
30189         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
30190         to 'negate'.
30191
30192         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
30193         variable.
30194
30195         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
30196         results.
30197
30198 2005-03-14  Simon Josefsson  <jas@extundo.com>
30199
30200         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
30201         <fx@gnu.org>.
30202
30203 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
30204
30205         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
30206         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
30207         intprops.h.
30208         * lib/strtol.c: Likewise.
30209
30210 2005-03-14  Jim Meyering  <jim@meyering.net>
30211
30212         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
30213         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
30214         to be nonzero so that we (and caller) can detect the difference
30215         between a valid zero-length expansion and an error return, even
30216         when the underlying strftime fails before writing anything into
30217         that location.
30218
30219 2005-03-14  Bruno Haible  <bruno@clisp.org>
30220
30221         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
30222         Update from GNU gettext 0.14.3.
30223
30224 2005-03-10  Jim Meyering  <jim@meyering.net>
30225
30226         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
30227
30228 2005-03-10  Jim Meyering  <jim@meyering.net>
30229
30230         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
30231         so that this module works on systems without fchdir.
30232
30233 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
30234
30235         Factor int-properties macros into a single file, except for
30236         glibc-related files.
30237         * lib/intprops.h: New file.
30238         * lib/getloadavg.c: Include it instead of limits.h.
30239         (INT_STRLEN_BOUND): Remove.
30240         * lib/human.c: Include intprops.h.
30241         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
30242         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
30243         302/1000.
30244         * lib/inttostr.h: Include intprops.h instead of limits.h.
30245         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
30246         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
30247         for consistency with intprops.h.
30248         (time_t_is_integer, twos_complement_arithmetic): Use them.
30249         * lib/sig2str.h: Include <signal.h>, intprops.h.
30250         (INT_STRLEN_BOUND): Remove.
30251         * lib/strftime.c (TYPE_SIGNED): Remove.
30252         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
30253         * lib/strtol.c: Adjust comments to match intprops.h.
30254         * lib/userspec.c: Include intprops.h.
30255         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
30256         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
30257         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
30258         instead of rolling our own expressions.
30259         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
30260
30261         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
30262         instead of int.
30263         (my_strftime): Do not mishandle years close to INT_MAX, by doing
30264         the right thing even if adding 1900 would overflow.  Similarly
30265         for tm_mon + 1 and tm_yday + 1.
30266         Make %Y always equivalent to %C%y, and similarly for %G and %g.
30267         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
30268         (DO_SIGNED_NUMBER): New macro.
30269         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
30270
30271 2005-03-07  Bruno Haible  <bruno@clisp.org>
30272
30273         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
30274
30275 2005-03-07  Bruno Haible  <bruno@clisp.org>
30276
30277         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
30278
30279 2005-03-04  Derek R. Price  <derek@ximbiot.com>
30280
30281         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
30282         (func_import): Only replace files via --import when they have actually
30283         changed.
30284
30285 2005-03-03  Derek R. Price  <derek@ximbiot.com>
30286
30287         * m4/mmap-anon.m4: New file.
30288         * m4/pagealign_alloc.m4: New file.
30289
30290 2005-03-03  Derek R. Price  <derek@ximbiot.com>
30291             Bruno Haible  <bruno@clisp.org>
30292
30293         * modules/pagealign_alloc: New file.
30294         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
30295
30296 2005-03-03  Derek R. Price  <derek@ximbiot.com>
30297             Bruno Haible  <bruno@clisp.org>
30298
30299         * lib/pagealign_alloc.h: New file.
30300         * lib/pagealign_alloc.c: New file.
30301
30302 2005-03-03  Bruno Haible  <bruno@clisp.org>
30303
30304         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
30305         Use an all-permissive copyright notice, recommended by RMS.
30306
30307 2005-03-02  Bruno Haible  <bruno@clisp.org>
30308
30309         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
30310         of AIX, the replacement has to be done only after <string.h> is
30311         included, therefore not in config.h. stpncpy.h does the replacement,
30312         and stpncpy.c uses it.
30313
30314 2005-03-02  Bruno Haible  <bruno@clisp.org>
30315
30316         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
30317         stpncpy.c uses it.
30318
30319 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30320
30321         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
30322         The workaround isn't strictly needed for POSIX conformance, and
30323         it's too much of a pain to configure and maintain.  We'll ask
30324         people to fix their kernels instead.
30325         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
30326         (NANOSLEEP_BUG_WORKAROUND): Remove.
30327         (xnanosleep): Remove the workaround.
30328
30329 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30330
30331         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
30332         Reported by Derek Price.
30333         (Include): Add "timespec.h".
30334
30335         * modules/xnanosleep (Depends-on): Remove gethrxtime.
30336
30337 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
30338
30339         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
30340         to detect nanosleep bug.
30341
30342 2005-03-01  Bruno Haible  <bruno@clisp.org>
30343
30344         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
30345
30346 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30347
30348         * modules/gethrxtime: New file.
30349         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
30350         (Depends-on): Add gethrxtime.
30351         (configure.ac): Add gl_XNANOSLEEP.
30352         (Makefile.am): Remove lib_SOURCES line.
30353
30354 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
30355
30356         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
30357         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
30358
30359 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
30360
30361         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
30362         * lib/timespec.h (gettime): Return void, since it always
30363         succeeds now.  All uses changed.
30364         * lib/gettime.c (gettime) Likewise.
30365         [HAVE_NANOTIME]: Prefer nanotime.
30366         Assume gettimeofday succeeds, as POSIX requires.
30367         Assime time () succeeds, since other code already does.
30368         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
30369         (timespec_subtract): Remove.
30370         (NANOSLEEP_BUG_WORKAROUND): New constant.
30371         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
30372         things considerably.  Use it only on GNU/Linux hosts, since the
30373         workaround shouldn't be needed elsewhere.
30374
30375 2005-02-24  Bruno Haible  <bruno@clisp.org>
30376
30377         * modules/gettext (Files): Add m4/glibc2.m4.
30378
30379 2005-02-24  Bruno Haible  <bruno@clisp.org>
30380
30381         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
30382         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
30383         * m4/progtest.m4:
30384         Update from GNU gettext 0.14.2.
30385         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
30386
30387 2005-02-24  Bruno Haible  <bruno@clisp.org>
30388
30389         * lib/localcharset.c: Update from GNU gettext 0.14.2.
30390         * lib/config.charset: Update from GNU gettext 0.14.2.
30391
30392 2005-02-24  Bruno Haible  <bruno@clisp.org>
30393
30394         * lib/gettext.h: Update from GNU gettext 0.14.2.
30395
30396 2005-02-23  Simon Josefsson  <jas@extundo.com>
30397
30398         * m4/iconvme.m4: New file.
30399
30400 2005-02-23  Jim Meyering  <jim@meyering.net>
30401
30402         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
30403         change.
30404         Thanks to Bruno Haible for catching it.
30405
30406 2005-02-22  Simon Josefsson  <jas@extundo.com>
30407
30408         * modules/iconvme: New file.
30409
30410         * MODULES.html.sh: Add iconvme.
30411
30412 2005-02-22  Simon Josefsson  <jas@extundo.com>
30413
30414         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
30415
30416 2005-02-22  Simon Josefsson  <jas@extundo.com>
30417
30418         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
30419
30420 2005-02-22  Jim Meyering  <jim@meyering.net>
30421
30422         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
30423         s/ifndef/ifdef/.
30424
30425 2005-02-20  Neil Conway  <neilc@samurai.com>
30426
30427         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
30428         returned by OSX/Darwin if the specified buffer is not large
30429         enough for the hostname.
30430
30431 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30432
30433         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
30434         pass it to _help, otherwise the latter coredumps trying to
30435         dereference state.root_argp.
30436
30437 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30438
30439         * modules/chdir-long (Depends-on): Add memrchr.
30440         * modules/memrchr (Files): Add lib/memrchr.h.
30441         (Include): "memrchr.h".
30442
30443 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30444
30445         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
30446
30447 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
30448
30449         * lib/memrchr.h: New file.
30450         * lib/chdir-long.c: Include it.
30451         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
30452         Don't bother including stddef.h.
30453
30454 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
30455
30456         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
30457         inclusion.
30458         Include <sys/types.h>, for dev_t.
30459         (ME_DUMMY, ME_REMOTE): Move from here....
30460         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
30461         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
30462         Dmitry V. Levin.
30463         Include mountlist.h first, to test the interface.
30464
30465 2005-01-29  Bruno Haible  <bruno@clisp.org>
30466
30467         * lib/progname.c (program_name): Initialize.
30468         Needed when linking statically on MacOS X.
30469
30470 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
30471
30472         Sync from coreutils.
30473         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
30474         (Depends-on): Add c-strtod.
30475         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
30476
30477 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
30478
30479         Sync from coreutils.
30480         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
30481
30482         Remove files that are specific to coreutils.
30483         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
30484
30485 2005-01-28  Bruno Haible  <bruno@clisp.org>
30486
30487         * modules/javacomp: New file.
30488         * MODULES.html.sh (Java): Add javacomp.
30489
30490 2005-01-28  Bruno Haible  <bruno@clisp.org>
30491
30492         * m4/javacomp.m4: New file, from GNU gettext.
30493
30494 2005-01-28  Bruno Haible  <bruno@clisp.org>
30495
30496         * lib/javacomp.sh.in: New file, from GNU gettext.
30497         * lib/javacomp.h: New file, from GNU gettext.
30498         * lib/javacomp.c: New file, from GNU gettext.
30499
30500 2005-01-26  Simon Josefsson  <jas@extundo.com>
30501
30502         * lib/gai_strerror.c: Use GPL in header.
30503
30504 2005-01-26  Bruno Haible  <bruno@clisp.org>
30505
30506         * modules/javaexec: New file.
30507         * MODULES.html.sh (Java): Add javaexec.
30508
30509 2005-01-26  Bruno Haible  <bruno@clisp.org>
30510
30511         * m4/javaexec.m4: New file, from GNU gettext.
30512
30513 2005-01-26  Bruno Haible  <bruno@clisp.org>
30514
30515         * lib/javaexec.sh.in: New file, from GNU gettext.
30516         * lib/javaexec.h: New file, from GNU gettext.
30517         * lib/javaexec.c: New file, from GNU gettext.
30518
30519 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30520
30521         * modules/lchown (Depends-on): Remove lchown.h
30522
30523 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30524
30525         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
30526         must be defined if the header file was not found, in order
30527         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
30528
30529 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30530
30531         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
30532         initializers for struct pentry_state.
30533         (__argp_error): Check return value of __asprintf
30534         (__argp_failure): Translate error message
30535
30536         * lib/argp-parse.c: Removed braces around the expansion of N_()
30537
30538 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
30539
30540         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
30541         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
30542         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
30543         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
30544         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
30545         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
30546         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
30547         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
30548         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
30549         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
30550         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
30551         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
30552         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
30553         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
30554         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
30555         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
30556         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
30557         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
30558         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
30559         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
30560         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
30561         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
30562         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
30563         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
30564         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
30565         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
30566         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
30567         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
30568         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
30569         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
30570         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
30571         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
30572         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
30573         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
30574         xstrtol.m4, xstrtoumax.m4, yesno.m4:
30575         Use an all-permissive copyright notice, recommended by RMS.
30576
30577 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
30578
30579         * modules/chdir-long (Depends-on): Remove mempcpy.
30580
30581 2005-01-21  Jim Meyering  <jim@meyering.net>
30582
30583         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
30584         same value as for Solaris 9.
30585
30586         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
30587         component length.  This included changing the parameter to be
30588         of type `char *' rather than `char const *'.
30589         * lib/chdir-long.h (chdir_long): Update prototype.
30590
30591         * lib/openat.c (fdopendir, fstatat): New functions.
30592         * lib/openat.h: Include headers required for use of DIR and struct
30593         stat.
30594         [AT_SYMLINK_NOFOLLOW]: Define.
30595         (fdopendir, fstatat): Add prototypes.
30596
30597 2005-01-21  Bruno Haible  <bruno@clisp.org>
30598
30599         * modules/classpath: New file.
30600         * MODULES.html.sh (Java): Add classpath.
30601
30602 2005-01-21  Bruno Haible  <bruno@clisp.org>
30603
30604         * lib/classpath.h: New file, from GNU gettext.
30605         * lib/classpath.c: New file, from GNU gettext.
30606
30607 2005-01-20  Simon Josefsson  <jas@extundo.com>
30608
30609         * modules/version-etc-fsf: New file.
30610
30611 2005-01-20  Simon Josefsson  <jas@extundo.com>
30612
30613         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
30614         * lib/version-etc.c: Remove version_etc_copyright.
30615         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
30616         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
30617
30618 2005-01-20  Simon Josefsson  <jas@extundo.com>
30619
30620         * lib/base64.h (isbase64): Add.
30621
30622         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
30623         using a unsigned prototype, don't inline.
30624         (base64_decode): Use it.
30625
30626 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30627
30628         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
30629         it.
30630
30631 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30632
30633         * lib/save-cwd.c (save_cwd): Remove code to support the case
30634         where fchdir is missing or flaky.
30635
30636 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
30637
30638         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
30639
30640 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
30641
30642         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
30643         AC_LIBSOURCES now does this.
30644         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
30645         with new ullong_max module.
30646
30647 2005-01-19  Bruno Haible  <bruno@clisp.org>
30648
30649         * modules/sh-quote: New file.
30650         * MODULES.html.sh (Executing programs): Add sh-quote.
30651
30652 2005-01-19  Bruno Haible  <bruno@clisp.org>
30653
30654         * lib/sh-quote.h: New file, from GNU gettext.
30655         * lib/sh-quote.c: New file, from GNU gettext.
30656
30657 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30658
30659         Merge from coreutils.
30660         * m4/ullong_max.m4: New file.
30661         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
30662         (gl_MACROS): Assume localeconv exists.
30663
30664 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30665
30666         Merge changes from coreutils, as described below in several
30667         changelogs dated today.
30668
30669         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
30670         (O_DIRECTORY): Remove; not needed here, since "." must be
30671         a directory.  All uses removed.
30672         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
30673         universal on Suns, and we also need to test for IRIX.
30674         Revamp code to use 'if' rather than '#if'.
30675         Avoid unnecessary comparison of cwd->desc to 0.
30676
30677         * lib/utimens.c (futimens): Robustify the previous patch, by checking
30678         for known valid error numbers rather than observed invalid ones.
30679
30680 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
30681
30682         * modules/ullong_max: New file.
30683
30684         * modules/chdir-long, modules/openat: New files.
30685         * modules/save-cwd (Depends-on): Depend on chdir-long.
30686         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
30687
30688 2005-01-18  Jim Meyering  <jim@meyering.net>
30689
30690         Merge from coreutils.
30691         * m4/chdir-long.m4, m4/openat.m4: New files.
30692         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
30693         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
30694         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
30695         is sane and DOES follow symlinks.  Besides, testing 20 different
30696         systems found no broken chown implementations.
30697         Prompted by a change in rsync's copy of this macro.
30698         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
30699
30700         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
30701
30702         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
30703         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
30704         NULL-means-set-to-current-time semantics.
30705         Remove temporary file immediately, rather than waiting
30706         for configure's at-exit trap code to do it.
30707
30708 2005-01-18  Jim Meyering  <jim@meyering.net>
30709
30710         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30711
30712         * lib/utimens.c (futimens): Account for the fact that futimes
30713         can also fail with errno == ENOSYS or errno == ENOENT.
30714         Patch from Dmitry V. Levin.
30715
30716         Change the name of the robust chdir function from chdir to chdir_long.
30717         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
30718         (restore_cwd): Use chdir_long, not chdir.
30719         * lib/chdir-long.c: Renamed from chdir.c.
30720         * lib/chdir-long.h: Renamed from chdir.h.
30721         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
30722         Hurd.
30723
30724 2005-01-18  Bruno Haible  <bruno@clisp.org>
30725
30726         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
30727         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
30728         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
30729         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
30730         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
30731         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
30732         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
30733         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
30734         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
30735         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
30736         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
30737         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
30738         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
30739         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
30740         Use an all-permissive copyright notice, recommended by RMS.
30741
30742 2005-01-18  Bob Proulx  <bob@proulx.com>
30743
30744         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
30745         simplify offsetof() macro construct to avoid compile failure with
30746         native HP-UX 11.0 ANSI C compiler.
30747
30748 2005-01-17  Bruno Haible  <bruno@clisp.org>
30749
30750         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
30751         redundant because stpncpy.m4 takes care of it.
30752
30753 2005-01-17  Bruno Haible  <bruno@clisp.org>
30754
30755         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
30756
30757 2005-01-17  Bruno Haible  <bruno@clisp.org>
30758
30759         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
30760         used.
30761
30762 2005-01-17  Bruno Haible  <bruno@clisp.org>
30763
30764         * lib/fwriteerror.h (fwriteerror): Change specification to include
30765         fclose.
30766         * lib/fwriteerror.c: Include <stdbool.h>.
30767         (fwriteerror): At the end, close the file stream. Record whether
30768         stdout was already closed.
30769
30770 2005-01-17  Bruno Haible  <bruno@clisp.org>
30771
30772         * lib/execute.c (environ): Declare if needed.
30773         * lib/pipe.c (environ): Likewise.
30774         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
30775
30776 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30777
30778         * modules/argp: Depend on vsnprintf
30779
30780 2005-01-10  Jim Meyering  <jim@meyering.net>
30781
30782         * modules/closeout (Depends-on): Add atexit.
30783
30784 2005-01-06  Bruno Haible  <bruno@clisp.org>
30785
30786         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
30787
30788 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
30789
30790         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
30791         definitions to be after all include files, to avoid collisions.
30792         Problem reported by Bob Proulx.
30793
30794 2005-01-04  Jim Meyering  <jim@meyering.net>
30795
30796         Changes imported from coreutils.
30797         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
30798         as the mkstemp template, use a temporary directory and an
30799         8.3-friendly template to avoid trouble on systems like DJGPP.
30800         Reported by Juan M. Guerrero via Stepan Kasal.
30801         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
30802         close. Remove the temporary directory right away, rather than waiting
30803         for configure's at-exit trap code to do it.
30804         Suggestion from Stepan Kasal.
30805
30806 2005-01-01  Simon Josefsson  <jas@extundo.com>
30807
30808         * gnulib-tool: Print #include directives when --import'ing.
30809
30810 2004-12-28  Simon Josefsson  <jas@extundo.com>
30811
30812         * tests/test-base64.c: Include required header files.  Remove
30813         unused variables.
30814
30815 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
30816
30817         * modules/error (Depends-on): Remove gettext.
30818
30819 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
30820
30821         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
30822         not needed.  This removes a dependency on the gettext module.
30823         [defined _LIBC]: Do not include <libintl.h>; not needed.
30824
30825 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
30826
30827         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
30828         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
30829
30830 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
30831
30832         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
30833         HAVE_DECL_STRTOLD.
30834
30835 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30836
30837         * modules/getdate (Depends-on): Remove alloca-opt.
30838
30839 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30840
30841         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
30842
30843 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
30844
30845         * lib/argp-parse.c: Include <stddef.h>.
30846         (alignof, alignto): New macros.
30847         (parser_init): Don't assume that void * is aligned sufficiently
30848         for struct option.
30849
30850         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
30851         need to extend the stack.
30852         (YYINITDEPTH): New macro, so that the initial stack isn't overly
30853         large.
30854
30855 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30856
30857         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
30858
30859 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
30860
30861         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
30862         (2004-10-24) change.  Apparently this was a false alarm.
30863
30864         * modules/getdate: Depend on alloca-opt, not alloca.
30865
30866 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
30867
30868         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
30869         Remove now-obsolete comment about AIX.
30870         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
30871         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
30872         (YYMAXDEPTH): New macro.
30873
30874 2004-12-18  Simon Josefsson  <jas@extundo.com>
30875
30876         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
30877
30878 2004-12-18  Bruno Haible  <bruno@clisp.org>
30879
30880         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
30881
30882 2004-12-18  Bruno Haible  <bruno@clisp.org>
30883
30884         * lib/fatal-signal.c (fatal_signals): Make non-const.
30885         (init_fatal_signals): New function.
30886         (uninstall_handlers, install_handlers): Ignore signals that were set to
30887         SIG_IGN.
30888         (at_fatal_signal): Call init_fatal_signals.
30889         (init_fatal_signal_set): Likewise. Ignore signals that were set to
30890         SIG_IGN.
30891         Reported by Paul Eggert.
30892
30893 2004-12-18  Bruno Haible  <bruno@clisp.org>
30894
30895         * doc/alloca.texi: New file.
30896         * doc/alloca-opt.texi: New file.
30897
30898 2004-12-17  Jim Meyering  <jim@meyering.net>
30899
30900         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
30901         Otherwise, install-sh could exit with improper exit status when
30902         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
30903
30904 2004-12-16  Simon Josefsson  <jas@extundo.com>
30905
30906         * tests/test-base64.c: Add license.
30907
30908 2004-12-15  Stepan Kasal  <address@hidden>
30909
30910         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
30911
30912 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
30913
30914         * modules/getcwd (Files): Add m4/d-ino.m4.
30915         Suggested by Mark D. Baushke.
30916
30917 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
30918
30919         * lib/getdate.y (textint): New member "negative".
30920         (time_zone_hhmm): New function.
30921         Expect 14 shift-reduce conflicts, not 13.
30922         (o_colon_minutes): New rule.
30923         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
30924         (yylex): Set the "negative" member of signed numbers.
30925
30926 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
30927
30928         * doc/getdate.texi (Time of day items, Time zone items):
30929         Describe new formats +00:00, UTC+00:00.
30930
30931 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
30932
30933         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
30934         spurious "-l"s.  Problem reported by Stepan Kasal.
30935
30936 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
30937
30938         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
30939         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
30940
30941 2004-12-04  Simon Josefsson  <jas@extundo.com>
30942
30943         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
30944         Vandoorselaere <yoann@prelude-ids.org>.
30945
30946 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30947
30948         Changes imported from coreutils.
30949         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
30950         exist.
30951         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
30952
30953 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30954
30955         Changes imported from coreutils.
30956         * lib/hard-locale.c: Assume <locale.h> exists.
30957         Include "strdup.h".
30958         (GLIBC_VERSION): New macro.
30959         (hard_locale): Assume setlocale exists.
30960         Rewrite to avoid #ifdef.
30961         Use strdup rather than malloc + strcpy.
30962         * lib/human.c: Assume <locale.h> exists.
30963         (human_readable): Assume localeconv exists.
30964
30965 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
30966
30967         * modules/hard-locale (Depends-on): Add strdup.
30968
30969 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
30970
30971         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
30972         convert T2, not T.  (Imported from libc.)
30973
30974 2004-11-30  Simon Josefsson  <jas@extundo.com>
30975
30976         * modules/restrict (License): Change to LGPL.
30977
30978 2004-11-30  Simon Josefsson  <jas@extundo.com>
30979
30980         * m4/restrict.m4: Add copyright and copying conditions.
30981
30982 2004-11-30  Simon Josefsson  <jas@extundo.com>
30983
30984         * m4/base64.m4: New file.
30985
30986 2004-11-30  Simon Josefsson  <jas@extundo.com>
30987
30988         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
30989         base64.
30990
30991         * tests/test-base64.c: New file.
30992
30993         * modules/base64: New file.
30994
30995 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
30996
30997         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
30998         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
30999
31000         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
31001
31002 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
31003
31004         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
31005         (__getcwd.c): Don't restore errno; glibc doesn't.
31006         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
31007         first, falling back to our code only if its results look suspicious.
31008         Ensure that the resulting buffer is only as large as necessary.
31009
31010         * lib/readutmp.c: Include readutmp.h first.
31011         Include <errno.h>, since readutmp.h no longer does that.
31012         * lib/readutmp.h: Don't include <errno.h>,
31013         <sys/param.h>, <time.h>; not needed to establish interface.
31014         (errno): Remove decl.
31015         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
31016         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
31017         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
31018
31019 2004-11-28  Simon Josefsson  <jas@extundo.com>
31020
31021         * lib/base64.h, base64.c: New file.
31022
31023 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
31024
31025         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
31026
31027 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
31028
31029         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
31030         (Depends-on): Remove pathmax, same.  Add mempcpy.
31031         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
31032         (Makefile.am): Append getcwd.h to lib_SOURCES.
31033         (Include): Add getcwd.h.
31034         (Maintainer): Change from Jim Meyering to "all, glibc",
31035         since getdate now uses intended-for-glibc code.
31036         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
31037         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
31038
31039 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
31040
31041         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
31042         HP's ANSI C compiler.
31043         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
31044         Declaring int functions causes warnings on some modern systems and
31045         shouldn't be needed to compile on ancient ones.
31046         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
31047         defined.
31048
31049         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
31050         with the following changes.
31051         (__set_errno): Parenthesize properly.
31052         Include <stdbool.h>.
31053         (MIN, MAX, MATCHING_INO): New macros.
31054         (__getcwd): Define with prototype, not K&R form.
31055         Use heuristics to allocate default buffer on stack if possible.
31056         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
31057         behavior, and to avoid the PATH_MAX limit when computing
31058         ../../../../...
31059         Use MATCHING_INO to compare inode number to file.
31060         Check for arithmetic overflow in size calculations.
31061         Fix bug in reallocation of dot array that caused getcwd to fail
31062         on directories nested deeper than 75.
31063         Be more careful about saving errno on error.
31064         Do not use realloc; use only free+malloc, as this is a bit
31065         more flexible and avoids a needless copy operation.
31066         Do not inspect st_dev and st_ino for symbolic links; POSIX
31067         doesn't specify the latter.
31068         Check for closedir errors.
31069         Avoid needless casts.
31070         Use "#ifdef weak_alias" around weak_alias, to be like other
31071         glibc code.
31072         The following changes to getcwd.c have effect only when used in
31073         gnulib; they have no effect inside glibc proper.
31074         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
31075         as alloca isn't used.
31076         (alloca, __alloca): Likewise.
31077         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
31078         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
31079         unconditionally, as gnulib assumes C89 or better.
31080         Do not include <sys/param.h>.
31081         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
31082         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
31083         better.
31084         (NULL) [!defined NULL]: Remove; we assume C89 or better.
31085         Include <dirent.h> in a way that is compatible with modern Autoconf.
31086         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
31087         New macros, if not already defined.
31088         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
31089         Use "_LIBC", not "defined _LIBC", for consistency.
31090         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
31091         a mempcpy module.
31092         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
31093         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
31094         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
31095         credit only to Jim Meyering and adjust the copyright dates.
31096         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
31097         <stdlib.h>, <unistd.h>, "pathmax.h".
31098         Instead, include "xgetcwd.h" (first) and "getcwd.h".
31099         (INITIAL_BUFFER_SIZE): Remove.
31100         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
31101
31102 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
31103
31104         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
31105         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
31106         Use the _ONCE methods, for efficiency.
31107         Check for fcntl.h.  In test program, include <errno.h>
31108         and <fcntl.h> if available.  Remove old K&R cruft from
31109         test program.  Check for common errors in GNU/Linux,
31110         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
31111         don't do AC_LIBOBJ, as that's getcwd.m4's job.
31112         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
31113         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
31114         name accordingly.
31115         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
31116         accommodate new getcwd.c.
31117         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
31118         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
31119         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
31120         that's all we need now.
31121
31122 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31123
31124         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
31125         argp-parse.c depends on getopt internals, that means we should
31126         always use our getopt, to be on the safe side.
31127         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
31128         order not to spoil the result of an eventual previous invocation
31129         of gl_GETOPT_SUBSTITUTE.
31130
31131 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31132
31133         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
31134         redefinition warnings. To avoid them, include the defines
31135         in `#if !defined __need_getopt ... #endif'. The only place
31136         where __getopt_argv_const is used is in definitions
31137         of getopt_long and getopt_long_only below, which are as well
31138         protected by `#ifndef __need_getopt'.
31139         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
31140         __need_getopt after including <stdio.h> and <unistd.h> These
31141         headers might have defined it.
31142
31143 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
31144
31145         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
31146
31147 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
31148
31149         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
31150         (futimens): New function, which uses futimes if available.
31151         (futimens, utimens): Support timespec==NULL, with same semantics
31152         as utime and utimens.
31153         * lib/utimens.h (futimens): New decl.
31154
31155 2004-11-23  Jim Meyering  <jim@meyering.net>
31156
31157         * lib/getopt_.h: Remove trailing blanks.
31158
31159 2004-11-23  Jim Meyering  <jim@meyering.net>
31160
31161         * lib/__fpending.c: Add comment.
31162
31163 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
31164
31165         * modules/canonicalize (Depends-on): Add xreadlink.
31166         Problem reported by James Youngman.
31167
31168 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
31169
31170         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
31171         New macros.
31172         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
31173         optopt): Use them instead of invoking ## directly; otherwise, the
31174         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
31175
31176 2004-11-19  Bruno Haible  <bruno@clisp.org>
31177
31178         * lib/strtok_r.c: Move comments from here...
31179         * lib/strtok_r.h: ... to here.
31180
31181 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
31182
31183         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
31184         implementations that mishandle size_t overflow.
31185
31186 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
31187
31188         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
31189         might fail.  Problem reported by Yoann Vandoorselaere.
31190         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
31191         implementations that mishandle size_t overflow.
31192
31193 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31194
31195         * modules/canon-host (Depends-on): Add strdup.
31196
31197 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31198
31199         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
31200
31201 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31202
31203         * lib/canon-host.c: Include "strdup.h".
31204         (canon_host): Use getaddrinfo if available, so that IPv6 works.
31205         Use strdup instead of malloc/strcpy to duplicate strings.
31206
31207         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
31208         (human_space_before_unit): New constant.
31209         * lib/human.c (human_readable): Support it.
31210
31211         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
31212         (xgetcwd): Set errno correctly when failing.
31213         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
31214         the failure is actually due to a PATH_MAX problem.
31215
31216         Further getopt changes to make it more likely that glibc will
31217         buy the changes back.
31218         * lib/getopt.c (POSIXLY_CORRECT): New constant.
31219         (getopt): Use it, so to preserve glibc semantic
31220         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
31221         when compiling for libc.
31222         * lib/getopt_.h (__getopt_argv_const): Bring it back.
31223         (getopt_long, getopt_long_only): Use it.
31224
31225         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
31226         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
31227         (getopt): Argv is now char * const *, as per standard.
31228         (_getopt_internal_r, _getopt_internal): Argv is now char **,
31229         not char *__getopt_argv_const *.
31230         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
31231         _getopt_long_only_r): Likewise.
31232         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
31233         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
31234         _getopt_long_r, _getopt_long_only_r): Likewise.
31235         * lib/getopt_.h (__getopt_argv_const): Remove.
31236         (getopt): Argv is now char * const *, as per standard.
31237
31238         * lib/getdate.y (tORDINAL): New token.
31239         (day, relunit): Allow it for relative times.
31240         (relative_time_table): Use tORDINAL for ordinals.
31241
31242 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
31243
31244         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
31245         Document that "second" isn't allowed as an ordinal number.
31246
31247 2004-11-16  Jim Meyering  <jim@meyering.net>
31248
31249         * modules/closeout (Depends-on): Add fpending.
31250
31251 2004-11-15  Jim Meyering  <jim@meyering.net>
31252
31253         * lib/closeout.c: Include "__fpending.h" once again.
31254         Include <stdbool.h>.
31255         (close_stdout): Don't fail just because stdout was closed initially,
31256         since some programs don't write to stdout in the normal course of
31257         operation (other than --version and --help), and we don't want this
31258         function to make e.g. `touch file >&-' fail.
31259         But do fail if it was closed and someone has tried to write to it.
31260         E.g., `printf foo >&-' must fail.
31261
31262 2004-11-13  Jim Meyering  <jim@meyering.net>
31263
31264         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
31265
31266 2004-11-12  Simon Josefsson  <jas@extundo.com>
31267
31268         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
31269         small doc fix is still pending.
31270
31271 2004-11-11  Simon Josefsson  <jas@extundo.com>
31272
31273         * modules/strtok_r: New file.
31274
31275         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31276         strtok_r.
31277
31278 2004-11-11  Simon Josefsson  <jas@extundo.com>
31279
31280         * m4/strtok_r.m4: New file.
31281
31282         * m4/getopt.m4: Replace opterr.
31283
31284 2004-11-11  Simon Josefsson  <jas@extundo.com>
31285
31286         * lib/strtok_r.h, strtok_r.c: New file.
31287
31288 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
31289
31290         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
31291         of replacing opterr, getopt, etc.  This should handle the
31292         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
31293
31294 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
31295
31296         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
31297         we can stop lying to compilers about the constness of argv when we
31298         are compiled outside glibc.
31299         (getopt, getopt_long, getopt_long_only): Use it.
31300         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
31301         _getopt_internal, getopt): Likewise.
31302         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
31303         _getopt_long_only_r): Likewise.
31304         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
31305         _getopt_long_r, _getopt_long_only_r): Likewise.
31306
31307         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
31308         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
31309         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
31310         the other external symbols.
31311         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
31312         declaration, since the above renaming now works around collisions.
31313
31314 2004-11-11  Jim Meyering  <jim@meyering.net>
31315
31316         * lib/linebreak.c: Remove trailing blanks.
31317         * lib/alloca_.h: Likewise.
31318         * lib/acosl.c: Likewise.
31319         * lib/euidaccess.c: Likewise.
31320         * lib/allocsa.h: Likewise.
31321
31322 2004-11-10  Simon Josefsson  <jas@extundo.com>
31323
31324         * m4/getaddrinfo.m4: New file.
31325
31326 2004-11-10  Simon Josefsson  <jas@extundo.com>
31327
31328         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
31329
31330 2004-11-10  Simon Josefsson  <jas@extundo.com>
31331
31332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31333         getaddrinfo.
31334
31335         * modules/getaddrinfo: New file.
31336
31337 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31338
31339         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
31340
31341 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
31342
31343         * lib/mktime.c (SHR): New macro, which is a portable
31344         substitute for >> that should work even on Crays.
31345         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
31346         Problem reported by Mark D. Baushke in
31347         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
31348         * lib/getdate.y (SHR): Likewise.
31349         (tm_diff): Use it.
31350         * lib/strftime.c (SHR): Likewise.
31351         (tm_diff): Use it.
31352         * lib/quotearg.c (struct quoting_options): Use unsigned int for
31353         quote_these_too, so that right shifts are well defined.  All uses
31354         changed.
31355
31356 2004-11-10  Jim Meyering  <jim@meyering.net>
31357
31358         Ensure that no close failure goes unreported.
31359         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
31360         return early when it seems there's nothing to flush.
31361         Don't include __fpending.h.
31362
31363 2004-11-10  Jim Meyering  <jim@meyering.net>
31364
31365         * modules/closeout (Depends-on): Remove fpending.
31366
31367 2004-11-10  Jim Meyering  <jim@meyering.net>
31368
31369         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
31370
31371 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
31372
31373         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
31374         gl_FUNC_STRFTIME.
31375         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
31376         and AC_REQUIRE when possible, to avoid duplicate checks.
31377         Check for <wchar.h>.
31378
31379 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
31380
31381         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
31382
31383 2004-11-09  Bruno Haible  <bruno@clisp.org>
31384
31385         * m4/sockpfaf.m4: New file.
31386
31387 2004-11-05  Bruno Haible  <bruno@clisp.org>
31388
31389         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
31390         Reported by Mark D. Baushke <mdb@cvshome.org>.
31391
31392 2004-11-04  Bruno Haible  <bruno@clisp.org>
31393
31394         2004-09-11  Bruno Haible  <bruno@clisp.org>
31395                 * allocsa.valgrind: New file.
31396         2004-02-06  Bruno Haible  <bruno@clisp.org>
31397                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
31398                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
31399                 Reported by Christopher Seip <chris.seip@hp.com>.
31400
31401 2004-11-04  Bruno Haible  <bruno@clisp.org>
31402
31403         * modules/allocsa (Files): Add lib/allocsa.valgrind.
31404         (Makefile.am): Distribute it.
31405
31406 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
31407
31408         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
31409         with errno == ERANGE if the buffer is too small.
31410         Problem reported by Mark D. Baushke.
31411
31412 2004-11-03  Albert Chin  <china@thewrittenword.com>
31413             Paul Eggert  <eggert@cs.ucla.edu>
31414
31415         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
31416         equivalent, substitute $ac_type for equivalent type rather than
31417         blindly using uint32_t *always* which won't work if uint32_t is not
31418         available.  Define _UINT32_T to work around typedef of uint32_t if
31419         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
31420         2.5.1.
31421
31422 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
31423
31424         * m4/jm-macros.m4: Sync from coreutils.
31425         (gl_MACROS): Check for mbrlen, for pathchk.
31426         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
31427
31428 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
31429
31430         * lib/xreadlink.c (MAXSIZE): New macro.
31431         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
31432         size does not exceed MAXSIZE.  Avoid cast.
31433         As suggested by Mark D. Baushke in
31434         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
31435         if readlink fails with buffer size just under MAXSIZE, try again
31436         with MAXSIZE.
31437
31438 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
31439
31440         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
31441
31442 2004-11-02  Derek R. Price  <derek@ximbiot.com>
31443         and  Paul Eggert  <eggert@cs.ucla.edu>
31444
31445         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
31446         (get_date): Overparenthesize to avoid GCC warning.
31447
31448 2004-11-02  Bruno Haible  <bruno@clisp.org>
31449
31450         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
31451         returns void.
31452
31453 2004-11-02  Bruno Haible  <bruno@clisp.org>
31454
31455         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
31456         function returns void.
31457
31458 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
31459
31460         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
31461         fflush_unlocked, flockfile, funlockfile, funlockfile,
31462         fputs_unlocked, putc_unlocked.
31463
31464 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
31465
31466         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
31467         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
31468         already declared.
31469
31470 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
31471
31472         * modules/getdate (Files): Add doc/getdate.texi.
31473         (Depends-on): Add setenv, xalloc.
31474
31475 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
31476
31477         * lib/getdate.y: Add support for TZ="foo" within a date string.
31478         Fix some bugs near time_t boundaries.  Reject dates with
31479         out-of-range components, e.g., "Sept 31".
31480         Include <stdlib.h>, "setenv.h", "xalloc.h".
31481         (ISDIGIT_LOCALE): Remove; unused.
31482         Note that the TZ and time functions used here are not reentrant.
31483         (mktime_ok, get_tz): New functions.
31484         (TZBUFSIZE): New constant.
31485         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
31486         This requires that we sometimes generate our own TZ="XXX..." setting.
31487
31488 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
31489
31490         * doc/getdate.texi: New file, from coreutils with modifications for
31491         the new TZ parsing.
31492
31493 2004-10-27  Derek R. Price  <derek@ximbiot.com>
31494
31495         * lib/mktime.c (not_equal_tm): Remove redundant check.
31496
31497 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31498
31499         * modules/regex (lib_SOURCES): Add regex.c.
31500         Reported by James Youngman in
31501         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
31502
31503 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31504
31505         * lib/getdate.y: Use Bison 1.875 features, and some minor
31506         code cleanups.  This change does not affect semantics.
31507         Don't include <stdlib.h>; no longer needed.
31508         Don't include unlocked-io.h; only the "#if TEST" code uses
31509         stdio, and performance isn't crucial there.
31510         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
31511         Bison 1.875 features as described below.
31512         All uses of "PC." replaced by "pc->".
31513         (YYSTYPE): Add a forward declaration.
31514         (yylex, yyerror): Use full prototypes in forward decls.
31515         Use "%pure-parser" rather than obsolescent "%pure_parser".
31516         Use %parse-param and %lex-param instead of obsolescent
31517         YYPARSE_PARAM and YYLEX_PARAM.
31518         (meridian_table, month_and_day_table, time_units_table,
31519         relative_time_table, time_zone_table, military_table,
31520         lookup_zone, lookup_word, get_date):
31521         Use NULL instead of 0 where appropriate.
31522         (to_hour): Avoid abort (), to avoid a dependency on
31523         stdlib.h.
31524         (yyerror, yylex): Now accepts parser_control * arg.
31525         (main) [TEST]: Use '\0' rather than 0 for char.
31526
31527 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31528
31529         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
31530
31531 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31532
31533         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
31534         It's now the caller's responsibility to handle the case where
31535         !HAVE_GETPAGESIZE && !defined getpagesize.
31536
31537         * lib/mktime.c (leapyear): Arg is long int, not int.
31538
31539 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
31540
31541         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
31542
31543 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31544
31545         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
31546         missing.  Problem reported by James Youngman.
31547
31548 2004-10-16  Simon Josefsson  <jas@extundo.com>
31549
31550         * gnulib-tool: Fix comments.  Fix parse problem.
31551         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
31552
31553 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
31554
31555         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
31556         implementation of getopt_long.  Problem reported by Alexander Taler in:
31557         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
31558
31559 2004-10-15  Bruno Haible  <bruno@clisp.org>
31560
31561         * gnulib-tool: Untabify. Initialize supplied_libname.
31562         (func_usage): More homogenous output.
31563         (func_modules_transitive_closure, func_modules_to_filelist,
31564         func_emit_lib_Makefile_am): New functions.
31565         (func_import): New function, extracted from big case statement. Use
31566         func_get_license, func_modules_transitive_closure,
31567         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
31568         opt_lgpl. Don't use test -a, as it's not portable.
31569         (func_create_testdir): Use func_modules_transitive_closure,
31570         func_modules_to_filelist, func_emit_lib_Makefile_am.
31571
31572 2004-10-15  Bruno Haible  <bruno@clisp.org>
31573
31574         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
31575
31576 2004-10-15  Bruno Haible  <bruno@clisp.org>
31577
31578         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
31579         the portions belonging to each module.
31580         Suggested by Derek Robert Price <derek@ximbiot.com>.
31581
31582 2004-10-12  Simon Josefsson  <jas@extundo.com>
31583
31584         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
31585         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
31586         to real functions.
31587
31588 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31589
31590         * modules/vsnprintf: New file.
31591
31592 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31593
31594         * m4/vsnprintf.m4: New file.
31595
31596 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31597
31598         * lib/vsnprintf.h: New file.
31599         * lib/vsnprintf.c: New file.
31600
31601 2004-10-11  Bruno Haible  <bruno@clisp.org>
31602
31603         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
31604         vsnprintf.
31605
31606 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
31607
31608         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
31609
31610 2004-10-07  Bruno Haible  <bruno@clisp.org>
31611
31612         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
31613         fits into the provided buffer.
31614
31615 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31616
31617         * lib/diacrit.c, diacrit.h: Add GPL notice.
31618
31619         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
31620         notice.
31621         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
31622         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
31623         This avoids a potential constant-folding bug.
31624
31625 2004-10-05  Bruno Haible  <bruno@clisp.org>
31626
31627         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
31628         for the declaration of strsep.
31629
31630 2004-10-05  Bruno Haible  <bruno@clisp.org>
31631
31632         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
31633
31634 2004-10-04  Simon Josefsson  <jas@extundo.com>
31635
31636         * modules/memmem: New file.
31637         * tests/test-memmem.c: New file.
31638         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
31639
31640 2004-10-04  Simon Josefsson  <jas@extundo.com>
31641
31642         * m4/memmem.m4: New file.
31643
31644 2004-10-04  Simon Josefsson  <jas@extundo.com>
31645
31646         * lib/memmem.h: New file.
31647         * lib/memmem.c: New file, taken from glibc.
31648
31649 2004-10-04  Simon Josefsson  <jas@extundo.com>
31650
31651         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
31652         '#ifdef USE_UNLOCKED_IO'.
31653
31654 2004-10-04  Simon Josefsson  <jas@extundo.com>
31655
31656         * config/srclist.txt: Add memmem from glibc.
31657
31658 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31659
31660         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
31661
31662         * modules/argmatch, modules/argp, modules/closeout, modules/error,
31663         modules/exclude, modules/getdate, modules/getline,
31664         modules/getndelim2, modules/getpass, modules/getpass-gnu,
31665         modules/getusershell, modules/linebuffer, modules/md5,
31666         modules/mountlist, modules/posixtm, modules/readtokens,
31667         modules/readutmp, modules/regex, modules/sha1,
31668         modules/version-etc, modules/yesno:
31669         Remove dependency on unlocked-io.
31670
31671 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31672
31673         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
31674
31675         * m4/unlocked-io.m4: Add copyright notice.
31676         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
31677
31678 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31679
31680         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
31681         * lib/xmalloc.c (xmemdup): Likewise.
31682         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
31683         XFREE): Remove these long-obsolescent macros.
31684         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
31685         * lib/xstrdup.c: Remove.
31686
31687         * lib/regex.c (re_comp): Cast gettext return value to char *,
31688         Problem reported by Martin Neitzel via Mark D. Baushke.
31689
31690 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
31691
31692         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
31693         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
31694         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
31695         regex.c, sha1.c, version-etc.c, yesno.c:
31696         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
31697         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
31698         the includer's responsibility.
31699
31700         Sync from coreutils.
31701
31702         * lib/modechange.c (mode_compile): Don't decrement a pointer that
31703         points to the start of a string, as the C Standard says the
31704         resulting behavior is undefined.
31705
31706         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
31707         simple -> simple_backups, numbered_existing ->
31708         numbered_existing_backups, numbered -> numbered_backups
31709         to avoid shadowing problems.  All uses changed.
31710         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
31711         * lib/backupfile.c (check_extension, numbered_backup):
31712         Rename locals to avoid shadowing 'basename'.
31713         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
31714         once.
31715
31716         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
31717         * lib/.cvsignore: Add getopt.h.
31718
31719 2004-10-04  Bruno Haible  <bruno@clisp.org>
31720
31721         * modules/README: New file.
31722         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
31723         not a module.
31724
31725 2004-10-02  Jim Meyering  <jim@meyering.net>
31726
31727         * lib/dirfd.h, getpagesize.h: Add copyright notice.
31728
31729 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31730
31731         * modules/strsep: New file.
31732
31733 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31734
31735         * m4/strsep.m4: New file.
31736
31737 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
31738
31739         * lib/strsep.h: New file.
31740         * lib/strsep.c: New file.
31741
31742 2004-10-01  Simon Josefsson  <jas@extundo.com>
31743
31744         * lib/snprintf.c (snprintf): Handle size==0.
31745
31746 2004-10-01  Simon Josefsson  <jas@extundo.com>
31747             Bruno Haible  <bruno@clisp.org>
31748
31749         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
31750         (snprintf): Declare 'args'.
31751
31752 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
31753
31754         * lib/snprintf.c: Remove comments as to why each header is needed.
31755
31756 2004-10-01  Bruno Haible  <bruno@clisp.org>
31757
31758         * MODULES.html.sh: Add strsep.
31759
31760 2004-09-30  Simon Josefsson  <jas@extundo.com>
31761
31762         * modules/snprintf: New file.
31763
31764 2004-09-30  Simon Josefsson  <jas@extundo.com>
31765
31766         * m4/snprintf.m4: New file.
31767
31768 2004-09-30  Simon Josefsson  <jas@extundo.com>
31769
31770         * lib/snprintf.h, lib/snprintf.c: New files.
31771
31772 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31773
31774         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
31775         (hol_entry_help): Never translate an empty string.
31776         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
31777         * lib/argp.h (OPTION_NO_TRANS): New option.
31778
31779 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31780
31781         * modules/argp (Maintainer): Replace Simon Josefsson
31782         by Sergey Poznyakoff.
31783
31784 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31785
31786         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
31787         changes merged back into glibc.
31788
31789 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
31790
31791         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
31792
31793 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31794
31795         * lib/xvasprintf.c: Include xalloc.h.
31796         (xvasprintf): Use xalloc_die, not xmalloc_die.
31797
31798 2004-09-29  Bruno Haible  <bruno@clisp.org>
31799
31800         * modules/alloca-opt: New file, derived from modules/alloca.
31801         * modules/allocsa: Depend on alloca-opt instead of alloca.
31802         * modules/setenv: Likewise.
31803         * modules/vasnprintf: Likewise.
31804         * MODULES.html.sh: Add alloca-opt.
31805
31806 2004-09-28  Simon Josefsson  <jas@extundo.com>
31807
31808         * gnulib-tool: New parameter --lgpl, to asseert that modules are
31809         LGPL, and to replace license template from GPL to LGPL.
31810
31811 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
31812
31813         * modules/dummy: Change license to LGPL.
31814
31815 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
31816
31817         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
31818
31819 2004-09-24  Simon Josefsson  <jas@extundo.com>
31820
31821         * modules/minmax (License): Change from GPL to LGPL.
31822
31823 2004-09-23  Simon Josefsson  <jas@extundo.com>
31824
31825         * gnulib-tool (--import): Typo.
31826
31827 2004-09-23  Simon Josefsson  <jas@extundo.com>
31828
31829         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
31830
31831 2004-09-22  Bruno Haible  <bruno@clisp.org>
31832
31833         * modules/*: Add 'License' field.
31834         * gnulib-tool: Accept --extract-license option.
31835         (func_get_license): New function.
31836
31837 2004-09-21  Bruno Haible  <bruno@clisp.org>
31838
31839         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
31840         Reported by Simon Josefsson.
31841
31842 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31843
31844         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
31845         gl_AC_TYPE_LONG_LONG.
31846
31847 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31848
31849         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
31850
31851 2004-09-18  Simon Josefsson  <jas@extundo.com>
31852         and  Paul Eggert  <eggert@cs.ucla.edu>
31853
31854         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
31855         calls with autoreconf.  Define GL_LIB.
31856
31857 2004-09-14  Karl Berry  <karl@gnu.org>
31858
31859         * config/srclist.txt: unsync setenv.c, sigh.
31860
31861 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31862
31863         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
31864         Problem reported by Bruno Haible in:
31865         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
31866
31867 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
31868
31869         * config/srclist.txt: Comment out argp-pvh.c.
31870
31871 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
31872
31873         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
31874         in case some system header has #define'd it.  Problem reported by
31875         Soeren D. Schulze in
31876         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
31877
31878 2004-09-09  Karl Berry  <karl@gnu.org>
31879
31880         * regex.[ch]: delete from the root.  These were supposed to be
31881                 synced with emacs cvs, but this has not happened for about
31882                 a year, and anyway nothing else uses emacs regex.[ch].
31883                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
31884                 lib/regex[.ch] is untouched.
31885
31886 2004-09-09  Bruno Haible  <bruno@clisp.org>
31887
31888         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
31889
31890 2004-09-09  Bruno Haible  <bruno@clisp.org>
31891
31892         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
31893         modifications.
31894         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
31895
31896 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
31897
31898         * modules/xvasprintf: New file.
31899         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
31900
31901 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
31902
31903         * lib/xvasprintf.h: New file.
31904         * lib/xvasprintf.c: New file.
31905         * lib/xasprintf.c: New file.
31906
31907 2004-09-08  Bruno Haible  <bruno@clisp.org>
31908
31909         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
31910
31911 2004-09-08  Bruno Haible  <bruno@clisp.org>
31912
31913         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
31914         length is > INT_MAX.
31915         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
31916         more.
31917
31918 2004-09-08  Bruno Haible  <bruno@clisp.org>
31919
31920         * lib/stdint_.h: New file, taken from GNU clisp.
31921
31922 2004-09-08  Bruno Haible  <bruno@clisp.org>
31923             Oskar Liljeblad  <oskar@osk.mine.nu>
31924
31925         * modules/stdint: New file.
31926         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
31927
31928 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31929
31930         Import from coreutils.
31931         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
31932         strings on unbounded length.  alloca's performance benefits aren't
31933         that important here.
31934         (V_STRDUP): Remove.
31935         (parse_with_separator): New function, with most of the internals
31936         of the old parse_user_spec.  Allow user to omit both user and group,
31937         for compatibility with FreeBSD.
31938         Clone only the user name, not the entire spec.
31939         Do not set *uid, *gid unless entirely successful.
31940         Avoid memory leak in some failing cases.
31941         Fix regression for USER.GROUP reported by Dmitry V. Levin in
31942         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
31943         (parse_user_spec): Rewrite to use parse_with_separator.
31944
31945 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31946
31947         * modules/userspec: Don't depend on alloca.
31948
31949 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31950
31951         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
31952
31953 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31954
31955         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
31956         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
31957         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
31958
31959 2004-08-16  Simon Josefsson  <jas@extundo.com>
31960
31961         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
31962         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
31963         Add --dry-run for --import.
31964         Let user provided command line parameters override configure.ac
31965         settings.
31966
31967 2004-08-12  Simon Josefsson  <jas@extundo.com>
31968
31969         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
31970         as discussed with Paul Eggert in threads rooted at
31971         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
31972         and
31973         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
31974         Before, the test was empty, and relied on ELIDE_CODE in source
31975         code.)
31976         (gl_PREREQ_GETOPT): New macro.
31977         (gl_GETOPT): Use them.
31978
31979 2004-08-12  Simon Josefsson  <jas@extundo.com>
31980
31981         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
31982         * lib/getopt_.h: Renamed from getopt.h.
31983
31984 2004-08-12  Simon Josefsson  <jas@extundo.com>
31985
31986         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
31987         Change default library name from libfoo to libgnu.
31988         Now, if you have a configure.ac that says:
31989                 gl_SOURCE_BASE(gl)
31990                 gl_M4_BASE(gl/m4)
31991                 gl_MODULES(error getopt etcetera)
31992                 gl_INIT
31993         you can import all you need by running:
31994                 ../gnulib/gnulib-tool --import
31995
31996         * modules/getopt (Files): Rename getopt.h to getopt_.h.
31997         (Makefile.am): Rewrite, use logic from argz.
31998         (Include): Use <getopt.h> instead of "getopt.h".
31999
32000 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32001
32002         * modules/argp (Files): Add m4/unlocked-io.m4.
32003         (Depends-on): Add extensions.
32004
32005 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32006
32007         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
32008         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
32009         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
32010         Check for program_invocation_name, program_invocation_short_name,
32011         flockfile, funlockfile, features.h, _getopt_long_only_r.
32012
32013 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32014
32015         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
32016         its complicated substitute.
32017         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
32018         and program_invocation_name.
32019         (__argp_basename) [!_LIBC]: Remove; the only use was
32020         replaced by its body.
32021         (__argp_short_program_name): Change condition from
32022         !defined __argp_short_program_name to
32023         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
32024         to match argp-namefrob.h.
32025         (__argp_failure): Don't assume strerror_r returns char *.
32026         * lib/argp-parse.c (N_): Define unconditionally.
32027         (argp_default_options): Fill out initializers with 0 to avoid
32028         gcc warnings.
32029
32030 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
32031
32032         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
32033         getopt1.c.
32034
32035 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
32036
32037         Merge from coreutils.
32038
32039         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
32040
32041         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
32042         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
32043
32044 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
32045
32046         Merge from coreutils.
32047
32048         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
32049         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
32050         for Reliant Unix 5.43.
32051
32052         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
32053         (union fooround): Use uintmax_t, not long int.
32054         The rest is a merge from libc:
32055         [defined _LIBC]: Include <shlib-compat.h>.
32056         (_obstack) [defined _LIBC]: Remove after 2.3.4.
32057
32058         * lib/settime.c (settime): Recode to avoid warning with
32059         Sun Forte C 6U2.
32060
32061         * lib/strverscmp.c: Convert to UTF-8.
32062
32063 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
32064
32065         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
32066         m4/uintmax_t.m4.
32067
32068 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32069
32070         * modules/xalloc-die: New file.
32071         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
32072
32073         * modules/md5 (Files): Add m4/uint32_t.m4.
32074         * modules/sha1: Renamed from modules/sha.
32075         (Files):
32076         Rename lib/sha.h to lib/sha1.h.
32077         Rename lib/sha.c to lib/sha1.c.
32078         Rename m4/sha.m4 to m4/sha1.m4.
32079         (lib_SOURCES): Likewise.
32080         (configure.ac): Rename gl_SHA to gl_SHA1.
32081         (Include): sha.h -> sha1.h.
32082
32083 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32084
32085         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
32086         * m4/sha1.m4: Renamed from sha.m4.
32087         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
32088
32089 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
32090
32091         * lib/obstack.h (obstack_empty_p):
32092         Don't assume that chunk->contents is suitably aligned.
32093         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
32094         Likewise. Problem reported by Benno in
32095         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
32096
32097         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
32098         readable.  This could be improved further but it'd take some work.
32099
32100 2004-08-08  Simon Josefsson  <jas@extundo.com>
32101
32102         * modules/xgethostname (Depends-on): Remove exit and error (not
32103         used).
32104
32105         * modules/getpass-gnu: Add getpass.h.
32106         (Depends-on): Add stdbool.
32107         * modules/getpass: Add getpass.h.
32108
32109 2004-08-08  Simon Josefsson  <jas@extundo.com>
32110
32111         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
32112         Check getpass declaration.
32113
32114 2004-08-08  Simon Josefsson  <jas@extundo.com>
32115
32116         * lib/xgethostname.c: Don't include error.h (not used).
32117
32118         * lib/getpass.h: Add.
32119         * lib/getpass.c: Include getpass.h first.
32120
32121 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
32122
32123         * lib/xalloc-die.c: New file.
32124         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
32125         All uses removed.
32126         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
32127         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
32128         xalloc-die.c.
32129         (_, N_, xalloc_die): Move to xalloc-die.c.
32130         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
32131         so that we needn't mess with xalloc_msg_memory_exhausted.
32132
32133         * lib/sha1.h: Renamed from sha.h.
32134         (SHA1_H): Renamed from _SHA_H.
32135         (sha1_ctx): Renamed from sha_ctx.
32136         (sha1_init_ctx): Renamed from sha_init_ctx.
32137         (sha1_process_block): Renamed from sha_process_block.
32138         (sha1_process_bytes): Renamed from sha_process_bytes.
32139         (sha1_finish_ctx): Renamed from sha_finish_ctx.
32140         (sha1_read_ctx): Renamed from sha_read_ctx.
32141         (sha1_stream): Renamed from sha_stream.
32142         (sha1_buffer): Renamed from sha_buffer.
32143         * lib/sha1.c: Likewise; renamed from sha.c.
32144         Do not include <sys/types.h>.
32145         Include <stddef.h> rather than <stdlib.h>.
32146
32147 2004-08-08  Bruno Haible  <bruno@clisp.org>
32148
32149         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
32150         FILESYSTEM_PREFIX_LEN.
32151         * lib/progreloc.c: Likewise.
32152         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
32153
32154 2004-08-06  Simon Josefsson  <jas@extundo.com>
32155
32156         * modules/progname (Depends-on): Don't depend on stdbool.
32157
32158 2004-08-06  Simon Josefsson  <jas@extundo.com>
32159
32160         * modules/getsubopt: New file.
32161         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32162         getsubopt.
32163
32164 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32165
32166         More merge from coreutils.
32167
32168         * m4/utimens.m4, m4/utimecmp.m4: New files.
32169         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
32170         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
32171         prereq.m4, sha.m4: Import changes from coreutils.
32172
32173 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32174
32175         More merge from coreutils.
32176         * modules/raise, modules/readtokens0, modules/utimens:
32177         * modules/utimecmp, module/xnanosleep: New files.
32178         * modules/strftime: Add lib/strftime.h.
32179         Change include from <time.h> to "strftime.h".
32180         * modules/yesno: Add lib/yesno.h.
32181         * modules/backupfile: Remove lib/addext.c.
32182         * modules/euidaccess: Add stat-macros.h.
32183         * modules/canonicalize, modules/euidaccess,
32184         modules/filemode, modules/lchown, modules/makepath,
32185         modules/rmdir, modules/stat: Likewise.
32186
32187 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32188
32189         Merge from tar.
32190         * lib/argp-help.c (make_hol, hol_append): Don't assume that
32191         SIZE_MAX is a valid preprocessor constant.
32192         (__argp_basename): Change from "#ifndef _LIBC"
32193         to "#ifndef __argp_short_program_name", so that
32194         we don't compile these functions for tar.
32195
32196         More merges from coreutils.
32197         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
32198         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
32199         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
32200         * lib/addext.c: Remove; no longer needed.
32201         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
32202         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
32203         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
32204         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
32205         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
32206         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
32207         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
32208         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
32209         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
32210         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32211         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
32212         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
32213         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
32214         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
32215         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
32216         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
32217         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
32218         Import changes from coreutils.
32219
32220 2004-08-05  Simon Josefsson  <jas@extundo.com>
32221
32222         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
32223
32224 2004-08-05  Simon Josefsson  <jas@extundo.com>
32225
32226         * m4/getsubopt.m4: New file.
32227
32228 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
32229
32230         Merge from coreutils.
32231
32232         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
32233         * m4/getcwd-path-max.m4: New files.
32234
32235         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
32236         FILESYSTEM_PREFIX_LEN ->
32237         FILE_SYSTEM_PREFIX_LEN.
32238         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
32239         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
32240         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
32241         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
32242
32243         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
32244         prerequisite modules now handle the DOS stuff.
32245         Don't check for unistd.h.
32246
32247 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
32248
32249         Merge from coreutils.
32250
32251         * lib/.gdb-history: Remove; this doesn't belong here.
32252
32253         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
32254         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
32255         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
32256         * lib/getcwd.c: New files.
32257
32258         * lib/dirname.h: Include <stdbool.h>.
32259         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
32260         for consistency with POSIX terminology.  All uses changed.
32261         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
32262         (strip_trailing_slashes): Use bool for booleans.
32263         * lib/stripslash.c (strip_trailing_slashes): Likewise.
32264
32265         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
32266         sometimes returns a positive errno value even when it succeeds.
32267         (print_errno_message) [!LIBC]: Fall back on strerror if
32268         __strerror_r fails.
32269
32270         * lib/path-concat.c (mempcpy): Don't define if a system header defines
32271         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
32272         (longest_relative_suffix): New function.
32273         (path_concat): Use it.  Assume first argument is not NULL.
32274         Port to DOS.  Omit redundant separators.
32275         Report an error instead of returning NULL.
32276         Use mempcpy instead of memcpy.
32277         (xpath_concat): Remove: not declared or used.
32278
32279         * lib/same.h: Include <stdbool.h>
32280         (same_name): Return bool, not int.
32281         * lib/same.c (same_name): Likewise.
32282         (errno): Don't declare; we assume C89 or better now.
32283
32284         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
32285         if not already defined.
32286
32287         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
32288         * lib/dup-safer.c (errno): Likewise.
32289
32290 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
32291
32292         Merge from coreutils.
32293         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
32294         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
32295         * modules/path-concat: Don't depend on strdup.
32296
32297 2004-08-03  Simon Josefsson  <jas@extundo.com>
32298
32299         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
32300         * lib/progname.h: Don't include stdbool.h.
32301
32302 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
32303
32304         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
32305         * MODULES.html.sh (func_all_modules): Remove fatal.
32306
32307 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
32308
32309         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
32310
32311 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
32312
32313         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
32314         working.
32315
32316 2004-08-02  Simon Josefsson  <jas@extundo.com>
32317
32318         * lib/getsubopt.h: New file, with comments from Bruno Haible.
32319         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
32320         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
32321
32322 2004-08-01  Simon Josefsson  <jas@extundo.com>
32323
32324         * lib/xgetdomainname.c: Include stdlib.h, for free().
32325
32326 2004-07-19  Bruno Haible  <bruno@clisp.org>
32327
32328         * MODULES.html.sh (func_all_modules): Add dummy.
32329
32330 2004-07-16  Simon Josefsson  <jas@extundo.com>
32331
32332         * modules/dummy: New file.
32333
32334 2004-07-16  Simon Josefsson  <jas@extundo.com>
32335
32336         * lib/dummy.c: New file.
32337
32338 2004-07-16  Bruno Haible  <bruno@clisp.org>
32339
32340         * lib/backupfile.h: Add extern "C" for C++.
32341         * lib/closeout.h: Likewise.
32342         * lib/copy-file.h: Likewise.
32343         * lib/findprog.h: Likewise.
32344         * lib/full-write.h: Likewise.
32345         * lib/pathname.h: Likewise.
32346         * lib/progname.h: Likewise.
32347         * lib/stpcpy.h: Likewise.
32348         * lib/stpncpy.h: Likewise.
32349         * lib/strcase.h: Likewise.
32350         * lib/strstr.h: Likewise.
32351         * lib/xalloc.h: Likewise.
32352
32353         * lib/mbswidth.h: Add extern "C" for C++.
32354         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
32355
32356 2004-07-13  Robert Millan  <robertmh@gnu.org>
32357
32358         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
32359
32360 2004-07-09  Simon Josefsson  <jas@extundo.com>
32361
32362         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
32363         failed without this.)
32364
32365 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32366
32367         * modules/chown (Files): Add lib/fchown-stub.c, since
32368         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
32369
32370 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
32371
32372         * lib/fchown-stub.c: New file.
32373
32374 2004-06-24  Jim Meyering  <jim@meyering.net>
32375
32376         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
32377
32378 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32379
32380         * modules/argz: Omit "#include".
32381
32382         * MODULES.html.sh (func_all_modules): Add calloc, to match
32383         2004-06-01 addition of calloc module.
32384
32385 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32386
32387         * m4/argz.m4: New file, which is autoupdated from libtool.
32388
32389 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32390
32391         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
32392         libtool.
32393
32394 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32395
32396         * config/srclist-update: Don't insist on "USA." before the
32397         close-comment, as libtool omits the period and puts the */ on a
32398         separate line.
32399         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
32400         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
32401
32402 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
32403
32404         * modules/argz: New file.
32405         * MODULES.html.sh (func_all_modules): Add argz.
32406
32407 2004-06-12  Jim Meyering  <jim@meyering.net>
32408         and  Paul Eggert  <eggert@cs.ucla.edu>
32409
32410         * modules/hash (Files): Add lib/xalloc.h.
32411         * modules/pipe (Depends-on): Add wait-process.
32412         * modules/stat (Depends-on): Add xalloc.
32413         * modules/userspec (Files): Add lib/userspec.h.
32414         * modules/xstrto
32415
32416         Upgrade from gettext-0.13.
32417         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
32418         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
32419         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
32420
32421 2004-06-10  Jim Meyering  <jim@meyering.net>
32422
32423         * lib/calloc.c: New file.
32424
32425 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
32426
32427         * lib/getdate.y (yylex): Allow space between sign and number.
32428         Problem reported by Dan Jacobson.
32429
32430 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
32431
32432         Merge from coreutils CVS.
32433
32434         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
32435         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
32436         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
32437         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
32438         xstrtol.m4: Fix copyright date and/or serial number.
32439
32440         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
32441         See if we need an fchown replacement.
32442         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
32443         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
32444         and use the replacement function if we detect either defect.
32445
32446         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
32447         gl_UTIMECMP.
32448
32449 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
32450         and  Jim Meyering  <jim@meyering.net>
32451
32452         Merge from coreutils CVS.
32453
32454         * lib/stat-macros.h: New file, with contents from file-type.h
32455         and coreutils' system.h.
32456         * lib/file-type.c: Include "stat-macros.h".
32457         * lib/file-type.h (file_type): Move all macro definitions to new file,
32458         stat-macros.h.
32459
32460         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
32461         Wrap old code with this conditional.
32462         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
32463         function that does not dereference symlinks.
32464         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
32465
32466         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
32467         dependency problems.
32468         (xreadlink): Accept new arg SIZE, for efficiency.
32469         All decls and uses changed.
32470         * lib/xreadlink.h: Include <stddef.h>, for size_t.
32471
32472         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
32473         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
32474
32475         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
32476         sysexits.h.
32477
32478 2004-06-01  Jim Meyering  <jim@meyering.net>
32479
32480         * m4/calloc.m4: New file.
32481
32482 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
32483
32484         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
32485         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
32486         Also, fix a typo in a diagnostic.
32487
32488 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
32489
32490         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
32491         or AC_FUNC_REALLOC.
32492
32493 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
32494
32495         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
32496         macros to be defined.
32497         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
32498         the allocator returns NULL because the requested size is zero.
32499
32500 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32501
32502         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
32503         var.  Add comment explaining why libc still defines it.  This
32504         merges the following patch from glibc:
32505         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
32506
32507 2004-05-20  Andreas Schwab  <schwab@suse.de>
32508
32509         * m4/free.m4: Replace free if it not known to work, not the other
32510         way round.
32511
32512 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32513
32514         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
32515         present in glibc since revision 1.1 of this file.
32516         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
32517         obstack_alignment_mask, obstack_alloc, obstack_base,
32518         obstack_blank, obstack_blank_fast, obstack_chunk_size,
32519         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
32520         obstack_grow0, obstack_init, obstack_int_grow,
32521         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
32522         obstack_next_free, obstack_object_size, obstack_ptr_grow,
32523         obstack_ptr_grow_fast, obstack_room): Remove declarations of
32524         nonexistent functions.
32525
32526 2004-05-18  Karl Berry  <karl@gnu.org>
32527
32528         * config/srclist.txt: break link for vasnprintf.c.
32529
32530 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32531
32532         Port obstack to the AS/400, where pointers are 16 bytes wide and
32533         you cannot cast an integer to a valid pointer.  This patch is
32534         currently waiting to be integrated into glibc; see
32535         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
32536
32537         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
32538         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
32539         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
32540         (struct obstack): temp member is now a union of a pointer and
32541         an integer, instead of an integer.  All integer uses changed.
32542         This does not affect the physical layout of struct obstack,
32543         except on hosts (like the AS/400) where the size or alignment of
32544         void * is greater than that of ptrdiff_t.
32545         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
32546         __STDC__)]: Store temporary in pointer member of union, not
32547         integer member.
32548         * lib/obstack.c: Include <stddef.h>, for offsetof.
32549         (struct fooalign): Remove; it doesn't need a name.
32550         (union fooround): Change double to long double, and add void *.
32551         (DEFAULT_ALIGNMENT): Use offsetof to compute.
32552         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
32553         not a macro.  Hence the values are always int; so remove all
32554         casts-to-int in uses.
32555
32556 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32557
32558         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
32559         we can get this patch merged into glibc.
32560
32561 2004-05-17  Derek R. Price  <derek@ximbiot.com>
32562             Paul Eggert  <eggert@cs.ucla.edu>
32563
32564         * m4/argp: Depend on alloca.
32565
32566 2004-05-17  Derek R. Price  <derek@ximbiot.com>
32567             Paul Eggert  <eggert@cs.ucla.edu>
32568
32569         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
32570         freecoding.
32571
32572 2004-05-17  Bruno Haible  <bruno@clisp.org>
32573
32574         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
32575         precision that consists of a '.' followed by an empty digit string.
32576         Patch by Tor Lillqvist <tml@iki.fi>.
32577
32578 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32579
32580         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
32581         for backward compatibility with older code.  We need our own
32582         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
32583         it under some other name, and our alloca.h will define it.
32584
32585 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32586             Derek Price  <derek@ximbiot.com>
32587
32588         * lib/alloca.c: Include <alloca.h>, to get our interface.
32589         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
32590         include <alloca.h> first.  Use C89 prototype for alloca; this
32591         requires including <stddef.h> for size_t.  Use extern "C" if C++.
32592         Use #elif for simplicity, since we can assume C89 now.
32593         Don't try to source the system alloca.h since it will not be found
32594         and to prevent recursively including its replacement.
32595         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
32596         * lib/regex.c: Likewise.
32597
32598 2004-05-16  Derek Price  <derek@ximbiot.com>
32599             Paul Eggert  <eggert@cs.ucla.edu>
32600
32601         getline cleanup.  This changes the getndelim2 API: both order of
32602         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
32603         no delimiter).
32604
32605         * lib/getline.c: Don't include stddef.h or stdio.h, since our
32606         interface does that.
32607         (getline): Always use getdelim, so that we don't have two
32608         copies of this code.
32609         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
32610         if available.
32611         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
32612         (GETNDELIM2_MAXIMUM): New macro.
32613         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
32614         instead of the old practice of delim2==0.  All callers changed.
32615         Return -1 on overflow, instead of returning junk.
32616         Do not set *linesize unless allocation succeeds.
32617         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
32618         that we include sys/types.h.
32619         * lib/getnline.h: Likewise.
32620         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
32621         (getndelim2): Reorder arguments.
32622         * lib/getnline.c (getnline, getndelim):
32623         Don't discard the NMAX argument.
32624         (getnline): Invoke getndelim, to avoid code duplication.
32625         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
32626         of (size_t) -1 by callers of the getnline family.
32627
32628 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32629
32630         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
32631         Check for gettimeofday.
32632         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
32633         Check for settimeofday, stime.
32634
32635 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32636
32637         * lib/nanosleep.c (suspended): Change its type from int to
32638         sig_atomic_t volatile.
32639         (first_call): Make it private to rpl_nanosleep, and have it
32640         be zero initially as that's a bit faster.
32641         (my_usleep): Round up fractional times instead of truncating them,
32642         as this is the usual meaning for 'sleep'.
32643
32644         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
32645         doesn't work.
32646         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
32647         (ENOSYS): Define if not defined.
32648         (settime): Fall back on stime if it exists and settimeofday fails.
32649         But don't bother with fallbacks if a method fails with errno == EPERM.
32650
32651 2004-05-11  Jim Meyering  <jim@meyering.net>
32652
32653         Prior to this change, the save_cwd caller required read access to the
32654         current directory on most systems (ones with the fchdir function).
32655
32656         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
32657         fails, try write-only, and finally, resort to using xgetcwd.
32658
32659 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32660
32661         * lib/obstack.c, obstack.h: Import changes from libc.
32662
32663 2004-04-28  Bruno Haible  <bruno@clisp.org>
32664
32665         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
32666         also implicitly appends .exe to executables.
32667         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
32668         accepts Windows pathnames.
32669         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
32670         Treat Cygwin like Windows, since it now accepts Windows pathnames.
32671         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
32672         Treat Cygwin like Windows, since it now accepts Windows pathnames.
32673         Reported by Derek Robert Price <derek@ximbiot.com>.
32674
32675 2004-04-21  Karl Berry  <karl@gnu.org>
32676
32677         * config/srclist.txt (localcharset.c): break sync.
32678
32679 2004-04-20  Paul Eggert  <eggert@twinsun.com>
32680
32681         * m4/host-os.m4: Add a copyright notice.
32682
32683 2004-04-20  Jim Meyering  <jim@meyering.net>
32684
32685         Change UTILS_ to gl_ in AC_DEFINE'd names.
32686         Change utils_- and jm_-prefixed variables, too.
32687         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
32688         UTILS_FUNC_MKDIR_TRAILING_SLASH.
32689         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
32690
32691         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
32692         Don't emit trailing blanks.
32693         Also rename jm_-prefixed variables to have gl_ prefix.
32694
32695         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
32696         Also rename jm_-prefixed variables to have gl_ prefix.
32697
32698         * m4/jm-macros.m4: Reflect the renamings.
32699         * m4/prereq.m4: Likewise.
32700
32701 2004-04-20  Jim Meyering  <jim@meyering.net>
32702
32703         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
32704         memory.
32705
32706 2004-04-20  Jim Meyering  <jim@meyering.net>
32707             Bruno Haible  <bruno@clisp.org>
32708
32709         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
32710         memory when realloc fails.
32711
32712 2004-04-19  Jim Meyering  <jim@meyering.net>
32713
32714         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
32715         now that readutmp.c may call `free (0)'.
32716
32717 2004-04-19  Bruno Haible  <bruno@clisp.org>
32718
32719         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
32720         * m4/inttypes_h.m4: Likewise.
32721         * m4/stdint_h.m4: Likewise.
32722         * m4/intmax_t.m4: Likewise.
32723         * m4/uintmax_t.m4: Likewise.
32724
32725 2004-04-18  Jim Meyering  <jim@meyering.net>
32726
32727         * m4/prereq.m4: Don't forbid jm_ prefix.
32728
32729         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
32730         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
32731         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
32732         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
32733         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
32734         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
32735         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
32736         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
32737         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
32738         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
32739         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
32740         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
32741         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
32742         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
32743         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
32744         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
32745         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
32746         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
32747         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
32748
32749 2004-04-18  Jim Meyering  <jim@meyering.net>
32750
32751         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
32752         failure, don't leak memory and do call END_UTMP_ENT.
32753
32754 2004-04-16  Jim Meyering  <jim@meyering.net>
32755
32756         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
32757         coreutils' stat program.
32758         (gl_PREREQ): Don't require jm_PREREQ_STAT.
32759
32760 2004-04-11  Paul Eggert  <eggert@twinsun.com>
32761
32762         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
32763         C89.
32764         (CHAR_BIT): Remove, since we assume C89.
32765         Include <stdint.h> if available, as per current Autoconf CVS advice.
32766
32767 2004-03-31  Jim Meyering  <jim@meyering.net>
32768
32769         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
32770         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
32771         * m4/xalloc.m4: Likewise.
32772
32773 2004-03-30  Paul Eggert  <eggert@twinsun.com>
32774
32775         Merge from coreutils.
32776
32777         * m4/inttostr.m4: New file.
32778         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
32779         Require AM_STDBOOL_H and gl_TIMESPEC instead.
32780         Require gl_CLOCK_TIME.
32781         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
32782
32783 2004-03-30  Paul Eggert  <eggert@twinsun.com>
32784
32785         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
32786         not bool, to be more consistent with Unix conventions.
32787         Suggested by Bruno Haible.
32788
32789         Merge from coreutils.
32790
32791         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
32792         * lib/umaxtostr.c: New files.
32793
32794         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
32795         the usual <time.h> dance.
32796         (get_date): Change signature to support fractional time stamps.
32797         All callers changed.
32798         * lib/getdate.y: Include "getdate.h" first, as we can now
32799         assume C89 and don't need to worry about 'const'.
32800         Similarly, include "unlocked-io.h" near start, not in middle.
32801         Include <limits.h>.
32802         (textint.value): Use long int rather than int.
32803         (textint.digits): Use size_t rather than int.
32804         (BILLION, LOG10_BILLION): New constants.
32805         (parser_control): New member rel_ns.  Members day_ordinal,
32806         time_zone, month, day, hour, minutes, rel_year, rel_month,
32807         rel_day, rel_hour, rel_minutes, rel_seconds
32808         are now long int, not int.  Member seconds is now struct timespec,
32809         not int.  New member timespec_seen.  Members dates_seen, days_seen,
32810         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
32811         not int.
32812         (%union.intval): Now long int, not int.
32813         New member timespec.
32814         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
32815         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
32816         (spec): Now is a timespec or an item list.
32817         (timespec, items): New nonterminals.
32818         (time, rel, relunit, number, get_date):
32819         Add support for fractional seconds.
32820         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
32821         (gmtime, localtime, mktime): Remove decls; not needed with C89.
32822         (to_hour): First arg is now long int, not int.
32823         (to_year): Returns long int, not int.
32824         Don't treat year -70 like 70.
32825         (tm_diff): Returns long int, not int.
32826         (lookup_word): Use bool instead of int when appropriate.
32827         (yylex): Use size_t for count, not int.
32828         Detect overflow when parsing large integer constants.
32829         Add support for fractions.
32830         (get_date): Make pointers 'const' if possible.
32831         Use more-portable code to detect integer overflow.
32832         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
32833         Don't use ctime; it's not reliable if the year has >4 digits.
32834
32835         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
32836         This is for compatibility with BSD.
32837
32838         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
32839         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
32840         From coreutils' system.h.
32841
32842         * lib/userspec.c: Don't include "posixver.h".
32843         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
32844         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
32845         compatible extension.  Simplify code by removing a boolean int
32846         that was always nonzero if a string was nonnull.
32847
32848 2004-03-30  Jim Meyering  <jim@meyering.net>
32849
32850         Merge from coreutils.
32851
32852         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
32853         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
32854         on some systems one must include <grp.h> before it.
32855         Reported by Christian Krackowizer.
32856
32857 2004-03-30  Jim Meyering  <jim@meyering.net>
32858
32859         Merge from coreutils.
32860
32861         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
32862
32863         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
32864         an empty input stream.
32865
32866         * lib/readtokens.c: Include <stdbool.h>.
32867         (readtoken): Use `size_t' rather than int/long.
32868         All callers adjusted.
32869         Use `bool' rather than `int' where appropriate.
32870         Use memset rather than an explicit loop.
32871         Use x2nrealloc rather than xrealloc.
32872         Allow the use of `\0' as a delimiter.
32873         (readtokens): Likewise.
32874         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
32875
32876 2004-03-30  Jim Meyering  <jim@meyering.net>
32877
32878         * m4/realloc.m4: Remove file, since now it does no more than
32879         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
32880         the `configure.ac' section of module/realloc.
32881         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
32882
32883 2004-03-30  Bruno Haible  <bruno@clisp.org>
32884
32885         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
32886         nonnull.
32887
32888 2004-03-29  Paul Eggert  <eggert@twinsun.com>
32889
32890         Merge changes to getloadavg.c from coreutils and Emacs.
32891
32892         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
32893         Define to an expression, not to the empty string.
32894         Include cloexec.h and xalloc.h.
32895         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
32896         Use set_cloexec_flag rather than rolling our own.
32897         * lib/cloexec.c, lib/cloexec.h: New files.
32898
32899 2004-03-29  Paul Eggert  <eggert@twinsun.com>
32900
32901         * m4/cloexec.m4: New file.
32902
32903 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32904
32905         * lib/getopt.h: Sync with libc CVS.
32906
32907 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32908             Bruno Haible  <bruno@clisp.org>
32909
32910         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
32911         mbswidth.
32912
32913 2004-03-18  Paul Eggert  <eggert@twinsun.com>
32914             Bruno Haible  <bruno@clisp.org>
32915
32916         * lib/mbswidth.h: Include <wchar.h> only if
32917         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
32918         <wchar.h>.
32919         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
32920
32921 2004-03-09  Paul Eggert  <eggert@twinsun.com>
32922
32923         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
32924         Sync with libc CVS.
32925         * lib/getopt_int.h: New file, also synced from libc.
32926
32927 2004-03-09  Paul Eggert  <eggert@twinsun.com>
32928
32929         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
32930         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
32931         Bring back getopt.c, getopt.h, getopt1.c.
32932
32933 2004-03-07  Paul Eggert  <eggert@twinsun.com>
32934
32935         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
32936         All uses changed.  Check for sa_sigaction member; this fixes
32937         a bug first reported by Jason Andrade in
32938         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32939
32940 2004-03-07  Paul Eggert  <eggert@twinsun.com>
32941
32942         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
32943         '#if' expressions.  Unlike the code it replaces, it does not
32944         depend on (defined _SC_PAGESIZE).  However, it does depend on
32945         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
32946         first reported by Jason Andrade in
32947         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
32948
32949 2004-02-25  Simon Josefsson  <jas@extundo.com>
32950
32951         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
32952
32953 2004-02-25  Simon Josefsson  <jas@extundo.com>
32954
32955         * lib/strdup.h: New file.
32956         * lib/strdup.c: Include it.
32957         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
32958         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
32959
32960 2004-02-23  Karl Berry  <karl@gnu.org>
32961
32962         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
32963         (from fencepost.gnu.org:/gd/gnuorg).
32964
32965 2004-02-23  Karl Berry  <karl@gnu.org>
32966
32967         * config/srclistvars.sh (GNUORG) [karl]: redefine.
32968         * config/srclist.txt: add maintain/standards documents.
32969
32970 2004-02-18  Bruno Haible  <bruno@clisp.org>
32971
32972         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
32973         Reported by Derek Robert Price <derek@ximbiot.com>.
32974
32975 2004-02-16  Karl Berry  <karl@gnu.org>
32976
32977         * config/mkinstalldirs, install-sh: update from automake.
32978
32979 2004-02-06  Karl Berry  <karl@gnu.org>
32980
32981         * m4/po.m4: update from gettext 0.14.1.
32982
32983 2004-02-06  Karl Berry  <karl@gnu.org>
32984
32985         * lib/config.charset: update from gettext 0.14.1.
32986
32987 2004-02-05  Paul Eggert  <eggert@twinsun.com>
32988
32989         Add comments and code, prompted by suggestions from Bruno Haible
32990         for sh-quote.
32991         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
32992         describing the enum quoting_style values.
32993         * lib/quotearg.c (quotearg_alloc): New function.
32994         (quotearg_buffer_restyled): Treat lone { and } as special.
32995         Treat = as special.  Work around bug with older shells
32996         that "see" a '\' that is really the 2nd byte of a multibyte char.
32997         Quote empty string with shell_quoting_style.
32998
32999 2004-02-03  Bruno Haible  <bruno@clisp.org>
33000
33001         * m4/pipe.m4: New file, from GNU gettext.
33002
33003 2004-02-03  Bruno Haible  <bruno@clisp.org>
33004
33005         * lib/pipe.h: New file, from GNU gettext.
33006         * lib/pipe.c: New file, from GNU gettext.
33007
33008 2004-01-27  Bruno Haible  <bruno@clisp.org>
33009
33010         * m4/execute.m4: New file, from GNU gettext.
33011
33012 2004-01-27  Bruno Haible  <bruno@clisp.org>
33013
33014         * lib/execute.h: New file, from GNU gettext.
33015         * lib/execute.c: New file, from GNU gettext.
33016         * lib/w32spawn.h: New file, from GNU gettext.
33017
33018 2004-01-24  Paul Eggert  <eggert@twinsun.com>
33019
33020         Merge from diffutils.
33021
33022         * lib/file-type.c (file_type): Add typed memory objects.
33023         * lib/file-type.h (S_TYPEISTMO): New macro.
33024
33025         * lib/c-stack.h (c_stack_action): Remove argv argument.
33026         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
33027         (die): Don't calculate message unless segv_action returns.
33028         (get_stack_location, min_address_from_argv, max_address_from_argv,
33029         volatile stack_base, volatile_stack_size): Remove.
33030         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
33031         that every segmentation violation is a stack overflow.  (Ouch!)
33032         See Debian bug 136249 (still outstanding) for more info about why
33033         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
33034
33035 2004-01-24  Paul Eggert  <eggert@twinsun.com>
33036
33037         Exit-status fix from coreutils.
33038
33039         Use exit_failure consistently in place of EXIT_FAILURE,
33040         so that program exit statuses are consistent on failure.
33041
33042         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
33043         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
33044         * lib/argmatch.h: Comment fix to match the above.
33045         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
33046         Now a macro referring to exit_failure, instead of a separate
33047         variable.  Include "exitfail.h" to get it.
33048         * lib/xstrtol.h: Include "exitfail.h".
33049         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
33050
33051         * lib/long-options.c (parse_long_options): Use prototype
33052         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
33053         for clarity.
33054
33055 2004-01-21  Jim Meyering  <jim@meyering.net>
33056
33057         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
33058         so as not to conflict with a different-sized __mktime_internal
33059         function in GNU libc.
33060         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
33061         Problem building statically-linked `ls' reported by Michael Brunnbauer.
33062
33063 2004-01-20  Karl Berry  <karl@gnu.org>
33064
33065         * config/config.guess: update from config.
33066
33067         * config/srclistvars.sh: GNUWWWLICENSES for karl.
33068
33069 2004-01-20  Bruno Haible  <bruno@clisp.org>
33070
33071         Safer stack allocation.
33072         * lib/setenv.c: Include allocsa.h.
33073         (alloca): Remove fallback definition.
33074         (freea): Remove macro.
33075         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
33076         instead of freea.
33077
33078 2004-01-20  Bruno Haible  <bruno@clisp.org>
33079
33080         * m4/eealloc.m4: New file, from GNU gettext.
33081
33082 2004-01-20  Bruno Haible  <bruno@clisp.org>
33083
33084         * m4/allocsa.m4: New file, from GNU gettext.
33085
33086 2004-01-20  Bruno Haible  <bruno@clisp.org>
33087
33088         * lib/xallocsa.h: New file, from GNU gettext.
33089         * lib/xallocsa.c: New file, from GNU gettext.
33090
33091 2004-01-20  Bruno Haible  <bruno@clisp.org>
33092
33093         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
33094
33095 2004-01-20  Bruno Haible  <bruno@clisp.org>
33096
33097         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
33098         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
33099         specially.
33100
33101 2004-01-20  Bruno Haible  <bruno@clisp.org>
33102
33103         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
33104         patch.
33105
33106 2004-01-20  Bruno Haible  <bruno@clisp.org>
33107
33108         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
33109
33110 2004-01-20  Bruno Haible  <bruno@clisp.org>
33111
33112         * lib/eealloc.h: New file.
33113
33114 2004-01-20  Bruno Haible  <bruno@clisp.org>
33115
33116         * lib/binary-io.h: Avoid warnings on Cygwin.
33117
33118 2004-01-20  Bruno Haible  <bruno@clisp.org>
33119
33120         * lib/allocsa.h: New file, from GNU gettext.
33121         * lib/allocsa.c: New file, from GNU gettext.
33122
33123 2004-01-18  Karl Berry  <karl@gnu.org>
33124
33125         * doc/gpl.texi, doc/lgpl.texi: new files.
33126
33127 2004-01-18  Karl Berry  <karl@gnu.org>
33128
33129         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
33130         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
33131
33132 2004-01-15  Paul Eggert  <eggert@twinsun.com>
33133
33134         Merge from coreutils.
33135
33136         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
33137         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
33138         (gl_DEFAULT_POSIX2_VERSION): Move
33139         the documentation from 'configure' into 'config.hin',
33140         so that 'configure --help' isn't burdened by it and
33141         we don't have to worry about its formatting there.
33142         Reword the documentation so that it's more succinct
33143         and can be run together into a single paragraph.
33144         * m4/same.m4 (gl_SAME): Check for pathconf.
33145
33146 2004-01-15  Paul Eggert  <eggert@twinsun.com>
33147
33148         Merge from coreutils.
33149
33150         * lib/posixver.c: Include posixver.h.
33151
33152         * lib/same.c: Include <stdbool.h>, <limits.h>.
33153         (_POSIX_NAME_MAX): Define if not defined.
33154         (MIN): New macro.
33155         (same_name): If file names are silently truncated, report
33156         that the file names are the same if they are the same after
33157         the silent truncation.
33158
33159         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
33160         conversion function.
33161         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
33162         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
33163         longer needed.
33164
33165 2004-01-15  Jim Meyering  <jim@meyering.net>
33166
33167         Merge from coreutils.
33168
33169         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
33170         if no library is required.
33171         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
33172         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
33173         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
33174         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
33175         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
33176         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
33177         value, $ac_cv_search_crypt, if it's "none required".
33178         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
33179         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
33180         not gl_FUNC_GETLOADAVG.
33181         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
33182         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
33183
33184 2004-01-15  Jim Meyering  <jim@meyering.net>
33185
33186         Merge from coreutils.
33187
33188         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
33189         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
33190         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
33191
33192         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
33193         optional configure-time default.
33194
33195         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33196
33197         * lib/xreadlink.c (xreadlink): Correct outdated comment.
33198
33199 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
33200
33201         Merge from coreutils.
33202
33203         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
33204         value, $ac_cv_search_nanosleep, if it's "none required".
33205
33206 2004-01-14  Paul Eggert  <eggert@twinsun.com>
33207
33208         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
33209         with like-named macro in fnmatch.c.
33210         (EXT): Use an internal constant instead.
33211
33212         Merge fnmatch patches from glibc.
33213         * lib/fnmatch.c (mbsinit): Remove define.
33214         Add libc_hidden_ver (__fnmatch, fnmatch).
33215         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
33216         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
33217
33218 2004-01-14  Karl Berry  <karl@gnu.org>
33219
33220         * config/install-sh: update from automake.
33221
33222 2004-01-13  Karl Berry  <karl@gnu.org>
33223
33224         * config/install-sh: update from automake.
33225
33226 2004-01-09  Karl Berry  <karl@gnu.org>
33227
33228         * config/install-sh: update from automake.
33229
33230 2004-01-05  Karl Berry  <karl@gnu.org>
33231
33232         * config/config.{sub,guess}: update from config.
33233
33234 2003-12-31  Karl Berry  <karl@gnu.org>
33235
33236         * config/depcomp: update from automake.
33237
33238 2003-12-14  Karl Berry  <karl@gnu.org>
33239
33240         * lib/config.charset: update from gettext-runtime.
33241
33242 2003-12-03  Paul Eggert  <eggert@twinsun.com>
33243
33244         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
33245         Bug reported by Alfred M. Szmidt.
33246
33247 2003-12-03  Bruno Haible  <bruno@clisp.org>
33248
33249         * m4/gettext.m4: Upgrade from gettext-0.13.
33250         * m4/po.m4: Upgrade from gettext-0.13.
33251         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
33252         * m4/intmax.m4: New file, from gettext-0.13.
33253         * m4/printf-posix.m4: New file, from gettext-0.13.
33254
33255 2003-11-29  Karl Berry  <karl@gnu.org>
33256
33257         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
33258
33259 2003-11-25  Paul Eggert  <eggert@twinsun.com>
33260             Bruno Haible  <bruno@clisp.org>
33261
33262         * lib/printf-parse.h: Don't include sys/types.h.
33263         (ARG_NONE): New macro.
33264         (char_directive): Change type of *arg_index fields to size_t.
33265         * lib/printf-parse.c: Don't include sys/types.h.
33266         (SSIZE_MAX): Remove macro.
33267         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
33268         Remove unnecessary overflow check.
33269         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
33270         fields.
33271
33272 2003-11-25  Bruno Haible  <bruno@clisp.org>
33273
33274         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
33275
33276 2003-11-25  Bruno Haible  <bruno@clisp.org>
33277
33278         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
33279         gt_TYPE_SSIZE_T.
33280
33281 2003-11-24  Paul Eggert  <eggert@twinsun.com>
33282
33283         * modules/alloca: Remove dependency on xalloc.
33284
33285 2003-11-24  Paul Eggert  <eggert@twinsun.com>
33286
33287         * lib/alloca.c: Remove dependency on xalloc module.
33288         (xalloc_die): Remove.
33289         (memory_full) [!defined emacs]: New macro.
33290         [!defined emacs]: Don't include xalloc.h.
33291         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
33292         address arithmetic overflows.  Change datatypes a bit to avoid
33293         unnecessary casts.
33294
33295 2003-11-22  Jim Meyering  <jim@meyering.net>
33296
33297         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
33298         s/size/size_t/.
33299
33300 2003-11-21  Karl Berry  <karl@gnu.org>
33301
33302         * config/config.{sub,guess}: update from config.
33303
33304 2003-11-18  Karl Berry  <karl@gnu.org>
33305
33306         * config/config.{sub,guess}: update from config.
33307
33308         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
33309
33310 2003-11-17  Paul Eggert  <eggert@twinsun.com>
33311
33312         * README: Mention that S+T cannot overflow if S is the size of
33313         an existing object and T is sufficiently small.
33314
33315 2003-11-17  Jim Meyering  <jim@meyering.net>
33316
33317         On systems without utime and without a utimes function capable of
33318         dealing with a NULL struct utimbuf* argument, this utime replacement
33319         could -- in unusual circumstances -- leak a file descriptor.
33320         * lib/utime.c: Include <unistd.h> and <errno.h>.
33321         (utime_null): Be sure to close `fd' and to preserve errno.
33322         Reported by Geoff Collyer via Arnold Robbins.
33323
33324 2003-11-17  Bruno Haible  <bruno@clisp.org>
33325
33326         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
33327         (Depends-on): Add xsize.
33328
33329 2003-11-17  Bruno Haible  <bruno@clisp.org>
33330
33331         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
33332
33333 2003-11-17  Bruno Haible  <bruno@clisp.org>
33334
33335         * lib/vasnprintf.c (alloca): Remove fallback definition.
33336         (freea): Remove definition.
33337         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
33338         Reported by Paul Eggert.
33339
33340 2003-11-16  Paul Eggert  <eggert@twinsun.com>
33341             Bruno Haible  <bruno@clisp.org>
33342
33343         Protect against address arithmetic overflow.
33344         * lib/printf-args.h: Include stddef.h.
33345         (arguments): Change type of field 'count' to size_t.
33346         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
33347         'unsigned int' where appropriate.
33348         * lib/printf-parse.h: Include sys/types.h.
33349         (char_directive): Change type of *arg_index fields to ssize_t.
33350         (char_directives): Change type of fields 'count', max_*_length to
33351         size_t.
33352         * lib/printf-parse.c: Include sys/types.h and xsize.h.
33353         (SSIZE_MAX): Define fallback value.
33354         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
33355         instead of 'int' where appropriate. Check a_allocated, d_allocated
33356         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
33357         * lib/vasnprintf.c: Include xsize.h.
33358         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
33359         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
33360         overflow. Avoid wraparound when converting a width or precision from
33361         decimal to binary.
33362
33363 2003-11-16  Bruno Haible  <bruno@clisp.org>
33364
33365         Update from GNU gettext.
33366         * lib/printf-parse.c: Generalize to it can be compiled for wide
33367         strings.
33368         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
33369         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
33370         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
33371         SNPRINTF): New macros.
33372         Don't include <alloca.h> if the file is used inside libintl.
33373         (local_wcslen): New function, for Solaris 2.5.1.
33374         (VASNPRINTF): Use it instead of wcslen.
33375
33376 2003-11-16  Bruno Haible  <bruno@clisp.org>
33377
33378         * lib/xsize.h (xmax): New function.
33379         (xsum, xsum3, xsum4): Declare as "pure" functions.
33380
33381 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33382
33383         * modules/xalloc (Files): Undo latest change, since xalloc.h
33384         no longer needs SIZE_MAX or PTRDIFF_MAX.
33385
33386 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33387
33388         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
33389         gl_PTRDIFF_MAX.
33390
33391 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33392
33393         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
33394         "return", to pacify some unknown compiler.  Problem reported
33395         by Joerg Schilling.
33396
33397 2003-11-12  Paul Eggert  <eggert@twinsun.com>
33398
33399         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
33400         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
33401         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
33402         heuristic is just as accurate as far as we know, and it removes a
33403         dependency on size_max.m4 and ptrdiff_max.m4.
33404
33405 2003-11-11  Bruno Haible  <bruno@clisp.org>
33406
33407         * modules/xsize (Files): Add m4/size_max.m4.
33408         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
33409
33410 2003-11-11  Bruno Haible  <bruno@clisp.org>
33411
33412         * m4/size_max.m4: New file.
33413         * m4/ptrdiff_max.m4: New file.
33414         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
33415         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
33416         (gl_XALLOC): Invoke it.
33417
33418 2003-11-11  Bruno Haible  <bruno@clisp.org>
33419
33420         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
33421         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
33422         defined.
33423
33424 2003-11-10  Paul Eggert  <eggert@twinsun.com>
33425
33426         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
33427         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
33428         rejected some allocations of exactly SIZE_MAX - 2 bytes.
33429         From Bruno Haible.
33430         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
33431         not (size_t) -1, since it's defined here.
33432
33433 2003-11-09  Karl Berry  <karl@gnu.org>
33434
33435         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
33436
33437 2003-11-06  Paul Eggert  <eggert@twinsun.com>
33438
33439         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
33440         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
33441         Reject sizes of exactly SIZE_MAX bytes.
33442         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
33443         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
33444
33445 2003-11-05  Bruno Haible  <bruno@clisp.org>
33446
33447         * lib/xsize.h: Include limits.h, to avoid a possible collision with
33448         SIZE_MAX defined in <limits.h> on Solaris.
33449
33450 2003-11-04  Jim Meyering  <jim@meyering.net>
33451
33452         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
33453         variable names, rather than @VAR@.
33454         * modules/poll: Likewise.
33455
33456 2003-11-04  Bruno Haible  <bruno@clisp.org>
33457
33458         * modules/xsize: New file.
33459         * modules/linebreak: Depend on xsize.
33460         * MODULES.html.sh (func_all_modules): Add xsize.
33461
33462 2003-11-04  Bruno Haible  <bruno@clisp.org>
33463
33464         * m4/xsize.m4: New file.
33465
33466 2003-11-04  Bruno Haible  <bruno@clisp.org>
33467
33468         * lib/xsize.h: New file.
33469         * lib/linebreak.c: Include xsize.h.
33470         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
33471         argument for overflow.
33472         Suggested by Paul Eggert.
33473
33474 2003-11-03  Karl Berry  <karl@gnu.org>
33475
33476         * config/config.{guess,sub}: update from config.
33477
33478 2003-11-03  Jim Meyering  <jim@meyering.net>
33479
33480         * modules/userspec (lib_SOURCES): Add userspec.h.
33481         (Include): Add "userspec.h".
33482         Improve description.
33483
33484 2003-11-03  Jim Meyering  <jim@meyering.net>
33485
33486         * lib/userspec.c: Include "userspec.h".
33487         * lib/userspec.h: New file.
33488
33489 2003-11-03  Bruno Haible  <bruno@clisp.org>
33490
33491         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
33492
33493 2003-11-03  Bruno Haible  <bruno@clisp.org>
33494
33495         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
33496         available, to avoid (extremely rare) race condition.
33497         Suggested by Paul Eggert.
33498
33499 2003-11-02  Karl Berry  <karl@gnu.org>
33500
33501         * config/srclist.txt (vasprintf.c): sync broken, sigh.
33502
33503 2003-10-31  Paul Eggert  <eggert@twinsun.com>
33504
33505         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
33506         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
33507         (read_filesystem_list): Set and use me_type_malloced.
33508         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
33509         whatever the type happens to be), for brevity and consistency.
33510         Check for size calculation overflow on Alphas running OSF/1.
33511
33512 2003-10-31  Jim Meyering  <jim@meyering.net>
33513
33514         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
33515
33516         * lib/linebuffer.c: Include <string.h> for declaration of memset.
33517
33518 2003-10-30  Paul Eggert  <eggert@twinsun.com>
33519             Bruno Haible  <bruno@clisp.org>
33520
33521         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
33522         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
33523
33524 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33525
33526         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
33527         netbsd*-gnu*.  Suggested by Robert Millan.
33528
33529 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33530
33531         * modules/group-member: Depend on stdbool.
33532
33533 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33534
33535         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
33536
33537 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33538
33539         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
33540         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
33541         after the 'gnu' in these cases.  This fixes some bugs in the
33542         previous change, and is based on suggestions by Robert Millan.
33543
33544 2003-10-29  Paul Eggert  <eggert@twinsun.com>
33545
33546         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
33547         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
33548         no longer needed.
33549         * lib/quotearg.c (quotearg_n_options): Use it.
33550         * lib/group-member.c: Include <stdbool.h>.
33551         (free_group_info): Arg is now const *; don't free arg.
33552         (get_group_info): Now returns bool and accepts struct group_info *,
33553         rather than returning a malloc'ed struct group_info *.
33554         All uses changed.  Check for overflow in internal size calculation.
33555
33556         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
33557         rather than xmalloc/xrealloc.
33558         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
33559         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
33560         conformance bug: the old code used a pointer after freeing the
33561         storage that it addressed.
33562         * lib/hash.c (hash_initialize): Simplify the code by using
33563         xalloc_oversized rather than doing it by hand.
33564         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
33565         the buffer preserved.  Use free and xmalloc instead.
33566         * lib/quotearg.c (quotearg_n_options): Likewise.
33567         Use a simpler test for size overflow.  Don't use xalloc_oversized
33568         because unsigned int might be wider than size_t (!); this suggests
33569         that we should switch from unsigned int to size_t for slot numbers.
33570
33571 2003-10-28  Paul Eggert  <eggert@twinsun.com>
33572
33573         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
33574         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
33575         NetBSD kernels.  Requested by Richard Stallman.
33576
33577 2003-10-27  Paul Eggert  <eggert@twinsun.com>
33578
33579         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
33580         to allocate the returned structure.  Do not allocate a subarray,
33581         as x2nrealloc will do that.
33582         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
33583         instead of xnrealloc.
33584         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
33585
33586 2003-10-27  Bruno Haible  <bruno@clisp.org>
33587
33588         * lib/stdbool_.h: Better support for BeOS.
33589
33590 2003-10-26  Paul Eggert  <eggert@twinsun.com>
33591
33592         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
33593         now uses inline.
33594
33595 2003-10-26  Paul Eggert  <eggert@twinsun.com>
33596
33597         * lib/xalloc.h (xalloc_oversized): New static inline function, for
33598         callers that want to do their own size-overflow checking.  Include
33599         <stdbool.h>, since xalloc_oversized returns bool.
33600         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
33601         to use xalloc_oversized.
33602
33603         Add two functions x2realloc, x2nrealloc, for programs that grow
33604         arrays dynamically by doubling their sizes.
33605         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
33606         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
33607         New functions.
33608
33609         Port to C99 semantics for 'inline' of external functions.
33610         Bug reported by Bruno Haible.
33611         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
33612         with the old contents of xnmalloc.
33613         (xnmalloc, xmalloc): Use it.
33614         (xnrealloc_inline): New static inline function,
33615         with the old contents of xnrealloc.
33616         (xnrealloc, xrealloc): Use it.
33617
33618         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
33619         that.
33620
33621 2003-10-26  Karl Berry  <karl@gnu.org>
33622
33623         * config/srclist.txt (COPYING.DOC): no longer available from
33624         /gd/gnuorg; don't know where the ultimate source is.
33625
33626 2003-10-25  Paul Eggert  <eggert@twinsun.com>
33627
33628         Fix several address-calculation bugs in the hash modules,
33629         plus some minor code cleanup.
33630
33631         * lib/hash.h: Include <stdbool.h>, for bool.
33632         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
33633         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
33634         hash_get_n_entries, hash_get_max_bucket_length,
33635         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
33636         hash_rehash): Use size_t rather than unsigned.
33637         * lib/hash.c (struct hash_table, hash_get_n_buckets,
33638         hash_get_n_buckets_used, hash_get_n_entries,
33639         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
33640         hash_get_entries, hash_do_for_each, hash_string, is_prime,
33641         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
33642         Likewise.
33643         (SIZE_MAX): Define if not defined.
33644         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
33645         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
33646         hash_print):
33647         Use const * when possible.
33648         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
33649         (check_tuning): Fix bug: if tuning parameters were very close to
33650         0 or 1, rounding errors could have caused subscript violations.
33651         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
33652         (hash_initialize): Add 'fail:' label
33653         to free table and return NULL, and use it to simplify code.
33654         Use calloc rather than clearing the storage ourself.
33655         (hash_initialize, hash_rehash): Check for arithmetic overflow in
33656         buffer size calculations.
33657         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
33658         Include <stddef.h>, for size_t.
33659         * lib/hash-pjw.c (hash_pjw): Likewise.
33660         Switch to method described by Bruno Haible.
33661         Include <limits.h>, for CHAR_BIT.
33662         (SIZE_BITS): New macro.
33663
33664 2003-10-23  Paul Eggert  <eggert@twinsun.com>
33665
33666         * m4/getline.m4 (AM_FUNC_GETLINE):
33667         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
33668         hosts.  Problem reported by Derek Robert Price in
33669         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
33670         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
33671         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
33672
33673 2003-10-21  Paul Eggert  <eggert@twinsun.com>
33674
33675         * lib/getndelim2.c (getndelim2): When size calculation overflows,
33676         ceiling the allocation at NMAX bytes rather than silently
33677         discarding input bytes before NMAX is reached.  This makes
33678         a difference only if NMAX exceeds SIZE_MAX / 2.
33679
33680         * lib/obstack.c: Merge from glibc.
33681         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
33682         Add libc_hidden_def (_obstack_newchunk).
33683         (_obstack_free) [! defined _LIBC]: Remove.
33684         [defined _LIBC]: Make a strong alias from obstack_free, rather than
33685         a clone of the function body.
33686         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
33687         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
33688
33689         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
33690         glibc.
33691         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
33692         arg to memcpy.
33693
33694         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
33695         (obstack_ptr_grow_fast, obstack_int_grow_fast):
33696         Don't use lvalue casts, as GCC plans to remove support for them
33697         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
33698         was also present in the non-GCC version, indicating that this
33699         code had always been buggy and had never been widely used.
33700         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
33701         Use the fast variant of each macro, rather than copying the
33702         definiens of the fast variant; that way, we'll be more likely to
33703         catch future bugs in the fast variants.
33704
33705 2003-10-20  Bruno Haible  <bruno@clisp.org>
33706
33707         * modules/wait-process: New file.
33708         * MODULES.html.sh (func_all_modules): Add wait-process.
33709
33710 2003-10-20  Bruno Haible  <bruno@clisp.org>
33711
33712         * m4/wait-process.m4: New file.
33713
33714 2003-10-20  Bruno Haible  <bruno@clisp.org>
33715
33716         * lib/wait-process.h: New file, from GNU gettext.
33717         * lib/wait-process.c: New file, from GNU gettext.
33718
33719 2003-10-19  Jim Meyering  <jim@meyering.net>
33720
33721         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
33722         HPUX 10.20.
33723
33724 2003-10-18  Karl Berry  <karl@gnu.org>
33725
33726         * config/config.guess: update from config.
33727
33728 2003-10-16  Paul Eggert  <eggert@twinsun.com>
33729
33730         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
33731         (getgroups): First arg is int, not size_t.
33732         Don't let 'free' mangle errno.
33733
33734 2003-10-16  Paul Eggert  <eggert@twinsun.com>
33735
33736         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
33737
33738 2003-10-16  Karl Berry  <karl@gnu.org>
33739
33740         * config/config.{guess,sub}: update from config.
33741
33742 2003-10-16  Jim Meyering  <jim@meyering.net>
33743
33744         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
33745         memcpy.
33746
33747 2003-10-15  Paul Eggert  <eggert@twinsun.com>
33748
33749         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
33750         (SIZE_MAX): Remove.
33751         (new_exclude, add_exclude_file): Initial size no longer needs to
33752         be a power of 2.
33753         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
33754         our own address arithmetic overflow checking.
33755
33756         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
33757         (fnmatch): Do not alloca more than 2000 wide characters;
33758         instead, use malloc for large buffers.
33759         Check for address arithmetic overflow, and return -1
33760         with errno set to ENOMEM in that case.
33761         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
33762         (NEW_PATTERN): Do not alloca more than 8000 bytes;
33763         instead, return -1.  Check for address arithmetic overflow.
33764
33765 2003-10-14  Paul Eggert  <eggert@twinsun.com>
33766
33767         Handle invalid suffixes and overflow independently, so that
33768         callers can treat them independently as needed.  Fix some bugs in
33769         suffix handling, e.g., "100k@" was not diagnosed as an invalid
33770         suffix for a human-readable blocksize.  The major caller-visible
33771         change is the addition of a new
33772         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
33773         that both overflow and suffix chars were found.
33774
33775         * lib/human.c (humblock): Don't check separately for invalid suffix
33776         char; that is xstrtoumax's job (now that its bug is fixed).
33777         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
33778         INTMAX_MAX]: New macros.
33779         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
33780         TYPE_MAXIMUM): New macros.
33781         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
33782         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
33783         if overflow occurs, as it's what __strtol does and it's more useful
33784         in practice.
33785         (__xstrtol): If __strtol reports some error other than ERANGE,
33786         reflect it to the caller as LONGINT_INVALID.  If it reports
33787         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
33788         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
33789         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
33790         value.
33791         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
33792         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
33793         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
33794         [defined UINTMAX_MAX]: New macros.
33795
33796 2003-10-14  Bruno Haible  <bruno@clisp.org>
33797
33798         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
33799
33800 2003-10-14  Bruno Haible  <bruno@clisp.org>
33801
33802         * m4/sig_atomic_t: New file, from GNU gettext.
33803         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
33804
33805 2003-10-14  Bruno Haible  <bruno@clisp.org>
33806
33807         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
33808         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
33809         Also use volatile where needed.
33810
33811 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33812
33813         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
33814         Change maintainer from Bruno Haible to 'all'.
33815
33816 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33817
33818         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
33819
33820 2003-10-12  Paul Eggert  <eggert@twinsun.com>
33821
33822         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
33823         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
33824         and define in terms of the other primitives.
33825         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
33826         (SIZE_MAX): Define if not already defined.
33827         (array_size_overflow): New function.
33828         (xalloc_die): Abort instead of exiting if 'error' returns.
33829         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
33830         (xmalloc, xrealloc): Use them.
33831         (xcalloc): Check for address arithmetic overflow.
33832         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
33833         a bit faster than strcpy.
33834
33835 2003-10-10  Simon Josefsson  <jas@extundo.com>
33836
33837         * modules/argp (Depends-on): Add restrict and strcase.
33838
33839 2003-10-10  Simon Josefsson  <jas@extundo.com>
33840
33841         * m4/argp.m4: Add AC_C_INLINE.
33842
33843 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33844
33845         Merge getpass from libc, plus a few fixes.
33846
33847         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
33848         Include <stdbool.h>.
33849         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
33850         __fsetlocking to empty.
33851         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
33852         do include <bits/libc-lock.h>.
33853         Do not include <fcntl.h>; not needed.
33854         [_LIBC]: Include <wchar.h>.
33855         (NOTCANCEL_MODE): New macro.
33856         (flockfile, funlockfile) [_LIBC]: New macros.
33857         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
33858         [!_LIBC]: New macros.
33859         (call_fclose): New function.
33860         (getpass): Use it.  Save tty stream separately; this simplifies the
33861         code and makes it more reliable if stdin happens to equal stdout.
33862         Invoke __fsetlocking on tty.
33863         Handle thread cancellation if needed.
33864         Namespace cleanup (use __tcgetattr, __getline).
33865         Use bool for Booleans.
33866         [USE_IN_LIBIO]: Handle wide streams.
33867         [!_LIBC]: Unconditionally do the fseek, since we don't know what
33868         stream might go where.
33869
33870         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
33871         doesn't have to include <stdio.h> before us.
33872         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
33873         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
33874         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
33875         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
33876         if not declared, so that we can use getpass.c code from libc without
33877         rewriting it.
33878         (flockfile, ftrylockfile, funlockfile): New macros.
33879
33880 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33881
33882         * modules/getpass: Depend on stdbool.
33883
33884 2003-10-08  Paul Eggert  <eggert@twinsun.com>
33885
33886         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
33887
33888 2003-10-07  Karl Berry  <karl@gnu.org>
33889
33890         * config/config.{guess,sub}: update from config.
33891
33892 2003-10-06  Jim Meyering  <jim@meyering.net>
33893             Bruno Haible  <bruno@clisp.org>
33894
33895         This lets translators provide better translations for the
33896         "Written by ..." part of --version output.
33897         * lib/version-etc.h: Include stdarg.h.
33898         (version_etc_copyright): Declare as readonly.
33899         (version_etc): Make this function variadic with a NULL-terminated list
33900         of author name strings.
33901         (version_etc_va): New declaration.
33902         * lib/version-etc.c: Include stdarg.h, stdlib.h.
33903         (version_etc_copyright): Declare as readonly.
33904         (version_etc_va): New function. Provide a different translatable string
33905         for each possible number of authors < 10. Abbreviate when there are 10
33906         authors or more.
33907         (version_etc): Make this function variadic. Call version_etc_va.
33908         Suggestion from Gary V. Vaughan.
33909
33910         * lib/long-options.h (parse_long_options): Change prototype: the
33911         authors string is moved to the end and becomes variadic.
33912         * lib/long-options.c: Include stdarg.h.
33913         (parse_long_options): Make this function variadic, too.
33914         Call version_etc_va, not version_etc.
33915
33916 2003-10-06  Bruno Haible  <bruno@clisp.org>
33917
33918         * modules/version-etc-2: Remove file.
33919         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
33920
33921 2003-10-06  Bruno Haible  <bruno@clisp.org>
33922
33923         * modules/fatal-signal: New file.
33924         * MODULES.html.sh (func_all_modules): Add fatal-signal.
33925
33926 2003-10-06  Bruno Haible  <bruno@clisp.org>
33927
33928         * m4/fatal-signal.m4: New file.
33929         * m4/signalblocking.m4: New file, from GNU gettext.
33930
33931 2003-10-06  Bruno Haible  <bruno@clisp.org>
33932
33933         * lib/version-etc-2.h: Remove file.
33934         * lib/version-etc-2.c: Remove file.
33935
33936 2003-10-06  Bruno Haible  <bruno@clisp.org>
33937
33938         * lib/fatal-signal.h: New file, from GNU gettext.
33939         * lib/fatal-signal.c: New file, from GNU gettext.
33940
33941 2003-10-05  Paul Eggert  <eggert@twinsun.com>
33942
33943         * README: Rework advice for preventing empty .o files.
33944         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
33945         not <sys/types.h>.
33946
33947 2003-10-04  Karl Berry  <karl@gnu.org>
33948
33949         * lib/argp*: update from libc.
33950
33951 2003-10-04  Karl Berry  <karl@gnu.org>
33952
33953         * config/config.{guess,sub}: update from config.
33954
33955 2003-10-02  Bruno Haible  <bruno@clisp.org>
33956
33957         * modules/lchown (Include): Add lchown.h.
33958         * modules/time_r (Include): Use "..." syntax.
33959         * modules/xgetdomainname (Include): Add xgetdomainname.h.
33960
33961 2003-10-01  Simon Josefsson  <jas@extundo.com>
33962
33963         * MODULES.html.sh (func_all_modules): Move gethostname from section
33964         'based on' to section 'lacking' POSIX:2001.
33965
33966 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
33967
33968         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
33969         to output mode on the same stream.
33970
33971 2003-09-29  Paul Eggert  <eggert@twinsun.com>
33972
33973         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
33974         Fix arg typo in previous patch.
33975
33976 2003-09-28  Jim Meyering  <jim@meyering.net>
33977
33978         * lib/error.c: Correct cpp indentation.
33979
33980 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33981
33982         * modules/free: New file.
33983
33984 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33985
33986         * m4/free.m4: New file.
33987
33988 2003-09-27  Paul Eggert  <eggert@twinsun.com>
33989
33990         * lib/minmax.h (MIN, MAX)
33991         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
33992         Omit the special code that used __typeof__, since we worry that
33993         it could be more trouble than it's worth.  See:
33994         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
33995         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
33996
33997         * lib/free.c: New file.
33998
33999 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
34000
34001         Trivial fixes to Makefile.am parts of module listings.
34002         * modules/strstr: Append strstr.h to lib_SOURCES.
34003         * modules/strcase: Likewise, for strcase.h.
34004
34005 2003-09-27  Karl Berry  <karl@gnu.org>
34006
34007         * config/mkinstalldirs: update from automake.
34008
34009 2003-09-26  Paul Eggert  <eggert@twinsun.com>
34010
34011         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
34012         (error_tail): Do not loop, reallocating temporary buffer, since
34013         the output cannot contain more wide characters than the input
34014         contains bytes, the size must be big enough already.  This avoids
34015         one potential size overflow calculation.  Check for size overflow
34016         when calculating temporary buffer size.  Free temporary buffer
34017         when done, if it was allocated with malloc; this plugs a memory
34018         leak.  Remove casts from void * to pointers, that are no longer
34019         needed now that we're assuming C89 or better.
34020
34021         Merge error changes from glibc.
34022
34023         * lib/error.c, error.h: Update copyright notice header to match glibc.
34024         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
34025         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
34026         Disable cancellation while printing error.
34027         * lib/error.h: Prepend __ to parameter names.
34028
34029 2003-09-26  Jim Meyering  <jim@meyering.net>
34030
34031         * lib/error.c (error_tail): Move some declarations
34032         into inner scope where the local variables are used.
34033
34034 2003-09-26  Bruno Haible  <bruno@clisp.org>
34035
34036         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
34037         stpncpy().
34038         Don't define stpncpy through config.h; it's now done through stpncpy.h.
34039
34040 2003-09-26  Bruno Haible  <bruno@clisp.org>
34041
34042         * lib/stpncpy.h (gnu_stpncpy): New declaration.
34043         (stpncpy): Define as alias for gnu_stpncpy.
34044         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
34045
34046 2003-09-25  Simon Josefsson  <jas@extundo.com>
34047
34048         * lib/xgetdomainname.h: New file.
34049         * lib/xgetdomainname.c: New file.
34050
34051 2003-09-25  Simon Josefsson  <jas@extundo.com>
34052             Bruno Haible  <bruno@clisp.org>
34053
34054         * modules/getdomainname: New file.
34055         * modules/xgetdomainname: New file.
34056         * MODULES.html.sh (func_all_modules): Add getdomainname,
34057         xgetdomainname.
34058
34059 2003-09-25  Simon Josefsson  <jas@extundo.com>
34060             Bruno Haible  <bruno@clisp.org>
34061
34062         * m4/getdomainname.m4: New file.
34063
34064 2003-09-25  Simon Josefsson  <jas@extundo.com>
34065             Bruno Haible  <bruno@clisp.org>
34066
34067         * lib/getdomainname.h: New file.
34068         * lib/getdomainname.c: New file.
34069
34070 2003-09-25  Karl Berry  <karl@gnu.org>
34071
34072         * lib/argp-fmtstream.c, argp-help.c: update from libc.
34073
34074 2003-09-25  Karl Berry  <karl@gnu.org>
34075
34076         * config/install-sh: update from automake.
34077
34078 2003-09-25  Bruno Haible  <bruno@clisp.org>
34079
34080         * modules/version-etc-2: New file, from modules/version-etc with
34081         modifications.
34082         * MODULES.html.sh (func_all_modules): Add version-etc-2.
34083
34084 2003-09-25  Bruno Haible  <bruno@clisp.org>
34085
34086         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
34087         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
34088
34089 2003-09-24  Simon Josefsson  <jas@extundo.com>
34090
34091         * modules/xgethostname: Add xgethostname.h.
34092
34093 2003-09-24  Paul Eggert  <eggert@twinsun.com>
34094
34095         * lib/linebuffer.c (freebuffer): Don't free the argument, just
34096         the buffer associated with the argument.  Bug reported by
34097         Simon Josefsson.
34098
34099 2003-09-24  Paul Eggert  <eggert@twinsun.com>
34100
34101         * README: Document assumptions that 'int' is at least 32 bits
34102         wide, that integer arithmetic is 2's complement without overflow,
34103         that there are no holes in integer values, that adding sizes of
34104         two nonoverlapping objects can't overflow, and that all-bits-zero
34105         yields scalar zero.  Fix spelling and capitalization typos.
34106
34107 2003-09-19  Karl Berry  <karl@gnu.org>
34108
34109         * lib/argp.h: update from libc.
34110
34111 2003-09-17  Paul Eggert  <eggert@twinsun.com>
34112
34113         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
34114         to avoid spurious warnings like "AC_RUN_IFELSE was called before
34115         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
34116
34117 2003-09-17  Paul Eggert  <eggert@twinsun.com>
34118
34119         * gnulib-tool: Use "test -h", not "test -L", for portability
34120         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
34121         (tags_regexp): Remove, since \| doesn't conform to POSIX.
34122         (sed_extract_prog): Issue s commands one-by-one, rather than
34123         using \| in one s command.
34124
34125 2003-09-16  Paul Eggert  <eggert@twinsun.com>
34126
34127         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
34128         input error, instead of returning NULL the next time we are called
34129         (and therefore losing track of errno).
34130
34131 2003-09-16  Bruno Haible  <bruno@clisp.org>
34132
34133         * gnulib-tool (func_create_testdir): Warn about duplicated
34134         dependencies.
34135
34136 2003-09-15  Paul Eggert  <eggert@twinsun.com>
34137
34138         * modules/argmatch, modules/fatal, modules/obstack,
34139         modules/xalloc, modules/xgethostname: Sort dependencies by
34140         importance, not alphabetically.
34141
34142 2003-09-15  Paul Eggert  <eggert@twinsun.com>
34143
34144         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
34145         fails, so that the caller gets the proper errno.
34146
34147         * lib/readutmp.c (read_utmp): Likewise.
34148         Check for fstat error.  Close stream and free storage
34149         when failing.
34150
34151 2003-09-14  Karl Berry  <karl@gnu.org>
34152
34153         * config/srclist.txt (strdup.c): disable for c89 changes.
34154
34155 2003-09-14  Jim Meyering  <jim@meyering.net>
34156
34157         * lib/getloadavg.c: Correct cpp indentation.
34158         * lib/strdup.c: Likewise.
34159         * lib/vasnprintf.c: Likewise.
34160
34161 2003-09-14  Bruno Haible  <bruno@clisp.org>
34162
34163         * modules/fwriteerror: New file.
34164         * MODULES.html.sh (func_all_modules): Add fwriteerror.
34165
34166 2003-09-14  Bruno Haible  <bruno@clisp.org>
34167
34168         * lib/fwriteerror.h: New file.
34169         * lib/fwriteerror.c: New file.
34170
34171 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34172
34173         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
34174         modules/xgethostname, modules/xalloc: Depend on exit.
34175
34176 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34177
34178         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
34179
34180         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
34181         and AC_MINIX, too, so that their extensions are available.
34182
34183         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
34184         This macro has been superseded by gl_BACKUPFILE.
34185
34186         More patches to assume C89 or better.
34187
34188         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
34189
34190         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
34191         unconditionally.
34192         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
34193         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
34194         Include <string.h>, <stdlib.h> unconditionally.
34195         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
34196         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
34197         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
34198         headers or for string.h.
34199         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
34200         or strtoul.
34201
34202         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
34203         headers.
34204         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
34205         * m4/userspec.m4 (gl_USERSPEC): Likewise.
34206         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
34207         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
34208         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34209         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
34210         memcpy, memset.
34211         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
34212         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
34213         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
34214         strtol.
34215         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
34216         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
34217         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
34218         strtoul.
34219
34220 2003-09-12  Paul Eggert  <eggert@twinsun.com>
34221
34222         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
34223         * lib/obstack.c [!defined _LIBC]: Likewise.
34224         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
34225         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
34226         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
34227
34228         More changes to assume C89 or better.
34229
34230         * lib/error.c (error_tail): Assume vprintf.
34231
34232         * lib/argmatch.c (getenv): Remove decl.
34233         * lib/progreloc.c (get_full_program_name): Define via prototype.
34234         * lib/setenv.c (clearenv): Likewise.
34235         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
34236         needed.
34237         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
34238         (malloc, memcpy): Remove decls.
34239         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
34240         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
34241         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
34242         (memcpy): Remove macro.
34243         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
34244         (__P): Remove.  All uses removed.
34245         (PTR): Remove.  All uses changed to void *.
34246         (CHAR_BIT, NULL): Remove.
34247         (spaces, zeros, memset_space, memset_zero)
34248         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
34249         Remove.
34250         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
34251         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
34252         Define with prototype.
34253         Remove now-unnecessary prototype decl.
34254         (extra_args_spec): Assume ANSI C.  All uses changed.
34255         (extra_args_spec_iso): Remove.
34256         (my_strftime, emacs_strftimeu): Define via prototype.
34257         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
34258         unconditionally.
34259         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
34260         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
34261         (strtoul, strtol): Remove decls.
34262         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
34263         LONG_MAX): Remove.
34264         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
34265         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
34266         (LOCALE_PARAM_PROTO): New macro.
34267         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
34268         (INTERNAL (strtol), strtol): Define with a prototype.
34269         (PARAMS): Remove.  All uses removed.
34270         * lib/tempname.c: Include <string.h> unconditionally.
34271         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
34272         * lib/xgethostname.c (main): Define with a prototype.
34273         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
34274         Include <stdlib.h> unconditionally.
34275         (calloc, malloc, realloc, free): Remove decls.
34276         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
34277         Include <stdlib.h> unconditionally.  Sort include file names.
34278         (strtod): Remove.
34279         (xstrtod): Define with a prototype.
34280         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
34281         (strtol, strtoul): Remove decls.
34282
34283 2003-09-11  Paul Eggert  <eggert@twinsun.com>
34284
34285         More patches to assume C89 or better.
34286         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
34287         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
34288         string.h, memchr, STDC_HEADERS.
34289
34290 2003-09-11  Paul Eggert  <eggert@twinsun.com>
34291
34292         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
34293         Include <stdlib.h>, <string.h> unconditionally.
34294         Remove now-unnecessary cast to char *.
34295         * lib/strnlen.c: Include <string.h> unconditionally.
34296         * lib/yesno.c (yesno): Define with a prototype.
34297
34298 2003-09-11  Bruno Haible  <bruno@clisp.org>
34299
34300         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
34301
34302 2003-09-10  Jim Meyering  <jim@meyering.net>
34303
34304         * lib/error.c: Correct indentation of cpp directives.
34305
34306 2003-09-10  Bruno Haible  <bruno@clisp.org>
34307
34308         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
34309         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
34310         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
34311         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
34312         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
34313         <stdlib.h> and <string.h> checks.
34314         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
34315         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
34316
34317 2003-09-10  Bruno Haible  <bruno@clisp.org>
34318
34319         * lib/strcspn.c: Include <string.h> unconditionally.
34320         * lib/strpbrk.c: Include <string.h> unconditionally.
34321         * lib/strstr.c: Include <string.h> unconditionally.
34322         * lib/unicodeio.c: Include <string.h> unconditionally.
34323         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
34324         * lib/unsetenv.c: Likewise.
34325         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
34326         * lib/yesno.c: Include <stdlib.h> unconditionally.
34327         (rpmatch): Add prototype.
34328
34329 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34330
34331         More patches to assume C89 or better.
34332         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
34333         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
34334         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
34335         or for string.h.
34336         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
34337         stdlib.h.
34338         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
34339         C headers.
34340         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
34341         string.h.
34342         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
34343         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
34344         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
34345         or for string.h.
34346         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
34347         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
34348         C headers.
34349         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
34350         memcpy.
34351         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
34352         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
34353         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
34354         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
34355         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
34356         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
34357         string.h, free.
34358         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
34359         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
34360         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
34361         C headers, or for string.h.
34362         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
34363         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
34364         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
34365         headers, memory.h, stdlib.h, string.h, strings.h.
34366         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
34367         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
34368         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
34369         strchr.
34370         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
34371         headers, memory.h, string.h.
34372         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
34373         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
34374         free.
34375         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
34376         headers.
34377         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
34378         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
34379         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
34380         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
34381         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
34382
34383 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34384
34385         More K&R removal.
34386
34387         * lib/acosl.c (main): Use a prototype.
34388         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
34389         tanl.c: Likewise.
34390
34391         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
34392
34393         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
34394         (getopt, etopt_long, getopt_long_only, _getopt_internal)
34395         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
34396         with a prototype.
34397         * lib/getopt.c (const): Remove macro.
34398         Include <string.h> unconditionally.
34399         (my_index): Remove; all uses changed to strchr.
34400         (strlen): Remove decl.
34401         (exchange): Remove forward decl; no longer needed.
34402         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
34403         Define with prototype.
34404         * lib/getopt1.c (const): Remove macro.
34405         (getopt_long, getopt_long_only, main): Define with prototype.
34406
34407         * lib/getugroups.c: Include <string.h> unconditionally.
34408
34409         * lib/getusershell.c: Include <stdlib.h> unconditionally.
34410         (getusershell, setusershell, endusershell, readname, main):
34411         Define with prototypes.
34412
34413         * lib/group-member.c: Include group-member.h first.
34414         Include <stdlib.h> unconditionally.
34415
34416         * lib/hard-locale.c: Include hard-locale.h first.
34417         Include <stdlib.h>, <string.h> unconditionally.
34418
34419         * lib/hash.c (free, malloc): Remove decls.
34420         Include <stdlib.h> unconditionally.
34421
34422         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
34423         (getenv): Do not declare.
34424
34425         * lib/idcache.c: Include <string.h> unconditionally.
34426
34427         * lib/long-options.c: Include long-options.h first, to test interface.
34428         Include <stdlib.h> unconditionally.
34429
34430         * lib/makepath.c: Include makepath.h first, to test interface.
34431         Include <stdlib.h> and <string.h> unconditionally.
34432
34433         * lib/linebuffer.c: Include <stdlib.h>.
34434         (free): Remove decl.
34435
34436         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
34437         stddef.h. rpl_malloc returns void *, not char *.
34438         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
34439         prototype.
34440
34441         * lib/md5.h: Include <limits.h> unconditionally.
34442         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
34443         (__P): Remove; all uses removed.
34444         * lib/md5.c: Include "md5.h" first.
34445         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
34446         md5_buffer, md5_process_bytes, md5_process_block):
34447         Define with prototypes.
34448         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
34449         * lib/sha.c: Include "sha.h" first.
34450         Include <stdlib.h>, <string.h> unconditionally.
34451
34452         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
34453         * lib/memcmp.c (__ptr_t): Likewise.
34454         * lib/memrchr.c (__ptr_t): Likewise.
34455         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
34456         Include <string.h> unconditionally.
34457         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
34458         * lib/memchr.c: Include <stdlib.h> unconditionally.
34459         * lib/memchr.c (LONG_MAX): Remove.
34460         * lib/memrchr.c (LONG_MAX): Likewise.
34461         * lib/memchr.c (__memchr): Define via a prototype.
34462         * lib/memrchr.c (__memrchr): Likewise.
34463         * lib/memcmp.c (__P): Remove, and remove all uses.
34464         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
34465         Remove forward decls; no longer needed.
34466         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
34467         Use types required by C89 in prototype.
34468
34469         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
34470         * lib/savedir.c: Likewise.
34471         * lib/mkdir.c (free): Remove decl.
34472         * lib/rmdir.c (rmdir): Define with a prototype.
34473         * lib/savedir.c: Include savedir.h first, to test interface.
34474
34475         * lib/mktime.c (STDC_HEADERS): Remove.
34476         Include <stdlib.h>, <string.h> unconditionally.
34477
34478         * lib/modechange.c: Include <stdlib.h> unconditionally.
34479         (malloc): Remove decl.
34480
34481         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
34482         (free): Remove decl.
34483
34484         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
34485         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
34486         (This type really should be intptr_t, but that's a C99ism.)
34487         (_obstack_memcpy): Remove: all uses changed to memcpy.
34488         Include <string.h> unconditionally.
34489         (struct obstack): Assume __STDC__ for types of members
34490         chunkfun, freefun, extra_arg.
34491         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
34492         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
34493         obstack_begin, obstack_specify_allocation,
34494         obstack_specify_allocation_with_arg, obstack_chunkfun,
34495         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
34496         Remove unprototyped decls and the macros that use them.
34497         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
34498         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
34499         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
34500         (defined __STDC__ && __STDC__)]:
34501         Remove nonprototyped code.
34502         Include <stdlib.h> unconditionally.
34503         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
34504         _obstack_allocated_p, _obstack_free, obstack_free,
34505         _obstack_memory_used, print_and_abort):
34506         Define using prototypes.
34507         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
34508         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
34509         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
34510         obstack_next_free, obstack_object_size, obstack_room) [0]:
34511         Remove unused, unprototyped code.
34512
34513         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
34514
34515         * lib/physmem.c (physmem_total, physmem_available, main): Define
34516         with prototypes.
34517
34518         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
34519         (main): Define with a prototype.
34520
34521         * lib/posixver.c (getenv): Remove decl.
34522
34523         * lib/putenv.c (malloc): Returns void *, not char *.
34524         Include <string.h> unconditionally.
34525         (strchr, memcpy, NULL): Do not define.
34526
34527         * lib/readtokens.c: Include readtokens.h first, to test interface.
34528         Include <stdlib.h>, <string.h> unconditionally.
34529         (init_tokenbuffer): Define with a prototype.
34530
34531         * lib/regex.c (PARAMS): Remove.  All uses removed.
34532         All uses of _RE_ARGS removed, too.
34533         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
34534         unconditionally.
34535         (bzero): Assume memset exists.
34536         (memcmp, memcpy, NULL): Remove.
34537         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
34538         char, or assignments to local vars of type signed char.
34539         (init_syntax_once, PREFIX(extract_number_and_incr),
34540         PREFIX(print_partial_compiled_pattern),
34541         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
34542         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
34543         PREFIX(regex_grow_registers), PREFIX(regex_compile),
34544         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
34545         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
34546         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
34547         wcs_compile_range, byte_compile_range, truncate_wchar,
34548         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
34549         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
34550         count_mbs_length, wcs_re_match_2_internal,
34551         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
34552         PREFIX(alt_match_null_string_p),
34553         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
34554         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
34555         regfree, PREFIX(extract_number)): Define with prototype.  Remove
34556         now-unnecessary declaration, if any.
34557         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
34558         regcomp, regexec):
34559         Remove now-unnecessary casts among pointer types.
34560         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
34561
34562         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
34563         (free): Remove decl.
34564
34565         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
34566
34567         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
34568         (free): Remove decl.
34569
34570         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
34571         * lib/xgetcwd.c: Likewise.
34572
34573         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
34574         (free): Remove decl.
34575
34576         * lib/strchrnul.c (strchrnul): Define with a prototype.
34577         Fix bug: c_in was not converted to char before searching.
34578
34579         The following changes are not K&R related:
34580
34581         * lib/group-member.h: Include <sys/types.h>, so that this file is
34582         self-contained.
34583         * lib/makepath.h: Likewise.
34584
34585         * lib/getusershell.c (readname, default_index, line_size, readname):
34586         Use size_t, not int, for sizes.
34587         (readname): If the size overflows, report an error instead of
34588         looping forever.
34589
34590 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34591
34592         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
34593         libc.
34594
34595 2003-09-09  Paul Eggert  <eggert@twinsun.com>
34596
34597         * README: New section: portability guidelines.
34598
34599 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
34600
34601         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
34602         C89 spec.
34603
34604 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
34605
34606         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
34607
34608 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34609
34610         Assume C89 or better; remove K&R cruft.
34611         A few of these changes were first proposed by Derek Robert Price
34612         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
34613
34614         * lib/addext.c: Include <string.h> unconditionally.
34615         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
34616         Don't declare getenv or malloc.
34617
34618         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
34619         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
34620         (NULL): Remove.
34621         (find_stack_direction, alloca): Use prototypes.
34622
34623         * lib/atexit.c (atexit): Define using a prototype.
34624
34625         * lib/basename.c, dirname.c, stripslash.c:
34626         Include <string.h> unconditionally.
34627
34628         * lib/bcopy.c: Include <stddef.h>.
34629         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
34630
34631         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
34632
34633         * lib/error.h (error, error_at_line, error_print_progname)
34634         [! (defined (__STDC__) && __STDC__)]: Remove decls.
34635         * lib/error.c: Include error.h first, to check interface.
34636         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
34637         (VA_START): Remove; all uses changeed to va_start.
34638         (exit, strerror): Remove decls.
34639         (error_print_progname): Prototype uncondionally.
34640         Don't include <errno.h>; no longer needed.
34641         (private_strerror): Remove.
34642         (error_tail): Always define.
34643         (error, error_at_line): Assume C89 or better; always use prototypes.
34644         * lib/fatal.c: Include "fatal.h" first, to test interface.
34645         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
34646         (VA_START): Remove; all uses changed to va_start.
34647         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
34648         this case.
34649         (exit): Remove decl.
34650         (fatal): Prototype unconditionally.  Assume va_start works.
34651         Abort at end, to pacify gcc.
34652
34653         * lib/euidaccess.c (main): Define with a prototype.
34654
34655         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
34656
34657         * lib/exitfail.c: Include <stdlib.h> unconditionally.
34658
34659         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
34660         prototypes.
34661         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
34662         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
34663         (getenv): Remove decl.
34664         (fnmatch): Define using a prototype.
34665         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
34666         (FCT): Define using a prototype.
34667
34668         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
34669
34670         * lib/gethostname.c: Include <stddef.h>.
34671         (gethostname): Define with prototype.  Length is size_t, not int.
34672
34673 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34674
34675         Assume C89 or better; remove K&R cruft.
34676         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
34677         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
34678         string.h, getenv, malloc.
34679         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
34680         headers.
34681         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
34682         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
34683         do not check for strerror.
34684         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
34685         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
34686         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
34687         do not check for doprnt or vprintf.
34688         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
34689         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
34690
34691 2003-09-08  Paul Eggert  <eggert@twinsun.com>
34692
34693         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
34694         getversion.c should have been removed then, but was accidentally
34695         preserved.
34696
34697         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
34698         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
34699
34700 2003-09-08  Karl Berry  <karl@gnu.org>
34701
34702         * config/config.sub, config.guess, srclistvars.sh: update from savannah
34703                 config, forget about prep.
34704
34705         * config/depcomp, missing: update from automake.
34706
34707 2003-09-07  Paul Eggert  <eggert@twinsun.com>
34708
34709         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
34710         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
34711
34712 2003-09-07  Paul Eggert  <eggert@twinsun.com>
34713
34714         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
34715         copy_tm_result.  Bug reported by Simon Josefsson in
34716         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
34717
34718 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34719
34720         * m4/time_r.m4: New file.
34721         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
34722         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
34723         is. Check for timegm declaration.
34724         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
34725         Do not check for gmtime_r.
34726         Replace mktime if __mktime_internal does not exist and if mktime
34727         hasn't been replaced already.
34728
34729 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34730
34731         * lib/time_r.c, lib/time_r.h: New files.
34732
34733         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
34734         __localtime_r.
34735         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
34736         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
34737
34738         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
34739         __gmtime_r.
34740         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
34741         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
34742         Include <time_r.h>.
34743
34744         * lib/timegm.c: Switch to glibc implementation, with the following
34745         changes:
34746         [defined HAVE_CONFIG_H]: Include <config.h>.
34747         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
34748         (__mktime_internal) [!defined _LIBC]: New decl.
34749         (__gmtime_r) [!defined _LIBC]: New macro and function.
34750         (timegm): Use a prototype, since gnulib assumes C89.
34751         Do not bother declaring tmp to be const, as it's not really usefu.
34752         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
34753         (timegm): Declare only if HAVE_DECL_TIMEGM.
34754
34755 2003-09-06  Paul Eggert  <eggert@twinsun.com>
34756
34757         * MODULES.html.sh (func_all_modules): Add time_r.
34758         * modules/time_r: New file.
34759         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
34760         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
34761
34762 2003-09-03  Paul Eggert  <eggert@twinsun.com>
34763
34764         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
34765         Bug reported by Lute Kamstra in
34766         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
34767
34768         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
34769         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
34770         course with correspondingly smaller numbers for tomorrow and
34771         yesterday.  From Tadayoshi Funaba.  Originally installed into
34772         sh-utils on 1999-08-07, but the patch got lost (I guess during the
34773         coreutils merge?).
34774
34775 2003-08-31  Simon Josefsson  <jas@extundo.com>
34776
34777         * modules/timegm: New file.
34778         * MODULES.html.sh (func_all_modules): Add timegm.
34779
34780 2003-08-31  Simon Josefsson  <jas@extundo.com>
34781
34782         * m4/timegm.m4: New file.
34783
34784 2003-08-31  Simon Josefsson  <jas@extundo.com>
34785
34786         * lib/timegm.h: New file.
34787         * lib/timegm.c: New file.  Based on
34788         wget-1.8.2/src/http.c:mktime_from_utc.
34789
34790 2003-08-31  Karl Berry  <karl@gnu.org>
34791
34792         * lib/argp.h: update from libc.
34793
34794 2003-08-28  Bruno Haible  <bruno@clisp.org>
34795
34796         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
34797         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
34798         followed by '#define fnmatch fnmatch_posix' gives an error.
34799
34800 2003-08-28  Bruno Haible  <bruno@clisp.org>
34801
34802         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
34803         warning on QNX, which defines O_BINARY to 000000.
34804
34805 2003-08-27  Jim Meyering  <jim@meyering.net>
34806
34807         * m4/mkstemp.m4: Require that the system mkstemp be able to create
34808         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
34809         would fail after 32.  Reported by Danny Levinson.  Details here:
34810         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
34811
34812 2003-08-24  Bruno Haible  <bruno@clisp.org>
34813
34814         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
34815         MSVC7 <stdio.h> is included later.
34816
34817 2003-08-22  Simon Josefsson  <jas@extundo.com>
34818
34819         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
34820
34821 2003-08-20  Karl Berry  <karl@gnu.org>
34822
34823         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
34824
34825 2003-08-20  Bruno Haible  <bruno@clisp.org>
34826
34827         * modules/progname: New file.
34828         * MODULES.html.sh (func_all_modules): Add progname.
34829
34830 2003-08-20  Bruno Haible  <bruno@clisp.org>
34831
34832         * lib/progname.h: New file, from GNU gettext.
34833         * lib/progname.c: New file, from GNU gettext.
34834         * lib/progreloc.c: New file, from GNU gettext.
34835
34836 2003-08-19  Jim Meyering  <jim@meyering.net>
34837
34838         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
34839         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
34840
34841 2003-08-19  Bruno Haible  <bruno@clisp.org>
34842
34843         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
34844         more.
34845
34846 2003-08-19  Bruno Haible  <bruno@clisp.org>
34847
34848         * lib/xstrdup.c: Assume <string.h> exists.
34849
34850 2003-08-18  Paul Eggert  <eggert@twinsun.com>
34851
34852         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
34853         in makefile rules.
34854
34855 2003-08-18  Jim Meyering  <jim@meyering.net>
34856
34857         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
34858         * m4/lib-ld.m4: Likewise.
34859
34860 2003-08-18  Jim Meyering  <jim@meyering.net>
34861
34862         * lib/setenv.h: Indent nested cpp directive.
34863         * lib/vasnprintf.c: Remove trailing blanks.
34864
34865 2003-08-17  Simon Josefsson  <jas@extundo.com>
34866
34867         * modules/xstrndup: New file.
34868         * MODULES.html.sh (func_all_modules): Add xstrndup.
34869
34870 2003-08-17  Simon Josefsson  <jas@extundo.com>
34871
34872         * modules/argp: Fix autoconf macro name. Add more dependencies.
34873
34874 2003-08-17  Simon Josefsson  <jas@extundo.com>
34875
34876         * m4/xstrndup.m4: New file.
34877
34878 2003-08-17  Simon Josefsson  <jas@extundo.com>
34879
34880         * m4/argp.m4: New file.
34881
34882 2003-08-17  Simon Josefsson  <jas@extundo.com>
34883             Bruno Haible  <bruno@clisp.org>
34884
34885         * lib/xstrndup.h: New file.
34886         * lib/xstrndup.c: New file.
34887
34888 2003-08-17  Bruno Haible  <bruno@clisp.org>
34889
34890         * modules/strndup (Files, Include): Add lib/strndup.h.
34891
34892 2003-08-17  Bruno Haible  <bruno@clisp.org>
34893
34894         * modules/euidaccess (Files): Add lib/euidaccess.h.
34895
34896 2003-08-17  Bruno Haible  <bruno@clisp.org>
34897
34898         * lib/strndup.h: New file.
34899
34900 2003-08-17  Bruno Haible  <bruno@clisp.org>
34901
34902         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
34903         like AC_GNU_SOURCE.
34904         * modules/extensions (configure.ac): Comment out the invocation of
34905         gl_USE_SYSTEM_EXTENSIONS.
34906
34907 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34908
34909         Merges from coreutils, etc.
34910         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
34911         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
34912         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
34913         fixing a typo.
34914         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
34915         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
34916
34917 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34918
34919         Document merge from coreutils.
34920         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
34921         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
34922         * modules/utime: Add m4/utimes-null.m4.
34923
34924 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34925
34926         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
34927         space, undoing this 2003-08-12 change:
34928         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
34929
34930 2003-08-16  Paul Eggert  <eggert@twinsun.com>
34931
34932         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
34933         strtoul.c from libc, undoing this 2003-08-12 change:
34934         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
34935
34936 2003-08-16  Jim Meyering  <jim@meyering.net>
34937
34938         Merges from coreutils.
34939         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
34940         prefix.  Adjust cache variables similarly.  Create 500 rather than
34941         just 300 files, to exercise bug on Darwin6.5, too.
34942         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
34943         $missing_dir.
34944         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
34945         AM_SYS_POSIX_TERMIOS.
34946         Reported by mkc@mathdogs.com.
34947         Also change use of $am_cv_sys_posix_termios
34948         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
34949         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
34950         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
34951         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
34952         in /proc/mounts until it finds one with matching device number.  This
34953         is unnecessary when the FILE argument *is* a mount point.  No stat call
34954         is necessary in that case.  So, disable the statvfs-testing code on
34955         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
34956         as RedHat bug# 84846.
34957         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34958         to 1MB, so as not to render systems with no stack size limit (e.g.,
34959         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34960         Include <unistd.h>.  On some systems,
34961         it is required for the definition of _SC_PAGESIZE.
34962
34963 2003-08-16  Jim Meyering  <jim@meyering.net>
34964
34965         Merge from coreutils.
34966         * lib/xstrtoimax.c: #else #if -> #elif.
34967         * lib/xstrtoumax.c: Likewise.
34968
34969 2003-08-16  Jim Meyering  <jim@meyering.net>
34970
34971         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
34972         * m4/utimes.m4: Removed.
34973         * m4/utimes-null.m4: Renamed from utimes.m4.
34974
34975         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
34976         to 1MB, so as not to render systems with no stack size limit (e.g.,
34977         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
34978         Include <unistd.h>.  On some systems,
34979         it is required for the definition of _SC_PAGESIZE.
34980
34981 2003-08-16  Jim Meyering  <jim@meyering.net>
34982         and Paul Eggert  <eggert@cs.ucla.edu>
34983
34984         Merges from coreutils, etc.
34985
34986         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
34987         using the latest version from cvs.  This avoids problems with #line
34988         directives using a vendor (Sun) compiler.
34989         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
34990         Don't set GETGROUPS_LIB here; now it's
34991         done via getgroups.m4's wrapper function.
34992         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
34993         rather than just in sh-util/configure.in, so that the
34994         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
34995         same.
34996         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
34997         AC_FUNC_GETLOADAVG where to find getloadavg.c.
34998         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
34999         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
35000         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
35001         Remove code that is now done by the newly-required macros.
35002         Append $(EXEEXT) to DF_PROG.
35003         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
35004         Do not invoke or require the following here,
35005         since prereq.m4 or some gnulib .m4 now does this for us:
35006         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
35007         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
35008         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
35009         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
35010         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
35011         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
35012         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
35013         AC_FUNC_OBSTACK.
35014         Do not replace the following functions, as this is now the job
35015         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
35016         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
35017         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
35018         atexit getpass, strdup, getpagesize.
35019         Replace 'raise'.
35020         Do not check for the following functions, as this is now the job
35021         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
35022         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
35023         setregid.
35024         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
35025         Check for sys/sysctl.h.
35026         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
35027         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
35028         of checking for ssize_t ourselves.
35029
35030         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
35031         Require every macro that gnulib/modules/* suggests for us.
35032         (jm_PREREQ_ADDEXT): New macro.
35033         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
35034         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
35035
35036         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
35037         (gl_PHYSMEM): Use it.
35038         Also check for `table' function.
35039         Check for new headers and functions.
35040         Add check for sys/sysmp.h.
35041         With suggestions from Kaveh Ghazi.
35042         Ignore headers that are present but cannot be compiled.  This
35043         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
35044         C 5.4.
35045
35046 2003-08-15  Paul Eggert  <eggert@twinsun.com>
35047
35048         Document merge from coreutils.
35049         * modules/userspec: Depend on posixver.
35050         * modules/strftime: Depend on tzset.
35051
35052 2003-08-15  Paul Eggert  <eggert@twinsun.com>
35053
35054         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
35055         rather than tab, after '#' in shell-script copyright notices.
35056         Suggested by Bruno Haible.
35057
35058 2003-08-15  Paul Eggert  <eggert@twinsun.com>
35059
35060         * config/srclist-update: Use three spaces, rather than tab, after '#'
35061         in shell-script copyright notices.  Suggested by Bruno Haible.
35062         Remove unnecessary parenthesization in regular expression.
35063
35064 2003-08-15  Jim Meyering  <jim@meyering.net>
35065
35066         Merge from coreutils.
35067         * lib/xgethostname.c: Include <stdlib.h>.
35068         (xghostname): Don't exit for anything other than memory-related
35069         failure; just return NULL.
35070         * lib/userspec.c: Include "posixver.h".
35071         (parse_user_spec): Accept `.' as a separator only
35072         in pre-POSIX-200112 mode.
35073         * lib/strtoimax.c: Use #elif rather than #else #if.
35074         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
35075         Remove function, now that we can rely on a working tzset function.
35076         [!_LIBC]: Ensure that the required autoconf test has been run.
35077         [!defined _NL_CURRENT && HAVE_STRFTIME]:
35078         Use underlying_strftime for %r.
35079         * lib/sha.c: Merge in some clean-up and optimization changes from
35080         glibc.
35081         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
35082         Ensure that it is a multiple of 64.
35083         Rearrange loop exit tests so as to avoid performing an
35084         additional fread after encountering an error or EOF.
35085         * lib/realloc.c: Update copyright date.
35086
35087 2003-08-15  Jim Meyering  <jim@meyering.net>
35088         and Paul Eggert  <eggert@twinsun.com>
35089
35090         Merge from coreutils.
35091         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
35092         member but strut utmpx does not.  Needed for AIX 4.3.3.
35093         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
35094
35095 2003-08-15  Jim Meyering  <jim@meyering.net>
35096         and Paul Eggert  <eggert@cs.ucla.edu>
35097
35098         Merges from coreutils, etc.
35099         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
35100         Require gl_FUNC_TZSET_CLOBBER.
35101         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
35102         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
35103         members.
35104
35105 2003-08-14  Paul Eggert  <eggert@twinsun.com>
35106
35107         Help the merge from coreutils.
35108         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
35109         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
35110         * m4/tzset.m4: Use it too.
35111
35112 2003-08-14  Paul Eggert  <eggert@twinsun.com>
35113
35114         * modules/tzset: New file.
35115
35116 2003-08-14  Jim Meyering  <jim@meyering.net>
35117
35118         Merges from coreutils.
35119         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
35120         variable names, rather than @FNMATCH_H@.
35121         * modules/alloca: Likewise for $(ALLOCA_H).
35122
35123         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
35124         the three copies of the literal target, `fnmatch.h'.
35125         * modules/alloca (alloca.h): Likewise.
35126
35127 2003-08-14  Jim Meyering  <jim@meyering.net>
35128
35129         Merge from coreutils.
35130         * m4/tzset.m4: New file.
35131         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
35132         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
35133         otherwise, AIX 5.1 systems would end up using the latter.
35134         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
35135         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
35136         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
35137         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
35138
35139 2003-08-14  Jim Meyering  <jim@meyering.net>
35140
35141         Merge from coreutils.
35142         * lib/obstack.h: Whitespace changes.
35143         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
35144         and xcalloc return values.
35145         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
35146         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
35147         hang on OSF/1 5.1 for DIR on both local and remote file systems.
35148         Reported by (and fix confirmed by) Nelson H. F. Beebe.
35149         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
35150         error from mntctl.
35151         Use mntctl's return value to drive the entry-processing loop, since
35152         we can't rely on the value of the vmt_length member in the last
35153         entry.  On some systems doing so could result in exhausting
35154         virtual memory.  Based in part on a patch from Mike Jetzer.
35155
35156 2003-08-14  Jim Meyering  <jim@meyering.net>
35157         and Paul Eggert  <eggert@twinsun.com>
35158
35159         Merges from coreutils, plus other fixes.
35160         * lib/physmem.c: Merge in portability changes from gcc/libiberty
35161         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
35162         for credits and details.  Thanks to Kaveh Ghazi for helping
35163         to keep these files in sync.
35164         (ARRAY_SIZE): Define it.
35165         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
35166         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
35167         (memcasecmp): Don't assume size_t fits in unsigned int.
35168         Remove casts and duplicate code.
35169         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
35170         (memcpy): Remove definition.
35171         Merge in some clean-up and optimization changes from glibc.
35172         [BLOCKSIZE]: Move definition to top of file.
35173         Ensure that it is a multiple of 64.
35174         Rearrange loop exit tests so as to avoid performing an
35175         additional fread after encountering an error or EOF.
35176         * lib/md5.h (md5_uintptr): Define.
35177         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
35178         return to the initial working directory.  Preserve errno
35179         for caller.
35180         * lib/idcache.c: Include "xalloc.h".
35181         (xmalloc, xrealloc): Remove decls.
35182         (getuser): Remove casts no longer required in C89.
35183         * lib/human.c: Include stdio.h, for sprintf.
35184         * lib/group-member.c: Include "xalloc.h".
35185         (xmalloc, xrealloc): Remove decls.
35186         (get_group_info): Remove casts no longer required in C89.
35187         * lib/getusershell.c (readname): Remove casts no longer required in
35188         C89.
35189         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
35190         * lib/getline.c: Whitespace fix, from coreutils.
35191
35192 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35193
35194         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
35195         Check for isascii.
35196
35197         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
35198         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
35199         Undo previous (whitespace-only) change.
35200
35201 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35202
35203         * lib/exclude.c: Include <ctype.h>
35204         (IN_CTYPE_DOMAIN): New macro.
35205         (is_space): New fn.
35206         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
35207         and empty lines.
35208
35209         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
35210         Undo previous (whitespace-only) change.
35211
35212 2003-08-13  Paul Eggert  <eggert@twinsun.com>
35213
35214         * config/srclist-update: Change update back to the old behavior,
35215         leaving whitespace alone.  Use one 'sed' command rather than a
35216         pipeline.
35217         (fixlicense): Now a variable, not a function.
35218         (remove_trailing_blanks): Remove.
35219         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
35220         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
35221         Undo previous (whitespace-only) change.
35222
35223 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35224
35225         Merge from coreutils.
35226         * modules/euidaccess: Add lib_SOURCES, include for new
35227         file euidaccess.h
35228
35229 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35230
35231         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
35232         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
35233         Normalize leading white space and remove trailing white space.
35234
35235         Merge from coreutils
35236         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
35237
35238         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
35239         0.12.1.  These files are now being upgraded automatically by
35240         ../config/srclist-update.
35241
35242 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35243
35244         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
35245         Normalize leading white space and remove trailing white space.
35246         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
35247         notice, as per ../config/srclist-update.
35248
35249         Merge from coreutils.
35250         * lib/euidaccess.h: New file.
35251         * lib/euidaccess.c: Include it.
35252         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
35253         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
35254         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
35255
35256 2003-08-12  Paul Eggert  <eggert@twinsun.com>
35257
35258         * config/srclist-update: Add copyright notice.
35259         (remove_id_lines, remove_trailing_blanks): New constants.
35260         (fixfile): Use them to normalize spacing a bit in copied files.
35261         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
35262         Normalize leading white space and remove trailing white space.
35263
35264         * config/texinfo.tex: Sync with texinfo.
35265
35266         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
35267         strtoul.c from libc, to merge coreutils whitespace changes.
35268
35269         * config/srclist.txt: Get the following m4 files from gettext:
35270         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
35271         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
35272         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
35273         wint_t.m4.
35274
35275 2003-08-12  Karl Berry  <karl@gnu.org>
35276
35277         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
35278         been made.
35279
35280 2003-08-11  Paul Eggert  <eggert@twinsun.com>
35281
35282         * modules/gnu-source, m4/gnu-source.m4:
35283         Remove; we're assuming Autoconf 2.54 or later now.
35284         Suggested by Bruno Haible.
35285         * MODULES.html.sh (func_all_modules): Remove gnu-source.
35286
35287 2003-08-11  Bruno Haible  <bruno@clisp.org>
35288
35289         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
35290
35291 2003-08-11  Bruno Haible  <bruno@clisp.org>
35292
35293         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
35294         (vasnprintf): Use it instead of wcslen.
35295
35296 2003-08-11  Bruno Haible  <bruno@clisp.org>
35297
35298         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
35299         value to ensure that _Bool promotes to int. Use #define for _Bool when
35300         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
35301
35302 2003-08-10  Karl Berry  <karl@gnu.org>
35303
35304         * lib/regex.h: update from libc (whitespace fix).
35305
35306 2003-08-09  Paul Eggert  <eggert@twinsun.com>
35307
35308         Merge some files from coreutils.  These changes were
35309         originally made by Jim Meyering.
35310         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
35311         many older Unixes require this.
35312         * lib/alloca.c (alloca): Remove cast to argument of free;
35313         no longer needed in C89.
35314         * lib/alloca_.h, regex.h: Fix white space to match
35315         what GNU indent does.
35316
35317 2003-08-09  Paul Eggert  <eggert@twinsun.com>
35318
35319         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
35320         apparently Emacs's Unicode mode got confused before my 2003-08-05
35321         checkin.
35322
35323 2003-08-08  Paul Eggert  <eggert@twinsun.com>
35324
35325         * m4/extensions.m4: New file.
35326         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
35327         Require gl_USE_SYSTEM_EXTENSIONS.
35328         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
35329         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
35330
35331 2003-08-08  Paul Eggert  <eggert@twinsun.com>
35332
35333         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
35334         * modules/extensions, modules/gnu-source: New files.
35335         * modules/timespec, modules/unlocked-io: Depend on extensions.
35336
35337 2003-08-07  Paul Eggert  <eggert@twinsun.com>
35338
35339         * modules/restrict: New file.
35340         * MODULES.html.sh (func_all_modules): Add restrict.
35341         * modules/regex: Depend on restrict.
35342
35343 2003-08-07  Paul Eggert  <eggert@twinsun.com>
35344
35345         * m4/restrict.m4: New file.
35346         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
35347
35348 2003-08-07  Bruno Haible  <bruno@clisp.org>
35349
35350         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
35351         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
35352
35353 2003-08-07  Bruno Haible  <bruno@clisp.org>
35354
35355         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
35356         makes the module 'getndelim2' compatible with the module 'getline'.
35357
35358 2003-08-05  Paul Eggert  <eggert@twinsun.com>
35359
35360         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
35361         byte with "\201" to avoid glitches when editing that source file
35362         with multi-gnome-terminal.
35363
35364 2003-08-05  Paul Eggert  <eggert@twinsun.com>
35365
35366         * lib/bumpalloc.h: Remove.
35367
35368 2003-08-05  Paul Eggert  <eggert@twinsun.com>
35369
35370         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
35371         * modules/bumpalloc: Remove.
35372
35373 2003-08-04  Paul Eggert  <eggert@twinsun.com>
35374
35375         * lib/getloadavg.c: Change copyright notice and spacing to conform to
35376         GNU coding style.
35377
35378         Merge from coreutils.
35379         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
35380         1. From glibc.
35381         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
35382         from Karl Berry, implemented by Jim Meyering.
35383         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
35384         from Dmitry V. Levin.
35385         Remove anachronistic cast of xrealloc.
35386         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
35387         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
35388         type. Otherwise, it wouldn't compile with at least /bin/cc on
35389         ymp-cray-unicos9.0.2.X.
35390         Combine two mostly-identical uses of alloca into one.
35391         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
35392
35393 2003-08-04  Dave Love  <d.love@dl.ac.uk>
35394
35395         [From Emacs.]
35396
35397         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
35398         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
35399         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
35400         obsolete NLIST_NAME_UNION.
35401         [__GNU__]: Undef BSD and FSCALE.
35402         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
35403
35404 2003-08-03  Paul Eggert  <eggert@twinsun.com>
35405
35406         * lib/stdbool_.h (_Bool): Make it signed char, instead of
35407         an enum type, so that it's guaranteed to promote to int.  See:
35408         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
35409
35410 2003-08-03  Karl Berry  <karl@gnu.org>
35411
35412         * config/depcomp: update from automake.
35413
35414 2003-07-31  Paul Eggert  <eggert@twinsun.com>
35415
35416         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
35417         (strerror): Don't assume that a printable int fits in 14 bytes.
35418
35419 2003-07-31  Bruno Haible  <bruno@clisp.org>
35420
35421         * modules/getpass-gnu: New file.
35422         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
35423
35424 2003-07-31  Bruno Haible  <bruno@clisp.org>
35425
35426         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
35427
35428 2003-07-24  Karl Berry  <karl@gnu.org>
35429
35430         * config/missing: update from automake.
35431
35432 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
35433             Bruno Haible  <bruno@clisp.org>
35434
35435         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
35436         * lib/getline.c (getline, getdelim): Likewise.
35437         Remove _GNU_SOURCE define; now it's defined in config.h through
35438         m4/getline.m4.
35439
35440 2003-07-23  Karl Berry  <karl@gnu.org>
35441
35442         * config/config.sub: update from prep.
35443
35444 2003-07-22  Paul Eggert  <eggert@twinsun.com>
35445
35446         * modules/xalloc (Depends-on): Add exitfail.
35447         * modules/xmemcoll: Likewise.
35448
35449 2003-07-22  Paul Eggert  <eggert@twinsun.com>
35450
35451         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
35452         over-parenthesization in macros.
35453
35454         Sync with coreutils.
35455
35456         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
35457         required by C99.
35458
35459         Use `exit_failure' for xalloc and xmemcoll instead of their own
35460         private exit-failure variables.
35461         * lib/xalloc.h (xalloc_exit_failure): Remove.
35462         * lib/xmalloc.c: Likewise.  Include exitfail.h.
35463         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
35464         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
35465         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
35466         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
35467
35468 2003-07-20  Jim Meyering  <jim@meyering.net>
35469
35470         * modules/closeout (Depends-on): Add exitfail.
35471         Suggestion from Bruno Haible.
35472
35473 2003-07-19  Karl Berry  <karl@gnu.org>
35474
35475         * config/config.sub: update from prep.
35476
35477 2003-07-18  Paul Eggert  <eggert@twinsun.com>
35478
35479         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
35480         Remove.
35481         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
35482         to test that it can stand by itself.  Include "exitfail.h".
35483         Clients should set exit_failure instead.
35484         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
35485
35486 2003-07-18  Bruno Haible  <bruno@clisp.org>
35487
35488         * modules/getndelim2: New file.
35489         * modules/getline: Share files with module getndelim2.
35490         * modules/getnline: Depend on getndelim2 instead of sharing files with
35491         it. Add getnline.c to lib_SOURCES.
35492         * MODULES.html.sh (func_all_modules): Add getndelim2.
35493
35494 2003-07-18  Bruno Haible  <bruno@clisp.org>
35495
35496         * m4/getndelim2.m4: New file.
35497         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
35498         invoke gl_PREREQ_GETNDELIM2.
35499         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
35500         gl_PREREQ_GETNDELIM2.
35501         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
35502         gl_GETNDELIM2.
35503
35504 2003-07-18  Bruno Haible  <bruno@clisp.org>
35505
35506         * lib/getndelim2.h: New file.
35507         * lib/getndelim2.c: Make into a module of its own. Include config.h,
35508         getndelim2.h.
35509         (getndelim2): Make non-static. Change return type to ssize_t.
35510         * lib/getline.h: Change argument names.
35511         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
35512         * lib/getnline.c: Include getndelim2.h.
35513
35514 2003-07-18  Andreas Schwab  <schwab@suse.de>
35515
35516         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
35517
35518 2003-07-17  Karl Berry  <karl@gnu.org>
35519
35520         * config/config.sub: update from prep.
35521
35522 2003-07-17  Bruno Haible  <bruno@clisp.org>
35523
35524         * modules/getnline: New file.
35525         * modules/getline: Add lib/getndelim2.c to source file list.
35526         * MODULES.html.sh (func_all_modules): Add getnline.
35527
35528 2003-07-17  Bruno Haible  <bruno@clisp.org>
35529
35530         * m4/getnline.m4: New file.
35531
35532 2003-07-17  Bruno Haible  <bruno@clisp.org>
35533
35534         * m4/Makefile.am.in: Remove file.
35535         * m4/Makefile.am: Remove file.
35536         * m4/Makefile.in: Remove file.
35537
35538 2003-07-17  Bruno Haible  <bruno@clisp.org>
35539
35540         * lib/getnline.h: New file.
35541         * lib/getnline.c: New file.
35542         * lib/getndelim2.c: New file, extracted from getline.c.
35543         (getndelim2): Renamed from getdelim2, with added nmax argument.
35544         * lib/getline.c: Include getndelim2.c.
35545         (getdelim2): Moved out to getndelim2.c.
35546         (getline, getdelim): Update.
35547
35548 2003-07-17  Bruno Haible  <bruno@clisp.org>
35549
35550         * lib/Makefile.am: Remove file.
35551         * lib/Makefile.in: Remove file.
35552
35553 2003-07-17  Bruno Haible  <bruno@clisp.org>
35554
35555         * configure.in: Remove file.
35556         * Makefile.in: Remove file.
35557
35558 2003-07-17  Bruno Haible  <bruno@clisp.org>
35559
35560         * MODULES.html.sh: Put the </BODY> right before </HTML>.
35561
35562 2003-07-16  Karl Berry  <karl@gnu.org>
35563
35564         * config/srclist-update: was running fixlicense twice, which caused
35565                 texinfo.tex to be nullified for some reason.  Simplify,
35566                 $gplsrc is no longer needed as far as I can see?
35567
35568 2003-07-16  Jim Meyering  <jim@meyering.net>
35569
35570         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
35571
35572 2003-07-15  Paul Eggert  <eggert@twinsun.com>
35573
35574         * config/srclist.txt: Get the following files from gettext-runtime/intl
35575         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
35576         ref-del.sin.  From Bruno Haible.
35577         * config/srclist-update (fixfile): Change grep pattern again, since the
35578         previous fix didn't work (there was another trailing $).  Use
35579         '[$]' to escape the $s.
35580
35581 2003-07-15  Karl Berry  <karl@gnu.org>
35582
35583         * lib/vasnprintf.c: update from gettext.
35584
35585 2003-07-15  Karl Berry  <karl@gnu.org>
35586
35587         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
35588         gets expanded when surrounded by '$'.
35589
35590 2003-07-15  Jim Meyering  <jim@meyering.net>
35591
35592         * modules/save-cwd: Don't depend on error.  From Derek Price.
35593
35594 2003-07-15  Jim Meyering  <jim@meyering.net>
35595
35596         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
35597
35598 2003-07-14  Simon Josefsson  <jas@extundo.com>
35599
35600         * modules/mempcpy: New file.
35601         * MODULES.html.sh (func_all_modules): Add mempcpy.
35602
35603 2003-07-14  Simon Josefsson  <jas@extundo.com>
35604
35605         * m4/mempcpy.m4: New file.
35606
35607 2003-07-14  Simon Josefsson  <jas@extundo.com>
35608
35609         * lib/mempcpy.h: New file.
35610         * lib/mempcpy.c: New file.
35611
35612 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35613
35614         * modules/getdate, modules/posixtm: Depend on mktime.
35615
35616 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35617
35618         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
35619         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
35620         unicodeio.c, unicodeio.h, unlocked-io.h:
35621         Switch from LGPL to GPL.
35622
35623 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35624
35625         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
35626         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
35627         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
35628         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
35629         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
35630         updated automatically by ../config/srclist-update.  This changes
35631         their license from LPGL to GPL.
35632
35633 2003-07-14  Paul Eggert  <eggert@twinsun.com>
35634
35635         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
35636         assumed to refer to the root of the most recent stable gettext version.
35637         * config/srclistvars.sh: Add defaults for eggert.
35638         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
35639         Match "This program" as well as "The program".  This is needed
35640         for gettext.
35641
35642 2003-07-14  Jim Meyering  <jim@meyering.net>
35643
35644         Don't emit diagnostics.  Let callers do that.
35645         * lib/save-cwd.c: Don't include "error.h".
35646         (save_cwd): Don't call error.  Ensure that errno is valid
35647         when returning nonzero.
35648
35649         * lib/save-cwd.h (restore_cwd): Update prototype.
35650         * lib/save-cwd.c (restore_cwd): Remove two parameters.
35651         Simplify.  Don't call error upon failure.  Let callers do that.
35652         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
35653         when auditing is enabled.  But don't bother updating the #if.
35654
35655 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
35656
35657         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
35658         it breaks C++ compilation.
35659         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
35660
35661 2003-07-10  Simon Josefsson  <jas@extundo.com>
35662
35663         * modules/strchrnul (Makefile.am): Add strchrnul.h.
35664
35665 2003-07-10  Jim Meyering  <jim@meyering.net>
35666
35667         * m4/clock_time.m4: Remove trailing blank.
35668         * m4/intmax_t.m4: Likewise.
35669
35670 2003-07-10  Jim Meyering  <jim@meyering.net>
35671
35672         * lib/vasnprintf.c: Remove trailing blanks.
35673         Make cpp indentation consistent.
35674
35675 2003-07-09  Paul Eggert  <eggert@twinsun.com>
35676
35677         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
35678         posixver.c, strftime.c, strnlen.c, strverscmp.c:
35679         Switch from LGPL to GPL.
35680
35681 2003-07-09  Paul Eggert  <eggert@twinsun.com>
35682
35683         * config/srclist.txt: Sort sublists.  Add
35684         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
35685         that differ from gnulib for one reason or another; we'd like this list
35686         to be smaller but for now let's document what we have.
35687
35688 2003-07-08  Paul Eggert  <eggert@twinsun.com>
35689
35690         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
35691         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
35692         and sweeter "eval x=$x".
35693         * config/srclist.txt: Get lib/argp* from glibc.
35694
35695 2003-07-07  Paul Eggert  <eggert@twinsun.com>
35696
35697         * lib/mktime.c: Fix some boundary cases and remove need for floating
35698         point.
35699
35700         Issue a compile-time diagnostic if time_t is floating point, or if
35701         two's complement arithmetic is not in effect, or if arithmetic
35702         right shift does not propagate the sign.  These assumptions were
35703         all in the original code but they weren't checked.
35704
35705         (TIME_T_MIDPOINT, verify): New macros.
35706         (__isleap): Remove; it has integer overflow problems.
35707         (leapyear): New function, without those problems.
35708         (ydhms_tm_diff): Remove; splitting into two parts.
35709         (ydhms_diff): New function, containing the arithmetic part of
35710         the old ydhms_tm_diff function.  Issue a compile-time
35711         diagnostic if we are not using C99 integer division.
35712         Avoid casts when possible.
35713         (guess_time_tm): New function, containing the checking part of
35714         the old ydhms_tm_diff function.  Return the new value, rather than
35715         the difference between it and the old.  Accept a new argument T
35716         so that *T specifies the old value.  Check for overflow in the result.
35717
35718         (__mktime_internal): Use a time_t offset, not a long int offset.
35719         This undoes the 2003-06-04 change, which is no longer needed now
35720         that we have better overflow checking.
35721         (localtime_offset): Likewise.
35722
35723         (__mktime_internal): Avoid harmful overflow on hosts where time_t
35724         and long are 64-bit but int is only 32-bit.
35725         (ydhms_diff): Use long int to store year1 and yday1.
35726         Issue a compile-time diagnostic if long int is not wide enough.
35727
35728         (__mktime_internal): Use long int to store adjusted year and yday.
35729         Use plain C rather than preprocessor commands, if that doesn't
35730         affect efficiency.
35731         Check for overflow (and try to repair) after each probe
35732         rather than checking only at the very end.  This avoids some bugs
35733         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
35734         does not equal GMT offset at maximum time).
35735         Use integer to check for overflow rather than floating point; this
35736         is more portable to non-IEEE hosts, and is a tad faster.
35737         When we detect that we are oscillating between two values,
35738         don't check whether tm_isdst has the requested value, since
35739         we already know the answer.  When tm_isdst has the wrong value,
35740         use a different heuristic to find the right one, based on the
35741         extreme values actually observed in practice in tz2003a,
35742         rather than the (overly optimistic) "previous 3 calendar quarters".
35743
35744         (not_equal_tm, print_tm, check_result): Use "const T" rather than
35745         "T const" to accommodate glibc style.
35746         (check_result): Use less-confusing report format.  "long" -> "long int.
35747         (main): Likewise.
35748         Don't loop if the iteration overflows time_t.
35749         Allow a negative step in the iteration.
35750
35751 2003-07-06  Karl Berry  <karl@gnu.org>
35752
35753         * config/depcomp: update from automake.
35754         * config/config.sub: update from prep.
35755
35756 2003-07-03  Karl Berry  <karl@gnu.org>
35757
35758         * config/config.guess: update from prep.
35759
35760 2003-07-01  Paul Eggert  <eggert@twinsun.com>
35761
35762         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
35763         xreadlink.c now includes it unconditionally.
35764
35765 2003-07-01  Paul Eggert  <eggert@twinsun.com>
35766
35767         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
35768         having it depend on HAVE_SYS_TYPES_H.
35769
35770 2003-07-01  Bruno Haible  <bruno@clisp.org>
35771
35772         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
35773         <sys/types.h> should be sufficient.
35774         Reported by Paul Eggert.
35775
35776 2003-06-26  Karl Berry  <karl@gnu.org>
35777
35778         * config/depcomp: update from automake.
35779
35780 2003-06-26  Bruno Haible  <bruno@clisp.org>
35781
35782         * modules/human: Depend on module stdbool.
35783
35784 2003-06-25  Bruno Haible  <bruno@clisp.org>
35785
35786         * modules/readlink: New file.
35787         * modules/xreadlink: Depend on it.
35788         * MODULES.html.sh (func_all_modules): Add readlink.
35789
35790 2003-06-25  Bruno Haible  <bruno@clisp.org>
35791
35792         * m4/readlink.m4: New file.
35793
35794 2003-06-25  Bruno Haible  <bruno@clisp.org>
35795
35796         * lib/readlink.c: New file.
35797
35798 2003-06-22  Karl Berry  <karl@gnu.org>
35799
35800         * config/srclist.txt: update mkinstalldirs from automake.
35801         * config/mkinstalldirs: update.
35802
35803 2003-06-22  Bruno Haible  <bruno@clisp.org>
35804
35805         Portability to mingw32.
35806         * m4/ssize_t.m4: New file, from GNU gettext.
35807         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
35808         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
35809
35810 2003-06-22  Bruno Haible  <bruno@clisp.org>
35811
35812         * modules/safe-read: Add m4/ssize_t.m4.
35813         * modules/xreadlink: Add m4/ssize_t.m4.
35814
35815 2003-06-20  Bruno Haible  <bruno@clisp.org>
35816
35817         Assume C89, so PARAMS isn't needed.
35818         * lib/unicodeio.h (PARAMS): Remove.
35819         * lib/unicodeio.c: Don't use PARAMS.
35820
35821 2003-06-18  Karl Berry  <karl@gnu.org>
35822
35823         * config/config.{guess,sub}: update from prep.
35824
35825 2003-06-18  Jim Meyering  <jim@meyering.net>
35826
35827         Merge changes from coreutils.
35828         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
35829         Remove explicit declarations of xmalloc and realloc.
35830         Include xalloc.h.
35831         (read_utmp): Remove anachronistic cast of xmalloc.
35832
35833 2003-06-17  Paul Eggert  <eggert@twinsun.com>
35834
35835         Assume C89, so PARAMS isn't needed.
35836         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
35837         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
35838         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
35839         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
35840         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
35841         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
35842         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
35843         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
35844         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
35845         lib/xstrtod.h, lib/xstrtol.h: Likewise.
35846         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
35847         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
35848         no longer needed. Anyway, config.h should always be included before any
35849         other file.
35850
35851 2003-06-11  Simon Josefsson  <jas@extundo.com>
35852
35853         * modules/sysexits: New file.
35854         * MODULES.html.sh (func_all_modules): Add sysexits.
35855
35856 2003-06-11  Simon Josefsson  <jas@extundo.com>
35857
35858         * lib/sysexit_.h: New file.
35859
35860 2003-06-11  Derek Price  <derek@ximbiot.com>
35861
35862         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
35863         necessary.
35864
35865 2003-06-11  Bruno Haible  <bruno@clisp.org>
35866
35867         * m4/sysexits.m4: New file.
35868
35869 2003-06-10  Simon Josefsson  <jas@extundo.com>
35870
35871         * lib/argp.h: New file, from glibc.
35872         * lib/argp-ba.c: New file, from glibc.
35873         * lib/argp-eexst.c: New file, from glibc.
35874         * lib/argp-fmtstream.c: New file, from glibc.
35875         * lib/argp-fmtstream.h: New file, from glibc.
35876         * lib/argp-fs-xinl.c: New file, from glibc.
35877         * lib/argp-help.c: New file, from glibc.
35878         * lib/argp-namefrob.h: New file, from glibc.
35879         * lib/argp-parse.c: New file, from glibc.
35880         * lib/argp-pv.c: New file, from glibc.
35881         * lib/argp-pvh.c: New file, from glibc.
35882         * lib/argp-xinl.c: New file, from glibc.
35883
35884 2003-06-10  Simon Josefsson  <jas@extundo.com>
35885
35886         * modules/strchrnul: New file.
35887
35888 2003-06-10  Simon Josefsson  <jas@extundo.com>
35889
35890         * modules/argp: New file.
35891
35892 2003-06-10  Simon Josefsson  <jas@extundo.com>
35893
35894         * m4/strchrnul.m4: New file.
35895
35896 2003-06-10  Simon Josefsson  <jas@extundo.com>
35897
35898         * lib/strchrnul.h: New file.
35899         * lib/strchrnul.c: New file.
35900
35901 2003-06-10  Bruno Haible  <bruno@clisp.org>
35902
35903         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
35904
35905 2003-06-07  Karl Berry  <karl@gnu.org>
35906
35907         * config/config.{guess,sub}: update from prep.
35908
35909 2003-06-07  Jim Meyering  <jim@meyering.net>
35910
35911         * modules/strtod: Use $(...) notation, not @...@ for
35912         AC_REPLACE'd variables.
35913         * modules/localcharset: Likewise.
35914
35915 2003-06-07  Jim Meyering  <jim@meyering.net>
35916
35917         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
35918         in place of my name in the copyright comment.
35919         Remove definition and uses of __P.
35920
35921         From coreutils.
35922         * lib/stat.c: Don't declare xmalloc explicitly.
35923         Instead, include "xalloc.h".
35924         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
35925         xrealloc, and xcalloc return values.
35926         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
35927         Improve comment.
35928         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
35929
35930 2003-06-07  Bruno Haible  <bruno@clisp.org>
35931
35932         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
35933         avoid AC_CONFIG_LINKS.
35934         * modules/fnmatch (Makefile.am): Use explicit creation rule for
35935         fnmatch.h, to avoid AC_CONFIG_LINKS.
35936         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
35937
35938 2003-06-07  Bruno Haible  <bruno@clisp.org>
35939
35940         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
35941         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
35942         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35943         directory.
35944         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
35945         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
35946         directory.
35947
35948 2003-06-06  Jim Meyering  <jim@meyering.net>
35949
35950         Merge from coreutils.
35951         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
35952         Consolidate declarations and initializations of *_base* locals.
35953
35954         Merge from coreutils.
35955         This avoids a core dump on systems without GNU putenv,
35956         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
35957         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
35958         (unsetenv): New static function, from GNU libc.
35959         (rpl_putenv): Use it.
35960
35961         * lib/modechange.c: Remove trailing blanks.
35962
35963         Merge from coreutils.
35964         * lib/fsusage.c: Remove declaration of statfs.
35965         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
35966
35967         * lib/posixtm.c: Include <stdbool.h> unconditionally.
35968
35969 2003-06-06  Jim Meyering  <jim@meyering.net>
35970
35971         * lib/stdbool_.h: Renamed from stdbool.h.in.
35972
35973 2003-06-06  Jim Meyering  <jim@meyering.net>
35974             Bruno Haible  <bruno@clisp.org>
35975
35976         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
35977         Adjust Makefile.am snippet not to redirect directly to target.
35978         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
35979
35980 2003-06-05  Paul Eggert  <eggert@twinsun.com>
35981
35982         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
35983         mismatch, look in future quarters as well as past.  This fixes a
35984         bug when processing fall-backwards gaps immediately after a long
35985         period of daylight-saving time.
35986
35987         * lib/mktime.c: Assume freestanding C89 or better.
35988         (HAVE_LIMITS_H): Remove.  Assume it's 1.
35989         (__P): Remove; not used.
35990         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
35991         (mktime, not_equal_tm, print_tm, check_result,
35992         main): Use prototypes.  Use const * where appropriate.
35993         (main): Fix typo in testing code that uncovered by above changes.
35994         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
35995
35996 2003-06-04  Paul Eggert  <eggert@twinsun.com>
35997
35998         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
35999         locale.h, localeconv.  This merges changes from coreutils.
36000
36001         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
36002         It can be removed after the next Autoconf is released.
36003         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
36004         needed.
36005
36006 2003-06-04  Paul Eggert  <eggert@twinsun.com>
36007
36008         * lib/mktime.c: Fix Debian bug 177940
36009         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
36010         (localtime_offset): Now long int, not time_t, because we want it
36011         to be guaranteed to be signed.  All uses changed.
36012         (__mktime_internal): If overflow would occur when adding offset,
36013         don't add it.
36014
36015         Merge 'human' changes from coreutils.  Rewrite to support
36016         locale-specific notations like thousands separators.
36017         * lib/human.c: Simplify authorship notice.
36018         Include human.h immediately after config.h.
36019         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
36020         <limits.h>: Do not include, since human.h does.
36021         (SIZE_MAX, UINTMAX_MAX): New macros.
36022         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
36023         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
36024         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
36025         (power_letter): Renamed from suffixes.
36026         (generate_suffix_backwards): Remove.
36027         (adjust_value): Now takes int style (because of human.h changes)
36028         and long double value (for greater precision on some platforms).
36029         (group_number): New function.
36030         (human_readable): Use it.  Use integer options, not enum.
36031         Put the options before the sizes in the arg list.
36032         Support all the new options.
36033         The old human_readable function has been removed;
36034         use inttostr.h instead.
36035         (human_readable, default_block_size, humblock):
36036         Use uintmax_t, not int, for block sizes.
36037         (human_readable_inexact, block_size_types): Remove.
36038         (block_size_opts): New constant.
36039         (human_options): Renamed from human_block_size, with new signature
36040         that allows block sizes up to UINTMAX_MAX.  All callers changed.
36041         * lib/human.h: Add copyright and authorship notice.
36042         Include <limits.h> and <stdbool.h> unconditionally.
36043         (PARAMS): Remove.  All uses removed.
36044         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
36045         (enum human_inexact_style): Remove tag; now a nameless enum.
36046         (human_floor, human_ceiling, human_round_to_even): Now have
36047         values 2, 0, 1 rather than -1, 1, 0.
36048         (human_group_digits, human_suppress_point_zero, human_autoscale,
36049         human_base_1024, human_SI, human_B): New constants.
36050         (human_readable_inexact, human_block_size): Remove.
36051         (human_readable): Size args are now uintmax_t, not int.
36052         (human_options): New decl.
36053
36054         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
36055         unnecessary now that we assume C89 or better.  This change
36056         imported from coreutils.
36057
36058         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
36059         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
36060         in the 2003-05-30 sync from glibc.
36061
36062         .h files should stand alone, but we shouldn't include <sys/types.h>
36063         if we can get away with just <stddef.h>.
36064
36065         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
36066         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
36067         rather than <sys/types.h>, as we merely need size_t.
36068         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
36069         to get size_t.
36070         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
36071         Include <stdio.h>, to get FILE.
36072         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
36073         memcasecmp.h has included <stddef.h> and all we need is size_t.
36074         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
36075         our interface, instead of including <sys/types.h>
36076
36077 2003-06-04  Paul Eggert  <eggert@twinsun.com>
36078
36079         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
36080         now, as glibc mktime is buggy on non-glibc systems.
36081
36082 2003-06-03  Karl Berry  <karl@gnu.org>
36083
36084         * config/config.sub: update from prep.
36085
36086 2003-06-02  Paul Eggert  <eggert@twinsun.com>
36087
36088         [from coreutils]
36089         Fix some minor time-related bugs with POSIX time arguments.
36090         Some valid time stamps were being rejected (notably -1, and
36091         time stamps before 1900 on 64-bit hosts).  And some invalid
36092         time stamps were being accepted, e.g. September 31.
36093
36094         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
36095         that we can return (time_t) -1 successfully.
36096         * lib/posixtm.c: Likewise.
36097         [HAVE_STDBOOL_H]: Include <stdbool.h>.
36098         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
36099         (t): Remove static var.
36100         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
36101         of static var.  All uses changed.
36102         (year): Do not reject years before 1900; they can occur with
36103         64-bit time_t.
36104         (posix_time_parse): Do not check for out-of-range components;
36105         that is now the caller's responsibility, since our checks were
36106         only approximations.
36107         (posixtime): Use mktime to check for out-of-range components,
36108         since it knows them exactly.
36109         If mktime returns (time_t) -1, check whether an error actually occurred
36110         by invoking localtime on -1.
36111         (main) [TEST_POSIXTIME]: Check for input data errors, and report
36112         posixtime failures better.
36113         Improve the test data (in comments only).
36114
36115 2003-06-02  Karl Berry  <karl@gnu.org>
36116
36117         * config/mkinstalldirs (version): new variable.
36118         (--version): new option.
36119         (usage): improve message.
36120
36121 2003-05-30  Karl Berry  <karl@gnu.org>
36122
36123         * lib/mktime.c: update from libc.
36124
36125 2003-05-30  Bruno Haible  <bruno@clisp.org>
36126
36127         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
36128         * config/config.rpath: Upgrade to gettext-0.12.1.
36129
36130 2003-05-30  Bruno Haible  <bruno@clisp.org>
36131
36132         * m4/gettext.m4: Upgrade to gettext-0.12.1.
36133         * m4/nls.m4: New file, from gettext-0.12.1.
36134         * m4/po.m4: New file, from gettext-0.12.1.
36135         * m4/progtest.m4: Upgrade to gettext-0.12.1.
36136
36137 2003-05-30  Bruno Haible  <bruno@clisp.org>
36138
36139         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
36140         * lib/localcharset.h: Likewise.
36141         * lib/localcharset.c: Likewise.
36142
36143 2003-05-29  Karl Berry  <karl@gnu.org>
36144
36145         * config/config.rpath: update from gettext.
36146
36147 2003-05-28  Paul Eggert  <eggert@twinsun.com>
36148
36149         Assume the headers required for C89 freestanding compilers.
36150         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
36151         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
36152         * m4/human.m4 (gl_HUMAN): Likewise.
36153         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
36154         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
36155         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36156         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
36157         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36158         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
36159
36160 2003-05-28  Paul Eggert  <eggert@twinsun.com>
36161
36162         Assume the headers required for C89 freestanding compilers.
36163         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
36164         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
36165         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
36166         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
36167         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
36168         define, since <limits.h> is guaranteed to do that.
36169         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
36170         * lib/exclude.c: Include <stdbool.h> unconditionally.
36171         * lib/tempname.c: Include <stddef.h> unconditionally.
36172         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
36173         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
36174         <stddef.h> does that.
36175         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
36176         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
36177         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
36178         needed.
36179         * lib/xstrtol.c: Likewise.
36180         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
36181         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
36182
36183         * lib/addext.c (addext): Use assignment rather than cast, to avoid
36184         warnings on some platforms.
36185
36186         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
36187         arbitrarily.
36188
36189 2003-05-26  Jim Meyering  <jim@meyering.net>
36190
36191         Merge in a change from coreutils:
36192         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
36193         that is guaranteed to be `no'.  Use `no_such_member' to indicate
36194         that condition, rather than `-1' which is slightly misleading.
36195         Change the name of the cache variable to have the gl_ prefix.
36196         Prompted by a patch from Richard Dawe for DJGPP.
36197
36198 2003-05-24  Karl Berry  <karl@gnu.org>
36199
36200         * config/config.guess: update from prep.
36201
36202 2003-05-22  Karl Berry  <karl@gnu.org>
36203
36204         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
36205
36206 2003-05-20  Karl Berry  <karl@gnu.org>
36207
36208         * config/config.guess: update from prep.
36209
36210 2003-05-18  Karl Berry  <karl@gnu.org>
36211
36212         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
36213         might actually be set by the user.
36214
36215         * config/depcomp, install-sh, mdate-sh: update from automake.
36216
36217 2003-05-17  Bruno Haible  <bruno@clisp.org>
36218
36219         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
36220         invalid expansion for AC_EGREP_CPP.
36221         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
36222         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
36223         Suggested by Akim Demaille <akim@epita.fr> in
36224         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
36225
36226 2003-05-12  Jim Meyering  <jim@meyering.net>
36227
36228         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
36229         the space-padded-by-default conversion specifiers, %e, %k, %l.
36230
36231 2003-05-12  Bruno Haible  <bruno@clisp.org>
36232
36233         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
36234         the string is longer than 4 KB.
36235
36236 2003-05-11  Karl Berry  <karl@gnu.org>
36237
36238         * config/config.{guess,sub}: update from prep.
36239
36240 2003-05-09  Bruno Haible  <bruno@clisp.org>
36241
36242         * modules/error: Add m4/strerror_r.m4 to file list.
36243
36244 2003-05-03  Bruno Haible  <bruno@clisp.org>
36245
36246         Upgrade to Unicode-4.0.
36247         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
36248         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
36249         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
36250         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
36251         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
36252         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
36253         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
36254         Change width of U+E0100..U+E01EF from 1 to 0.
36255
36256 2003-04-25  Jim Meyering  <jim@meyering.net>
36257
36258         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
36259         of type size_t, not int.
36260
36261 2003-04-25  Bruno Haible  <bruno@clisp.org>
36262
36263         * lib/copy-file.c: Include <stddef.h>, for size_t.
36264
36265 2003-04-21  Paul Eggert  <eggert@twinsun.com>
36266
36267         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
36268         code which expansion is under static control.  Patch imported from
36269         Akim Demaille's patch to Bison; see
36270         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
36271
36272 2003-04-14  Bruno Haible  <bruno@clisp.org>
36273
36274         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
36275
36276 2003-04-11  Jim Meyering  <jim@meyering.net>
36277
36278         Merge changes from Coreutils.
36279
36280         2003-03-22  Jim Meyering  <jim@meyering.net>
36281
36282         * lib/strftime.c (widen): Cast alloca return value to proper type.
36283
36284         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
36285
36286         From GNU libc.
36287         * lib/strftime.c (my_strftime): Handle very large width
36288         specifications for numeric values correctly.  Improve checks for
36289         overflow.
36290
36291         2003-01-19  Jim Meyering  <jim@meyering.net>
36292
36293         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
36294         definitions.
36295         (nl_get_alt_digit) [! defined my_strftime]: Define.
36296         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
36297         _nl_get_alt_digit and _nl_get_walt_digit.
36298
36299         * lib/strftime.c (my_strftime): Merge in locale-related changes from
36300         libc. These changes have no effect outside of _LIBC.
36301
36302 2003-04-10  Bruno Haible  <bruno@clisp.org>
36303
36304         * modules/findprog: New file.
36305         * MODULES.html.sh (func_all_modules): Add it.
36306
36307 2003-04-10  Bruno Haible  <bruno@clisp.org>
36308
36309         * m4/findprog.m4: New file.
36310         * m4/eaccess.m4: New file.
36311
36312 2003-04-10  Bruno Haible  <bruno@clisp.org>
36313
36314         * lib/findprog.h: New file, from GNU gettext.
36315         * lib/findprog.c: New file, from GNU gettext.
36316
36317 2003-04-05  Jim Meyering  <jim@meyering.net>
36318
36319         Merge changes from Coreutils.
36320
36321         * lib/exclude.h (PARAMS): Remove definition and uses.
36322         * lib/exclude.c: Remove uses of `PARAMS'.
36323
36324         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
36325         Add test-cases for DOS filenames. Declare program_name.
36326         (main): Set up program_name.  Patch by Rich Dawe.
36327
36328         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
36329         error from mntctl.
36330         Use mntctl's return value to drive the entry-processing loop, since
36331         we can't rely on the value of the vmt_length member in the last
36332         entry.  On some systems doing so could result in exhausting
36333         virtual memory.  Based in part on a patch from Mike Jetzer.
36334
36335 2003-04-04  Bruno Haible  <bruno@clisp.org>
36336
36337         * modules/linebreak: New file.
36338         * MODULES.html.sh (func_all_modules): Add it.
36339
36340 2003-04-04  Bruno Haible  <bruno@clisp.org>
36341
36342         * m4/linebreak.m4: New file.
36343
36344 2003-04-04  Bruno Haible  <bruno@clisp.org>
36345
36346         * lib/linebreak.h: New file, from GNU gettext.
36347         * lib/linebreak.c: New file, from GNU gettext with slight
36348         modifications.
36349         * lib/lbrkprop.h: New file, from GNU gettext.
36350
36351 2003-04-03  Bruno Haible  <bruno@clisp.org>
36352
36353         * modules/utf8-ucs4: New file.
36354         * modules/utf16-ucs4: New file.
36355         * modules/ucs4-utf8: New file.
36356         * modules/ucs4-utf16: New file.
36357         * MODULES.html.sh (func_all_modules): Add them.
36358
36359 2003-04-03  Bruno Haible  <bruno@clisp.org>
36360
36361         * m4/utf-ucs4.m4: New file.
36362         * m4/ucs4-utf.m4: New file.
36363
36364 2003-04-03  Bruno Haible  <bruno@clisp.org>
36365
36366         * lib/utf8-ucs4.h: New file, from GNU gettext.
36367         * lib/utf16-ucs4.h: New file, from GNU gettext.
36368         * lib/ucs4-utf8.h: New file, from GNU gettext.
36369         * lib/ucs4-utf16.h: New file, from GNU gettext.
36370
36371 2003-04-02  Bruno Haible  <bruno@clisp.org>
36372
36373         * modules/binary-io: New file.
36374         * MODULES.html.sh (func_all_modules): Add it.
36375
36376 2003-04-02  Bruno Haible  <bruno@clisp.org>
36377
36378         * lib/binary-io.h: New file, from GNU gettext.
36379
36380 2003-04-01  Bruno Haible  <bruno@clisp.org>
36381
36382         * modules/pathname: New file.
36383         * MODULES.html.sh (func_all_modules): Add it.
36384
36385 2003-04-01  Bruno Haible  <bruno@clisp.org>
36386
36387         * lib/pathname.h: New file, from GNU gettext.
36388         * lib/concatpath.c: New file, from GNU gettext.
36389
36390 2003-03-30  Bruno Haible  <bruno@clisp.org>
36391
36392         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
36393
36394 2003-03-30  Bruno Haible  <bruno@clisp.org>
36395
36396         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
36397         function chown() doesn't exist.
36398
36399 2003-03-28  Bruno Haible  <bruno@clisp.org>
36400
36401         * modules/copy-file: New file.
36402         * MODULES.html.sh (func_all_modules): Add it.
36403
36404 2003-03-28  Bruno Haible  <bruno@clisp.org>
36405
36406         * m4/copy-file.m4: New file.
36407
36408 2003-03-28  Bruno Haible  <bruno@clisp.org>
36409
36410         * lib/copy-file.h: New file, from GNU gettext.
36411         * lib/copy-file.c: New file, from GNU gettext.
36412
36413 2003-03-18  Jim Meyering  <jim@meyering.net>
36414
36415         * lib/quote.c (quote_n): Fix typo in comment.
36416
36417 2003-03-18  Bruno Haible  <bruno@clisp.org>
36418
36419         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
36420         checking.
36421         * m4/onceonly_2_57.m4: Likewise.
36422
36423 2003-03-17  Bruno Haible  <bruno@clisp.org>
36424
36425         * m4/onceonly.m4: Require autoconf 2.54 or newer.
36426         (m4_quote): Remove macro.
36427         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
36428
36429 2003-03-14  Jim Meyering  <jim@meyering.net>
36430
36431         Merge changes from Coreutils.
36432         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
36433         to be const, in order to avoid warnings.
36434         (obstack_room): Likewise.
36435         (obstack_empty_p): Likewise.
36436
36437 2003-03-14  Bruno Haible  <bruno@clisp.org>
36438
36439         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
36440         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
36441
36442 2003-03-13  Paul Eggert  <eggert@twinsun.com>
36443
36444         Merge changes from Bison.
36445         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
36446         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
36447         when compiling Bison 1.875's `bitset bset = obstack_alloc
36448         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
36449         * lib/hash.c: Include <stdbool.h> unconditionally.
36450
36451 2003-03-13  Paul Eggert  <eggert@twinsun.com>
36452
36453         * m4/onceonly.m4 (m4_quote): New macro.
36454         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
36455         Quote AC_FOREACH variable-expansions properly.
36456
36457 2003-03-13  Paul Eggert  <eggert@twinsun.com>
36458
36459         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
36460
36461 2003-03-09  Paul Eggert  <eggert@twinsun.com>
36462
36463         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
36464         Reported by Bruce Becker; see:
36465         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
36466
36467 2003-03-03  Paul Eggert  <eggert@twinsun.com>
36468             Bruno Haible  <bruno@clisp.org>
36469
36470         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
36471         Reported by John Hughes, see
36472         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
36473
36474 2003-02-20  Bruno Haible  <bruno@clisp.org>
36475
36476         * MODULES.html.sh (func_all_modules): Add poll.
36477
36478 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
36479
36480         * modules/poll: New file.
36481
36482 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
36483
36484         * lib/poll_.h: New file.
36485         * lib/poll.c: New file.
36486
36487 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
36488
36489         * m4/poll.m4: New file.
36490
36491 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
36492
36493         * modules/mathl: New file.
36494
36495 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
36496
36497         * lib/mathl.h: New file.
36498         * lib/acosl.c: New file.
36499         * lib/asinl.c: New file.
36500         * lib/atanl.c: New file.
36501         * lib/ceill.c: New file.
36502         * lib/cosl.c: New file.
36503         * lib/expl.c: New file.
36504         * lib/floorl.c: New file.
36505         * lib/frexpl.c: New file.
36506         * lib/ldexpl.c: New file.
36507         * lib/logl.c: New file.
36508         * lib/sincosl.c: New file.
36509         * lib/sinl.c: New file.
36510         * lib/sqrtl.c: New file.
36511         * lib/tanl.c: New file.
36512         * lib/trigl.c: New file.
36513         * lib/trigl.h: New file.
36514
36515 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
36516
36517         * m4/mathl.m4: New file.
36518
36519 2003-02-18  Bruno Haible  <bruno@clisp.org>
36520
36521         * MODULES.html.sh (func_all_modules): Add mathl.
36522
36523 2003-02-17  Bruno Haible  <bruno@clisp.org>
36524
36525         * modules/mkdtemp: New module.
36526         * MODULES.html.sh (func_all_modules): Add it.
36527
36528 2003-02-17  Bruno Haible  <bruno@clisp.org>
36529
36530         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
36531
36532 2003-02-17  Bruno Haible  <bruno@clisp.org>
36533
36534         * lib/mkdtemp.h: New file, from GNU gettext.
36535         * lib/mkdtemp.c: New file, from GNU gettext.
36536
36537 2003-02-02  Jim Meyering  <jim@meyering.net>
36538
36539         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
36540         e.g. glibc-2.2.93.
36541
36542 2003-01-31  Bruno Haible  <bruno@clisp.org>
36543
36544         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
36545         'rpl_rename'.
36546         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
36547         'rpl_strnlen'.
36548         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
36549         'rpl_strtod'.
36550         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
36551         'rpl_utime'.
36552
36553 2003-01-31  Bruno Haible  <bruno@clisp.org>
36554
36555         * lib/rename.c: #undef rename before defining rpl_rename.
36556         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
36557
36558 2003-01-30  Bruno Haible  <bruno@clisp.org>
36559
36560         * modules/vasnprintf, modules/vasprintf: New modules.
36561         * MODULES.html.sh (func_all_modules): Add them.
36562
36563 2003-01-30  Bruno Haible  <bruno@clisp.org>
36564
36565         * m4/signed.m4: New file, from GNU gettext.
36566         * m4/longdouble.m4: New file, from GNU gettext.
36567         * m4/wchar_t.m4: New file, from GNU gettext.
36568         * m4/wint_t.m4: New file, from GNU gettext.
36569         * m4/vasnprintf.m4: New file.
36570         * m4/vasprintf.m4: New file.
36571
36572 2003-01-30  Bruno Haible  <bruno@clisp.org>
36573
36574         * lib/printf-args.h: New file, from GNU gettext.
36575         * lib/printf-args.c: New file, from GNU gettext.
36576         * lib/printf-parse.h: New file, from GNU gettext.
36577         * lib/printf-parse.c: New file, from GNU gettext.
36578         * lib/vasnprintf.h: New file, from GNU gettext.
36579         * lib/vasnprintf.c: New file, from GNU gettext.
36580         * lib/asnprintf.c: New file, from GNU gettext.
36581         * lib/vasprintf.h: New file, from GNU gettext with modifications.
36582         * lib/vasprintf.c: New file, from GNU gettext.
36583         * lib/asprintf.c: New file, from GNU gettext.
36584
36585 2003-01-29  Bruno Haible  <bruno@clisp.org>
36586
36587         * modules/stpncpy: New module.
36588         * MODULES.html.sh (func_all_modules): Add it.
36589
36590 2003-01-29  Bruno Haible  <bruno@clisp.org>
36591
36592         * m4/stpncpy.m4: New file.
36593
36594 2003-01-29  Bruno Haible  <bruno@clisp.org>
36595
36596         * lib/stpncpy.h: New file, from GNU gettext with modifications.
36597         * lib/stpncpy.c: New file, from GNU gettext with modifications.
36598
36599 2003-01-28  Bruno Haible  <bruno@clisp.org>
36600
36601         * modules/c-ctype: New module.
36602         * MODULES.html.sh (func_all_modules): Add it.
36603
36604 2003-01-28  Bruno Haible  <bruno@clisp.org>
36605
36606         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
36607         Paul Eggert.
36608         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
36609         Paul Eggert.
36610
36611 2003-01-27  Bruno Haible  <bruno@clisp.org>
36612
36613         * modules/xsetenv: New module.
36614         * MODULES.html.sh (func_all_modules): Add it.
36615
36616 2003-01-27  Bruno Haible  <bruno@clisp.org>
36617
36618         * lib/xsetenv.h: New file, from GNU gettext.
36619         * lib/xsetenv.c: New file, from GNU gettext.
36620
36621 2003-01-23  Jim Meyering  <jim@meyering.net>
36622
36623         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
36624         from working on systems without dirfd (at least Irix and OSF1/Tru64).
36625
36626 2003-01-23  Bruno Haible  <bruno@clisp.org>
36627
36628         * modules/minmax: New module.
36629         * MODULES.html.sh (func_all_modules): Add it.
36630
36631 2003-01-23  Bruno Haible  <bruno@clisp.org>
36632
36633         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
36634         Eggert.
36635
36636 2003-01-22  Bruno Haible  <bruno@clisp.org>
36637
36638         * modules/exit: New module.
36639         * MODULES.html.sh (func_all_modules): Add it.
36640
36641 2003-01-22  Bruno Haible  <bruno@clisp.org>
36642
36643         * lib/exit.h: New file, from GNU gettext.
36644
36645 2003-01-19  Bruno Haible  <bruno@clisp.org>
36646
36647         * gnulib-tool: Recognize option --extract-maintainer.
36648         (func_get_maintainer): New function.
36649         * modules/*: Add Maintainer entry.
36650
36651 2003-01-16  Jim Meyering  <jim@meyering.net>
36652
36653         * m4/regex.m4: The `regex' struct is both input and output.
36654         Initialize it before each use.  Patch by Tim Waugh.
36655
36656 2003-01-16  Bruno Haible  <bruno@clisp.org>
36657
36658         * MODULES.html.sh: Add a table of contents. Add the module name as
36659         leftmost column. Add hyperlinks.
36660
36661 2003-01-15  Bruno Haible  <bruno@clisp.org>
36662
36663         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
36664
36665 2003-01-15  Bruno Haible  <bruno@clisp.org>
36666
36667         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
36668         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
36669         suffix.
36670
36671 2003-01-15  Bruno Haible  <bruno@clisp.org>
36672
36673         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
36674
36675 2003-01-15  Bruno Haible  <bruno@clisp.org>
36676
36677         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
36678         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
36679
36680 2003-01-14  Jim Meyering  <jim@meyering.net>
36681
36682         * lib/same.c (same_name): Tweak a comment.
36683
36684 2003-01-14  Bruno Haible  <bruno@clisp.org>
36685
36686         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
36687         when a string comparison is sufficient.
36688
36689 2003-01-14  Bruno Haible  <bruno@clisp.org>
36690
36691         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
36692         'unsigned int'.
36693
36694 2003-01-14  Bruno Haible  <bruno@clisp.org>
36695
36696         * lib/hash-pjw.c: Add comment about low quality of this function.
36697
36698 2003-01-13  Bruno Haible  <bruno@clisp.org>
36699
36700         * modules/stpcpy: Distribute lib/stpcpy.h.
36701         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
36702
36703 2003-01-13  Bruno Haible  <bruno@clisp.org>
36704
36705         * modules/*: Add a description.
36706         * modules/strpbrk: Fix Makefile.am snippet.
36707         * modules/strtoimax: Fix dependencies.
36708         * modules/strtoumax: Likewise.
36709
36710 2003-01-13  Bruno Haible  <bruno@clisp.org>
36711
36712         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
36713         * modules/alloca (Makefile.am): All object files depend on alloca.h.
36714         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
36715
36716 2003-01-13  Bruno Haible  <bruno@clisp.org>
36717
36718         * gnulib-tool (func_create_testdir): Store config/* files in the main
36719         directory.
36720         * config.rpath: Move to ...
36721         * config/config.rpath: ... here.
36722         * modules/gettext: Contains config/config.rpath, not config.rpath.
36723         * modules/iconv: Likewise.
36724
36725 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36726
36727         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36728         to avoid collisions with libcurses and libreadline.
36729
36730         * m4/getstr.m4: Remove.
36731         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
36732
36733 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36734
36735         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36736         to avoid collisions with libcurses and libreadline.
36737
36738         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
36739         * lib/getstr.h, getstr.c: Remove.
36740         * lib/getline.c: Include "getline.h", to check interface.
36741         Move body of old getstr.c here: this defines MIN_CHUNK and
36742         declares getdelim2, which is renamed from getstr.
36743         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
36744
36745         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
36746         All uses changed.
36747         * lib/linebuffer.h: Likewise.
36748         (readline): Remove backward-compatibility macro.
36749
36750 2003-01-12  Paul Eggert  <eggert@twinsun.com>
36751
36752         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
36753         to avoid collisions with libcurses and libreadline.
36754         * getstr: Remove.
36755         * MODULES.html.sh: Remove getstr.
36756         * modules/getline: Depend on unlocked-io, not getstr.
36757
36758 2003-01-12  Jim Meyering  <jim@meyering.net>
36759
36760         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
36761
36762 2003-01-10  Bruno Haible  <bruno@clisp.org>
36763
36764         * modules/alloca: Change Makefile.am requirements. Simplify Include
36765         requirements. Add lib/alloca_.h to file list.
36766
36767 2003-01-10  Bruno Haible  <bruno@clisp.org>
36768
36769         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
36770
36771 2003-01-10  Bruno Haible  <bruno@clisp.org>
36772
36773         * lib/alloca_.h: New file.
36774         * lib/getdate.y: Unconditionally include alloca.h.
36775         * lib/makepath.c: Likewise.
36776         * lib/setenv.c: Likewise.
36777         * lib/userspec.c: Likewise.
36778
36779 2003-01-09  Karl Berry  <karl@gnu.org>
36780
36781         * MODULES.html.sh: include `dirname $0` in PATH, to find
36782         gnulib-tool.
36783
36784 2003-01-09  Bruno Haible  <bruno@clisp.org>
36785
36786         * modules/stdbool: Change configure.ac, Makefile.am requirements.
36787         Simplify Include requirements. Add lib/stdbool.h.in to file list.
36788
36789 2003-01-09  Bruno Haible  <bruno@clisp.org>
36790
36791         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
36792
36793 2003-01-09  Bruno Haible  <bruno@clisp.org>
36794
36795         * lib/stdbool.h.in: New file.
36796
36797 2003-01-09  Bruno Haible  <bruno@clisp.org>
36798
36799         * gnulib-tool (func_all_modules): Ignore files ending in ~.
36800         * MODULES.html.sh: Likewise.
36801
36802 2003-01-08  Jim Meyering  <jim@meyering.net>
36803
36804         * lib/full-write.c: Undefine and define-away `const' after inclusion
36805         of errno.h, not before.  Suggestion from Bruno Haible.
36806
36807 2003-01-08  Bruno Haible  <bruno@clisp.org>
36808
36809         * modules/full-read: Depend on full-write.
36810
36811 2003-01-08  Bruno Haible  <bruno@clisp.org>
36812
36813         * lib/safe-read.c: Include specification header first, to ensure its
36814         selfcontainedness.
36815         * lib/full-write.c: Likewise.
36816
36817 2003-01-07  Jim Meyering  <jim@meyering.net>
36818
36819         * lib/full-write.c: Rework so that it may serve to define full_read,
36820         too.
36821         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
36822
36823 2003-01-07  Bruno Haible  <bruno@clisp.org>
36824
36825         * lib/strtoimax.c: Include <stdint.h> as an alternative to
36826         <inttypes.h>.
36827         * lib/xstrtol.h: Likewise.
36828         * lib/xstrtoimax.c: Likewise.
36829         * lib/xstrtoumax.c: Likewise.
36830         * lib/human.h: Likewise.
36831
36832         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
36833         on systems that have <inttypes.h> but not <stdint.h>.
36834
36835 2003-01-07  Bruno Haible  <bruno@clisp.org>
36836
36837         * MODULES.html.sh: Add copyright notice.
36838         (missed_files): Omit CVS directory entries.
36839         (func_module): Make it work with sed-3.02.
36840         * MODULES.txt: Remove file.
36841
36842 2003-01-06  Jim Meyering  <jim@meyering.net>
36843
36844         * lib/version-etc.c: Update year in translatable copyright string.
36845
36846 2003-01-03  Karl Berry  <karl@gnu.org>
36847
36848         * config/config.{guess,sub}: update from prep.
36849
36850 2003-01-02  Karl Berry  <karl@gnu.org>
36851
36852         * doc/COPYING.DOC: belatedly updated to 1.2.
36853
36854 2003-01-01  Karl Berry  <karl@gnu.org>
36855
36856         * gnulib-tool (func_verify_module): report module name $module in
36857         error message, not $1.
36858         * gnulib-tool (create-testdir): don't complain if destdir couldn't
36859         be created, only if it doesn't exist.
36860         * gnulib-tool (last_checkin_date): don't expand the $Date here.
36861
36862 2002-12-31  Paul Eggert  <eggert@twinsun.com>
36863
36864         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
36865
36866 2002-12-31  Paul Eggert  <eggert@twinsun.com>
36867
36868         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
36869         memcmp if strcoll doesn't work.
36870
36871 2002-12-31  Bruno Haible  <bruno@clisp.org>
36872
36873         * lib/utime.c (utime_null): No need to call ftruncate if the file was
36874         nonempty.
36875
36876 2002-12-31  Bruno Haible  <bruno@clisp.org>
36877
36878         * lib/memcoll.c (STRCOLL): New macro.
36879         (memcoll): Use it.
36880
36881 2002-12-31  Bruno Haible  <bruno@clisp.org>
36882
36883         * lib/localcharset.h: New file.
36884         * lib/localcharset.c: Include it.
36885         * lib/unicodeio.c: Likewise.
36886
36887 2002-12-31  Bruno Haible  <bruno@clisp.org>
36888
36889         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
36890         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
36891
36892 2002-12-31  Bruno Haible  <bruno@clisp.org>
36893
36894         * lib/getline.h: Include <stddef.h>, for size_t.
36895
36896         * lib/unicodeio.h: Include <stddef.h>, for size_t.
36897         * lib/unicodeio.c: Don't include <stddef.h>.
36898
36899 2002-12-31  Bruno Haible  <bruno@clisp.org>
36900
36901         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
36902         HAVE_TM_ZONE.
36903
36904 2002-12-24  Karl Berry  <karl@gnu.org>
36905
36906         * config/config.guess: update from prep.
36907
36908 2002-12-24  Bruno Haible  <bruno@clisp.org>
36909
36910         General infrasructure.
36911         * m4/README: Rewritten.
36912         * m4/onceonly.m4: New file.
36913         * m4/onceonly_2_57.m4: New file.
36914
36915         Module atexit.
36916         * m4/atexit.m4: New file.
36917
36918         Module strtod.
36919         * m4/strtod.m4: New file.
36920
36921         Module strtol.
36922         * m4/strtol.m4: New file.
36923
36924         Module strtoul.
36925         * m4/strtoul.m4: New file.
36926
36927         Module memchr.
36928         * m4/memchr.m4: New file.
36929
36930         Module memcmp.
36931         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
36932         (jm_FUNC_MEMCMP): Invoke it.
36933
36934         Module memcpy.
36935         * m4/memcpy.m4: New file.
36936
36937         Module memmove.
36938         * m4/memmove.m4: New file.
36939
36940         Module memset.
36941         * m4/memset.m4: New file.
36942
36943         Module strcspn.
36944         * m4/strcspn.m4: New file.
36945
36946         Module strpbrk.
36947         * m4/strpbrk.m4: New file.
36948
36949         Module strstr.
36950         * m4/strstr.m4: New file.
36951
36952         Module strerror.
36953         * m4/strerror.m4: New file.
36954
36955         Module mktime.
36956         * m4/mktime.m4: Renamed from jm-mktime.m4.
36957         (gl_PREREQ_MKTIME): New macro.
36958         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
36959
36960         Module malloc.
36961         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
36962         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
36963         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
36964
36965         Module realloc.
36966         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
36967         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
36968         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
36969
36970         Module strftime.
36971         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
36972         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
36973         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
36974         gl_TM_GMTOFF.
36975         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
36976
36977         Module xalloc.
36978         * m4/xalloc.m4: New file.
36979
36980         Module alloca.
36981         * m4/alloca.m4: New file.
36982
36983         Module putenv.
36984         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
36985         (jm_FUNC_PUTENV): Invoke it.
36986
36987         Module setenv.
36988         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
36989         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
36990         when invoked twice.
36991         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
36992         gt_FUNC_SETENV.
36993
36994         Module memrchr.
36995         * m4/memrchr.m4: New file.
36996
36997         Module stpcpy.
36998         * m4/stpcpy.m4: New file.
36999
37000         Module strcase.
37001         * m4/strcase.m4: New file.
37002
37003         Module strdup.
37004         * m4/strdup.m4: New file.
37005
37006         Module strnlen.
37007         * m4/strnlen.m4: New file.
37008
37009         Module strndup.
37010         * m4/strndup.m4: New file.
37011
37012         Module xstrtod.
37013         * m4/xstrtod.m4: New file.
37014
37015         Module xstrtol.
37016         * m4/xstrtol.m4: New file.
37017
37018         Module getdate.
37019         * m4/getdate.m4: New file.
37020
37021         Module unlocked-io.
37022         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
37023         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
37024         * m4/jm-glibc-io.m4n: Remove file.
37025
37026         Module long-options.
37027         * m4/long-options.m4: New file.
37028
37029         Module md5.
37030         * m4/md5.m4: New file.
37031
37032         Module sha.
37033         * m4/sha.m4: New file.
37034
37035         Module getstr.
37036         * m4/getstr.m4: New file.
37037
37038         Module getline.
37039         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
37040         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
37041         <sys/types.h>, for size_t. Use the function name gnu_getline, not
37042         simply getline. Infoke gl_PREREQ_GETLINE.
37043
37044         Module obstack.
37045         * m4/obstack.m4: New file.
37046
37047         Module hash.
37048         * m4/hash.m4: New file.
37049
37050         Module readtokens.
37051         * m4/readtokens.m4: New file.
37052
37053         Module strverscmp.
37054         * m4/strverscmp.m4: New file.
37055
37056         Module stdbool.
37057         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
37058         OSF/1.
37059
37060         Module strtoll.
37061         * m4/strtoll.m4: New file.
37062
37063         Module strtoull.
37064         * m4/strtoull.m4: New file.
37065
37066         Module strtoimax.
37067         * m4/strtoimax.m4: New file.
37068
37069         Module strtoumax.
37070         * m4/strtoumax.m4: New file.
37071
37072         Module xstrtoimax.
37073         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
37074         jm_AC_PREREQ_XSTRTOIMAX.
37075         Moved the strtol prerequisites to strtol.m4.
37076         Moved the strtoll prerequisites to strtoll.m4.
37077         Moved the strtoimax prerequisites to strtoimax.m4.
37078
37079         Module xstrtoumax.
37080         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
37081         jm_AC_PREREQ_XSTRTOUMAX.
37082         Moved the strtoul prerequisites to strtoul.m4.
37083         Moved the strtoull prerequisites to strtoull.m4.
37084         Moved the strtoumax prerequisites to strtoumax.m4.
37085
37086         Module chown.
37087         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
37088         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
37089
37090         Module dup2.
37091         * m4/dup2.m4: New file.
37092
37093         Module ftruncate.
37094         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
37095         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
37096
37097         Module getgroups.
37098         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
37099         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
37100
37101         Module gettimeofday.
37102         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
37103         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
37104         gl_PREREQ_GETTIMEOFDAY.
37105
37106         Module mkdir.
37107         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
37108         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
37109
37110         Module mkstemp.
37111         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
37112         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
37113         jm_AC_TYPE_UINTMAX_T.
37114         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
37115
37116         Module stat.
37117         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
37118         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
37119
37120         Module lstat.
37121         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
37122         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
37123
37124         Module timespec.
37125         * m4/timespec.m4 (gl_TIMESPEC): New macro.
37126         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
37127         * m4/st_mtim.m4: Indentation.
37128
37129         Module nanosleep.
37130         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
37131         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
37132         gl_PREREQ_NANOSLEEP.
37133
37134         Module regex.
37135         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
37136         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
37137         (gl_REGEX): New macro.
37138
37139         Module rename.
37140         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
37141         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
37142
37143         Module rmdir.
37144         * m4/rmdir.m4: New file.
37145
37146         Module utime.
37147         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
37148         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
37149         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
37150
37151         Module dirname.
37152         * m4/dirname.m4: New file.
37153
37154         Module getopt.
37155         * m4/getopt.m4: New file.
37156
37157         Module unistd-safer.
37158         * m4/unistd-safer.m4: New file.
37159
37160         Module fnmatch.
37161         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
37162         declaration.
37163         (gl_PREREQ_FNMATCH_EXTRA): New macro.
37164         (gl_FUNC_FNMATCH_POSIX): New macro.
37165         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
37166         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
37167         simply fnmatch.
37168
37169         Module exclude.
37170         * m4/exclude.m4: New file.
37171
37172         Module human.
37173         * m4/human.m4: New file.
37174
37175         Module acl.
37176         * m4/acl.m4: Nop.
37177
37178         Module backupfile.
37179         * m4/backupfile.m4: New file.
37180         * m4/d-ino.m4: Indentation.
37181
37182         Module fsusage.
37183         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
37184         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
37185         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
37186
37187         Module dirfd.
37188         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
37189         requirements.
37190
37191         Module euidaccess.
37192         * m4/euidaccess.m4: New file.
37193
37194         Module file-type.
37195         * m4/file-type.m4: New file.
37196
37197         Module fileblocks.
37198         * m4/fileblocks.m4: New file.
37199
37200         Module filemode.
37201         * m4/filemode.m4: New file.
37202
37203         Module isdir.
37204         * m4/isdir.m4: New file.
37205
37206         Module lchown.
37207         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
37208         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
37209
37210         Module makepath.
37211         * m4/makepath.m4: New file.
37212
37213         Module modechange.
37214         * m4/modechange.m4: New file.
37215
37216         Module mountlist.
37217         * m4/mountlist.m4: New file.
37218         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
37219         Indentation.
37220
37221         Module path-concat.
37222         * m4/path-concat.m4: New file.
37223
37224         Module pathmax.
37225         * m4/pathmax.m4: New file.
37226
37227         Module same.
37228         * m4/same.m4: New file.
37229
37230         Module save-cwd.
37231         * m4/save-cwd.m4: New file.
37232
37233         Module savedir.
37234         * m4/savedir.m4: New file.
37235
37236         Module xgetcwd.
37237         * m4/xgetcwd.m4: New file.
37238         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
37239
37240         Module xreadlink.
37241         * m4/xreadlink.m4: New file.
37242
37243         Module safe-read.
37244         * m4/safe-read.m4: New file.
37245
37246         Module safe-write.
37247         * m4/safe-write.m4: New file.
37248
37249         Module closeout.
37250         * m4/closeout.m4: New file.
37251
37252         Module stdio-safer.
37253         * m4/stdio-safer.m4: New file.
37254
37255         Module getpass.
37256         * m4/getpass.m4: New file.
37257
37258         Module getugroups.
37259         * m4/getugroups.m4: New file.
37260
37261         Module group-member.
37262         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
37263         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
37264
37265         Module idcache.
37266         * m4/idcache.m4: New file.
37267
37268         Module userspec.
37269         * m4/userspec.m4: New file.
37270
37271         Module gettime.
37272         * m4/clock_time.m4: New file.
37273         * m4/gettime.m4: New file.
37274
37275         Module settime.
37276         * m4/settime.m4: New file.
37277
37278         Module posixtm.
37279         * m4/posixtm.m4: New file.
37280
37281         Module gethostname.
37282         * m4/gethostname.m4: New file.
37283
37284         Module canon-host.
37285         * m4/canon-host.m4: New file.
37286
37287         Module gettext.
37288         * m4/codeset.m4: New file, from gettext-0.11.5.
37289         * m4/gettext.m4: New file, from gettext-0.11.5.
37290         * m4/glibc21.m4: New file, from gettext-0.11.5.
37291         * m4/iconv.m4: New file, from gettext-0.11.5.
37292         * m4/intdiv0.m4: New file, from gettext-0.11.5.
37293         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
37294         * m4/inttypes.m4: New file, from gettext-0.11.5.
37295         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
37296         * m4/isc-posix.m4: New file, from gettext-0.11.5.
37297         * m4/lcmessage.m4: New file, from gettext-0.11.5.
37298         * m4/lib-ld.m4: New file, from gettext-0.11.5.
37299         * m4/lib-link.m4: New file, from gettext-0.11.5.
37300         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
37301         * m4/progtest.m4: New file, from gettext-0.11.5.
37302         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
37303         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
37304         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
37305
37306         Module localcharset.
37307         * m4/localcharset.m4: New file.
37308
37309         Module hard-locale.
37310         * m4/hard-locale.m4: New file.
37311
37312         Module mbswidth.
37313         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
37314         onceonly macros.
37315         * m4/mbrtowc.m4: Add comment.
37316
37317         Module memcasecmp.
37318         * m4/memcasecmp.m4: New file.
37319
37320         Module memcoll.
37321         * m4/memcoll.m4: New file.
37322
37323         Module unicodeio.
37324         * m4/unicodeio.m4: New file.
37325
37326         Module rpmatch.
37327         * m4/rpmatch.m4: New file.
37328
37329         Module yesno.
37330         * m4/yesno.m4: New file.
37331
37332         Module exitfail.
37333         * m4/exitfail.m4: New file.
37334
37335         Module c-stack.
37336         * m4/c-stack.m4 (gl_C_STACK): New macro.
37337         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
37338
37339         Module error.
37340         * m4/error.m4 (gl_ERROR): New macro.
37341         (jm_PREREQ_ERROR): Use onceonly macros.
37342
37343         Module fatal.
37344         * m4/fatal.m4: New file.
37345
37346         Module getloadavg.
37347         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
37348         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
37349
37350         Module getpagesize.
37351         * m4/getpagesize.m4: New file.
37352
37353         Module getusershell.
37354         * m4/getusershell.m4: New file.
37355
37356         Module physmem.
37357         * m4/physmem.m4: New file.
37358
37359         Module posixver.
37360         * m4/posixver.m4: New file.
37361
37362         Module quotearg.
37363         * m4/quotearg.m4: New file.
37364
37365         Module quote.
37366         * m4/quote.m4: New file.
37367
37368         Module readutmp.
37369         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
37370
37371         Module sig2str.
37372         * m4/sig2str.m4: New file.
37373
37374         Other.
37375         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
37376         ulonglong.m4.
37377         * m4/intmax_t.m4: New file.
37378         * m4/d-type.m4: Indentation.
37379         * m4/jm-macros.m4: Update.
37380         * m4/prereq.m4 (jm_PREREQ): Update.
37381         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
37382         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
37383         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
37384         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
37385         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
37386         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
37387         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
37388         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
37389         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
37390         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
37391         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
37392         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
37393         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
37394         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
37395         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
37396         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
37397         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
37398         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
37399         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
37400
37401 2002-12-24  Bruno Haible  <bruno@clisp.org>
37402
37403         * MODULES.txt: Update according to m4/ changes.
37404
37405         Module gettext.
37406         * config.rpath: New file, from gettext-0.11.5.
37407
37408         * modules/*: New module descriptions.
37409         * gnulib-tool: New file.
37410         * MODULES.html.sh: New file.
37411
37412 2002-12-21  Karl Berry  <karl@gnu.org>
37413
37414         * doc/fdl.texi: update to version 1.2.
37415
37416 2002-12-19  Karl Berry  <karl@gnu.org>
37417
37418         * config/config.guess: update from prep.
37419
37420 2002-12-18  Bruno Haible  <bruno@clisp.org>
37421
37422         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
37423         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
37424
37425 2002-12-17  Bruno Haible  <bruno@clisp.org>
37426
37427         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
37428         stdlib.h, string.h.
37429
37430 2002-12-17  Bruno Haible  <bruno@clisp.org>
37431
37432         * lib/canon-host.c (strdup): Remove unused declaration.
37433
37434         * lib/fsusage.c: Include full_read.h.
37435         (get_fs_usage): Use full_read instead of safe_read.
37436
37437         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
37438
37439 2002-12-12  Karl Berry  <karl@gnu.org>
37440
37441         * config/config.guess: update from prep.
37442
37443 2002-12-11  Bruno Haible  <bruno@clisp.org>
37444
37445         * m4/setenv.m4: New file, from gettext-0.11.5.
37446
37447 2002-12-11  Bruno Haible  <bruno@clisp.org>
37448
37449         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
37450         not unsetenv().
37451         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
37452         modifications:
37453
37454         2002-12-11  Bruno Haible  <bruno@clisp.org>
37455
37456                 * setenv.c (alloca): Fall back to malloc.
37457                 (freea): New macro.
37458                 (setenv): Use freea() to free memory allocated with alloca().
37459
37460         2002-11-13  Bruno Haible  <bruno@clisp.org>
37461
37462                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
37463                 function declarations.
37464                 * unsetenv.c (unsetenv): Likewise.
37465
37466         2002-03-04  Bruno Haible  <bruno@clisp.org>
37467
37468                 Portability to AIX 4.3.3.
37469                 * unsetenv.c: New file, extracted from setenv.c.
37470                 * setenv.c: Move the unsetenv() function to unsetenv.c.
37471
37472         2001-12-20  Bruno Haible  <bruno@clisp.org>
37473
37474                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
37475                 use malloc instead. For SunOS 4.
37476
37477         2001-12-11  Bruno Haible  <bruno@clisp.org>
37478
37479                 * setenv.c: Declare alloca.
37480                 (compar_fn_t): New typedef.
37481                 (KNOWN_VALUE, STORE_VALUE): Use it.
37482
37483         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
37484         setenv.h.
37485
37486 2002-12-10  Paul Eggert  <eggert@twinsun.com>
37487
37488         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
37489         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
37490         Choose values that are less likely to collide with system fnmatch
37491         options.
37492         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
37493         defined (e.g., a pure POSIX system).
37494         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
37495         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
37496
37497 2002-12-06  Paul Eggert  <eggert@twinsun.com>
37498
37499         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
37500         a pain in practice to deal with generated m4 files.  This change
37501         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
37502
37503         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
37504         and jm-glibc-io.m4, as they are no longer a special case.
37505         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
37506         kludge and the auto-generation stuff.  Check only whether the
37507         functions are declared, not whether they exist, since older hosts
37508         that don't declare the functions can't use the optimization anyway.
37509
37510 2002-12-06  Jim Meyering  <jim@meyering.net>
37511
37512         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
37513
37514         Merge in changes from libc's misc/error.c, in preparation
37515         for the merge of gnulib's changes back into libc.
37516
37517         * lib/error.c (_): Define only if not already defined.
37518         Move definition to follow all #include directives.
37519         Include unlocked-io.h only if !_LIBC.
37520         [_LIBC]: Include <libio/libioP.h>.
37521         [USE_IN_LIBIO]: Include <libio/iolibio.h>
37522         (fflush): Tweak definition to use INTUSE.
37523         (putc): Define.
37524
37525 2002-12-05  Paul Eggert  <eggert@twinsun.com>
37526
37527         * lib/alloca.c [defined emacs]: Include "lisp.h".
37528         (xalloc_die) [defined emacs]: New macro.
37529         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
37530         [! defined emacs]: Include <xalloc.h>.
37531         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
37532         (pointer): Typedef to POINTER_TYPE *.
37533         (malloc): Remove decl; we now always use xmalloc.
37534         (alloca): Use old-style definition, since Emacs needs this.
37535         Check for arithmetic overflow when computing combined size.
37536
37537 2002-12-04  Paul Eggert  <eggert@twinsun.com>
37538
37539         Do not generate unlocked-io.h automatically, since it's easier to
37540         maintain it by hand.
37541
37542         * lib/unlocked-io.h: New file, from GNU diffutils,
37543         but with proper copyright notice and attribution.
37544         * lib/gen-uio: Remove.
37545         * lib/Makefile.am: Add copyright notice.
37546         (libfetish_a_SOURCES): Add unlocked-io.h.
37547         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
37548         (DISTCLEANFILES, io_functions): Remove macros.
37549         (EXTRA_DIST): Remove gen_uio.
37550         (unlocked-io.h): Remove rule.
37551
37552 2002-12-04  Jim Meyering  <jim@meyering.net>
37553
37554         Reflect the fact that stat.c and lstat.c are no longer generated.
37555         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
37556         (DISTCLEANFILES): Likewise.
37557         (EXTRA_DIST): Likewise.
37558         (all_local): Don't depend on stat.c or lstat.c.
37559         (stat.c, lstat.c): Remove rules.
37560         (EXTRA_DIST): Remove xstat.in.
37561
37562         * lib/xstat.in: Remove file.  Contents moved into stat.c.
37563         * lib/stat.c: New file.  Contents mostly from xstat.in.
37564         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
37565         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
37566
37567         * lib/safe-read.c: Rework so that it may serve to define safe_write,
37568         too.
37569         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
37570
37571 2002-12-03  Jim Meyering  <jim@meyering.net>
37572
37573         * lib/safe-read.c, safe-write.c: Change variable names and comments,
37574         but not semantics, to minimize the differences between these two files.
37575         (safe_read): Change comment to mention SAFE_READ_ERROR.
37576
37577         * lib/safe-read.c (IS_EINTR): Define.
37578         (safe_read): Use IS_EINTR in place of in-function cpp directives.
37579
37580 2002-12-02  Jim Meyering  <jim@meyering.net>
37581
37582         * lib/safe-read.c (EINTR): Define.
37583         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37584         (INT_MAX): Provide fallback.
37585         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
37586
37587         * lib/safe-read.h (SAFE_READ_ERROR): Define.
37588
37589 2002-12-02  Bruno Haible  <bruno@clisp.org>
37590
37591         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
37592         Define, taken from safe-read.c.
37593         (INT_MAX): Provide fallback.
37594         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
37595         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
37596
37597         * lib/safe-read.c (EINTR): Remove definition.
37598         (safe_read): Don't use EINTR if it is absent.
37599
37600 2002-12-01  Jim Meyering  <jim@meyering.net>
37601
37602         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
37603         zero.
37604         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
37605
37606 2002-11-27  Paul Eggert  <eggert@twinsun.com>
37607
37608         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
37609         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
37610         with `if (! (value < limit)) abort ();', for readability.
37611
37612 2002-11-26  Karl Berry  <karl@gnu.org>
37613
37614         * lib/strdup.c: copy from libc again, with jim's ok.
37615         * lib/.cppi-disable: re-add strdup.c
37616
37617 2002-11-25  Karl Berry  <karl@gnu.org>
37618
37619         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
37620         instead of "strtol.c".
37621
37622 2002-11-25  Karl Berry  <karl@gnu.org>
37623
37624         * config/install-sh: update from automake for variable quoting, $0 in
37625         error msgs, etc.
37626
37627         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
37628         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
37629         entry.
37630
37631 2002-11-25  Jim Meyering  <jim@meyering.net>
37632
37633         * lib/mktime.c: Sync from libc, now that it has the latest fix.
37634
37635 2002-11-24  Karl Berry  <karl@gnu.org>
37636
37637         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
37638         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
37639
37640 2002-11-24  Jim Meyering  <jim@meyering.net>
37641
37642         Update from coreutils:
37643
37644         * lib/mktime.c: Merge in changes from libc.
37645
37646         Avoid a link-time failure on some Linux systems.
37647         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
37648         (otherwise).
37649         (__mon_yday): Declare with the STATIC attribute.
37650         (__mktime_internal): Likewise.
37651         Based on a report from Greg Schafer.
37652
37653 2002-11-23  Jim Meyering  <jim@meyering.net>
37654
37655         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
37656         Use `unsigned', not `int', as type of index.
37657
37658         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
37659
37660         * lib/fsusage.c: Remove unneeded parentheses around operands of
37661         `defined'.
37662
37663 2002-11-22  Paul Eggert  <eggert@twinsun.com>
37664
37665         * lib/quotearg.h: Allow multiple inclusion by surrounding with
37666         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
37667         so that we can be included first.
37668         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
37669         * lib/quotearg.c: Include quotearg.h immediately after config.h.
37670         No need to include stddef.h or sys/types.h any more.
37671         Surround local include files with "", not "<>".
37672         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
37673         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
37674         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
37675         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
37676         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
37677         (ISPRINT): Remove; no longer needed now that we assume C89.
37678
37679         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
37680         Preserve errno.
37681
37682         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
37683         quotearg_char): Use SIZE_MAX rather than
37684         (size_t) -1 when we are talking about "infinity".
37685
37686         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
37687
37688 2002-11-22  Paul Eggert  <eggert@twinsun.com>
37689
37690         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
37691         hint that one should use `if (! x) abort ();' rather than `assert
37692         (x);', and anyway it's one less thing to worry about configuring.
37693         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
37694         hash_rehash, hash_insert): Use abort rather than assert.
37695
37696 2002-11-22  Bruno Haible  <bruno@clisp.org>
37697
37698         * lib/safe-read.h: Assume C89. Add comments.
37699         (safe_read): Change return type to size_t.
37700         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
37701         byte counts > SSIZE_MAX correctly.
37702         * lib/safe-write.h: New file.
37703         * lib/safe-write.c: New file.
37704         * lib/full-read.h: New file.
37705         * lib/full-read.c: New file.
37706         * lib/full-write.h: Assume C89. Add comments.
37707         * lib/full-write.c: Include safe-write.h.
37708         (full_write): Rewritten to use safe_write.
37709         Suggested by Jim Meyering and Paul Eggert.
37710
37711 2002-11-21  Jim Meyering  <jim@meyering.net>
37712
37713         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
37714
37715         Merge in changes from the coreutils.
37716
37717         2002-09-25  Paul Eggert  <eggert@twinsun.com>
37718         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
37719         <stdint.h>.
37720         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
37721         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
37722         int.  Work more efficiently if X is the same width as uintmax_t.
37723         Do not compare X to -1, to avoid bogus compiler warning.
37724         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
37725         Don't assume that f_frsize and f_bsize are the same type.
37726
37727         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
37728         warning on FreeBSD.
37729
37730         * lib/makepath.c (make_path): Restore umask *before* creating the final
37731         component.
37732         (make_path): Minor reformatting.
37733
37734         * lib/xmalloc.c: Adjust to work with new autoconf macros,
37735         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
37736         HAVE_MALLOC/HAVE_REALLOC.
37737
37738         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
37739         dummy ones.  At least on GNU/Linux systems, `auto' means something
37740         else.
37741         From Michael Stone.
37742
37743 2002-11-21  Bruno Haible  <bruno@clisp.org>
37744
37745         Remove case insensitive option matching.
37746         * lib/argmatch.h (argcasematch): Remove declaration.
37747         (ARGCASEMATCH): Remove macro.
37748         (__xargmatch_internal): Remove case_sensitive argument.
37749         (XARGMATCH): Update.
37750         (XARGCASEMATCH): Remove macro.
37751         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
37752         case_sensitive argument.
37753         (argcasematch): Remove function.
37754         (__xargmatch_internal): Remove case_sensitive argument.
37755         (main): Use XARGMATCH instead of XARGCASEMATCH.
37756
37757         * lib/xmalloc.c: Change compile-time error message. Add comment about
37758         required autoconf version.
37759
37760 2002-11-20  Paul Eggert  <eggert@twinsun.com>
37761
37762         Merge argmatch cleanups from Bison.  Assume C89.
37763
37764         * lib/argmatch.c: Include config.h here, not in argmatch.h.
37765         Include stdlib.h, for EXIT_FAILURE.
37766         Always include <string.h>, since we assume C89.
37767         (EXIT_FAILURE): Remove pre-C89 bug workaround.
37768         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
37769         Include <stddef.h> instead, since it's all we need for size_t.
37770         (PARAMS): Remove.  All uses removed.
37771         (ARRAY_CARDINALITY): Do not bother to #undef.
37772         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
37773         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
37774         Remove unnecessary parentheses.
37775         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
37776         Insert necessary parentheses.
37777         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
37778         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
37779
37780 2002-11-19  Bruno Haible  <bruno@clisp.org>
37781
37782         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
37783         * lib/mbswidth.h: Include <stddef.h>, for size_t.
37784
37785         * lib/mbswidth.h (PARAMS): Remove macro.
37786         (mbswidth, mbsnwidth): Use ANSI C function declarations.
37787         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
37788
37789         * lib/gcd.h (PARAMS): Remove macro.
37790         (gcd): Use ANSI C function declarations.
37791         * lib/gcd.c (gcd): Likewise.
37792
37793 2002-11-15  Bruno Haible  <bruno@clisp.org>
37794
37795         * lib/strcspn.c: Include <stddef.h>.
37796         (strcspn): Use ANSI C function declaration. Change return type to
37797         size_t. Use NULL.
37798         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
37799         (strpbrk): Use NULL.
37800         * lib/strpbrk.h (PARAMS): Remove macro.
37801         (strpbrk): Use ANSI C function declaration.
37802         * lib/strstr.c: Don't include <sys/types.h>.
37803         * lib/strstr.h (PARAMS): Remove macro.
37804         (strstr): Use ANSI C function declarations.
37805
37806 2002-11-14  Karl Berry  <karl@gnu.org>
37807
37808         * config/mkinstalldirs: `do' on separate line, instead of
37809         `for var; do'.
37810
37811 2002-11-06  Bruno Haible  <bruno@clisp.org>
37812
37813         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
37814         * lib/gcd.c (gcd): Likewise.
37815
37816 2002-11-05  Bruno Haible  <bruno@clisp.org>
37817
37818         * lib/gcd.h: New file, from gettext-0.11.5.
37819         * lib/gcd.c: New file, from gettext-0.11.5.
37820
37821 2002-11-05  Bruno Haible  <bruno@clisp.org>
37822
37823         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37824         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37825         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37826         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
37827
37828         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
37829         <libintl.h>.
37830         * lib/makepath.c: Include gettext.h instead of <locale.h> and
37831         <libintl.h>.
37832
37833         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
37834         * lib/human.c: Include gettext.h instead of <libintl.h>.
37835         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
37836         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
37837         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
37838         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
37839         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
37840         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
37841         (textdomain): Remove definition.
37842         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
37843
37844         * lib/long-options.c: Remove include of <libintl.h> and definition of
37845         _.
37846         * lib/same.c: Remove include of <libintl.h> and definition of _.
37847
37848 2002-11-04  Owen Taylor  <otaylor@redhat.com>
37849
37850         * lib/config.charset: A few additions for Solaris.
37851
37852 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
37853
37854         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
37855         * lib/localcharset.c (locale_charset): Declare as extern "C".
37856
37857 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
37858
37859         * lib/config.charset: msdos in uk_UA uses CP1125.
37860
37861 2002-11-04  Bruno Haible  <bruno@clisp.org>
37862
37863         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
37864         * lib/strcase.h: New file, from GNU gettext-0.11.5.
37865         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
37866         * lib/strstr.h: New file, from GNU gettext-0.11.5.
37867         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
37868
37869 2002-11-04  Bruno Haible  <bruno@clisp.org>
37870
37871         * lib/localcharset.c (locale_charset): Don't return an empty string.
37872
37873 2002-11-04  Bruno Haible  <bruno@clisp.org>
37874
37875         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
37876         aliases.
37877
37878 2002-11-04  Bruno Haible  <bruno@clisp.org>
37879
37880         * lib/config.charset: Update for newest glibc. Add canonical names
37881         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
37882
37883 2002-11-04  Bruno Haible  <bruno@clisp.org>
37884
37885         * lib/config.charset: Add support for NetBSD.
37886
37887 2002-11-04  Bruno Haible  <bruno@clisp.org>
37888
37889         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
37890
37891 2002-11-01  Bruno Haible  <bruno@clisp.org>
37892
37893         * configure.in: Add AC_CONFIG_AUX_DIR call.
37894         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
37895         test/Makefile.
37896         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
37897
37898 2002-09-28  Karl Berry  <karl@gnu.org>
37899
37900         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
37901         installed automake until the next release, since changes have been
37902         made.
37903
37904 2002-09-25  Karl Berry  <karl@gnu.org>
37905
37906         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
37907         * lib/getopt*: copy from libc/posix.
37908         * lib/gettext.h: copy from gettext.
37909         * lib/.cppi-disable: add strdup.c, gettext.h.
37910
37911 2002-09-25  Karl Berry  <karl@gnu.org>
37912
37913         * config/srclist.txt: enable gettext.h check.
37914         * config/config.{guess,sub}: update from prep.
37915         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
37916                 from automake 1.6.3.
37917         See srclist*.
37918
37919 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
37920
37921         * regex.c (PATFETCH): Remove the translating fetch.
37922         (PATFETCH_RAW): Rename to PATFETCH.
37923         (set_image_of_range): New fun.
37924         (SET_RANGE_TABLE_WORK_AREA): Use it.
37925         (regex_compile): Don't translate the pattern chars so eagerly.
37926         Only do it when inserting an `exactn' bytecode or when handling
37927         a char-range.
37928         (mutually_exclusive_p): Avoid empty statement.
37929
37930 2002-07-06  Jim Meyering  <meyering@lucent.com>
37931
37932         * m4/README: Don't mention Makefile.am.in.
37933         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
37934
37935 2002-07-01  Jim Meyering  <meyering@lucent.com>
37936
37937         * lib/c-stack.c: Include sys/time.h.
37938         From Volker Borchert.
37939
37940 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37941
37942         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
37943
37944 2002-06-26  Paul Eggert  <eggert@twinsun.com>
37945
37946         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
37947         New macro.  Use it uniformly instead of
37948         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
37949         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
37950         reported by Vin Shelton.
37951
37952 2002-06-22  Paul Eggert  <eggert@twinsun.com>
37953
37954         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
37955         Do not assume SA_SIGINFO behavior.
37956         Bug reported by Jim Meyering on NetBSD 1.5.2.
37957
37958 2002-06-22  Jim Meyering  <meyering@lucent.com>
37959
37960         * m4/c-stack.m4: New file, from diffutils-2.8.2.
37961         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
37962
37963         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
37964         now that configure.ac uses AC_GNU_SOURCE.
37965         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
37966         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
37967
37968         Update to latest tools.  Suggestions from Paul Eggert.
37969         * m4/stdbool.m4: New file, from diffutils-2.8.2.
37970         * m4/gnu-source.m4: Update from diffutils-2.8.2.
37971         * m4/fnmatch.m4: Likewise.
37972         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
37973         to AC_HEADER_STDBOOL
37974
37975 2002-06-22  Jim Meyering  <meyering@lucent.com>
37976
37977         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
37978         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
37979
37980 2002-06-22  Jim Meyering  <meyering@lucent.com>
37981
37982         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
37983
37984         * lib/exitfail.c, exitfail.h: Likewise.
37985         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
37986
37987         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
37988         of fnmatch.h.
37989         (EXTRA_DIST): Add fnmatch_loop.c.
37990         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
37991
37992         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
37993         * lib/fnmatch.c: Update from diffutils-2.8.2.
37994         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
37995         * lib/fnmatch.h: Remove file.
37996
37997 2002-06-21  Jim Meyering  <meyering@lucent.com>
37998
37999         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
38000         * m4/mbrtowc.m4: Likewise.
38001
38002         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
38003         * m4/mbswidth.m4: Reflect name change:
38004         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
38005         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
38006
38007         * m4/lib-link.m4: Update from gettext-0.11.2.
38008         * m4/gettext.m4: Likewise.
38009
38010         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
38011         From Alfred M. Szmidt.
38012
38013 2002-06-18  Paul Eggert  <eggert@twinsun.com>
38014
38015         * lib/file-type.h: Report an error if neither S_ISREG nor
38016         S_IFREG is defined, instead of using a test specific to glibc
38017         2.2.  This should be safe, since POSIX requires S_ISREG and
38018         Unix Version 7 had S_IFREG.  We don't need to check for
38019         <sys/types.h> since we don't use any symbols that it defines.
38020
38021 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
38022
38023         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
38024         $@-t, so that each temporary file name is unique and valid in the first
38025         8 characters, for operation under DOS.
38026
38027 2002-06-15  Paul Eggert  <eggert@twinsun.com>
38028
38029         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
38030
38031 2002-06-15  Jim Meyering  <meyering@lucent.com>
38032
38033         Work even with DJGPP 2.03, which lacks support for symlinks.
38034         From Richard Dawe.
38035         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
38036         is defined.
38037         * lib/lchown.c (S_ISLNK): Likewise.
38038
38039 2002-06-15  Jim Meyering  <meyering@lucent.com>
38040
38041         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
38042         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
38043         have been included before this file.
38044
38045 2002-06-14  Jim Meyering  <meyering@lucent.com>
38046
38047         * lib/file-type.h: Use the version from diffutils-2.8.2.
38048         * lib/file-type.c: Likewise.
38049
38050 2002-06-07  Jim Meyering  <meyering@lucent.com>
38051
38052         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
38053         They're needed at least for NetBSD 1.5.2.
38054         ($statxfs_includes): Include those same headers.
38055         ($statxfs_includes): Include sys/vfs.h if available.
38056         ($statxfs_includes): Likewise for sys/statvfs.h.
38057         Check for the following members in both structs statfs and statvfs:
38058         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
38059
38060 2002-06-01  Jim Meyering  <meyering@lucent.com>
38061
38062         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
38063         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
38064
38065 2002-05-28  Jim Meyering  <meyering@lucent.com>
38066
38067         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
38068         Reported by Volker Borchert.
38069
38070 2002-05-27  Jim Meyering  <meyering@lucent.com>
38071
38072         Fix a problem seen only on nonconforming systems whereby ls.c's
38073         use of localtime, and then of gettimeofday would cause trouble:
38074         the localtime call used to initialize rpl_gettimeofday's save
38075         mechanism would clobber ls's current local time information so
38076         that in any long listing the first file would always be listed
38077         with date 1970-01-01.  Analysis by Volker Borchert.
38078
38079         * lib/gettimeofday.c (localtime): Undefine.
38080         (rpl_localtime): New function.
38081
38082 2002-05-27  Jim Meyering  <meyering@lucent.com>
38083
38084         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
38085         localtime.
38086
38087         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
38088         use the replacement function; it wouldn't resolve at link time.
38089         Reported by Volker Borchert.
38090
38091 2002-05-22  Jim Meyering  <meyering@lucent.com>
38092
38093         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
38094         file-type.h.
38095         * lib/file-type.h: New file.
38096         * lib/file-type.c (file_type): New file/function.  Extracted from
38097         diffutils.
38098
38099 2002-04-30  Jim Meyering  <meyering@lucent.com>
38100
38101         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
38102
38103 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38104
38105         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
38106
38107 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38108
38109         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
38110         Do not check for alloca.h (no longer used) or stdbool.h (was never
38111         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
38112
38113 2002-04-29  Paul Eggert  <eggert@twinsun.com>
38114
38115         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
38116
38117 2002-04-29  Jim Meyering  <meyering@lucent.com>
38118
38119         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
38120         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
38121         Use AC_FUNC_STRNLEN here instead.
38122
38123         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
38124         With autoconf-2.53a, it's part of AC_PROG_CC.
38125
38126 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38127
38128         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
38129         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
38130
38131 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38132
38133         * lib/sig2str.h, lib/sig2str.c: New files.
38134         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
38135
38136 2002-04-28  Paul Eggert  <eggert@twinsun.com>
38137
38138         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
38139         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
38140         of 127, since 64 is the largest conceivable number for ancient
38141         nonstandard hosts.
38142         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
38143
38144 2002-04-28  Jim Meyering  <meyering@lucent.com>
38145
38146         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
38147
38148 2002-04-24  Jim Meyering  <meyering@lucent.com>
38149
38150         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
38151         (jm_PREREQ): Use it.
38152
38153         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
38154         mach/mach.h fcntl.h.
38155         Check for this function: setlocale.
38156
38157 2002-04-24  Jim Meyering  <meyering@lucent.com>
38158
38159         * lib/gettext.h: New file, from Gettext.
38160         * lib/Makefile.am (INCLUDES): Remove -I../intl.
38161         (libfetish_a_SOURCES): Add gettext.h.
38162
38163 2002-04-16  Jim Meyering  <meyering@lucent.com>
38164
38165         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
38166         ut_pid, ut_id, ut_exit.
38167
38168 2002-04-16  Jim Meyering  <meyering@lucent.com>
38169
38170         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
38171         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
38172         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
38173
38174 2002-04-12  Jim Meyering  <meyering@lucent.com>
38175
38176         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
38177         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
38178         existence of the getmntinfo function.  Needed for Darwin 5.3.
38179
38180         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
38181         This is necessary at least on Darwin 5.3.
38182
38183         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
38184         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
38185         strnlen.o in the library, and that makes some versions of ranlib
38186         object.
38187
38188 2002-04-12  Jim Meyering  <meyering@lucent.com>
38189
38190         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
38191
38192 2002-04-09  Jim Meyering  <meyering@lucent.com>
38193
38194         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
38195         to be more precise.  Rather than saying we're checking whether the
38196         function `works', say what we're testing.
38197         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
38198         Reported by Bruno Haible.
38199
38200 2002-03-10  Jim Meyering  <meyering@lucent.com>
38201
38202         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
38203         Suggestion from Santiago Vila.
38204
38205 2002-03-08  Jim Meyering  <meyering@lucent.com>
38206
38207         * lib/rename.c: Mention that this wrapper is needed also on
38208         mips-dec-ultrix4.4 systems.
38209
38210 2002-03-02  Jim Meyering  <meyering@lucent.com>
38211
38212         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
38213         not HAVE_CLOCK_SETTIME.
38214
38215 2002-02-27  Paul Eggert  <eggert@twinsun.com>
38216
38217         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
38218         Check for clock_settime.
38219
38220 2002-02-27  Paul Eggert  <eggert@twinsun.com>
38221
38222         * lib/nanosleep.h: Rename to....
38223         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
38224
38225         * lib/gettime.c: New file.
38226         * lib/settime.c: New file.
38227         * lib/stime.c: Remove.
38228
38229         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
38230         timespec.h.  Remove nanosleep.h.
38231
38232 2002-02-25  Paul Eggert  <eggert@twinsun.com>
38233
38234         * m4/acl.m4: New file.
38235         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
38236         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
38237
38238 2002-02-25  Paul Eggert  <eggert@twinsun.com>
38239
38240         * lib/acl.c, lib/acl.h: New files.
38241         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
38242
38243 2002-02-24  Jim Meyering  <meyering@lucent.com>
38244
38245         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
38246         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
38247         cause trouble.  Reported by Nelson Beebe.
38248
38249 2002-02-23  Paul Eggert  <eggert@twinsun.com>
38250
38251         * lib/path-concat.c (xpath_concat): Reorder code to pacify
38252         compilers that don't know that xalloc_die never returns.
38253
38254 2002-02-20  Jim Meyering  <meyering@lucent.com>
38255
38256         * lib/getdate.c: Regenerate using bison-1.33.
38257
38258 2002-02-17  Jim Meyering  <meyering@lucent.com>
38259
38260         * config/config.guess (main): Don't use `head -1'; it's no longer
38261         portable. Use `sed 1q' instead.
38262
38263 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
38264
38265         * m4/codeset.m4: Upgrade to gettext-0.11.
38266         * m4/gettext.m4: Upgrade to gettext-0.11.
38267         * m4/glibc21.m4: Upgrade to gettext-0.11.
38268         * m4/iconv.m4: Upgrade to gettext-0.11.
38269         * m4/isc-posix.m4: Upgrade to gettext-0.11.
38270         * m4/lcmessage.m4: Upgrade to gettext-0.11.
38271         * m4/lib-ld.m4: New file, from gettext-0.11.
38272         * m4/lib-link.m4: New file, from gettext-0.11.
38273         * m4/lib-prefix.m4: New file, from gettext-0.11.
38274         * m4/progtest.m4: Upgrade to gettext-0.11.
38275
38276 2002-02-15  Paul Eggert  <eggert@twinsun.com>
38277
38278         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
38279         (jm_PREREQ): Use it.
38280
38281 2002-02-15  Paul Eggert  <eggert@twinsun.com>
38282
38283         * lib/posixver.c, lib/posixver.h: New files.
38284         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
38285
38286 2002-02-02  Paul Eggert  <eggert@twinsun.com>
38287             Bruno Haible  <bruno@clisp.org>
38288
38289         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
38290         (fwrite_success_callback): New declaration.
38291         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
38292         print_unicode_char. Call failure callback instead of error.
38293         (fwrite_success_callback): New function.
38294         (exit_failure_callback): New function.
38295         (fallback_failure_callback): New function.
38296         (print_unicode_char): Call unicode_to_mb.
38297
38298 2002-01-26  Jim Meyering  <meyering@lucent.com>
38299
38300         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
38301         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
38302
38303 2002-01-26  Jim Meyering  <meyering@lucent.com>
38304
38305         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
38306
38307 2002-01-22  Paul Eggert  <eggert@twinsun.com>
38308
38309         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
38310
38311 2002-01-22  Jim Meyering  <meyering@lucent.com>
38312
38313         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
38314         Otherwise, some versions of automake would omit the rule that makes
38315         Makefile from Makefile.in.
38316
38317 2002-01-21  Paul Eggert  <eggert@twinsun.com>
38318
38319         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
38320         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
38321         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
38322         (memcoll): Set errno to zero if there is no error.
38323
38324         * lib/quotearg.c (quotearg_buffer_restyled):
38325         Fix bug with quoting buffers containing NUL when backslashing escapes.
38326         This bug was exposed by the other changes in this patch.
38327         (quotearg_n_options): New arg ARGSIZE.
38328         All callers changed.
38329         (quoting_options_from_style): New function.
38330         (quotearg_n_style): Use it.
38331         (quotearg_n_style_mem): New function.
38332
38333         * lib/quotearg.h (quotearg_n_style_mem): New function.
38334
38335 2002-01-19  Jim Meyering  <meyering@lucent.com>
38336
38337         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
38338         Remove useless quotes: DF_PROG="df".
38339         * m4/strnlen.m4: New file.
38340
38341 2002-01-16  Paul Eggert  <eggert@twinsun.com>
38342
38343         * lib/backupfile.c (ISDIGIT): Comment fix.
38344         * lib/getdate.y (ISDIGIT): Likewise.
38345         * lib/posixtm.c (ISDIGIT, year): Likewise.
38346         * lib/strverscmp.c (ISDIGIT): Likewise.
38347         * lib/userspec.c (ISDIGIT): Likewise.
38348
38349 2002-01-16  Jim Meyering  <meyering@lucent.com>
38350
38351         * lib/getdate.y: Add three semicolons, each just before a closing
38352         brace. Bison (as of version 1.31) no longer papers over that mistake.
38353
38354 2002-01-05  Jim Meyering  <meyering@lucent.com>
38355
38356         * lib/version-etc.c (version_etc_copyright): Update copyright year.
38357
38358 2001-12-19  Paul Eggert  <eggert@twinsun.com>
38359
38360         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
38361         not silently exit merely because the output buffer happens to
38362         have nothing pending.
38363
38364 2001-12-18  Paul Eggert  <eggert@twinsun.com>
38365
38366         See the big note in ../ChangeLog.
38367         * lib/human.c (suffixes): Prefer K to k for 1024.
38368         (generate_suffix_backwards): New function.
38369         (human_readable_inexact): Use it.
38370         * lib/xstrtol.c (__xstrtol): If there is no number but there
38371         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
38372         Accept 'K' as well as 'k'.
38373
38374 2001-12-15  Jim Meyering  <meyering@lucent.com>
38375
38376         * lib/regex.h (__restrict_arr): Update from libc.
38377
38378         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
38379         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
38380         (STREQ): Define.
38381
38382 2001-12-14  Jim Meyering  <meyering@lucent.com>
38383
38384         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
38385         Suggestion from Bruno Haible.
38386
38387 2001-12-10  Jim Meyering  <meyering@lucent.com>
38388
38389         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
38390         xrealloc, Instead, include "xalloc.h".
38391         (initbuffer): Don't cast xmalloc return value to char*.
38392         (readline): Reword comment.
38393         Don't cast xrealloc return value to char*
38394         Return NULL, not 0.
38395
38396 2001-12-09  Jim Meyering  <meyering@lucent.com>
38397
38398         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
38399         about `signed and unsigned type in conditional expression'.
38400         * lib/posixtm.c (posix_time_parse): Likewise.
38401
38402         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
38403
38404         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
38405         to avoid a pedantic warning.
38406
38407         * lib/getstr.c: Don't include assert.h.
38408         (getstr): Remove warning-evoking assertions.
38409         Return -1 if offset parameter is out of bounds.
38410         Change the type of a local from int to size_t.
38411
38412         * lib/strftime.c (my_strftime_localtime_r): Include this function
38413         definition in the `#if ! HAVE_TM_GMTOFF' block.
38414
38415         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
38416         Include xalloc.h instead.
38417
38418 2001-12-02  Jim Meyering  <meyering@lucent.com>
38419
38420         * lib/tempname.c: Don't declare getenv, thus reverting the change of
38421         2001-11-18.  It's no longer necessary, now that stdlib.h is always
38422         included.
38423
38424         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
38425         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
38426
38427 2001-11-30  Akim Demaille  <akim@epita.fr>
38428
38429         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
38430         before being defined.
38431
38432 2001-11-27  Paul Eggert  <eggert@twinsun.com>
38433
38434         * lib/quotearg.h (quotearg_n, quotearg_n_style):
38435         First arg is int, not unsigned.
38436         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
38437         (SIZE_MAX, UINT_MAX): New macros.
38438         (quotearg_n_options): Abort if N is negative.
38439         Avoid overflow check on hosts where size_t is 64 bits and int
38440         is 32 bits, as overflow is impossible there.
38441         Fix off-by-one typo that caused unnecessary reallocation.
38442
38443 2001-11-27  Jim Meyering  <meyering@lucent.com>
38444
38445         * lib/tempname.c: Merge with version from libc.
38446         * lib/regex.c: Likewise.
38447
38448         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
38449         systems for which STDC_HEADERS is 0, it was not included, resulting in
38450         a warning about an integer-to-pointer conversion problem with getenv.
38451         Reported by Volker Borchert.
38452
38453 2001-11-26  Jim Meyering  <meyering@lucent.com>
38454
38455         * lib/gtod.h: Remove file.
38456         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
38457         * lib/gettimeofday.c: Don't include gtod.h.
38458         (GTOD_init): Remove function.
38459         (rpl_gettimeofday): Do its job here instead, rather than aborting.
38460         Suggestion from Volker Borchert.
38461
38462 2001-11-23  Jim Meyering  <meyering@lucent.com>
38463
38464         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
38465         it.
38466         * lib/hash.c (struct hash_table): Define it here instead.
38467
38468 2001-11-22  Jim Meyering  <meyering@lucent.com>
38469
38470         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
38471
38472 2001-11-20  Jim Meyering  <meyering@lucent.com>
38473
38474         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
38475         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
38476
38477 2001-11-19  Jim Meyering  <meyering@lucent.com>
38478
38479         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
38480         directory.  Use "conftestXXXXXX" as the template.
38481         Suggestion from Paul Eggert.
38482
38483         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
38484         immediately, so the test doesn't mistakenly hit the max-open-files
38485         limit.
38486
38487 2001-11-18  Paul Eggert  <eggert@twinsun.com>
38488
38489         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
38490         (TEMPORARIES): New macro.
38491         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
38492         removes an artificial limitation (e.g. HP-UX 10.20, where
38493         TMP_MAX is 17576).
38494
38495 2001-11-18  Jim Meyering  <meyering@lucent.com>
38496
38497         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
38498
38499 2001-11-18  Jim Meyering  <meyering@lucent.com>
38500
38501         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
38502         on SunOS 4.
38503
38504         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
38505         files will be created before anything else.
38506
38507 2001-11-17  Paul Eggert  <eggert@twinsun.com>
38508
38509         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
38510         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
38511
38512 2001-11-17  Jim Meyering  <meyering@lucent.com>
38513
38514         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
38515         Prompted by a report from Bob Proulx.
38516
38517         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
38518         Instead, require UTILS_FUNC_MKSTEMP.
38519
38520 2001-11-17  Jim Meyering  <meyering@lucent.com>
38521
38522         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
38523         Now, that's done as part of AC_FUNC_STRTOD.
38524
38525 2001-11-17  Jim Meyering  <meyering@lucent.com>
38526
38527         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
38528         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
38529         rather than group writable.  Patch by Juan F. Codagnone.
38530
38531         * lib/readtokens.c: Remove explicit declarations of xmalloc and
38532         xrealloc, Instead, include "xalloc.h".
38533
38534         * lib/mountlist.c: Include unlocked-io.h after all system headers.
38535         Remove explicit declarations of xmalloc, xrealloc,
38536         and xstrdup.  Instead, include "xalloc.h".
38537
38538         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
38539         unlocked-io.h.
38540         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
38541         Likewise.
38542         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
38543
38544         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
38545         Reported by Padraig Brady.
38546
38547         * lib/mkstemp.c: #undef mkstemp.
38548         Include config.h.
38549         (rpl_mkstemp): Rename from mkstemp.
38550         Protoize.
38551
38552 2001-11-16  Jim Meyering  <meyering@lucent.com>
38553
38554         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
38555         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
38556         determine the amount of total physical memory, use pstat_getstatic.
38557         HPUX-11 doesn't define _SC_PHYS_PAGES.
38558         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
38559         If sysconf couldn't be used to determine the amount of available
38560         physical memory, use both pstat_getstatic and pstat_getdynamic.
38561         Based on a patch from Bob Proulx.
38562
38563 2001-11-10  Jim Meyering  <meyering@lucent.com>
38564
38565         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
38566         (jm_PREREQ): Use it.
38567
38568 2001-11-09  Jim Meyering  <meyering@lucent.com>
38569
38570         * m4/jm-macros.m4: Require autoconf-2.52f.
38571         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
38572         Use these AC_-prefixed names, not the AM_-prefixed ones.
38573
38574         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
38575
38576 2001-11-05  Jim Meyering  <meyering@lucent.com>
38577
38578         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
38579
38580 2001-11-04  Jim Meyering  <meyering@lucent.com>
38581
38582         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
38583         $DEFS.
38584
38585 2001-11-03  Jim Meyering  <meyering@lucent.com>
38586
38587         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
38588         of AC_DEFUN.
38589
38590         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
38591         know the name of the variable in the macro definition.
38592
38593 2001-11-03  Jim Meyering  <meyering@lucent.com>
38594
38595         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
38596         in argmatch_to_argument call.
38597
38598         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
38599         argument.
38600
38601         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
38602         e.g., a fault due to an attempt to free a NULL pointer.
38603
38604 2001-11-01  Jim Meyering  <meyering@lucent.com>
38605
38606         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
38607         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
38608
38609 2001-11-01  Jim Meyering  <meyering@lucent.com>
38610
38611         * lib/dirfd.c, lib/dirfd.h: New files.
38612         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
38613
38614         * lib/hash.c (hash_print) [TESTING]: Clean up.
38615
38616 2001-10-22  Paul Eggert  <eggert@twinsun.com>
38617
38618         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
38619         to avoid a warning if -Wall.
38620
38621 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
38622
38623         * README: New file
38624         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
38625         (per RMS's instructions, this is now the canonical source)
38626         * lgpl/, gpl/: New directories.
38627
38628 2001-10-21  Paul Eggert  <eggert@twinsun.com>
38629
38630         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
38631
38632 2001-10-21  Jim Meyering  <meyering@lucent.com>
38633
38634         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
38635         this code would end up calling gettext even in packages built
38636         with --disable-nls.
38637         * lib/getopt.c (_): Likewise.
38638         * lib/regex.c (_): Likewise.
38639
38640 2001-10-20  Paul Eggert  <eggert@twinsun.com>
38641
38642         * m4/error.m4 (jm_PREREQ_ERROR):
38643         Do not invoke AC_CHECK_FUNCS with strerror_r, as
38644         AC_FUNC_STRERROR_R does that.
38645         Check for strerror declaration.
38646
38647         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
38648         are supposed to have them these days.
38649         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
38650         Merge changes from latest Autoconf CVS.
38651         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
38652         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
38653         POSIX decided to standardize on the int flavor of strerror_r.
38654
38655 2001-10-20  Paul Eggert  <eggert@twinsun.com>
38656
38657         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
38658         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
38659         Use strerror_r that is only a macro, even if it is not a function.
38660         (strerror): Check for HAVE_DECL_STRERROR before declaring.
38661         (private_strerror): Use prototypes, not old-style function definition.
38662         (print_errno_message): New function.
38663         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
38664         char*-flavored one.
38665         (error_tail, error, error_at_line): Use it.
38666
38667 2001-10-11  Jim Meyering  <meyering@lucent.com>
38668
38669         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
38670         and quote_n (1, ... to avoid clobbering a buffer.
38671
38672 2001-10-05  Jim Meyering  <meyering@lucent.com>
38673
38674         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
38675         hash-pjw.h.
38676         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
38677         * lib/hash-pjw.h: New file.
38678
38679 2001-09-30  Jim Meyering  <meyering@lucent.com>
38680
38681         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
38682         `struct fsstat' has the `f_fstypename' member.
38683         Use that to define FS_TYPE, which is now used to make
38684         the getfsstat link test tighter.
38685
38686 2001-09-30  Jim Meyering  <meyering@lucent.com>
38687
38688         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
38689         Include <sys/ucred.h>, for Apple Darwin.
38690         Include sys/mount.h and sys/fs_types.h only if available.
38691         (FS_TYPE): Define.
38692         (read_filesystem_list): Use FS_TYPE.
38693
38694 2001-09-29  Paul Eggert  <eggert@twinsun.com>
38695
38696         * lib/exclude.c (excluded_filename): 0 -> false, since it's
38697         a boolean context.
38698
38699 2001-09-29  Jim Meyering  <meyering@lucent.com>
38700
38701         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
38702         [one-argument getmntent function]): Include stdio.h before mntent.h.
38703         SunOS 4.1.x needs it for the declaration of `FILE'.
38704         Patch by Volker Borchert.
38705
38706         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
38707         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
38708         sys/fs_types.h, and make the link-test for getfsstat guard #include
38709         directives with appropriate #if HAVE_*_H tests so that we can
38710         detect getfsstat on Apple Darwin1.3.7 systems.
38711         Reported by Nelson Beebe.
38712         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
38713
38714 2001-09-28  Paul Eggert  <eggert@twinsun.com>
38715
38716         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
38717         #defines strtoimax.  Also treat the other strto* functions
38718         like strtoimax.
38719
38720         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
38721         Check for strtoul and strtoumax,
38722         as those declarations are made even in the signed case.
38723         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
38724         Likewise, for strtol and strtoimax.
38725
38726 2001-09-28  Paul Eggert  <eggert@twinsun.com>
38727
38728         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
38729         #defines strtoimax.  Also treat the other strto* functions
38730         like strtoimax.
38731
38732         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
38733         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
38734         (strtoimax, strtoumax): Do not declare if already defined as a macro.
38735
38736 2001-09-26  Jim Meyering  <meyering@lucent.com>
38737
38738         Most macros in unlocked-io.h had the wrong number of arguments.
38739         * lib/gen-uio: New script.
38740         (USE_UNLOCKED_IO): Define to 1 if not already defined.
38741         * lib/unlocked-io.hin: Remove file.
38742         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
38743         rather than trying to embed it here.
38744         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
38745         Reported by Padraig Brady.
38746
38747 2001-09-25  Volker Borchert  <bt@teknon.de>
38748
38749         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
38750         `result'.
38751
38752 2001-09-24  Jim Meyering  <meyering@lucent.com>
38753
38754         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
38755
38756 2001-09-23  Jim Meyering  <meyering@lucent.com>
38757
38758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
38759         instead of the mere test for existence of mntent.h.  The latter
38760         would get a false-positive on AIX 3.4 systems.
38761         In the outer getmntent if-block, don't die if neither of the getmntent
38762         tests succeeds.  Instead, just fall through and continue with the
38763         remaining tests.
38764
38765 2001-09-23  Jim Meyering  <meyering@lucent.com>
38766
38767         * lib/mountlist.c: Remove useless parentheses in #if directives.
38768         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
38769         the deprecated MOUNTED symbol is no longer defined in mntent.h.
38770
38771 2001-09-22  Jim Meyering  <meyering@lucent.com>
38772
38773         * m4/gettext.m4: New file.  From gettext.
38774         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
38775         * m4/progtest.m4: Likewise
38776         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
38777         * m4/glibc21.m4: Likewise.
38778
38779         * m4/libintl.m4: Remove.  No longer used.
38780
38781 2001-09-22  Jim Meyering  <meyering@lucent.com>
38782
38783         * lib/localcharset.c: Update from latest gettext.
38784         * lib/config.charset: Likewise.
38785
38786 2001-09-20  Jim Meyering  <meyering@lucent.com>
38787
38788         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
38789         strtoimax.
38790         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
38791         strtoumax.
38792
38793 2001-09-20  Jim Meyering  <meyering@lucent.com>
38794
38795         * lib/xstrtol.c (strtoimax): Guard declaration with
38796         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
38797         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
38798         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
38799         (strtoumax): Likewise, for completeness (it wasn't necessary).
38800
38801 2001-09-17  Paul Eggert  <eggert@twinsun.com>
38802
38803         * lib/strtoimax.c (HAVE_LONG_LONG):
38804         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
38805         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
38806         to work around bug in IBM C compiler.
38807
38808 2001-09-17  Jim Meyering  <meyering@lucent.com>
38809
38810         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
38811         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
38812         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
38813         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
38814         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
38815         whenever the right hand side need not be expanded by the shell.
38816
38817 2001-09-16  Paul Eggert  <eggert@twinsun.com>
38818
38819         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
38820         library.  It's not correct, as some older glibcs are buggy.
38821         fnmatch wasn't fixed until glibc 2.2.
38822
38823         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
38824         special shell magic here.
38825
38826 2001-09-16  Jim Meyering  <meyering@lucent.com>
38827
38828         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
38829         * m4/jm-macros.m4: Require it.
38830
38831 2001-09-16  Jim Meyering  <meyering@lucent.com>
38832
38833         * lib/mkdir.c: New file.
38834
38835 2001-09-15  Jim Meyering  <meyering@lucent.com>
38836
38837         * m4/jm-macros.m4: Check for help2man.
38838
38839 2001-09-11  Jim Meyering  <meyering@lucent.com>
38840
38841         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
38842         The body, by Paul Eggert, was moved here from configure.in.
38843         * m4/jm-macros.m4: Require UTILS_HOST_OS.
38844
38845 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38846
38847         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
38848         (jm_PREREQ): Use it.
38849
38850 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38851
38852         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
38853         Use ssize_t, not int, to store result of readlink.
38854         Check for ssize_t overflow as well as size_t overflow,
38855         as POSIX says the result of readlink is implementation-defined
38856         when ssize_t overflows.
38857         Remove unnecessary cast to char*.
38858         Use free+malloc instead of realloc, as the storage doesn't need
38859         to be preserved and it's clearer and can be more efficient that way.
38860         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
38861         * lib/xreadlink.h (xreadlink): Update prototype.
38862
38863 2001-09-04  Paul Eggert  <eggert@twinsun.com>
38864
38865         * lib/xgetcwd.c: Revert some of the previous change; intead,
38866         fix the HAVE_GETCWD_NULL code to behave more like the
38867         !HAVE_GETCWD_NULL code used to.
38868
38869         Include "xalloc.h".
38870         (xgetcwd): Do not return NULL when memory is exhausted; instead,
38871         invoke xalloc_die.
38872
38873 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38874
38875         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
38876         sys/param.h, as pathmax.h includes them.
38877
38878 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38879
38880         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
38881         (jm_PREREQ_XGETCWD): New macro.
38882
38883         * m4/getcwd.m4: New file.
38884
38885 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38886
38887         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
38888         like the HAVE_GETCWD_NULL code.
38889         Include pathmax.h if not HAVE_GETCWD.
38890         Do not include xalloc.h.
38891         (INITIAL_BUFFER_SIZE): New symbol.
38892         Do not use xmalloc / xrealloc, since the caller is responsible for
38893         handling errors.  Preserve errno around `free' during failure.
38894         Do not overrun buffer when using getwd.
38895
38896 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38897
38898         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
38899         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
38900         getcwd (NULL, 0).
38901
38902 2001-09-03  Paul Eggert  <eggert@twinsun.com>
38903
38904         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
38905         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
38906         spotted by Jim Meyering.
38907
38908 2001-09-03  Jim Meyering  <meyering@lucent.com>
38909
38910         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
38911         failure.
38912
38913 2001-09-02  Jim Meyering  <meyering@lucent.com>
38914
38915         * lib/error.c: Update from GNU libc.
38916
38917 2001-09-01  Jim Meyering  <meyering@lucent.com>
38918
38919         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
38920         Used by df.
38921
38922 2001-09-01  Jim Meyering  <meyering@lucent.com>
38923
38924         * lib/xreadlink.c: New file.
38925         * lib/xreadlink.h: New file.
38926         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
38927         xreadlink.h.
38928
38929         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
38930         doesn't conflict with sparc Solaris 7's definition in
38931         /usr/include/sys/int_types.h.
38932
38933         * lib/exclude.c: Use `""', not `<>' to #include non-system header
38934         files.
38935         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
38936         and strncasecmp as r-values.  Unixware didn't have declarations.
38937
38938 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38939
38940         * lib/xstrtol.h: Add copyright notice.
38941         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
38942         LONGINT_INVALID_SUFFIX_CHAR.
38943
38944 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38945
38946         * lib/xstrtol.c (strtoimax): New decl.
38947
38948 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38949
38950         * lib/xgetcwd.c: Don't include pathmax.h.
38951         Include stdlib.h and unistd.h if available.
38952         Include xalloc.h.
38953         (xmalloc, xstrdup, free): Remove decls.
38954         (xgetcwd): Don't assume sizes fit in unsigned.
38955         Check for overflow when computing sizes.
38956         Simplify reallocation code.
38957
38958 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38959
38960         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
38961         a directory's st_size can have an arbitrary value, so the old
38962         usage could waste an arbitrary amount of memory.  All uses
38963         changed.
38964         * lib/savedir.h: Update prototype.
38965
38966 2001-08-31  Paul Eggert  <eggert@twinsun.com>
38967
38968         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
38969
38970         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
38971         old strtoimax.c.
38972
38973         Also, make the following further changes to make this file's
38974         configuration more similar to that of strtol.c:
38975         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
38976         (strtoumax, uintmax_t, strtoull, strtol): Remove.
38977         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
38978         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
38979         changed to signed values.
38980
38981         And make the following changes as well:
38982         Fix copyright notice, as 1999 was missing.
38983         (verify): New macro.
38984         (strtoimax): Check sizes at compile-time, not run-time.
38985         Prefer strtol to strtoll if both work.
38986         (main): Remove; it was not that useful and was a pain to maintain.
38987
38988         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
38989
38990 2001-08-31  Jim Meyering  <meyering@lucent.com>
38991
38992         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
38993         Use an initial, malloc'd, buffer of length 128 rather than
38994         a statically allocated one of length 1024.
38995
38996 2001-08-30  Paul Eggert  <eggert@twinsun.com>
38997
38998         Simplify code, partly by assuming autoconf 2.52 semantics.
38999
39000         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
39001
39002         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
39003         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
39004         All uses removed.
39005         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
39006         Move AC_REQUIRE to next-to-top level, to avoid confusion.
39007         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
39008         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
39009         jm_AC_HEADER_INTTYPES_H.
39010         * m4/jm-macros.m4 (jm_MACROS): Likewise.
39011
39012         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
39013
39014         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
39015         Quote first arg of AC_DEFUN.
39016         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
39017         since they are needed to parse the include file even if we need
39018         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
39019         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
39020         but with opposite signedness.
39021
39022 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39023
39024         Merge 'exclude' changes from tar 1.13.22.
39025         This fixes one or two unlikely storage allocation overflow bugs,
39026         but doesn't change user-visible behavior otherwise.
39027
39028 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39029
39030         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
39031         (jm_PREREQ_EXCLUDE): New macro.
39032
39033 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39034
39035         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
39036         tm to be declared.
39037
39038 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39039
39040         * lib/hash.c: Remove '2001' from copyright notice.
39041
39042 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39043
39044         * lib/full-write.h: New file.
39045         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
39046         * lib/full-write.c: Correct credits, as cccp.c no longer
39047         exists and anyway it was so heavily changed from the old cccp
39048         code as to be unrecognizable.  Include full-write.h.
39049         (full_write) Return size_t, with short writes meaning failure.
39050         All callers changed.  This fixes a bug with large buffers
39051         on 64-bit hosts.
39052         * lib/utime.c: Include full-write.h.
39053
39054 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39055
39056         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
39057         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
39058         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
39059         Include if available.
39060         (<xalloc.h>): Include
39061         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
39062         (verify): New macro.  Use it to verify that EXCLUDE macros do not
39063         collide with FNM macros.
39064         (struct patopts): New struct.
39065         (struct exclude): Use it, as exclude patterns now come with options.
39066         (new_exclude): Support above changes.
39067         (new_exclude, add_exclude_file):
39068         Initial size must now be a power of two to simplify overflow checking.
39069         (free_exclude, fnmatch_no_wildcards): New function.
39070         (excluded_filename): No longer requires options arg, as the options
39071         are determined by add_exclude.  Now returns bool, not int.
39072         (excluded_filename, add_exclude):
39073         Add support for the fancy new exclusion options.
39074         (add_exclude, add_exclude_file): Now takes int options arg.
39075         Check for arithmetic overflow when computing sizes.
39076         (add_exclude_file): xrealloc might modify errno, so don't
39077         realloc until after errno might be used.
39078
39079         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
39080         New macros.
39081         (free_exclude): New decl.
39082         (add_exclude, add_exclude_file): Now takes int options arg.
39083         (excluded_filename): No longer requires options arg, as the options
39084         are determined by add_exclude.  Now returns bool, not int.
39085
39086 2001-08-30  Paul Eggert  <eggert@twinsun.com>
39087
39088         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
39089
39090 2001-08-27  Jim Meyering  <meyering@lucent.com>
39091
39092         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
39093
39094         * lib/version-etc.c (N_): Remove definition.
39095         Revert most of last change.
39096         Instead, simply don't mark the `Copyright...' string for translation.
39097         Based on advice from Paul Eggert.
39098
39099         * lib/strtoxmax.c: Tweak comment.
39100
39101 2001-08-26  Jim Meyering  <meyering@lucent.com>
39102
39103         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
39104
39105         * m4/xstrtoimax.m4: New file.
39106         * m4/xstrtoumax.m4: Add comments explaining why we
39107         AC_REPLACE_FUNCS(strtol).
39108
39109 2001-08-26  Jim Meyering  <meyering@lucent.com>
39110
39111         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
39112         of copyright with `%s' so translators don't get an untranslated
39113         message in 2002.
39114         (COPYRIGHT_YEAR): Define.
39115         (version_etc): Use fprintf rather than fputs.
39116         Suggestion from Ulrich Drepper.
39117
39118         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
39119
39120         * lib/strtoll.c: New file, from GNU libc.
39121         * lib/xstrtoimax.c: New file.
39122
39123         * lib/xstrtol.h: Add xstrtoimax.
39124         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
39125         * lib/strtoimax.c: New file.  Likewise, but first define
39126         STRTOUXMAX_SIGNED.
39127
39128         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
39129         ...
39130         * lib/strtoxmax.c: ... then renamed to this.
39131
39132 2001-08-18  Paul Eggert  <eggert@twinsun.com>
39133
39134         * m4/inttypes.m4: Add AC_PREREQ(2.13).
39135         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
39136         (jm_AC_TYPE_INTMAX_T): New macro.
39137         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
39138
39139         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
39140
39141         * m4/longlong.m4: Renamed from ulonglong.m4.
39142         * m4/inttypes.m4: Renamed from inttypes_h.m4.
39143         * m4/uintmax_t.m4: Removed.
39144
39145 2001-08-13  Paul Eggert  <eggert@twinsun.com>
39146
39147         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
39148         Port to Solaris 8, where 'sed' requires a space after the 'r'
39149         command, and where sh dislikes "$/".  Clean up the spacing a bit.
39150         Redirect output to $tmp just once.
39151
39152 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
39153
39154         * lib/addext.c (<errno.h>): Include.
39155         (errno): Declare if not defined.
39156         (addext): Work correctly when pathconf returns -1 and leaves
39157         errno alone because there is no limit.  Also, work even if
39158         pathconf returns a value greater than SIZE_MAX.
39159
39160 2001-08-12  Jim Meyering  <meyering@lucent.com>
39161
39162         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
39163         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
39164         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
39165         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
39166         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
39167         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
39168         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
39169         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
39170         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
39171         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
39172         utime.m4, utimes.m4, xstrtoumax.m4:
39173         Quote the first argument in each use of AC_DEFUN.
39174
39175 2001-08-12  Jim Meyering  <meyering@lucent.com>
39176
39177         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
39178         Simply `return getcwd (NULL, 0);'.
39179         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
39180         Use 1300 as initial value for length, not PATH_MAX.
39181
39182         * lib/pathmax.h: Clean up cpp syntax.
39183
39184 2001-08-12  Jim Meyering  <meyering@lucent.com>
39185
39186         * lib/gettimeofday.c: New file.
39187         * lib/gtod.h: New file.
39188         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
39189
39190 2001-08-05  Jim Meyering  <meyering@lucent.com>
39191
39192         * m4/jm-macros.m4: Require autoconf-2.52.
39193
39194 2001-08-04  Jim Meyering  <meyering@lucent.com>
39195
39196         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
39197         stmt, to get in sync with glibc.
39198
39199 2001-08-03  Paul Eggert  <eggert@twinsun.com>
39200
39201         The following changes are from gettext 0.10.39 as maintained by
39202         Bruno Haible.
39203
39204         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
39205         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
39206         with inverted sense.  All uses changed.
39207
39208         * lib/mbswidth.c: Don't include <limits.h>.
39209         Include <stdlib.h> and <string.h> unconditionally.
39210         (iswcntrl, mbsinit, ISCNTRL): New macros.
39211         (mbsnwidth): Use K&R style function declarations.
39212         Don't bother checking for MB_LEN_MAX == 1, since the compiler
39213         can optimize it when MB_CUR_MAX == 1.
39214         The width of control characters is zero, not 1.
39215
39216 2001-08-03  Paul Eggert  <eggert@twinsun.com>
39217
39218         The following changes are from gettext 0.10.39 as maintained by
39219         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
39220
39221         * m4/codeset.m4: Upgrade to serial AM1.
39222         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
39223         all uses changed.  Quote first arg of AC_DEFUN.
39224         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
39225
39226         * m4/iconv.m4: Upgrade to serial AM2.
39227         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
39228         Add --with-libconv-prefix.
39229         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
39230         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
39231         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
39232         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
39233         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
39234
39235         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
39236         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
39237         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
39238         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
39239         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
39240         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
39241         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
39242         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
39243         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
39244
39245         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
39246         string.h any more.
39247
39248         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
39249         not the default value.
39250
39251         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
39252         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
39253         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
39254         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
39255         Also check for iswcntrl, used for wcwidth fallback.
39256         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
39257         to Autoconf 2.13.
39258
39259 2001-08-03  Jim Meyering  <meyering@lucent.com>
39260
39261         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
39262         as it was in the original.  Reported by Paul Eggert.
39263
39264 2001-07-16  Jim Meyering  <meyering@lucent.com>
39265
39266         * m4/gettimeofday.m4: New file.
39267         Prompted by a report from Bernhard Baehr.
39268
39269 2001-07-15  Jim Meyering  <meyering@lucent.com>
39270
39271         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
39272         stuff. Now it's in ../Makefile.cfg.
39273
39274 2001-07-15  Jim Meyering  <meyering@lucent.com>
39275
39276         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
39277         (BUILT_SOURCES): Add unlocked-io.h.
39278         (io_functions): Define.
39279         (unlocked-io.h): New rule.
39280         (DISTCLEANFILES): Add unlocked-io.h.
39281         (all-local): Depend on unlocked-io.h, to ensure it is created.
39282
39283         * lib/unlocked-io.hin: New file
39284
39285         * lib/regex.c: Update from glibc.
39286
39287 2001-07-05  Jim Meyering  <meyering@lucent.com>
39288
39289         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
39290         recommendation.
39291         (libfetish_a_SOURCES): Put all .h files here instead.
39292         Remove a thus-exposed (better checks in automake) duplicate and
39293         two unnecessary .h files.
39294
39295 2001-07-04  Jim Meyering  <meyering@lucent.com>
39296
39297         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
39298         that generates jm-glibc-io.m4 so that it doesn't trigger any make
39299         distcheck failure.
39300
39301 2001-07-02  Jim Meyering  <meyering@lucent.com>
39302
39303         The following changes were prompted by suggestions from Bruno Haible.
39304
39305         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
39306         is now generated.
39307         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
39308         definition of EXTRA_DIST.
39309         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
39310         ensure that the generated file is created/updated whenever the list
39311         of $(unlocked_functions) is changed.
39312         (jm-glibc-io.m4): New rule.
39313         (unlocked-io.h): New rule -- currently unused.
39314
39315 2001-06-24  Jim Meyering  <meyering@lucent.com>
39316
39317         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
39318         unmatched right bracket, rather than kludging it with an extra,
39319         falsely-matching quote in a comment.  Patch by Akim Demaille.
39320
39321 2001-06-11  Jim Meyering  <meyering@lucent.com>
39322
39323         * lib/regex.c: Update from GNU libc.
39324
39325 2001-05-27  Jim Meyering  <meyering@lucent.com>
39326
39327         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
39328         Check for ut_type in struct utmp.
39329
39330 2001-05-27  Jim Meyering  <meyering@lucent.com>
39331
39332         * lib/readutmp.h (UT_TYPE): Define.
39333
39334 2001-05-24  Jim Meyering  <meyering@lucent.com>
39335
39336         * lib/argmatch.c: Include "quote.h".
39337         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
39338         quote function.  Reported by Göran Uddeborg.
39339
39340 2001-05-22  Jim Meyering  <meyering@lucent.com>
39341
39342         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
39343         now that we use the package-supplied version unconditionally.
39344         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
39345
39346 2001-05-21  Jim Meyering  <meyering@lucent.com>
39347
39348         * m4/regex.m4: Change a couple backticks to single quotes to avoid
39349         shell syntax errors.
39350
39351 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
39352
39353         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
39354
39355 2001-05-20  Paul Eggert  <eggert@twinsun.com>
39356
39357         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
39358         Don't bother to check library strftime, since
39359         we'll be using our own my_strftime function anyway.
39360         Define my_strftime instead of strftime.
39361
39362 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
39363
39364         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
39365         which is not yet declared.
39366
39367 2001-05-15  Jim Meyering  <meyering@lucent.com>
39368
39369         * m4/regex.m4: Use proper quoting so brackets appear in the test
39370         program.
39371         Reported by, and with help from, Bruno Haible.
39372
39373 2001-05-13  Jim Meyering  <meyering@lucent.com>
39374
39375         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
39376         undefined.
39377
39378 2001-05-11  Paul Eggert  <eggert@twinsun.com>
39379
39380         dirname code cleanup.  base_name now behaves more compatibly
39381         with POSIX basename when given file names that have trailing
39382         slashes, and similarly for dir_name.  Add new primitives
39383         base_len and dir_len.  Put the directory-name-related decls
39384         into dirname.h.
39385
39386         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
39387         * lib/backupfile.c (base_name): Likewise.
39388         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
39389         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
39390         * lib/makepath.c (strip_trailing_slashes): Likewise.
39391         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
39392         ISSLASH): Likewise.
39393         * lib/rename.c (strip_trailing_slashes): Likewise.
39394         * lib/same.c (base_name): Likewise.
39395         * lib/stripslash.c (ISSLASH): Likewise.
39396
39397         * lib/addext.c: Include <dirname.h> after size_t is defined.
39398         * lib/backupfile.c: Likewise.
39399
39400         * lib/addext.c (addext): Use base_len to trim redundant
39401         trailing slashes instead of doing it ourselves.
39402         But do not trim the last slash if it is not redundant.
39403
39404         * lib/backupfile.c (find_backup_file_name,
39405         max_backup_version): Use base_len instead of rolling it ourselves.
39406         Handle the case of "" and (on DOS) "C:" correctly.
39407
39408         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
39409         needed. Include <string.h>, <dirname.h>.
39410         (base_name): Allow file names ending in slashes, other than names
39411         that are all slashes.  In this case, return the basename followed
39412         by the slashes.  This is more general, and can be used in places
39413         where the original base_name purposely had an assertion failure.
39414         (base_len): New function.
39415
39416         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
39417         Do not include <assert.h>; no longer needed.
39418         Include xalloc.h.
39419         (memrchr): Remove decl.
39420         (dir_name_r): Remove.
39421         (dir_len): Renamed from dirlen.  All callers changed.
39422         Rewrite in terms of base_name, for simplicity and consistency.
39423         (dir_name): Never return NULL.  All callers changed.
39424         Do not include <stdlib.h> in test program; no longer needed.
39425         return 0; is fine for test program.
39426
39427         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
39428         New macros.
39429         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
39430
39431         * lib/path-concat.c (path_concat): Use base_len to compute
39432         base length, not strlen; this means we cannot rely on memcpy
39433         to null-terminate.
39434
39435         * lib/same.c (STREQ): Remove.
39436         (same_name): Handle the case where the basename ends in trailing '/'.
39437
39438         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
39439         a slash was stripped.  Do not strip the last slash after a
39440         file system prefix.
39441
39442 2001-05-11  Paul Eggert  <eggert@twinsun.com>
39443
39444         * lib/Makefile.am (libfetish_a_SOURCES):
39445         Add strftime.c, since we now compile it on all hosts.
39446
39447         * lib/strftime.c (my_strftime):
39448         Define to nstrftime if emacs, but only if my_strftime is not defined.
39449         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
39450         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
39451         Add one more extra argument: a nanoseconds value.
39452         All uses changed.
39453         (ns): New macro.
39454         (my_strftime function): Add %N format.
39455         (emacs_strftimeu): Renamed from emacs_strftime,
39456         with extra ut argument.
39457
39458 2001-05-09  Paul Eggert  <eggert@twinsun.com>
39459
39460         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
39461
39462 2001-04-21  Jim Meyering  <meyering@lucent.com>
39463
39464         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
39465         doesn't interfere.
39466
39467 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
39468
39469         * m4/ftruncate.m4: Check for chsize.
39470         Link with ftruncate.o unconditionally if ftruncate is missing.
39471         This was required when cross-compiling to i586-mingw32msvc.
39472
39473 2001-04-08  Jim Meyering  <meyering@lucent.com>
39474
39475         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
39476         recomputed; that's necessary when the offset spans a DST transition.
39477         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
39478
39479 2001-04-02  Jim Meyering  <meyering@lucent.com>
39480
39481         * lib/regex.h, regex.c: Update from GNU libc.
39482
39483 2001-03-24  Jim Meyering  <meyering@lucent.com>
39484
39485         * m4/jm-macros.m4: Require autoconf-2.49d.
39486
39487 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
39488
39489         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
39490
39491 2001-03-19  Paul Eggert  <eggert@twinsun.com>
39492
39493         * lib/version-etc.c (version_etc_copyright): Update to 2001.
39494
39495 2001-03-17  Jim Meyering  <meyering@lucent.com>
39496
39497         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
39498         now that the version in autoconf is equivalent.
39499         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
39500
39501         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
39502         Suggestion from Akim Demaille.
39503
39504         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
39505         (jm_PREREQ_TEMPNAME): New function.
39506
39507 2001-03-16  Paul Eggert  <eggert@twinsun.com>
39508
39509         * lib/tempname.c (uint64_t): Define to uintmax_t if
39510         not defined, and if UINT64_MAX is not defined.
39511         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
39512         Reported by John David Anglin.
39513
39514 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
39515
39516         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
39517         resolve alias if codeset is empty.
39518         * lib/config.charset (BeOS): Use wildcard syntax.
39519
39520 2001-03-13  Jim Meyering  <meyering@lucent.com>
39521
39522         * lib/path-concat.c (path_concat)
39523         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
39524         concatenating e.g., `C:' and `foo'.
39525         From Bruno Haible.
39526
39527 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
39528
39529         * lib/localcharset.c (locale_charset): Don't use
39530         setlocale(LC_CTYPE,NULL). Don't return NULL.
39531         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
39532
39533 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
39534
39535         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
39536         support for DOS/DJGPP.
39537
39538 2001-03-01  Paul Eggert  <eggert@twinsun.com>
39539
39540         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
39541         lacks mkstemp.  Compile our own tempname.c if we compile our own
39542         mkstemp.c, as mkstemp relies on tempname.
39543
39544 2001-03-01  Jim Meyering  <meyering@lucent.com>
39545
39546         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
39547         AH_VERBATIM really does output its argument verbatim.
39548
39549 2001-02-28  Paul Eggert  <eggert@twinsun.com>
39550
39551         * lib/Makefile.am (libfetish_a_SOURCES):
39552         Add dup-safer.c, fopen-safer.c.
39553         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
39554
39555         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
39556         * lib/unistd-safer.h: New files.
39557
39558 2001-02-25  Paul Eggert  <eggert@twinsun.com>
39559
39560         The mkstemp replacement is taken from glibc 2.2.2, with some
39561         portability fixes for use outside glibc, as follows:
39562
39563         * lib/tempname.c (struct_stat64): New macro.
39564         (direxists, __gen_tempname): Use it.
39565         This avoids a portability problem with Solaris 8.
39566
39567         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
39568         (<stddef.h>, <stdint.h>, <string.h>):
39569         Include only if STDC_HEADERS || _LIBC.
39570         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
39571         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
39572         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
39573         (__set_errno): Define this macro if <errno.h> doesn't.
39574         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
39575         Define these macros if <stdio.h> doesn't.
39576         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
39577         Define these macros if <sys/stat.h>
39578         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
39579         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
39580         __xstat64): Define if not _LIBC.
39581         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
39582         (__gen_tempname): Invoke gettimeofday only if
39583         HAVE_GETTIMEOFDAY || _LIBC;
39584         otherwise, fall back on plain "time".
39585         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
39586
39587         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
39588
39589         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
39590
39591 2001-02-18  Paul Eggert  <eggert@twinsun.com>
39592
39593         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
39594
39595 2001-02-17  Paul Eggert  <eggert@twinsun.com>
39596
39597         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
39598         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
39599         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
39600         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39601
39602 2001-02-17  Paul Eggert  <eggert@twinsun.com>
39603
39604         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
39605         Remove workaround macros for hosts that have mbrtowc but not
39606         mbstate_t, as we now insist on proper declarations for both
39607         before using mbrtowc.
39608
39609 2001-02-17  Jim Meyering  <meyering@lucent.com>
39610
39611         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
39612         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
39613         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
39614         UnixWare 7.1.1.
39615
39616         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
39617         rather than AC_CACHE_VAL.
39618
39619 2001-02-17  Jim Meyering  <meyering@lucent.com>
39620
39621         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
39622         around included file name.
39623
39624         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
39625
39626         * lib/strftime.c: Update from GNU libc (the only changes were to
39627         comments).
39628
39629 2001-02-17  Jim Meyering  <meyering@lucent.com>
39630
39631         * lib/regex.c: Update from libc.
39632
39633 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
39634
39635         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
39636         clash.
39637
39638 2001-02-16  Paul Eggert  <eggert@twinsun.com>
39639
39640         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
39641         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
39642         Reported by Mark Hounschell via Paul Eggert.
39643
39644 2001-02-07  Jim Meyering  <meyering@lucent.com>
39645
39646         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
39647
39648 2001-02-05  Jim Meyering  <meyering@lucent.com>
39649
39650         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
39651         it includes the patch required for `large file' support with at least
39652         HP-UX's 10.20 /bin/cc.
39653
39654 2001-02-03  Jim Meyering  <meyering@lucent.com>
39655
39656         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
39657         AS_IF, now that it works once again (mysteriously).
39658         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
39659
39660 2001-01-30  Jim Meyering  <meyering@lucent.com>
39661
39662         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
39663         * m4/chown.m4: Rename conftestchown to conftest.chown.
39664         * m4/rename.m4: s/conftestdir/conftest.d1/ and
39665         s/conftestdir2/conftest.d2/.
39666         * m4/utimes.m4: s/conftestdata/conftest.data/
39667         Inspired by Pavel Roskin's change in autoconf.
39668
39669 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
39670
39671         * lib/config.charset: Update for FreeBSD 4.2.
39672
39673 2001-01-27  Jim Meyering  <meyering@lucent.com>
39674
39675         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
39676         a use of AS_IF.
39677         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
39678
39679 2001-01-26  Jim Meyering  <meyering@lucent.com>
39680
39681         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
39682         quotearg.c includes it.
39683
39684 2001-01-26  Jim Meyering  <meyering@lucent.com>
39685
39686         * lib/quotearg.c: Include stddef.h.
39687         * lib/quote.c: Include stddef.h.
39688         Reported by Axel Kittenberger.
39689
39690         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
39691         line in double quotes so that it evokes a better diagnostic.
39692         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
39693         Reported by Axel Kittenberger.
39694
39695 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
39696
39697         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
39698         as if it was a `charset'.
39699
39700 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
39701
39702         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
39703         has const.
39704
39705 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
39706
39707         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
39708         to avoid a warning.  Add back 'const' to inptr.
39709
39710 2001-01-20  Jim Meyering  <meyering@lucent.com>
39711
39712         Be sure that headers are checked before used in code compiled
39713         for the type checks.
39714         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
39715         In place of that, invoke jm_CHECK_ALL_TYPES.
39716         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
39717         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
39718         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
39719         The check for ssize_t was mistakenly run before the test for unistd.h.
39720
39721         The configure-time check for stdbool.h was missing.
39722         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
39723         (jm_PREREQ_HASH): New function.
39724
39725 2001-01-17  Jim Meyering  <meyering@lucent.com>
39726
39727         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
39728         for autoconf-2.49c.
39729         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
39730
39731 2001-01-16  Jim Meyering  <meyering@lucent.com>
39732
39733         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
39734         From Bruno Haible.
39735
39736 2001-01-14  Jim Meyering  <meyering@lucent.com>
39737
39738         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
39739         foo and bar.  Create conftestdir/ in the script, not in the C code.
39740         Remove directories in the script, not in the C code.
39741         Remove conftestdir{,2} before trying to create the directory.
39742         Make the entire configure script fail if the mkdir fails.
39743
39744 2001-01-14  Jim Meyering  <meyering@lucent.com>
39745
39746         * lib/rename.c: New file.  From Volker Borchert.
39747         Include stdlib.h, string.h or strings.h, and xalloc.h.
39748         Use strip_trailing_slashes rather than open-coding it.
39749
39750 2001-01-03  Paul Eggert  <eggert@twinsun.com>
39751
39752         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
39753
39754 2001-01-03  Jim Meyering  <meyering@lucent.com>
39755
39756         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
39757         of local `inptr' to avoid warning with some system declarations of
39758         iconv.
39759
39760 2001-01-02  Volker Borchert  <bt@teknon.de>
39761
39762         * m4/rename.m4: New file.
39763         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
39764
39765 2001-01-01  Jim Meyering  <meyering@lucent.com>
39766
39767         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
39768         even on systems with utmpx.h.  It's necessary for the declaration of
39769         utmp's ut_user member.  Reported by Andreas Jaeger.
39770
39771         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
39772         available. They are required for the declarations of getgrgid and
39773         getpwuid resp.
39774         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
39775         Reported by Andreas Jaeger.
39776
39777 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
39778
39779         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
39780         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
39781         so `make install' also works in VPATH builds.
39782
39783 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
39784
39785         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
39786         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
39787         can be used in subdirectories.
39788
39789 2000-12-29  Paul Eggert  <eggert@twinsun.com>
39790
39791         * lib/modechange.c: Do not assume that mode_t uses the
39792         traditional octal encoding.  E.g. "chmod 1 FOO" should set
39793         the other-execute bit of FOO even if S_IXOTH != 1.
39794
39795         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
39796         WOTH, XOTH, ALLM): New macros.
39797         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
39798          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
39799         Use them.
39800         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
39801         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
39802         (mode_compile):
39803         No need to use uintmax_t; unsigned long is long enough.
39804         Don't bother to get suffix since we don't use it.
39805
39806 2000-12-26  Jim Meyering  <meyering@lucent.com>
39807
39808         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
39809         better with autoheader.
39810
39811 2000-12-24  Jim Meyering  <meyering@lucent.com>
39812
39813         * lib/hash.c (is_prime): Return explicit boolean values.
39814         (hash_get_first): Return NULL to appease Irix5.6's 89.
39815         Reported by Nelson Beebe.
39816
39817 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
39818
39819         * lib/localcharset.c (locale_charset): Add support for Win32.
39820
39821 2000-12-18  Paul Eggert  <eggert@twinsun.com>
39822
39823         * lib/physmem.h, lib/physmem.c: New files.
39824
39825         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
39826         (noinst_HEADERS): Add physmem.h.
39827
39828         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
39829         't' for compatibility with Solaris 8 sort.
39830
39831 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
39832
39833         * lib/config.charset: Add support for BeOS.
39834
39835 2000-12-17  Jim Meyering  <meyering@lucent.com>
39836
39837         * m4/dos.m4 (jm_AC_DOS): New file and macro.
39838         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
39839
39840 2000-12-16  Jim Meyering  <meyering@lucent.com>
39841
39842         This bug had a serious impact on chown: `chown N:M FILE' (for integer
39843         N and M) would have treated it like `chown N:N FILE'.
39844
39845         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
39846
39847 2000-12-16  Jim Meyering  <meyering@lucent.com>
39848
39849         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
39850         SHELLS_FILE to a file name that's useful on djgpp systems.
39851         Include stdlib.h.
39852         (ADDITIONAL_DEFAULT_SHELLS): Define.
39853         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
39854         Based mostly on a patch from Prashant TR.
39855
39856 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
39857
39858         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
39859         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
39860         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
39861
39862 2000-12-08  Andreas Schwab  <schwab@suse.de>
39863
39864         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
39865         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
39866
39867 2000-12-07  Jim Meyering  <meyering@lucent.com>
39868
39869         * lib/stripslash.c (ISSLASH): Define.
39870         (strip_trailing_slashes): Use ISSLASH rather than comparing against
39871         `/'.
39872         From Prashant TR.
39873
39874         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
39875         (dir_name_r): Declare this function as static.
39876         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
39877         manifest itself on a name containing a mix of slashes and
39878         backslashes.
39879         Make this function work with names starting with a DOS-style
39880         drive letter and colon prefix.
39881         (dir_name): Append `.' if necessary.
39882         Based mostly on patches from Prashant TR and Eli Zaretskii.
39883
39884         * lib/dirname.h (dir_name_r): Remove prototype.
39885
39886 2000-12-06  Paul Eggert  <eggert@twinsun.com>
39887
39888         * m4/off_t-format.m4: Remove this file.
39889         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
39890
39891 2000-12-06  Jim Meyering  <meyering@lucent.com>
39892
39893         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
39894         replacement strtoull, we may well need the replacement strtoul, too.
39895         Check for declarations of strtoul and strtoull.
39896         Check for strtol.  Mainly as a cue to cause automake to include
39897         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
39898         Check for limits.h -- strtol.c needs it.
39899
39900 2000-12-05  Jim Meyering  <meyering@lucent.com>
39901
39902         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
39903
39904 2000-12-04  Jim Meyering  <meyering@lucent.com>
39905
39906         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
39907         Also include memory.h, stdlib.h, unistd.h if appropriate.
39908         Reported by Andreas Jaeger (conflicting declaration of malloc).
39909
39910 2000-12-02  Jim Meyering  <meyering@lucent.com>
39911
39912         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
39913         * m4/jm-macros.m4 (jm_MACROS): require it.
39914
39915 2000-12-02  Jim Meyering  <meyering@lucent.com>
39916
39917         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
39918
39919 2000-12-01  Paul Eggert  <eggert@twinsun.com>
39920
39921         * lib/memrchr.c: Include <config.h> before any system include file.
39922
39923 2000-11-30  Jim Meyering  <meyering@lucent.com>
39924
39925         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
39926
39927 2000-11-30  Jim Meyering  <meyering@lucent.com>
39928
39929         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
39930
39931 2000-11-29  Paul Eggert  <eggert@twinsun.com>
39932
39933         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
39934
39935 2000-11-26  Jim Meyering  <meyering@lucent.com>
39936
39937         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
39938
39939 2000-11-22  Paul Eggert  <eggert@twinsun.com>
39940
39941         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
39942         size of (size_t) -1; it's not portable.
39943
39944 2000-11-17  Jim Meyering  <meyering@lucent.com>
39945
39946         * lib/strstr.c: Update from GNU libc.
39947
39948 2000-11-17  Akim Demaille  <akim@epita.fr>
39949
39950         * lib/obstack.h: Formatting changes.
39951         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
39952         prevent type checking.
39953         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
39954         cast the value to (void *): assigning a `foo *' to a `void *'
39955         variable is valid.
39956         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
39957
39958 2000-11-16  Jim Meyering  <meyering@lucent.com>
39959
39960         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
39961
39962 2000-11-11  Jim Meyering  <meyering@lucent.com>
39963
39964         * lib/error.c: Add a couple #includes, merging from GNU libc version.
39965
39966 2000-11-10  Jim Meyering  <meyering@lucent.com>
39967
39968         * lib/obstack.h: Update from GNU libc.
39969         * lib/obstack.c: Likewise.
39970
39971 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
39972
39973         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
39974
39975 2000-11-06  Paul Eggert  <eggert@twinsun.com>
39976
39977         * lib/getusershell.c (setusershell): Use rewind rather than
39978         fseek/fseeko, to avoid configuration hassles with fseeko.
39979         Don't bother opening SHELLS_FILE if shellstream is NULL;
39980         it's not necessary.
39981
39982 2000-11-05  Jim Meyering  <meyering@lucent.com>
39983
39984         * lib/makepath.h (make_dir): Declare.
39985         * lib/makepath.c (make_dir): Remove `static' attribute.
39986         Tweak a comment.
39987
39988 2000-11-04  Jim Meyering  <meyering@lucent.com>
39989
39990         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
39991
39992 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
39993
39994         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
39995         last one in a bucket, advance to the next bucket.
39996
39997 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
39998
39999         * lib/fnmatch.c: Do not comment out all the code if we are using
40000         the GNU C library, because in some cases we are replacing buggy
40001         code in the GNU C library itself.
40002
40003 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
40004
40005         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
40006         (regex_compile): Catch bogus \(\1\).
40007
40008 2000-10-30  Paul Eggert  <eggert@twinsun.com>
40009
40010         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
40011         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
40012         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
40013
40014 2000-10-30  Paul Eggert  <eggert@twinsun.com>
40015
40016         * lib/error.h, getline.h, modechange.h:
40017         Remove "2000" from Copyright line, as the file hasn't been
40018         changed this year other than in the copyright notice.
40019
40020         * lib/xalloc.h: Add "2000" to Copyright line, as this file
40021         was changed this year.
40022
40023 2000-10-29  Jim Meyering  <meyering@lucent.com>
40024
40025         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
40026         renaming.
40027         * m4/ls-mntd-fs.m4: Likewise
40028
40029 2000-10-29  Jim Meyering  <meyering@lucent.com>
40030
40031         * lib/xstat.in: Fix grammar in comment.
40032
40033 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
40034
40035         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
40036         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
40037         doesn't define __restrict_arr.
40038
40039 2000-10-28  Jim Meyering  <meyering@lucent.com>
40040
40041         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
40042         (jm_PREREQ_MEMCHR): New function.
40043
40044 2000-10-28  Jim Meyering  <meyering@lucent.com>
40045
40046         * lib/memchr.c: Update from libc.
40047         Adjust for portability:
40048         [HAVE_STDLIB_H]: Include stdlib.h.
40049         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
40050         Undef __memchr, too.
40051         [!weak_alias]: Define __memchr to memchr.
40052
40053         * lib/regex.c: Update from libc.
40054         * lib/regex.h: Likewise.
40055         * lib/getopt1.c: Likewise.
40056         * lib/memcmp.c: Likewise.
40057
40058         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
40059         Avoid using fseek, when possible -- it's broken by design.
40060         Patch by Ulrich Drepper.
40061
40062 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
40063
40064         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
40065         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
40066         Giving in to popular pressure to shut up the compiler with casts.
40067
40068 2000-10-26  Jim Meyering  <meyering@lucent.com>
40069
40070         * lib/strftime.c: Update from libc.
40071
40072 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
40073
40074         * regex.c: More `unsigned char' -> `re_char' changes.
40075         Also change several `int' into `re_wchar_t'.
40076         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
40077         (PUSH_FAILURE_POINTER): Don't cast any more.
40078         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
40079         We want GCC to complain, since this piece of code makes
40080         re_match non-reentrant, which *should* be fixed.
40081         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
40082         (EXTEND_BUFFER): Use RETALLOC.
40083         (SET_LIST_BIT): Don't cast.
40084         (re_wchar_t): New type.
40085         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
40086         that those two functions will always properly return.
40087         (IMMEDIATE_QUIT_CHECK): Cast to void.
40088         (analyse_first): Use recursion rather than an explicit stack.
40089         (re_compile_fastmap): Can't fail anymore.
40090         (re_search_2): Don't check re_compile_fastmap for failure.
40091         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
40092         Now also sets the new value (passed in a new argument).
40093         (re_match_2_internal): Use it.
40094         Also, use a new var `reg' of type size_t when looping through regs
40095         rather than reuse the inappropriate `mcnt'.
40096
40097 2000-10-25  Jim Meyering  <meyering@lucent.com>
40098
40099         * lib/obstack.c: Update from libc.
40100
40101 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
40102
40103         * regex.c (regex_compile): Change the way of handling a range from
40104         a char less than 256 to a char not less than 256.
40105
40106 2000-10-24  Andrew Innes  <andrewi@gnu.org>
40107
40108         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
40109         NT-Emacs only.
40110         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
40111         so that re_search functions only quit when callers expect them to.
40112
40113 2000-10-23  Jim Meyering  <meyering@lucent.com>
40114
40115         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
40116         wrong.  That set_locale call must not have any side effects.
40117         From Paul Eggert.
40118
40119 2000-10-22  Jim Meyering  <meyering@lucent.com>
40120
40121         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
40122         [CYCLIC]: Remove now-unused definition.
40123
40124         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
40125         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
40126         Suggestion from Ulrich Drepper.
40127
40128 2000-10-21  Jim Meyering  <meyering@lucent.com>
40129
40130         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
40131         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
40132         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
40133
40134 2000-10-21  Jim Meyering  <meyering@lucent.com>
40135
40136         * lib/dirname.c (memrchr): Declare if necessary.
40137         (dir_name): Remove the restriction that there be no
40138         trailing slashes.  Now, this code skips past them, effectively
40139         ignoring them.
40140         [TEST_DIRNAME] (main): New unit tests.
40141
40142         * lib/memrchr.c: New file from GNU libc.
40143         Undef __memrchr, too.
40144         [!weak_alias]: Define __memrchr to memrchr.
40145         Guard weak_alias use with `#ifdef weak_alias'.
40146
40147 2000-10-21  Jim Meyering  <meyering@lucent.com>
40148
40149         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
40150         (dir_name): Use dir_name_r.
40151         * lib/dirname.h (dir_name_r): Declare it.
40152
40153 2000-10-17  Jim Meyering  <meyering@lucent.com>
40154
40155         * lib/quote.h (PARAMS): Define and use.
40156         Reported by Akim Demaille.
40157
40158         * lib/getopt.c: Update from libc.
40159
40160 2000-10-16  Jim Meyering  <meyering@lucent.com>
40161
40162         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
40163         setlocale.
40164         From Jan Fedak.
40165
40166 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
40167
40168         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
40169
40170 2000-09-25  Jim Meyering  <meyering@lucent.com>
40171
40172         * lib/md5.h (rol): Define (from GnuPG).
40173
40174         * lib/sha.c: Give credit (GnuPG) where due.
40175         (M): Use rol rather than open-coding it.
40176         Add a FIXME comment.
40177
40178 2000-09-21  Jim Meyering  <meyering@lucent.com>
40179
40180         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
40181         Reported by Michael Stone.
40182
40183 2000-09-20  Jim Meyering  <meyering@lucent.com>
40184
40185         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
40186         (noinst_HEADERS): Add sha.h.
40187         Based on code from Scott G. Miller and from GnuPG.
40188
40189 2000-09-18  Jim Meyering  <meyering@lucent.com>
40190
40191         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
40192         LIBS. Otherwise, everyone ends up linking with -lelf for some
40193         configurations.
40194         Reported by Mike Stone.
40195
40196 2000-09-15  Jim Meyering  <meyering@lucent.com>
40197
40198         * lib/regex.c: Update from libc.
40199
40200 2000-09-10  Jim Meyering  <meyering@lucent.com>
40201
40202         * lib/getopt.c (_getopt_internal): Update from glibc.
40203
40204 2000-09-09  Jim Meyering  <meyering@lucent.com>
40205
40206         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
40207         think it should be used as a general replacement for isascii.
40208         * lib/fnmatch.c: Likewise.
40209         * lib/mbswidth.c: Likewise
40210         * lib/regex.c: Likewise.
40211
40212         Don't use atoi.
40213         * lib/userspec.c: Include sys/param.h and limits.h.
40214         Include xstrtol.h.
40215         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40216         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
40217         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
40218         UID, GID.  Check range.
40219
40220 2000-09-06  Jim Meyering  <meyering@lucent.com>
40221
40222         * lib/getopt.c (_getopt_internal): Update from glibc.
40223
40224 2000-08-30  Jim Meyering  <meyering@lucent.com>
40225
40226         * lib/strftime.c: Merge in changes from GNU libc.
40227
40228 2000-08-26  Jim Meyering  <meyering@lucent.com>
40229
40230         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
40231         * m4/fpending.m4: New file.
40232
40233 2000-08-26  Jim Meyering  <meyering@lucent.com>
40234
40235         * lib/closeout.c: Include "__fpending.h".
40236         (close_stdout_status): Return right away if there's nothing to flush.
40237
40238         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
40239         * lib/__fpending.c: New file.
40240         * lib/__fpending.h: New file.
40241
40242 2000-08-20  Jim Meyering  <meyering@lucent.com>
40243
40244         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
40245         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
40246         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
40247
40248 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
40249
40250         Improve fileutils installation on systems where running
40251         programs (like install) can't be unlinked.
40252         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
40253         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
40254
40255 2000-08-07  Paul Eggert  <eggert@twinsun.com>
40256
40257         Standardize on "memory exhausted" instead of "Memory exhausted"
40258         or "virtual memory exhausted".
40259         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
40260         "virtual memory exhausted".
40261         * lib/same.c (same_name): Invoke xalloc_die instead of printing
40262         our own message.
40263         * lib/userspec.c (parse_user_spec): Likewise.
40264         * lib/bumpalloc.h: comment fix
40265         * lib/same.c, userspec.c: Include xalloc.h.
40266
40267         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
40268         not char *const and pointing to a constant array.
40269         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
40270         (xrealloc): Comment fix.
40271
40272         * lib/userspec.c (parse_user_spec):
40273         Don't translate a message until just before returning,
40274         to avoid unnecessary translation.
40275
40276 2000-08-07  Jim Meyering  <meyering@lucent.com>
40277
40278         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
40279         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
40280         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
40281         getgroups.c, gethostname.c, getopt.h, group-member.c,
40282         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
40283         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
40284         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
40285         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
40286         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
40287         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
40288         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
40289         yesno.c: Back out Copyright date changes for each file with no change
40290         this year.  This eases coordination with other programs using the same
40291         source code modules.  From Paul Eggert.
40292
40293 2000-08-06  Paul Eggert  <eggert@twinsun.com>
40294
40295         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
40296         not char, for compatibility with glibc 2.1.3 strftime.c.
40297
40298 2000-08-03  Greg McGary  <greg@mcgary.org>
40299
40300         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
40301         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
40302         (EXTEND_BUFFER): Use them.
40303
40304 2000-08-01  Jim Meyering  <meyering@lucent.com>
40305
40306         * lib/dirname.c (ISSLASH): Define.
40307         (BACKSLASH_IS_PATH_SEPARATOR): Define.
40308         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
40309         both `\' and `/' may be use as path separators.
40310         Based on a patch from Prashant TR.
40311
40312 2000-07-31  Paul Eggert  <eggert@twinsun.com>
40313
40314         * lib/quotearg.c (quotearg_n_options): Don't make the initial
40315         slot vector a constant, since it might get modified.
40316
40317 2000-07-31  Jim Meyering  <meyering@lucent.com>
40318
40319         * lib/xmalloc.c: Use `virtual memory exhausted', not
40320         `Memory exhausted'.
40321         * lib/obstack.c (print_and_abort): Likewise.
40322
40323 2000-07-30  Paul Eggert  <eggert@twinsun.com>
40324
40325         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
40326         buffer, so that the caller can always quote one small
40327         component of a "memory exhausted" message in slot 0.
40328         From a suggestion by Jim Meyering.
40329
40330 2000-07-30  Jim Meyering  <meyering@lucent.com>
40331
40332         * lib/makepath.c (make_path): Quote the other instance, too.
40333
40334         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
40335         (STATIC_BUF_SIZE): Define.
40336         (quotearg_n_options): Use only statically allocated storage when
40337         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
40338         than STATIC_BUF_SIZE.
40339
40340 2000-07-29  Jim Meyering  <meyering@lucent.com>
40341
40342         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
40343         * lib/dirname.c (dir_name): Likewise.
40344
40345         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
40346         `/'.
40347
40348         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
40349         (dir_name): Assert that there are no trailing slashes.
40350
40351 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
40352
40353         * lib/mbswidth.h (mbswidth): Add a flags argument.
40354         (mbswidth): New declaration.
40355         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
40356         * lib/mbswidth.c (mbswidth): Add a flags argument.
40357         (mbsnwidth): New function.
40358
40359 2000-07-24  Jim Meyering  <meyering@lucent.com>
40360
40361         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
40362
40363 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40364
40365         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
40366
40367 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40368
40369         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
40370         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
40371         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
40372         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
40373         invoke multibyte primitives.
40374
40375 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40376
40377         * lib/quotearg.c:
40378         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
40379         so that mbstate_t is always defined.
40380
40381         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
40382         be 1 in at least one GCC installation, and this configuration
40383         error is likely to be common.  Ignoring MB_LEN_MAX hurts
40384         performance on hosts that have mbrtowc but have only unibyte
40385         locales, but I assume these hosts are rare.
40386
40387 2000-07-23  Paul Eggert  <eggert@twinsun.com>
40388
40389         * lib/mbswidth.c (_XOPEN_SOURCE):
40390         Don't define; this causes problems on Solaris 7.
40391         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
40392
40393 2000-07-23  Jim Meyering  <meyering@lucent.com>
40394
40395         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
40396         too: getgrgid, getpwuid, getuid.
40397
40398 2000-07-23  Jim Meyering  <meyering@lucent.com>
40399
40400         * lib/basename.c (base_name): Add an assertion.
40401
40402 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
40403
40404         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
40405         shadow its mbsinit function.
40406
40407 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
40408
40409         * lib/mbswidth.h: New file.
40410         * lib/mbswidth.c: New file.
40411         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
40412         (noinst_HEADERS): Add mbswidth.h.
40413
40414 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
40415
40416         * lib/config.charset: Add support for FreeBSD. Improve support for
40417         HP-UX and IRIX 6.
40418
40419 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
40420
40421         * m4/mbswidth.m4: New file.
40422         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
40423
40424 2000-07-15  Jim Meyering  <meyering@lucent.com>
40425
40426         * lib/makepath.c: Include quote.h.
40427         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
40428         corresponding argument in a `quote (...)' call.
40429         Give better diagnostics.
40430
40431         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
40432         (noinst_HEADERS): Add quote.h.
40433
40434         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
40435         from tar's src/misc.c.
40436         * lib/quote.h: New file.  Prototypes for same.
40437
40438 2000-07-14  Paul Eggert  <eggert@twinsun.com>
40439
40440         From a suggestion by Bruno Haible.
40441         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
40442         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
40443         to decide whether to define the BeOS workaround macro;
40444         this adjusts to the change to AC_MBSTATE_T.
40445
40446 2000-07-14  Jim Meyering  <meyering@lucent.com>
40447
40448         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
40449         jm_AC_TYPE_UINTMAX_T.
40450
40451 2000-07-13  Paul Eggert  <eggert@twinsun.com>
40452
40453         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
40454
40455         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
40456         quotearg_buffer_restyled): Add support for
40457         clocale_quoting_style.  Undo previous change to
40458         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
40459         and "{RIGHT QUOTATION MARK}" msgids.
40460
40461 2000-07-10  Paul Eggert  <eggert@twinsun.com>
40462
40463         From a suggestion by Bruno Haible.
40464         * m4/mbstate_t.m4 (AC_MBSTATE_T):
40465         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
40466         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
40467         and mbstate_t, to a single-part test that simply defines mbstate_t.
40468         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
40469         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
40470
40471 2000-07-10  Jim Meyering  <meyering@lucent.com>
40472
40473         * m4/strerror_r.m4: Mirror the correction made in autoconf.
40474
40475         * m4/gnu-source.m4: Output to confdefs.h directly.
40476         Suggestion from Akim Demaille.
40477
40478 2000-07-09  Paul Eggert  <eggert@twinsun.com>
40479
40480         The old behavior of quoting `like this' doesn't look good with
40481         newer, ISO-style fonts.  See:
40482         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
40483
40484         Instead, quote "like this" by default.  Let the translator
40485         tailor the locale-specific quoting behavior by providing
40486         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
40487
40488         * lib/quotearg.c (N_): New macro.
40489         (gettext_default): New function.
40490         (quotearg_buffer_restyled): Use
40491         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
40492         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
40493
40494 2000-07-09  Jim Meyering  <meyering@lucent.com>
40495
40496         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
40497         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
40498
40499         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
40500         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
40501
40502 2000-07-09  Jim Meyering  <meyering@lucent.com>
40503
40504         * lib/Most files: Update copyright dates to include 2000.
40505
40506 2000-07-08  Jim Meyering  <meyering@lucent.com>
40507
40508         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
40509         if not defined.
40510         (xgethostname): Remove now-unnecessary #ifdef.
40511         Move declaration of `err' into loop where it's used.
40512
40513 2000-07-05  Paul Eggert  <eggert@twinsun.com>
40514         and Bruno Haible  <haible@clisp.cons.org>
40515
40516         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
40517         only if the test for an object-type mbstate_t fails.  This
40518         prevents us from mistakenly reporting that mbstate_t is a
40519         system object type after we "#define mbstate_t int" to work
40520         around its lack.
40521
40522 2000-07-05  Paul Eggert  <eggert@twinsun.com>
40523         and Bruno Haible  <haible@clisp.cons.org>
40524
40525         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
40526
40527 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
40528
40529         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
40530         to strerror_r.
40531         Include <ctype.h> for use of isalpha.
40532
40533 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
40534
40535         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
40536         by allocating a larger buffer. Test the gethostname return value for
40537         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
40538         returns an error and ENAMETOOLONG isn't defined.
40539
40540 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
40541
40542         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
40543         dimension.
40544
40545 2000-07-04  Jim Meyering  <meyering@lucent.com>
40546
40547         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
40548         of the deprecated AC_CHECKING.
40549
40550 2000-07-04  Jim Meyering  <meyering@lucent.com>
40551
40552         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
40553         Reported by Bruno Haible.
40554
40555 2000-07-04  Jim Meyering  <meyering@lucent.com>
40556
40557         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
40558         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
40559         lacks mbrtowc.
40560
40561 2000-07-03  Paul Eggert  <eggert@twinsun.com>
40562
40563         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
40564         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
40565
40566 2000-07-03  Paul Eggert  <eggert@twinsun.com>
40567         and Bruno Haible  <haible@clisp.cons.org>
40568
40569         * lib/quotearg.c (mbrtowc):
40570         Assign to *pwc, and return 1 only if result is nonzero.
40571         (iswprint): Use ISPRINT when substituting our own mbrtowc.
40572
40573 2000-07-03  Jim Meyering  <meyering@lucent.com>
40574
40575         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
40576
40577 2000-07-03  Jim Meyering  <meyering@lucent.com>
40578
40579         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
40580         This is necessary to get a definition of e.g., UTMP_FILE on
40581         HP-UX 10.20.
40582         From Bob Proulx.
40583
40584 2000-07-02  Jim Meyering  <meyering@lucent.com>
40585
40586         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
40587
40588         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
40589         AC_LIBOBJ(function_name).
40590         * m4/chown.m4: Likewise.
40591         * m4/fnmatch.m4: Likewise.
40592         * m4/ftruncate.m4: Likewise.
40593         * m4/getgroups.m4: Likewise.
40594         * m4/getline.m4: Likewise.
40595         * m4/group-member.m4: Likewise.
40596         * m4/jm-macros.m4: Likewise.
40597         * m4/lstat.m4: Likewise.
40598         * m4/malloc.m4: Likewise.
40599         * m4/memcmp.m4: Likewise.
40600         * m4/nanosleep.m4: Likewise.
40601         * m4/putenv.m4: Likewise.
40602         * m4/realloc.m4: Likewise.
40603         * m4/regex.m4: Likewise.
40604         * m4/stat.m4: Likewise.
40605         * m4/strftime.m4: Likewise.
40606
40607 2000-07-02  Jim Meyering  <meyering@lucent.com>
40608
40609         * lib/quotearg.c (mbstate_t): Don't define here.
40610
40611 2000-07-02  Jim Meyering  <meyering@lucent.com>
40612
40613         * lib/nanosleep.c (SIGCONT): Define if not already defined.
40614
40615 2000-07-01  Jim Meyering  <meyering@lucent.com>
40616
40617         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
40618
40619 2000-07-01  Jim Meyering  <meyering@lucent.com>
40620
40621         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
40622         problem.
40623
40624 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
40625
40626         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
40627         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
40628
40629 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
40630
40631         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
40632         per change in ../m4/ls-mntd-fs.m4.
40633         (read_filesystem_list): Ignore symbolic links.
40634
40635 2000-06-29  Jim Meyering  <meyering@lucent.com>
40636
40637         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
40638         for declaration of strcmp.
40639
40640         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
40641
40642         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
40643         Avoid warning by casting result to `char *' to remove `const'.
40644
40645 2000-06-28  Jim Meyering  <meyering@lucent.com>
40646
40647         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
40648         included by quotearg.c, for which we perform this test.  From
40649         Bruno Haible.
40650
40651 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
40652
40653         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
40654         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
40655         <utmpx.h> exists, put readutmp.o into LIBOBJS.
40656
40657 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
40658
40659         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
40660
40661 2000-06-26  Paul Eggert  <eggert@twinsun.com>
40662
40663         savedir now sets errno on failure and invokes xmalloc to get memory.
40664         Fix a couple of other minor bugs while we're at it.
40665
40666         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
40667         (NAMLEN): Remove macro.
40668         (malloc, realloc): Remove decls.
40669         (stpcpy): Likewise.
40670         ("xalloc.h"): Include.
40671         (NAME_SIZE_DEFAULT): New macro.
40672         (savedir): Use xmalloc / xrealloc to allocate memory.
40673         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
40674         Skip "" directory entries.
40675         Use strlen to calculate directory entry length, since the old method
40676         is rarely used these days and isn't worth supporting.
40677         Don't use a pointer after freeing it.
40678         Check for integer overflow when calculating allocation size.
40679         Use memcpy to copy entries, instead of stpcpy.
40680         Set errno properly when returning NULL.
40681         Check for readdir error.
40682
40683 2000-06-26  Jim Meyering  <meyering@lucent.com>
40684
40685         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
40686
40687 2000-06-25  Jim Meyering  <meyering@lucent.com>
40688
40689         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
40690         Linux header bug when _XOPEN_SOURCE is defined to 500.
40691
40692 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
40693
40694         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
40695         deficiency.
40696
40697 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
40698
40699         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
40700         Include xalloc.h.
40701         Don't include <stdlib.h>.  Don't declare malloc, realloc.
40702
40703 2000-06-24  Jim Meyering  <meyering@lucent.com>
40704
40705         * m4/strerror_r.m4: Revive this file -- to try out an experimental
40706         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
40707         for which strerror does return char*, but which lacks a conveniently
40708         accessible declaration of the function.  If the compile-test says
40709         strerror_r doesn't work, then resort to a `run'-test that works on
40710         BeOS and segfaults on DEC Unix.
40711
40712 2000-06-24  Jim Meyering  <meyering@lucent.com>
40713
40714         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
40715
40716 2000-06-23  Paul Eggert  <eggert@twinsun.com>
40717
40718         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
40719         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
40720
40721 2000-06-23  Paul Eggert  <eggert@twinsun.com>
40722
40723         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
40724         (mbrtowc, mbstate_t): Define substitutes if
40725         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
40726         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
40727         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
40728
40729 2000-06-23  Jim Meyering  <meyering@lucent.com>
40730
40731         * m4/afs.m4: Add missing AC_MSG_RESULT.
40732         Reported by Bruno Haible.
40733
40734         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
40735         Suggestion from Bruno Haible.
40736
40737 2000-06-23  Jim Meyering  <meyering@lucent.com>
40738
40739         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
40740
40741 2000-06-21  Jim Meyering  <meyering@lucent.com>
40742
40743         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
40744
40745 2000-06-21  Jim Meyering  <meyering@lucent.com>
40746
40747         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
40748         (noinst_HEADERS): Add getstr.h.
40749
40750         * lib/getline.c (getstr): Move into a separate file.
40751         * lib/getstr.c (getstr): New file, extracted from getline.c, with
40752         the following changes: new parameter, delim2; both delim[12]
40753         parameters have type `int', not `char'.  The latter would lose
40754         with 8-bit delimiters.
40755         * lib/getstr.h: New file.
40756
40757 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40758
40759         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
40760         than 1024, return a memory chunk of least possible size, instead
40761         of size PATH_MAX + 2. In the loop, increment the size proportionally.
40762         Use free/xmalloc instead of xrealloc to avoid copying for very long
40763         paths.
40764
40765 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40766
40767         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
40768         the empty string.
40769
40770 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
40771
40772         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
40773         address, not strdup.  Include <stdlib.h> and don't declare free().
40774
40775 2000-06-19  Jim Meyering  <meyering@lucent.com>
40776
40777         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
40778
40779 2000-06-18  Jim Meyering  <meyering@lucent.com>
40780
40781         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
40782
40783         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
40784         `checking whether...' message to be consistent with that of the
40785         lstat test.
40786
40787 2000-06-18  Jim Meyering  <meyering@lucent.com>
40788
40789         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
40790         Besides, these days every porting target provides a mkdir function.
40791
40792         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
40793         needed. (this snippet comes from src/system.h).
40794
40795 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
40796
40797         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
40798
40799 2000-06-15  Paul Eggert  <eggert@twinsun.com>
40800
40801         * lib/human.c (adjust_value): New function.
40802         (human_readable_inexact): Apply rounding style even when
40803         printing approximate values.
40804
40805 2000-06-14  Paul Eggert  <eggert@twinsun.com>
40806
40807         * lib/human.c (human_readable_inexact): Allow an input block
40808         size that is not a multiple of the output block size, and vice versa.
40809         Reported by Piergiorgio Sartor.
40810
40811 2000-06-14  Paul Eggert  <eggert@twinsun.com>
40812
40813         * lib/getdate.y (get_date): Apply relative times after time
40814         zone indicator, not before.  Reported by Todd A. Jacobs.
40815
40816 2000-06-13  Jim Meyering  <meyering@lucent.com>
40817
40818         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
40819
40820         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
40821
40822 2000-06-12  Paul Eggert  <eggert@twinsun.com>
40823
40824         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
40825
40826 2000-06-12  Jim Meyering  <meyering@lucent.com>
40827
40828         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
40829         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
40830         optional argument.
40831         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
40832         the optional argument, `lib'.
40833
40834 2000-06-08  Jim Meyering  <meyering@lucent.com>
40835
40836         * m4/largefile.m4: Remove file (now that it's part of autoconf).
40837
40838 2000-06-04  Paul Eggert  <eggert@twinsun.com>
40839
40840         Rewrite largefile configuration so that we don't need to run
40841         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
40842         AC_CANONICAL_HOST in configure.in -- jmm]
40843
40844         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
40845         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
40846         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
40847         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
40848         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
40849         All uses changed.
40850         Instead of inspecting the output of getconf, try to compile the
40851         test program without and with the macro definition.
40852         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
40853         for getconf.  Instead, check for the needed flags by compiling
40854         test programs.
40855
40856 2000-06-04  Paul Eggert  <eggert@twinsun.com>
40857
40858         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
40859
40860 2000-06-04  Jim Meyering  <meyering@lucent.com>
40861
40862         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
40863         SunOS 4.1.4 for which gid_t is an unsigned type.
40864
40865 2000-06-03  Jim Meyering  <meyering@lucent.com>
40866
40867         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
40868         now that autoconf requires that.
40869
40870         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
40871         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
40872         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
40873
40874 2000-06-03  Jim Meyering  <meyering@lucent.com>
40875
40876         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
40877
40878 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
40879
40880         * m4/glibc21.m4: New file.
40881         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
40882
40883 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
40884
40885         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
40886         newer, don't install charset.alias.
40887         * lib/config.charset: Change the Linux/glibc rules so they become empty
40888         on glibc-2.1 or newer.
40889
40890 2000-06-02  Jim Meyering  <meyering@lucent.com>
40891
40892         * lib/mountlist.c: Back out last change.  Instead, do this...
40893         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
40894         me_dummy member using the same `ignore'-testing code.
40895         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
40896         fs_type strings.
40897         From Mark D. Roth.
40898
40899 2000-05-29  Jim Meyering  <meyering@lucent.com>
40900
40901         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
40902         mounts with the `ignore' attribute.  Based on a patch from
40903         Mark D. Roth.
40904
40905 2000-05-28  Jim Meyering  <meyering@lucent.com>
40906
40907         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
40908         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40909         * m4/stat.m4: Likewise.
40910         * m4/lstat.m4: Likewise.
40911         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
40912
40913         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
40914         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
40915
40916 2000-05-26  Jim Meyering  <meyering@lucent.com>
40917
40918         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
40919
40920 2000-05-24  Jim Meyering  <meyering@lucent.com>
40921
40922         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
40923         autoconf requires that.
40924         * m4/lib-check.m4: Likewise.
40925         * m4/jm-macros.m4: Likewise.
40926         * m4/strftime.m4: Likewise.
40927
40928         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
40929         AC_CHECK_DECLS, now that autoconf requires that.
40930
40931 2000-05-22  Jim Meyering  <meyering@lucent.com>
40932
40933         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40934         * m4/lstat.m4: Likewise.
40935
40936 2000-05-22  Jim Meyering  <meyering@lucent.com>
40937
40938         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
40939
40940 2000-05-20  Jim Meyering  <meyering@lucent.com>
40941
40942         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
40943         (jm_PREREQ): Use it.
40944
40945 2000-05-18  Jim Meyering  <meyering@lucent.com>
40946
40947         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
40948         back, too, since it may have been modified by allocate_entry.
40949         (hash_delete): Rewrite to use neither the assignment operator
40950         nor the comma operator in an if-expression.
40951
40952 2000-05-15  Paul Eggert  <eggert@twinsun.com>
40953
40954         * lib/closeout.c:
40955         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
40956         Remove; no longer needed.
40957         "quotearg.h": Add include.
40958         (file_name): Do not bother to explicitly initialize to NULL; it's less
40959         efficient on some hosts.
40960         (close_stdout_status): Remove test as to whether stdout was already
40961         closed; it breaks for the case "echo x | sort >&-".
40962         Quote file name colons.
40963         Do not assume that _("write error") lacks format strings.
40964
40965 2000-05-15  Jim Meyering  <meyering@lucent.com>
40966
40967         * lib/version-etc.c (version_etc_copyright): Update the copyright
40968         string used in all --version output.
40969
40970 2000-05-14  Jim Meyering  <meyering@lucent.com>
40971
40972         * lib/closeout.c (close_stdout_set_file_name): New function.
40973         (close_stdout_status): Use new file-scoped global.
40974         Return right away if fstat says the stdout file descriptor is invalid.
40975         * lib/closeout.h (close_stdout_set_file_name): Declare.
40976
40977 2000-05-10  Jim Meyering  <meyering@lucent.com>
40978
40979         * lib/closeout.c [default_exit_status]: New file-scoped variable.
40980         (close_stdout_set_status): New function.
40981         * lib/closeout.h (close_stdout_set_status): Declare.
40982
40983 2000-05-09  Jim Meyering  <meyering@lucent.com>
40984
40985         * m4/gettext.m4: Rename this...
40986         * m4/libintl.m4: ...to this.
40987
40988 2000-05-08  Jim Meyering  <meyering@lucent.com>
40989
40990         * lib/long-options.c: Don't include closeout.h.
40991         (parse_long_options): Don't call close_stdout for --version.
40992
40993 2000-05-06  Paul Eggert  <eggert@twinsun.com>
40994
40995         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
40996         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
40997         2.1.3 bug.  This avoids a clash when files like regex.c define
40998         _GNU_SOURCE.
40999
41000 2000-05-06  Jim Meyering  <meyering@lucent.com>
41001
41002         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
41003         (AC_REPLACE_FUNCS): Add strnlen.
41004
41005         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
41006         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
41007
41008         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
41009         AC_SEARCH_LIBS call for nanosleep.
41010         (LIB_NANOSLEEP): Set and AC_SUBST.
41011
41012 2000-05-06  Jim Meyering  <meyering@lucent.com>
41013
41014         * lib/strnlen.c: Undefine __strnlen and strnlen.
41015         [!weak_alias]: Define __strnlen to strnlen.
41016
41017         * lib/atexit.c: New file, from libiberty.
41018
41019 2000-05-06  Jim Meyering  <meyering@lucent.com>
41020
41021         * lib/closeout.c (close_stdout_status): Also check for errors on the
41022         stderr stream.
41023
41024 2000-05-05  Jim Meyering  <meyering@lucent.com>
41025
41026         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
41027         AC_SEARCH_LIBS call for clock_gettime.
41028         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
41029
41030         * m4/search-libs.m4: Update from autoconf.
41031
41032         su doesn't work on Solaris 2.6.
41033         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
41034         <shadow.h>.  Reported by Dragos Harabor.
41035
41036 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
41037
41038         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
41039         memcpy instead of xmalloc, xrealloc, path_concat.
41040         (locale_charset): Treat empty environment variables as absent.
41041         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
41042
41043 2000-05-04  Jim Meyering  <meyering@lucent.com>
41044
41045         * lib/getopt.c: Update from glibc.
41046         * lib/obstack.c: Likewise.
41047         * lib/obstack.h: Likewise.
41048         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
41049         file
41050
41051         * lib/regex.h: Likewise.
41052         * lib/strndup.c: Likewise.
41053         * lib/strnlen.c: New file, from glibc.
41054
41055 2000-05-03  Jim Meyering  <meyering@lucent.com>
41056
41057         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
41058
41059 2000-05-02  Paul Eggert  <eggert@twinsun.com>
41060
41061         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
41062         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
41063         compile-time test, rather than inspecting host and OS, to
41064         decide whether to define _LARGEFILE_SOURCE.
41065
41066 2000-05-01  Jim Meyering  <meyering@lucent.com>
41067
41068         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
41069
41070         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
41071         Based on a patch from Bruno Haible.
41072
41073 2000-05-01  Jim Meyering  <meyering@lucent.com>
41074
41075         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
41076
41077 2000-04-29  Jim Meyering  <meyering@lucent.com>
41078
41079         * lib/path-concat.c: Declare strdup only if it's not defined.
41080         * lib/canon-host.c: Likewise.
41081
41082 2000-04-28  Jim Meyering  <meyering@lucent.com>
41083
41084         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
41085         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
41086         is included first, then limits.h is included by locale.h by libintl.h.
41087         From John David Anglin.
41088
41089 2000-04-25  Jim Meyering  <meyering@lucent.com>
41090
41091         * lib/makepath.c (S_IRWXUGO): Define.
41092         (make_path): Always perform explicit chmod if MODE specifies any
41093         of the `special' permission bits.  Prompted by a bug report against
41094         install from Mate Wierdl and Joost van Baal.
41095
41096 2000-04-18  Jim Meyering  <meyering@lucent.com>
41097
41098         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
41099         (jm_PREREQ): Use it.
41100
41101 2000-04-18  Jim Meyering  <meyering@lucent.com>
41102
41103         * lib/README: New file.
41104
41105         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
41106         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
41107
41108 2000-04-17  Jim Meyering  <meyering@lucent.com>
41109
41110         Get it right :-)
41111         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
41112         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
41113         Suggestion from Akim Demaille.
41114
41115 2000-04-17  Jim Meyering  <meyering@lucent.com>
41116
41117         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
41118         the definition of it to rpl_strftime also defined-away the system's
41119         declaration.
41120
41121 2000-04-15  Jim Meyering  <meyering@lucent.com>
41122
41123         Use `C' to denote so-called `contiguous' files, the same way
41124         that tar does.
41125         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
41126         (ftypelet): Use S_ISCTG.
41127         From Michael Deutschmann.
41128
41129 2000-04-14  Jim Meyering  <meyering@lucent.com>
41130
41131         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
41132         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
41133         clobbered.
41134
41135 2000-04-14  Jim Meyering  <meyering@lucent.com>
41136
41137         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
41138
41139 2000-04-13  Jim Meyering  <meyering@lucent.com>
41140
41141         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
41142         AH_VERBATIM to insert required #ifndef into config.h.in.
41143         Suggestion from Akim Demaille.
41144
41145 2000-04-12  Jim Meyering  <meyering@lucent.com>
41146
41147         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
41148         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
41149         Christian Krackowizer.
41150
41151         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
41152         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
41153         (AC_SYS_LARGEFILE): Require.
41154         (AM_C_PROTOTYPES): Require.
41155
41156 2000-04-08  Jim Meyering  <meyering@lucent.com>
41157
41158         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
41159         names don't conflict.  Reported by Eli Zaretskii.
41160
41161 2000-04-07  Jim Meyering  <meyering@lucent.com>
41162
41163         * lib/putenv.c: Move inclusion of errno.h so it follows that of
41164         sys/types.h, to work around system header problems on AIX 3.2.5.
41165         From Bruno Haible.
41166
41167 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
41168
41169         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
41170         bug.  Deal with the different error behavior of Irix iconv.
41171
41172 2000-04-05  Paul Eggert  <eggert@twinsun.com>
41173
41174         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
41175         IRIX if the installer said otherwise.
41176
41177 2000-04-05  Jim Meyering  <meyering@lucent.com>
41178
41179         Portability tweaks required for ultrix4.3.
41180         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
41181         (jm_CHECK_DECLS): Add getutent to the list of functions.
41182         (_jm_DECL_HEADERS): Add utmpx.h.
41183         From John David Anglin.
41184
41185         * m4/strftime.m4: Back out the 2000-04-02 change.
41186         Instead of that change, simply undefine putenv in the test program.
41187
41188 2000-04-05  Jim Meyering  <meyering@lucent.com>
41189
41190         Portability tweaks required for ultrix4.3.
41191         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
41192         getutent.
41193         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
41194         * lib/canon-host.c: Declare strdup.
41195         * lib/path-concat.c: Likewise.
41196         From John David Anglin.
41197
41198 2000-04-04  Jim Meyering  <meyering@lucent.com>
41199
41200         Be more DOS 8.3-friendly.
41201         * lib/ref-add.sin: Renamed from ref-add.sed.in.
41202         * lib/ref-del.sin: Renamed from ref-del.sed.in.
41203         * lib/Makefile.am: Reflect renaming.
41204         Reported by Eli Zaretskii.
41205
41206         Use a temporary file name that won't clash with `charset.alias'
41207         in the DOS 8.3 name space.
41208         * lib/Makefile.am (charset_tmp): Define.
41209         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
41210         (uninstall-local): Likewise.
41211         Reported by Eli Zaretskii.
41212
41213 2000-04-03  Jim Meyering  <meyering@lucent.com>
41214
41215         * m4/gettext.m4: Fix typo in comment.
41216
41217         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
41218         textutils/configure.in).  Suggestion from Paul Eggert.
41219         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
41220
41221 2000-04-02  Paul Eggert  <eggert@twinsun.com>
41222
41223         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
41224         variable in the shell rather than using putenv, which isn't
41225         portable.  This avoids the configure-time inter-test dependency
41226         on the potentially-renamed putenv function.
41227
41228 2000-03-30  Paul Eggert  <eggert@twinsun.com>
41229
41230         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
41231         before checking struct stat.st_blksize, so that
41232         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
41233
41234 2000-03-29  Paul Eggert  <eggert@twinsun.com>
41235
41236         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
41237         since strftime.c uses HAVE_STRFTIME to decide whether to use
41238         the underlying strftime.
41239
41240 2000-03-29  Paul Eggert  <eggert@twinsun.com>
41241
41242         * lib/time/strftime.c (my_strftime): Make sure we call the system
41243         strftime, not ourselves, when invoking the underlying strftime.
41244
41245 2000-03-24  Jim Meyering  <meyering@lucent.com>
41246
41247         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
41248         (charset_alias): Define.
41249         (install-exec-local): Factor out common code.
41250         (uninstall-local): Split lines longer than 80.
41251         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
41252         (SUFFIXES): Define.
41253         (.sed.in.sed): New rule.  Don't redirect directly to $@.
41254         (CLEANFILES): Add ref-add.sed and ref-del.sed.
41255
41256 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
41257
41258         * lib/config.charset: Output a line containing "Packages using this
41259         file".
41260         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
41261         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
41262         ref-del.sed): New rules.
41263
41264 2000-03-17  Jim Meyering  <meyering@lucent.com>
41265
41266         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
41267         Otherwise, include <strings.h>
41268
41269 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
41270
41271         * lib/unicodeio.c (utf8_wctomb): New function.
41272         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
41273         format instead of in UCS-4 with platform dependent endianness.
41274
41275 2000-03-10  Jim Meyering  <meyering@lucent.com>
41276
41277         * m4/lib-check.m4: Look for getspnam in -lgen, too.
41278         From Marco Franzen.
41279
41280 2000-03-07  Paul Eggert  <eggert@twinsun.com>
41281
41282         * lib/savedir.c (savedir): Work even if directory size is
41283         negative; this can happen with some screwy NFS configurations.
41284
41285 2000-03-06  Jim Meyering  <meyering@lucent.com>
41286
41287         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
41288         if it's NULL (because we ran out of memory).  From Bruno Haible.
41289
41290 2000-03-05  Jim Meyering  <meyering@lucent.com>
41291
41292         * lib/localcharset.c ("path-concat.h"): Include.
41293         (get_charset_aliases): Use path_concat instead of ANSI string
41294         concatenation.
41295
41296         * lib/unicodeio.h (PARAMS): Define.
41297         Use it to guard prototype.
41298
41299 2000-03-04  Jim Meyering  <meyering@lucent.com>
41300
41301         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
41302         for lib/localcharset.c.
41303
41304 2000-03-04  Jim Meyering  <meyering@lucent.com>
41305
41306         * lib/Makefile.am (install-exec-local): Create $(libdir) before
41307         installing into it.
41308         (uninstall-local): Uncomment this rule so `make distcheck' works
41309         once again.
41310
41311         * lib/unicodeio.c (<errno.h>): Include it.
41312         (errno): Declare if not defined.
41313
41314         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
41315
41316         * lib/config.charset: New version, incorporating remarks from a linux
41317         i18n mailing list.  From Bruno Haible.
41318
41319 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
41320
41321         * m4/codeset.m4: New file.
41322         * m4/iconv.m4: New file.
41323         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
41324
41325 2000-03-03  Jim Meyering  <meyering@lucent.com>
41326
41327         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
41328
41329 2000-03-02  Jim Meyering  <meyering@lucent.com>
41330
41331         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
41332         the messages come out on separate lines.
41333
41334         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
41335         rather than jm_CHECK_DECLARATIONS.
41336         * m4/decl.m4: Remove now-unused file.
41337
41338         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
41339         geteuid.
41340
41341 2000-03-02  Jim Meyering  <meyering@lucent.com>
41342
41343         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
41344
41345 2000-03-01  Jim Meyering  <meyering@lucent.com>
41346
41347         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
41348         * lib/unicodeio.c: Likewise.
41349
41350 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
41351
41352         * lib/config.charset: New file.
41353         * lib/localcharset.c: New file.
41354         * lib/unicodeio.h, lib/unicodeio.c: New files.
41355         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
41356         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
41357         (noinst_HEADERS): Add unicodeio.h.
41358         (all-local, install-exec-local, charset.alias): New targets.
41359
41360 2000-02-28  Paul Eggert  <eggert@twinsun.com>
41361
41362         * lib/quotearg.c (ALERT_CHAR): New macro.
41363         (quotearg_buffer_restyled): Use it.
41364
41365 2000-02-27  Jim Meyering  <meyering@lucent.com>
41366
41367         * m4/check-decl.m4: Add getenv to the list.
41368
41369 2000-02-27  Jim Meyering  <meyering@lucent.com>
41370
41371         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
41372         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
41373
41374         * lib/backupfile.c: Guard inclusion of stdlib.h with
41375         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
41376         Declare malloc if needed.
41377
41378         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
41379         `#ifndef HAVE_DECL..'
41380         now that autoconf always defines the HAVE_DECL_ symbols.
41381         * lib/human.c: Likewise.
41382         * lib/same.c: Likewise.
41383         * lib/strtoumax.c: Likewise.
41384
41385         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
41386         declaration check was not run.
41387         * lib/hash.c: Likewise.
41388         * lib/human.c: Likewise.
41389         * lib/same.c: Likewise.
41390         * lib/strtoumax.c: Likewise.
41391
41392         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
41393         `.', then first look up the entire `.'-containing string as a login
41394         name.
41395
41396 2000-02-23  Jim Meyering  <meyering@lucent.com>
41397
41398         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
41399         in place of my hack.
41400
41401 2000-02-18  Paul Eggert  <eggert@twinsun.com>
41402
41403         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
41404         (textint): New typedef.
41405         (parser_control): Member year changed from int to textint.
41406         All uses changed.
41407         (YYSTYPE): Removed; replaced by %union with int and textint members.
41408         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
41409         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
41410         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
41411         (tSNUMBER, tUNUMBER): Now of type <textintval>.
41412         (date, number, to_year): Use width of number in digits, not its value,
41413         to determine whether it's a 2-digit year, or a 2-digit time.
41414         (yylex): Store number of digits of numeric tokens.
41415         Reported by John Kendall.
41416
41417         (parser_control): Changed from struct parser_control to typedef (for
41418         consistency).  All uses changed.
41419
41420         (tID): Removed; not used.
41421         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
41422
41423 2000-02-14  Paul Eggert  <eggert@twinsun.com>
41424
41425         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
41426         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
41427
41428 2000-02-12  Jim Meyering  <meyering@lucent.com>
41429
41430         * lib/userspec.c (ISDIGIT): Define it.
41431         (isdigit): Remove definition.
41432         (is_number): Use ISDIGIT, not isdigit.
41433         <libintl.h>: Include.
41434         (_ and N_): Define.
41435         (parse_user_spec): Mark translatable strings.
41436
41437 2000-02-10  Jim Meyering  <meyering@lucent.com>
41438
41439         With these changes, nanosleep.[ch] are finally enough like the other
41440         lib/* replacement files to compile on a few more losing systems.
41441
41442         * lib/nanosleep.h: Don't include config.h.
41443         Remove prototype from declaration of nanosleep.
41444         (PARAMS): Remove now-unneeded definition.
41445         * lib/nanosleep.c: #undef nanosleep.
41446         (rpl_nanosleep): Rename from nanosleep.
41447
41448 2000-02-10  Jim Meyering  <meyering@lucent.com>
41449
41450         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
41451         gnu_nanosleep to rpl_nanosleep.
41452
41453 2000-02-09  Jim Meyering  <meyering@lucent.com>
41454
41455         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
41456         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
41457
41458 2000-02-08  Akim Demaille  <akim@epita.fr>
41459
41460         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
41461         `[' and `]' and remove uses of `changequote'.
41462         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
41463         (AC_SYS_LARGEFILE): Likewise.
41464         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
41465         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
41466         of changequote.
41467         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
41468         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
41469         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
41470         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
41471
41472 2000-02-05  Jim Meyering  <meyering@lucent.com>
41473
41474         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
41475         Remove explicit use of AC_HEADER_TIME.  It is required by
41476         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
41477         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
41478         in autoconf whereby the expansion of the latter ended up preceding
41479         the expansion of its prerequisite, AC_HEADER_TIME.
41480         Reported by Volker Borchert.
41481
41482 2000-02-03  Jim Meyering  <meyering@lucent.com>
41483
41484         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
41485
41486 2000-02-03  Jim Meyering  <meyering@lucent.com>
41487
41488         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
41489         rather than with `#if HAVE_UTMPNAME'.
41490
41491 2000-02-02  Jim Meyering  <meyering@lucent.com>
41492
41493         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
41494         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
41495         Reported by Eli Zaretskii.
41496
41497 2000-02-01  Jim Meyering  <meyering@lucent.com>
41498
41499         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
41500
41501 2000-01-31  Jim Meyering  <meyering@lucent.com>
41502
41503         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
41504         functions.  Add the time.h and sys/time.h headers along with the
41505         AC_REQUIRE'ment of AC_HEADER_TIME.
41506
41507 2000-01-31  Jim Meyering  <meyering@lucent.com>
41508
41509         * lib/nanosleep.h (nanosleep): Guard declaration with
41510         `#if ! HAVE_DECL_NANOSLEEP'.
41511         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
41512         the declaration in that vendor's sys/timers.h.
41513         Reported by Christian Krackowizer.
41514
41515         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
41516         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
41517         (ISPRINT): Likewise.
41518         Reported by Tom Tromey.
41519
41520 2000-01-30  Jim Meyering  <meyering@lucent.com>
41521
41522         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
41523
41524         * m4/prereq.m4 (utmp_includes): Define.
41525         Check for ut_user and ut_name members in both struct utmpx
41526         and struct utmp.
41527
41528 2000-01-30  Jim Meyering  <meyering@lucent.com>
41529
41530         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
41531         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
41532         header files where only utmpx.ut_user is declared.
41533
41534         * lib/readutmp.h (UT_USER): Define.
41535
41536 2000-01-29  Jim Meyering  <meyering@lucent.com>
41537
41538         * m4/lib-check.m4: New file containing library-related checks from
41539         fileutils and sh-utils (textutils had none).
41540
41541 2000-01-28  Jim Meyering  <meyering@lucent.com>
41542
41543         * m4/perl.m4: Change format of warning message to look more like that
41544         from the missing script.  Suggestion from François Pinard.
41545
41546 2000-01-25  Jim Meyering  <meyering@lucent.com>
41547
41548         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
41549         well as time.h in the compile check.
41550         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
41551         Fix typo in cross-compiling case: s/yes/no/.
41552
41553 2000-01-23  Jim Meyering  <meyering@lucent.com>
41554
41555         * m4/jm-macros.m4: Move df-related tests here from
41556         fileutils/configure.in
41557
41558         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
41559         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
41560
41561         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
41562         s/space/ac_fsusage_space/.
41563         (jm_FILE_SYSTEM_USAGE): Take two parameters.
41564
41565         * m4/ftruncate.m4: New file (derived from part of
41566         fileutils/configure.in).
41567         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
41568         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
41569
41570         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
41571         AC_SUBST these here, rather than just in sh-util/configure.in, so
41572         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
41573         all the same.
41574         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
41575         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
41576         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
41577         (AC_SUBST(POW_LIBM)): Likewise.
41578         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
41579
41580 2000-01-23  Jim Meyering  <meyering@lucent.com>
41581
41582         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
41583         obstack.c.
41584
41585 2000-01-22  Jim Meyering  <meyering@lucent.com>
41586
41587         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
41588
41589         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
41590
41591         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
41592         configure.in
41593         (AC_CHECK_HEADERS): Likewise for sh-utils.
41594         (AC_CHECK_HEADERS): Likewise for textutils.
41595         Merge the three lists of headers.
41596
41597         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
41598         from fileutils' configure.in.
41599
41600         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
41601         code. Moved tests into their own function (_jm_DECL_HEADERS) in
41602         check-decl.m4.
41603
41604         * m4/check-decl.m4: Use #if rather than #ifdef.
41605         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
41606         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
41607         (_jm_DECL_HEADERS): Define new function.
41608         (jm_CHECK_DECLARATIONS): Require it.
41609
41610 2000-01-22  Jim Meyering  <meyering@lucent.com>
41611
41612         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
41613         [! HAVE_DECL_STRTOULL]: Declare strtoull.
41614         Required for some AIX systems.  Reported by Christian Krackowizer.
41615         [TESTING] (main): New function.
41616
41617         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
41618         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
41619         letters.
41620
41621         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
41622         iswprint.
41623
41624         * lib/strverscmp.c (ISDIGIT): Define.
41625         (strverscmp): Use ISDIGIT, not isdigit.
41626
41627 2000-01-19  Jim Meyering  <meyering@lucent.com>
41628
41629         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
41630         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
41631         defines `struct timespec' in <sys/time.h>
41632
41633         * m4/c-bs-a.m4: Remove uses of changequote altogether.
41634         Thanks to Akim for explaining.
41635
41636 2000-01-17  Paul Eggert  <eggert@twinsun.com>
41637
41638         * lib/nanosleep.c (nanosleep):
41639         Don't use SA_INTERRUPT to decide whether to call sigaction, as
41640         POSIX.1 doesn't require SA_INTERRUPT and some systems
41641         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
41642         it's been part of POSIX.1 since day 1 (in 1988).
41643
41644 2000-01-17  Jim Meyering  <meyering@lucent.com>
41645
41646         * lib/interlock: Remove unused file.  Reported by François Pinard.
41647
41648 2000-01-16  Paul Eggert  <eggert@twinsun.com>
41649
41650         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
41651         alert, backslash, formfeed, and vertical tab unnecessarily in
41652         shell quoting style.
41653
41654 2000-01-16  Jim Meyering  <meyering@lucent.com>
41655
41656         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
41657         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
41658         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
41659         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
41660
41661 2000-01-16  Jim Meyering  <meyering@lucent.com>
41662
41663         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
41664         because the latter didn't work.
41665
41666 2000-01-15  Jim Meyering  <meyering@lucent.com>
41667
41668         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
41669         (AC_REPLACE_FUNCS): Add memcpy and memset.
41670         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
41671         Add strpbrk.
41672         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
41673
41674 2000-01-12  Jim Meyering  <meyering@lucent.com>
41675
41676         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
41677         (jm_PREREQ): Use it.
41678         (jm_PREREQ_READUTMP): New macro.
41679         (jm_PREREQ): Use it.
41680
41681 2000-01-11  Paul Eggert  <eggert@twinsun.com>
41682
41683         Quote multibyte characters correctly.
41684         * m4/c-bs-a.m4: New file.
41685         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
41686         (jm_PREREQ): Use it.
41687
41688 2000-01-11  Paul Eggert  <eggert@twinsun.com>
41689
41690         * m4/uintmax_t.m4: Port to autoconf 2.13.
41691
41692 2000-01-08  Jim Meyering  <meyering@ascend.com>
41693
41694         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
41695         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
41696
41697 2000-01-04  Jim Meyering  <meyering@ascend.com>
41698
41699         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
41700         jm_STRUCT_DIRENT_D_TYPE.
41701         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
41702         jm_STRUCT_DIRENT_D_INO.
41703         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
41704         jm_STRUCT_UTIMBUF.
41705         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
41706         renamings.
41707         * m4/utime.m4: Likewise.
41708
41709         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
41710         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
41711
41712 2000-01-03  Paul Eggert  <eggert@twinsun.com>
41713
41714         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
41715         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
41716
41717 2000-01-02  Jim Meyering  <meyering@ascend.com>
41718
41719         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
41720         remember if this is necessary.
41721
41722 1999-12-26  Jim Meyering  <meyering@ascend.com>
41723
41724         * m4/jm-macros.m4: Use it here.
41725         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
41726
41727 1999-12-23  Jim Meyering  <meyering@ascend.com>
41728
41729         * m4/jm-macros.m4: Check for clock_gettime (moved from
41730         fileutils/configure.in)
41731         Check for gettimeofday.
41732
41733 1999-12-20  Jim Meyering  <meyering@ascend.com>
41734
41735         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
41736         autoconf-2.14a-1999-12-20.
41737
41738 1999-12-19  Jim Meyering  <meyering@ascend.com>
41739
41740         * m4/lstat-slash.m4: New file.
41741         * m4/jm-macros.m4: Use the new macro:
41742         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
41743
41744 1999-12-07  Jim Meyering  <meyering@ascend.com>
41745
41746         * m4/perl.m4: Require that File::Compare be available, too.
41747         Too many systems seem to lack it.
41748
41749         * m4/strftime.m4: Add checks for most of the cpp macros tested in
41750         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
41751
41752 1999-11-18  Paul Eggert  <eggert@twinsun.com>
41753
41754         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
41755         problem with the QNX 4.25 shell, which doesn't propagate exit
41756         status of failed commands inside shell assignments.
41757
41758 1999-11-17  Jim Meyering  <meyering@ascend.com>
41759
41760         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
41761
41762 1999-11-07  Jim Meyering  <meyering@ascend.com>
41763
41764         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
41765
41766 1999-11-06  Jim Meyering  <meyering@ascend.com>
41767
41768         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
41769         * m4/jm-macros.m4 (jm_MACROS): Use it here.
41770
41771 1999-11-05  Jim Meyering  <meyering@ascend.com>
41772
41773         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
41774         configure.in of textutils, fileutils, and sh-utils into this one
41775         (shared between those packages) file.
41776         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
41777         AC_STRUCT_ST_BLKSIZE.
41778
41779 1999-11-03  Jim Meyering  <meyering@ascend.com>
41780
41781         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
41782         of AC_CHECK_TYPE checks includes unistd.h.
41783         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
41784         Suggestion from Akim Demaille.
41785
41786 1999-10-30  Jim Meyering  <meyering@ascend.com>
41787
41788         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
41789         m4-quoted string.
41790         * m4/ls-mntd-fs.m4: Likewise.
41791         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
41792         * m4/jm-winsz1.m4: Likewise.
41793
41794         * m4/const.m4: Remove file, since the fix made it into the experimental
41795         version of autoconf.
41796         * m4/mktime.m4: Likewise.
41797
41798         * m4/check-type.m4: Remove file, now that the latest version of
41799         AC_CHECK_TYPE takes a third arg to specify additional #includes.
41800
41801         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
41802         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
41803         AC_CHECK_TYPE.
41804
41805 1999-10-04  Jim Meyering  <meyering@ascend.com>
41806
41807         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
41808
41809 1999-09-22  Paul Eggert  <eggert@twinsun.com>
41810
41811         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
41812         2.95.1 bug with HP-UX 10.20.
41813
41814 1999-09-17  Jim Meyering  <meyering@ascend.com>
41815
41816         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
41817         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
41818         due to missing strdup (against sh-utils-2.0).
41819
41820 1999-08-29  Jim Meyering  <meyering@ascend.com>
41821
41822         * m4/jm-macros.m4: Require jm_BISON.
41823         * m4/bison.m4: New file.
41824
41825 1999-08-17  Paul Eggert  <eggert@twinsun.com>
41826
41827         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
41828         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
41829
41830 1999-08-05  Jim Meyering  <meyering@ascend.com>
41831
41832         * m4/getline.m4: Rename test file from conftestdata to conftest.data
41833         to avoid conflicts with `conftest' on 8+3 filesystems.
41834         Suggestion from Eli Zaretskii.
41835
41836 1999-08-04  Jim Meyering  <meyering@ascend.com>
41837
41838         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
41839         fileutils and sh-utils (textutils's getline test was inadequate).
41840         (AM_FUNC_GETLINE): Run this test.
41841         (AC_CHECK_FUNCS): Check for getdelim.
41842         Reported by Bob Proulx.
41843
41844 1999-08-02  Jim Meyering  <meyering@ascend.com>
41845
41846         * m4/jm-macros.m4: Add a comment.
41847
41848 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41849
41850         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
41851         <inttypes.h> defines strtoumax as a macro (and not as a
41852         function).
41853
41854 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41855
41856         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
41857         that we can shift, multiply and divide unsigned long long
41858         values; Ultrix cc can't do it.
41859
41860 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41861
41862         * m4/mktime.m4: New file, which is a preview of what should appear
41863         in the next public autoconf release.
41864
41865 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41866
41867         * m4/lfs.m4: Remove this file.
41868         * m4/largefile.m4: New file.  It contains the old contents of
41869         lfs.m4, except that all names with prefix AC_LFS have been
41870         changed to use the prefix AC_SYS_LARGEFILE instead, to be
41871         compatible with future autoconf versions.  Also, some minor m4
41872         quoting problems have been fixed.
41873
41874 1999-08-01  Paul Eggert  <eggert@twinsun.com>
41875
41876         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
41877         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
41878         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
41879         and simplify the shell code.
41880
41881 1999-08-01  Jim Meyering  <meyering@ascend.com>
41882
41883         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
41884         m4.
41885
41886 1999-07-20  Jim Meyering  <meyering@ascend.com>
41887
41888         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
41889
41890 1999-07-15  Jim Meyering  <meyering@ascend.com>
41891
41892         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
41893
41894 1999-05-22  Jim Meyering  <meyering@ascend.com>
41895
41896         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
41897
41898 1999-05-20  Jim Meyering  <meyering@ascend.com>
41899
41900         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
41901         Add a colon after each `then' in case $4 is empty.
41902
41903 1999-05-16  Jim Meyering  <meyering@ascend.com>
41904
41905         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
41906
41907 1999-05-10  Jim Meyering  <meyering@ascend.com>
41908
41909         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
41910
41911         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
41912         AC_FUNC_MKTIME.
41913
41914 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
41915
41916         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
41917
41918 1999-05-04  Paul Eggert  <eggert@twinsun.com>
41919
41920         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
41921         not CPPFLAGS, so that linking works correctly in IRIX.
41922
41923 1999-04-30  Paul Eggert  <eggert@twinsun.com>
41924
41925         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
41926
41927 1999-04-20  Paul Eggert  <eggert@twinsun.com>
41928
41929         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
41930         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
41931         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
41932         jm_AC_TYPE_UNSIGNED_LONG_LONG.
41933         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
41934
41935         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
41936
41937 1999-04-20  Jim Meyering  <meyering@ascend.com>
41938
41939         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
41940         AC_REPLACE xstroull if necessary.  From Paul Eggert.
41941         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
41942
41943 1999-04-18  Jim Meyering  <meyering@ascend.com>
41944
41945         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
41946         * m4/jm-macros.m4: Use it.
41947
41948 1999-04-06  Jim Meyering  <meyering@ascend.com>
41949
41950         * m4/strftime.m4: Remove test for %f.
41951
41952 1999-03-29  Jim Meyering  <meyering@ascend.com>
41953
41954         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
41955         superset of the AC_TYPE_* checks in the textutils, fileutils,
41956         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
41957         AC_TYPE_PID_T.
41958
41959 1999-03-28  Jim Meyering  <meyering@ascend.com>
41960
41961         * m4/jm-macros.m4: Define GNU_PACKAGE here.
41962         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
41963         replaced e.g., in the *.sh files of the sh-utils.
41964
41965 1999-03-20  Jim Meyering  <meyering@ascend.com>
41966
41967         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
41968         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
41969         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
41970
41971 1999-03-19  Jim Meyering  <meyering@ascend.com>
41972
41973         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
41974
41975 1999-03-12  Jim Meyering  <meyering@ascend.com>
41976
41977         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
41978
41979 1999-03-07  Jim Meyering  <meyering@ascend.com>
41980
41981         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
41982         declared.
41983
41984 1999-02-17  Jim Meyering  <meyering@ascend.com>
41985
41986         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
41987         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
41988
41989 1999-02-07  Jim Meyering  <meyering@ascend.com>
41990
41991         * m4/group-member.m4: New file -- extracted from sh-utils'
41992         configure.in.
41993
41994         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
41995         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
41996
41997 1999-02-06  Jim Meyering  <meyering@ascend.com>
41998
41999         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
42000         * m4/fnmatch.m4: Likewise.
42001         * m4/getgroups.m4: Likewise.
42002         * m4/lstat.m4: Likewise.
42003         * m4/malloc.m4: Likewise.
42004         * m4/putenv.m4: Likewise.
42005         * m4/realloc.m4: Likewise.
42006         * m4/regex.m4: Likewise.
42007         * m4/stat.m4: Likewise.
42008         * m4/strftime.m4: Likewise.
42009         Suggestion from Alain Magloire.
42010
42011         * m4/chown.m4: Use `.$ac_objext', not `.o'.
42012         * m4/fnmatch.m4: Likewise.
42013         * m4/getgroups.m4: Likewise.
42014         * m4/getline.m4: Likewise.
42015         * m4/lstat.m4: Likewise.
42016         * m4/malloc.m4: Likewise.
42017         * m4/memcmp.m4: Likewise.
42018         * m4/putenv.m4: Likewise.
42019         * m4/realloc.m4: Likewise.
42020         * m4/regex.m4: Likewise.
42021         * m4/stat.m4: Likewise.
42022         * m4/strftime.m4: Likewise.
42023         Suggestion from Alain Magloire.
42024
42025         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
42026         an argument.
42027
42028         * m4/regex.m4: Add a run-time Test for proper operation of
42029         re_compile_pattern.
42030
42031 1999-01-31  Jim Meyering  <meyering@ascend.com>
42032
42033         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
42034
42035 1999-01-30  Jim Meyering  <meyering@ascend.com>
42036
42037         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
42038
42039         * m4/jm-mktime.m4: Make this a wrapper around the official
42040         AM_FUNC_MKTIME rather than my private copy, now that the official one
42041         is up to date.
42042         * m4/mktime.m4: Remove file.
42043
42044         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
42045         * m4/uptime.m4: Likewise.
42046         * m4/uintmax_t.m4: Likewise.
42047
42048 1999-01-28  Jim Meyering  <meyering@ascend.com>
42049
42050         * m4/jm-macros.m4: Use jm_AFS.
42051         * m4/afs.m4: New file (from fileutils' configure.in).
42052
42053         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
42054         * m4/chown.m4: Likewise.
42055         * m4/d-ino.m4: Likewise.
42056         * m4/d-type.m4: Likewise.
42057         * m4/fnmatch.m4: Likewise.
42058         * m4/getgroups.m4: Likewise.
42059         * m4/gettext.m4: Likewise.
42060         * m4/jm-mktime.m4: Likewise.
42061         * m4/jm-winsz2.m4: Likewise.
42062         * m4/lcmessage.m4: Likewise.
42063         * m4/ls-mntd-fs.m4: Likewise.
42064         * m4/malloc.m4: Likewise.
42065         * m4/memcmp.m4: Likewise.
42066         * m4/putenv.m4: Likewise.
42067         * m4/realloc.m4: Likewise.
42068         * m4/st_mtim.m4: Likewise.
42069         * m4/strftime.m4: Likewise.
42070
42071 1999-01-16  Jim Meyering  <meyering@ascend.com>
42072
42073         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
42074         (ARGMATCH_DIE_DECL): Define.
42075
42076 1999-01-12  Jim Meyering  <meyering@ascend.com>
42077
42078         * m4/Makefile.am.in: Rewrite to avoid using fmt.
42079         Reported by Lars Hecking.
42080
42081 1999-01-10  Jim Meyering  <meyering@ascend.com>
42082
42083         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
42084         gross kludge.
42085         * m4/inttypes_h.m4: Likewise.
42086         * m4/lstat.m4: Likewise.
42087         * m4/malloc.m4: Likewise.
42088         * m4/readdir.m4: Likewise.
42089         * m4/realloc.m4: Likewise.
42090         * m4/st_dm_mode.m4: Likewise.
42091         * m4/stat.m4: Likewise.
42092         * m4/utimbuf.m4: Likewise.
42093         * m4/utimes.m4: Likewise.
42094
42095         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
42096         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
42097         comments in config.h.in are meaningful.
42098
42099         * m4/jm-macros.m4: Require autoconf-2.13 here.
42100
42101         * m4/regex.m4: By default, don't use the included regex.c on systems
42102         with glibc 2.  Suggestion from Uli Drepper.
42103
42104 1999-01-02  Jim Meyering  <meyering@ascend.com>
42105
42106         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
42107
42108 1998-12-18  Jim Meyering  <meyering@ascend.com>
42109
42110         * m4/Makefile.am.in (Makefile.am): Simplify rule.
42111         Based on a suggestion from Lars Hecking.
42112
42113 1998-11-16  Paul Eggert  <eggert@twinsun.com>
42114
42115         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
42116
42117 1998-11-16  Jim Meyering  <meyering@ascend.com>
42118
42119         * m4/lfs.m4: Double-quote the `uname...` expression.
42120
42121 1998-11-14  Jim Meyering  <meyering@ascend.com>
42122
42123         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
42124         * m4/stat.m4: Likewise.
42125
42126 1998-11-03  Jim Meyering  <meyering@ascend.com>
42127
42128         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
42129         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
42130
42131 1998-10-18  Jim Meyering  <meyering@ascend.com>
42132
42133         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
42134
42135 1998-10-17  Jim Meyering  <meyering@ascend.com>
42136
42137         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
42138         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
42139         calls for those previously hard-coded headers.  Instead, take a new
42140         parameter.
42141         (jm_CHECK_DECLARATIONS): Reflect interface change.
42142         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
42143         (jm_CHECK_DECL_LOCALTIME_R): New macro.
42144
42145         * m4/mktime.m4: Test for spring-forward gap before long-running test.
42146
42147 1998-10-14  Jim Meyering  <meyering@ascend.com>
42148
42149         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
42150         instead of "TZ=America/Vancouver".  From Paul Eggert.
42151
42152 1998-10-11  Jim Meyering  <meyering@ascend.com>
42153
42154         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
42155         This adds a test for a recently added compatibility fix for mktime.c.
42156         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
42157
42158 1998-09-27  Jim Meyering  <meyering@ascend.com>
42159
42160         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
42161
42162         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
42163         ../configure.in, including a change from Gordon Matzigkeit to allow
42164         cross-compiling for the Hurd.
42165
42166         * m4/glibc.m4: New file/macro to test for the GNU C Library
42167         versions 1 and 2.  From Gordon Matzigkeit.
42168         Indent.
42169
42170 1998-09-21  Jim Meyering  <meyering@ascend.com>
42171
42172         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
42173
42174 1998-08-18  Paul Eggert  <eggert@twinsun.com>
42175
42176         Port nanosecond-resolution times to UnixWare 2.1.2 and
42177         pedantic Solaris 2.6.
42178
42179         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
42180         AC_STRUCT_ST_MTIM.
42181         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
42182         Generate name of ns member, instead of just 1 or undef.
42183         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
42184
42185 1998-08-15  Jim Meyering  <meyering@ascend.com>
42186
42187         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
42188         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
42189         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
42190         instead of jm_TYPE_SSIZE_T.
42191
42192 1998-08-12  Jim Meyering  <meyering@ascend.com>
42193
42194         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
42195
42196 1998-08-02  Jim Meyering  <meyering@ascend.com>
42197
42198         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
42199         in acconfig.h manually.
42200
42201 1998-07-31  Paul Eggert  <eggert@twinsun.com>
42202
42203         * m4/st_mtim.m4: New file.
42204
42205 1998-07-28  Jim Meyering  <meyering@ascend.com>
42206
42207         * m4/utimes.m4: Undef stat.
42208
42209 1998-07-25  Jim Meyering  <meyering@ascend.com>
42210
42211         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
42212         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
42213
42214 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
42215
42216         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
42217         uid and gid actually remain unchanged.
42218
42219 1998-07-07  Jim Meyering  <meyering@ascend.com>
42220
42221         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
42222
42223 1998-07-04  Jim Meyering  <meyering@ascend.com>
42224
42225         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
42226         to prove that this macro can be used in packages without regex.c.
42227
42228 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
42229
42230         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
42231         is to be used.
42232
42233 1998-07-03  Jim Meyering  <meyering@ascend.com>
42234
42235         * m4/gettext.m4: Add -lintl if it's found to be necessary.
42236
42237         * m4/gettext.m4: New file -- from gettext-0.10.35.
42238         * m4/lcmessage.m4: Likewise.
42239         * m4/progtest.m4: Likewise.
42240
42241         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
42242         * m4/jm-macros.m4: Require the new macro.
42243
42244 1998-06-29  Jim Meyering  <meyering@ascend.com>
42245
42246         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
42247         for the definition of NGROUPS (used in a system header included
42248         by sys/mount.h).
42249
42250 1998-06-28  Jim Meyering  <meyering@ascend.com>
42251
42252         * m4/ls-mntd-fs.m4: New file.
42253         * m4/fstypename.m4: New file.
42254
42255         * m4/jm-macros.m4: Require the new macro.
42256         * m4/jm-glibc-io.m4: New file.
42257
42258 1998-05-19  Jim Meyering  <meyering@ascend.com>
42259
42260         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
42261         * m4/lchown.m4: New file.
42262
42263         * m4/Makefile.am.in: New file.
42264         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
42265
42266 1998-05-14  Jim Meyering  <meyering@ascend.com>
42267
42268         * m4/Makefile.am (EXTRA_DIST): Add them.
42269         * m4/jm-macros.m4: New file.
42270         * m4/utimbuf.m4: New file.
42271
42272 1998-05-12  Jim Meyering  <meyering@ascend.com>
42273
42274         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
42275
42276 1998-05-11  Jim Meyering  <meyering@ascend.com>
42277
42278         * m4/isc-posix.m4: New file.
42279
42280 1998-05-10  Jim Meyering  <meyering@ascend.com>
42281
42282         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
42283
42284 1998-05-09  Jim Meyering  <meyering@ascend.com>
42285
42286         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
42287         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
42288         with automake.
42289
42290         * m4/ssize_t.m4: New file.
42291         * m4/mktime.m4: Remove file -- the new automake has this now.
42292
42293 1998-04-26  Jim Meyering  <meyering@ascend.com>
42294
42295         * m4/assert.m4: New file.
42296         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
42297
42298 1998-04-05  Jim Meyering  <meyering@ascend.com>
42299
42300         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
42301         (jm_PREREQ): Use it here.
42302
42303 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
42304
42305         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
42306         in acconfig.h.
42307
42308 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
42309
42310         * m4/prereq.m4: New file.
42311         * m4/error.m4: New file.
42312         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
42313
42314 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
42315
42316         * m4/getline.m4: Don't set am_cv_func_working_getline before the
42317         cache-check for the same variable -- that defeated the purpose of
42318         the test; the test program was never run.  This was a problem only
42319         on systems with losing getline functions -- HP-UX 10.20 is one.
42320         Reported by Bjorn Helgaas.
42321
42322 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
42323
42324         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
42325
42326 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
42327
42328         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
42329
42330         * m4/const.m4: New file.  Use an initializer in this declaration
42331         typedef int charset[2]; const charset x;
42332         Reported by Bob Glickstein.
42333
42334 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
42335
42336         * m4/chown.m4: Fix reversed types on -1 args to chown.
42337         From Kaveh Ghazi.
42338
42339 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
42340
42341         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
42342         Add lseek and memchr.
42343
42344         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
42345         T.E.Dickey <dickey@clark.net> said that some older preprocessors
42346         have a 20-character limit on names.
42347
42348 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
42349
42350         * m4/inttypes_h.m4: New file.
42351         * m4/uintmax_t.m4: New file.
42352         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
42353
42354
42355         -----
42356
42357         Local Variables:
42358         coding: utf-8
42359         End:
42360
42361         Copyright (C) 1997-2008 Free Software Foundation, Inc.
42362
42363         Copying and distribution of this file, with or without
42364         modification, are permitted provided the copyright notice
42365         and this notice are preserved.